Kodi Community Forum
Movies Renamer pattern that is compatible with Radarr? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+---- Forum: TinyMediaManager (https://forum.kodi.tv/forumdisplay.php?fid=204)
+---- Thread: Movies Renamer pattern that is compatible with Radarr? (/showthread.php?tid=339292)



Movies Renamer pattern that is compatible with Radarr? - twofingerpoi - 2019-01-13

Any suggestions on a pattern that is compatible with Radarr?

This is the pattern that I am currently using in Radarr:

{Movie_CleanTitle}_({Release Year}){-Edition_Tags}-{QUALITY_TITLE}-{MEDIAINFO VIDEOCODEC}-{MEDIAINFO AUDIOCODEC}{-MEDIAINFO AUDIOCHANNELS}

Example:

We're_the_Millers_(2013)-Extended_Edition-WEBDL-1080P-X264-AAC-5.1.mp4

I don't care much for the "WEBDL" part in {QUALITY_TITLE} but can't find a way to tease the "1080P" out of MEDIAINFO.

I'm sure I should be asking Radarr, but TMM has more robust renamer.

Any suggestions?


RE: Movies Renamer pattern that is compatible with Radarr? - mlaggner - 2019-01-13

do you use v2 or v3?

in v2 that would be $F, in v3 ${videoFormat}


RE: Movies Renamer pattern that is compatible with Radarr? - kevin360 - 2019-01-18

I'm using both and I haven't found any settings that will result in the same renaming between the two programs.  They just use different strings for the same thing.  

For example the codec, Radarr with use 'X264' and TMM with use 'h264'.

If you could custom set the strings for each flag then you might be able to get them to rename the same, but right now they won't.


RE: Movies Renamer pattern that is compatible with Radarr? - myron - 2019-01-21

x264 is the encoder program used to produce h264 codec.
So when we look into the file, the codec *is* h264 Wink