-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rename episode given show name and episode title? #193
Comments
There's no way to do this currently, but it would be a useful feature. Biggest issue is I'm not too sure exactly how this would work in terms of UI. Of course it couldn't automatically parse the filenames without season or episode numbers, as they are completely ambiguous - e.g with A few ideas I have are:
Additionally:
I don't think this is something that I can really add easily into the current code without it becoming a huge mess. Once the refactoring for v4 is done I shall reconsider - but if you (or anyone else) has some ideas on how best this could work in terms of the command-line/config interface, would be good to hear! |
What about being able to specify a delimiter character to separate the series name with the episode name? I tried this by adding custom regex for Would it be possible to add episodename to this list, and search the tvdb with the seriesname and episodename? |
Running into this with Game Changer (Dropout.TV) I can pass in the series ID manually but Im having to manually add in sXXeYY for every episode for it to match. Title's are already there so a fuzzy match on that would work great.
|
When recording show episodes off TV, I get files with show name and episode title, but no season/episode information.
From what I understand,
tvnamer
currently is not able to to rename such episode to aSHOW.SnnEnn - EPSIODE NAME
format.Would it be possible to add such a feature?
The text was updated successfully, but these errors were encountered: