Skip to content

MichaelYochpaz/User-Scripts

Repository files navigation

User-Scripts

A collection of small user-scripts that aren't worthy of a standalone repository.
For using the user-scripts, a browser add-on like Violentmonkey is required to be installed.


Browser Userscripts:

TheWorker-Bypass:

Remove blur and mid screen banner, and enable right-click and selection on theworker.co.il.
Install Link


RealPython-Bypass:

Remove registration / login pop-up on realpython.com.
Install Link


Bash Scripts:

blackdetect:

A script for generating a blackdetect log for mkv files. Path input can be either a file, or a directory (which will run the script on all files within the folder).

Requires ffmpeg to be installed to work.

Usage: blackdetect <File / Directory>


extrack:

A script for extracting a specific track id from mkv files. Path input can be either a file, or a directory (which will run the script on all files within the folder).

Requires ffmpeg to be installed to work.

Usage: extrack <File / Directory> <Track ID> <File Format>


genlinks:

A script for generating symlinks.
The script will duplicate source's directory structure to destination with symlinks instead of files.
File extensions can be passed to allow filtering and will allow creating symlinks only for files with the extensions that were passed.

Usage: genlinks <Source File / Directory> <Destination Directory> [<File Extensions>...]


renamesubs:

A script for renaming subtitle files to match media files.
The script will loop over media files with the extension that was passed as Media Extension,
and will try to find a subtitles file with an extension that was passed as Subtitles Extension that has a matching SXXEXX formatted season and episode number, and rename it to have a similar filename (with an optional suffix).

Usage: renamesubs <Directory> <Media Extension> <Subtitles Extension> [Suffix]

About

A collection of random short scripts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published