Skip to content

Commit

Permalink
slight mod to help metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed Sep 6, 2016
1 parent 197ffec commit 9147010
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Notes

- VideoSlimmer will NOT remove audio or subtitles unless there is a match for the specified language.
- VideoSlimmer IS recursive, thus all files/folders will be processed from the root defined media folder.

___
If you appreciate my work, then please consider buying me a beer :D

Expand Down
2 changes: 1 addition & 1 deletion VideoSlimmer.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def error(self, message):
commandline_parser.add_argument(u"--mkvmerge", metavar=u"<path>", required=True, help=u"specify the path to mkvmerge e.g. --mkvmerge c:\Program Files\mkvtoolnix\mkvmerge.exe")
commandline_parser.add_argument(u"--media", metavar=u"<path>", required=True, help=u"specify the path to your media e.g. --media c:\media\movies")
commandline_parser.add_argument(u"--lang", metavar=u"<code>", required=True, help=u"specify the language you want to keep e.g. --lang eng")
commandline_parser.add_argument(u"--edit-title", metavar=u"yes", help=u"specify whether you want to edit the title metadata to the name of the filename e.g. --edit-title yes")
commandline_parser.add_argument(u"--edit-title", metavar=u"yes", help=u"specify whether you want to change the title metadata to match the filename e.g. --edit-title yes")
commandline_parser.add_argument(u"--delete-title", metavar=u"yes", help=u"specify whether you want to delete the title metadata e.g. --delete-title yes")
commandline_parser.add_argument(u"--logpath", metavar=u"<path>", help=u"specify the path to your log files e.g. --logpath c:\videoslimmer")
commandline_parser.add_argument(u"--loglevel", metavar=u"<level>", help=u"specify the logging level, debug, info, warning, error, debug being the most verbose e.g. --loglevel info")
Expand Down

0 comments on commit 9147010

Please sign in to comment.