Need a naming scheme like this

All about user-defined episode / movie / file name format expressions
Post Reply
Connor
Posts: 10
Joined: 18 Dec 2017, 11:44

Need a naming scheme like this

Post by Connor »

Hello,

Sorry for asking but I've kept trying for some time, with no luck. Is something like this possible? (Copying from another program)

Code: Select all

{Movie Title} ({Release Year}) - {[EDITION TAGS]}{[QUALITY FULL]}{[MEDIAINFO AUDIOCODEC}{ MEDIAINFO AUDIOCHANNELS]}{[MEDIAINFO VIDEOCODEC]}{-RELEASE GROUP}
=

Code: Select all

The Empire Strikes Back (1980) - [BLURAY-1080P][DTS 6.1][X264]-RELEASEGRP01
EDITION TAGS is, for example, extended edition or directors cut. I can't seem to find the edition tag.
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Need a naming scheme like this

Post by rednoah »

Maybe like this:

Code: Select all

{ny} - {tags} [{source}-{vf}][{ac} {channels}][{vc}]-{group}
https://www.filebot.net/naming.html
:idea: Please read the FAQ and How to Request Help.
Connor
Posts: 10
Joined: 18 Dec 2017, 11:44

Re: Need a naming scheme like this

Post by Connor »

rednoah wrote: 03 May 2019, 10:30 Maybe like this:

Code: Select all

{ny} - {tags} [{source}-{vf}][{ac} {channels}][{vc}]-{group}
https://www.filebot.net/naming.html
That seems to do the trick, thank you. I still have a few issues with the "tags", but it works good enough for now!
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Need a naming scheme like this

Post by rednoah »

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