You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use mnamer to rename TV episodes. By coincidence, the first shows I tried to rename showed a problem with capitalization.
Example 1: NCIS - mnamer changes it to Ncis
Example 2: Ghosts (US) - mnamer changes it to Ghosts (Us)
I expect shows like FBI or even ones with more fancy spelling will show similar issues, not even talking about titles. As far as I can tell, there is no way to get mnamer to use the name as retrieved from the provider (tvdb / tvmaze), or did I miss anything? Shouldn't these sources give the best indication on how to capitalize the show titles and episode names?
The text was updated successfully, but these errors were encountered:
Changing str_title_case to always return s immediately (i.e., skipping to "intelligently apply title case transformations to strings") fixes the immediate problem for me. The shows I renamed so far where all correct, whereas with the transformation there would have been various issues (e.g., https://www.tvmaze.com/episodes/2781751/swat-7x10-snafu).
I am trying to use mnamer to rename TV episodes. By coincidence, the first shows I tried to rename showed a problem with capitalization.
Example 1:
NCIS
- mnamer changes it toNcis
Example 2:
Ghosts (US)
- mnamer changes it toGhosts (Us)
I expect shows like
FBI
or even ones with more fancy spelling will show similar issues, not even talking about titles. As far as I can tell, there is no way to getmnamer
to use the name as retrieved from the provider (tvdb / tvmaze), or did I miss anything? Shouldn't these sources give the best indication on how to capitalize the show titles and episode names?The text was updated successfully, but these errors were encountered: