Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlo-colombo/rensub
https://github.com/carlo-colombo/rensub
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/carlo-colombo/rensub
- Owner: carlo-colombo
- Created: 2011-05-16T21:39:45.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-09-23T10:41:45.000Z (over 12 years ago)
- Last Synced: 2024-10-31T19:12:41.509Z (2 months ago)
- Language: Python
- Homepage:
- Size: 145 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
#### INSTALL ######################################################################
python setup.py installRemeber 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 showoptional 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
####################################################################################