moviemon icon indicating copy to clipboard operation
moviemon copied to clipboard

:movie_camera: Everything about your movies within the command line.

Results 6 moviemon issues
Sort by recently updated
recently updated
newest added

Wouldn't it be better to set a minimum version number for guessit ( or a specific version)? moviemon PATH failed with error when guessit version was 0.6.2. Problem was fixed...

basic install on mac yosemite and ended with this: ``` $ moviemon /Users/roboo/Movies/ Traceback (most recent call last): File "/usr/local/bin/moviemon", line 9, in load_entry_point('moviemon==1.0.11', 'console_scripts', 'moviemon')() File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 357,...

Moviemon should provide a way to search for information about an individual movie on my machine. Example - When I run - `$ moviemon ` It should give me all...

Better error handling is required when a tag is not found. ``` Movies $ moviemon . Indexing all movies inside . 58%|█████████████████████████████████████████████████████████████████████████████████████████████████▊ | 316/543 [01:53

Moviemon doesn't handle well broken symlinks. ``` File "/home/servo/.local/bin/moviemon", line 9, in load_entry_point('moviemon==1.0.11', 'console_scripts', 'moviemon')() File "/home/servo/.local/lib/python3.5/site-packages/moviemon/moviemon.py", line 61, in main util(args) File "/home/servo/.local/lib/python3.5/site-packages/moviemon/moviemon.py", line 77, in util scan_dir(docopt_args["PATH"], dir_json)...