-
Notifications
You must be signed in to change notification settings - Fork 94
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
Bug: Won't rename the folder if folder name doesnt match show. #1771
Comments
It doesnt do this for every show but it does do it for some of them |
Sorry had to rename the bug since i noticed if the folder name wont match the tv show title it wont rename the folder it will simply refresh all the shows but it does show the proper rename in the dry run it just wont offically rename the folder and add the year. |
Thanks for reporting this issue. The renamer is a part of Mediaelch that needs to be overhauled a lot. For the time being, I won't be able to work on this issue. |
Too bad i guess ill have to use filebot to properly name the files then. |
I fixed it. I had to change < title > ( < year > ) to < showTitle > ( < year > ) in directory naming and it fixed the issue. Maybe for next version make < showTitle > ( < year > ) default instead of simply just <title> ( < year >) since I looked at the renamer setting and it says this <title> is the title. but the title bracket is also used for the episode tittle. But later it the rename settings it says < showTitle > Title of Show. Which should be used for the directory naming not < title > ( < year > ). Since title is used for the episode title I think you have the flagging wrong for directory name. |
Can you please fix that for future users it might help with the the directory renaming bug. changing title to showTitle for directory name. |
Sure. That was the plan. However, please note that I just don't have the time anymore: #1710 |
For some reason when you have the Ignore Articles when sorting selected ("The") turned on in the settings. It won't rename the folder if the first word of the show starts with the word "The". For example i tried renaming this show The Annoying Orange from tvmaze and it wouldn't rename the folder when the Ignore articles in the settings was turned on but once i unselected it in the settings it renamed the folder.
Be nice if could rename the folder even with Ignore Articles when sorting selected ("The") if its is turned on in the settings
The text was updated successfully, but these errors were encountered: