Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/carlo-colombo/rensub


https://github.com/carlo-colombo/rensub

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

#### INSTALL ######################################################################
python setup.py install

Remeber to source /usr/bin/rensub_completion to enable show completion

#### argparse help output ##########################################################
usage: rensub get [-h] [-c DESTINATION] [-e PLAYER] show [show ...]

positional arguments:
show string that can match the name of the show

optional arguments:
-h, --help show this help message and exit
-c DESTINATION, --copy DESTINATION
copy both video and subtitle to DESTINATION
-e PLAYER, --execute PLAYER
run PLAYER with video as first argument
####################################################################################
usage: rensub config [-h] [--video-folder VIDEO_FOLDER [VIDEO_FOLDER ...]]
[--subtitle-folder SUBTITLE_FOLDER [SUBTITLE_FOLDER ...]]
[--list-config]

optional arguments:
-h, --help show this help message and exit
--video-folder VIDEO_FOLDER [VIDEO_FOLDER ...], -v VIDEO_FOLDER [VIDEO_FOLDER ...]
add paths where regex will run to find video file
--subtitle-folder SUBTITLE_FOLDER [SUBTITLE_FOLDER ...], -s SUBTITLE_FOLDER [SUBTITLE_FOLDER ...]
add paths where regex will run to find subtitles file
--list-config, -l list configurated path
####################################################################################
usage: rensub manage [-h] [--list]

optional arguments:
-h, --help show this help message and exit
--list, -l
####################################################################################