Kameecoding/conv2mp4-py

rename_files does not support movie formats

klutchell opened this issue · 2 comments

In the latest master, the rename_files function assumes a tv format whether we are processing movies or not. The attached patch adds better movie support to the rename_files function.
ac829303cff2d35b6ade6c0cdc0553d7888ce0d4.zip

Commit 692062a resolves part of this by using the {plex} format. Still the check at the beginning needs to be adjusted to check for already renamed movies.

merched pull request #2, closing this one.