filebot node: binding for track number and name for music

Any questions? Need some help?
Post Reply
Acrux
Posts: 2
Joined: 04 Jul 2022, 13:33

filebot node: binding for track number and name for music

Post by Acrux »

Hello all.
i have trouble finding the right binding to name my music the way i want it.
i have read https://www.filebot.net/naming.html but could not find a binding for track number and name.
and i googled for some time and came up with nothing.

i want it to look like this:

Code: Select all

 -- Rotting Christ/
  --- 1998 - Thy Mighty Contract (Re-Release)/
   ---- Rotting Christ - Thy Mighty Contract - 01 - The Sign of Evil Existence.flac
so far i have:

Code: Select all

/volume1/Base/_Inbox/OUT/Music/{artist}/{y} - {album}{(1.Re-Release)}/{artist} - {album} - {2.Tracknumber} - {3.TrackName}
need binding for 1,2,3
is there a binding for 1? like re-releases, re-master etc. if not i can live without that one.
2 and 3 is kinda important.

and is {y} only for movie / series or does it work for music aswell?

sidenote:
Can you replace:

Code: Select all

/volume1/Base/_Inbox/OUT/Music/ 
with:

Code: Select all

{type}/
my output folder is set to:

Code: Select all

/volume1/Base/_Inbox/OUT/
sidenote 2:
what is this? https://imgur.com/vxFPiwN . that looks really useful.
i have nothing that looks like that on win or DSM.

/Cheers
Acrux
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: filebot node: binding for track number and name for music

Post by rednoah »

1.
{pi} and {t} will give you the track number and track title.


:idea: You can use MediaInfo bindings to access arbitrary MediaInfo properties.

Image




2.
You'll always want to prototype your custom format in the FileBot Desktop application / Format Editor first:
https://youtu.be/cihWAvDW7MM?t=30

Image
:idea: Please read the FAQ and How to Request Help.
Acrux
Posts: 2
Joined: 04 Jul 2022, 13:33

Re: filebot node: binding for track number and name for music

Post by Acrux »

Thank you very much
Post Reply