Page 1 of 1
Sync Filebot and Radarr naming format
Posted: 20 Jul 2023, 10:14
by yellowdaemon
Normally Radarr does the movie handling for me, but sometimes I download movies myself and then I use Filebot for the correct naming format. However, I noticed that there is a difference in naming format coming from Filebot, and that is what I have in Radarr. I'm looking for some help to sync my Filebot naming format to that of Radarr.
Here is my Radarr naming format
Standard film format is:
Code: Select all
{Movie Title} {(Release Year)} {Edition Tags} {Quality Full} {MediaInfo VideoDynamicRange} {MediaInfo AudioCodec} {MediaInfo AudioChannels}
File Map Format is:
My Filebot naming format is as follows:
I am looking for a way to let Filebot produce the same output as in Radarr.
Re: Sync Filebot and Radarr naming format
Posted: 20 Jul 2023, 11:30
by rednoah
yellowdaemon wrote: ↑20 Jul 2023, 10:14
However, I noticed that there is a difference in naming format coming from Filebot, and that is what I have in Radarr.

What is the difference?

What are the file names you want?

Please post multiple representative examples as to cover each corner case.

We don't have an official
"radarr naming scheme" that we could refer to you
(NOTE: you could be the one to make a post though) but others might have come up with something in the past:
*
viewtopic.php?t=9917
*
viewtopic.php?t=10765
*
viewtopic.php?t=11031
*
viewtopic.php?t=12990
EDIT:
*
viewtopic.php?t=13823
*
viewtopic.php?t=13894
Re: Sync Filebot and Radarr naming format
Posted: 20 Jul 2023, 11:40
by yellowdaemon
My Radarr naming scheme is ok. I don't want to change that. I want Filebot to follow the same scheme as I showed in the first post.
Filebot is doing a good job and it almost matches Radarr naming scheme, except for some differences.
Here is how Radar named my movie : Bastille Day (2016) Bluray-1080p AAC 7.1.mkv
And here is how Filebot does it: A Dark Place (2018)1080p, AVC, DTS, 5.1.mkv
I think the only thing i'm missing is the Bluray section
Re: Sync Filebot and Radarr naming format
Posted: 20 Jul 2023, 11:45
by rednoah
e.g.
Code: Select all
Bastille Day (2016)/Bastille Day (2016) Bluray-480p AC3 2.0

The the default MediaInfo bindings don't give you the exact MediaInfo values you want, then you can always access any MediaInfo property directly:
viewtopic.php?t=4285
Re: Sync Filebot and Radarr naming format
Posted: 20 Jul 2023, 12:32
by yellowdaemon
Thanks!
I'm gonna try it
Re: Sync Filebot and Radarr naming format
Posted: 21 Jul 2023, 13:22
by rednoah
Please report back if this is indeed what you were looking for, so that the next guy can copy your solution.
Re: Sync Filebot and Radarr naming format
Posted: 21 Jul 2023, 16:03
by yellowdaemon
rednoah wrote: ↑21 Jul 2023, 13:22
Please report back if this is indeed what you were looking for, so that the next guy can copy your solution.
I tested it and indeed it is what i was looking for.
thanks for the help.
Below you can see the result
with Radarr
Replicas (2018) Bluray-1080p AAC 5.1.mp4
with Filebot
Bridesmaids (2011) Bluray-1080p AAC 5.1.mkv
Re: Sync Filebot and Radarr naming format
Posted: 13 Jan 2024, 18:55
by rednoah