Page 1 of 1

Need a naming scheme like this

Posted: 03 May 2019, 09:09
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.

Re: Need a naming scheme like this

Posted: 03 May 2019, 10:30
by rednoah
Maybe like this:

Code: Select all

{ny} - {tags} [{source}-{vf}][{ac} {channels}][{vc}]-{group}
https://www.filebot.net/naming.html

Re: Need a naming scheme like this

Posted: 04 May 2019, 09:51
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!

Re: Need a naming scheme like this

Posted: 23 Sep 2023, 08:29
by rednoah