We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
Can you include in the documentation some example formatting to re-write directories of movies/series so that they're recognizable by Kodi.
I think this should be quite a common use case so I think it would be nice to include it.
Thank you!
The text was updated successfully, but these errors were encountered:
Agreed, some community-contributed examples for common formats like Kodi and Plex would be fantastic.
Sorry, something went wrong.
Here are my aliases for renaming TV Shows and Movies for Kodi:
alias rshow='mnamer --episode-format "/data/media/TV Shows/{series}/Season {season:02}/{series} - S{season:02}E{episode:02} - {title}{extension}"' alias rmovie='mnamer --movie-format "/data/media/Movies/{name} ({year})/{name} ({year}){extension}"'
No branches or pull requests
Hello,
Can you include in the documentation some example formatting to re-write directories of movies/series so that they're recognizable by Kodi.
I think this should be quite a common use case so I think it would be nice to include it.
Thank you!
The text was updated successfully, but these errors were encountered: