Sync Filebot and Radarr naming format

All about user-defined episode / movie / file name format expressions
Post Reply
yellowdaemon
Posts: 32
Joined: 07 Jan 2021, 16:09

Sync Filebot and Radarr naming format

Post 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:

Code: Select all

{Movie Title} ({Release Year})
My Filebot naming format is as follows:

Format: Select all

{ny}/{ny}{vf}, {vc}, {ac}, {channels}
I am looking for a way to let Filebot produce the same output as in Radarr.
User avatar
rednoah
The Source
Posts: 23002
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Sync Filebot and Radarr naming format

Post 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?

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




:idea: 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
:idea: Please read the FAQ and How to Request Help.
yellowdaemon
Posts: 32
Joined: 07 Jan 2021, 16:09

Re: Sync Filebot and Radarr naming format

Post 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
User avatar
rednoah
The Source
Posts: 23002
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Sync Filebot and Radarr naming format

Post by rednoah »

e.g.

Format: Select all

{ny}/{ny} {vs.upperInitial().lowerTrail()}-{vf} {ac} {channels}

Code: Select all

Bastille Day (2016)/Bastille Day (2016) Bluray-480p AC3 2.0


:idea: 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
:idea: Please read the FAQ and How to Request Help.
yellowdaemon
Posts: 32
Joined: 07 Jan 2021, 16:09

Re: Sync Filebot and Radarr naming format

Post by yellowdaemon »

Thanks!

I'm gonna try it
User avatar
rednoah
The Source
Posts: 23002
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Sync Filebot and Radarr naming format

Post by rednoah »

Please report back if this is indeed what you were looking for, so that the next guy can copy your solution.
:idea: Please read the FAQ and How to Request Help.
yellowdaemon
Posts: 32
Joined: 07 Jan 2021, 16:09

Re: Sync Filebot and Radarr naming format

Post 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
User avatar
rednoah
The Source
Posts: 23002
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Sync Filebot and Radarr naming format

Post by rednoah »

:idea: Please read the FAQ and How to Request Help.
Post Reply