Skip to content
View seamonkey420's full-sized avatar
Block or Report

Block or report seamonkey420

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Seamonkey420s-Kometa-Config Seamonkey420s-Kometa-Config Public

    My personal Kometa (prev Plex Meta Manager) config and setup. IMDB overlays for movies, TVDB overlays for TV Shows and Cartoons, Top 250 imdb overlays, custom collections of popular and trending me…

    9 1

  2. ffmpeg script to convert main audio ... ffmpeg script to convert main audio stream to ac3 5.1 while copying video and subtitles. windows cmdline based.
    1
    :: Can be integrated into explorer shell
    2
    :: and right click menus too
    3
    :: seamonkey420
    4
    :: Requirements: copy ffmpeg to c:\windows\system32
    5
    :: env variables needed to parse spaces in file paths!
  3. Easy batch file to just download a s... Easy batch file to just download a single youtube video or playlist via YT-DLP. Update variables to where yt-dlp is saved and where you want videos saved to.
    1
    :: -------------------------------------------------------------
    2
    :: Quick way to download youtube vids via yt-dlp
    3
    :: Set yt-dlpLOC to where yt-dlp.exe resides
    4
    :: yt-dlp set to embed thumbnails and metadata
    5
    :: set to force US geolocation and use best quality options
  4. Rerns OSMC GPIO button service (cust... Rerns OSMC GPIO button service (customized for NESPi Case and OSMC by seamonkey420)
    1
    #1. Install RPi.GPIO. Open up Putty and run these commands:
    2
    sudo su
    3
    apt-get update
    4
    apt-get install python-pip python-dev gcc
    5
    apt-get install python-setuptools