Open M4CC opened 1 year ago
Agreed, some community-contributed examples for common formats like Kodi and Plex would be fantastic.
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}"'
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!