jkwill87 / mnamer

media file renaming and organizing tool
https://pypi.org/project/mnamer
MIT License
776 stars 66 forks source link

Example formatting readable by Kodi #232

Open M4CC opened 1 year ago

M4CC commented 1 year ago

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!

robross0606 commented 1 year ago

Agreed, some community-contributed examples for common formats like Kodi and Plex would be fantastic.

davidtakac commented 10 months ago

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}"'