TMD20
TMD20
Hello I think their is a bug with getting non-default config files ``` rclone_data = subprocess.check_output('rclone config dump', shell=True) ``` This leads to issues if the config file is not...
Look into chapterdb or other sources for chapter names
add some support for dvds
- [x] app.py - [x] config.py - [x] src/args.py - [x] src/demux/action.py - [x] src/demux/base.py - [x] src/demux/demuxMovies.py - [x] src/demux/demuxTV.py - [ ] src/mediadata/movieData.py - [x] src/mediadata/sourceData.py - [x]...
Update all function and class with docstrings - [x] app.py - [x] config.py - [x] src/args.py - [x] src/demux/action.py - [x] src/demux/base.py - [x] src/demux/demuxMovies.py - [x] src/demux/demuxTV.py - [...
raise IMDbDataAccessError( imdb._exceptions.IMDbDataAccessError: {'errcode': None, 'errmsg': 'None', 'url': 'https://www.imdb.com/find?q=The+Christmas+Candle&s=tt', 'proxy': '', 'exception type': 'IOError', 'original exception': } {'errcode': None, 'errmsg': 'None', 'url': 'https://www.imdb.com/find?q=The+Christmas+Candle&s=tt', 'proxy': '', 'exception type': 'IOError', 'original exception':...
Motivation is to have an easier method of working though the script Some quick features - of course editing of a single track - Make it easy to add and...
Endless mode is disable because rich module only outputs correctly on first run
How do users set v3 I had to hard code the value. I couldn't find anything in the config file to set this value Also I think v2 is probably...