Music Bindings Questions.

Support for Windows users
Post Reply
nzdreamer55
Posts: 168
Joined: 20 Jul 2012, 23:25

Music Bindings Questions.

Post by nzdreamer55 »

Hello everyone, I have used Filebot for movies and TV now I want to use it for music. I took a look at the music bindings under the advanced binding setting and found the following...

Title
Album
Album/Performer
Track
Track/Position
Performer
Performer/Url
Original/Preformer
Genere

So some are very easy to understand (Title, Album) but there are others that I am not too sure about

How is the Album/Preformer different from the Original/Preformer? Can I use these to create naming schemes? How would I write something that had Original/Preformer within the name?
User avatar
rednoah
The Source
Posts: 23926
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Music Bindings Questions.

Post by rednoah »

That depends entirely on how files are tagged (ID3 Tags) or what information AcoustID (AcoustID) returns.

Just try with lots of files and see what comes up. You'll be the first to do research on what these bindings actually mean. ;)
:idea: Please read the FAQ and How to Request Help.
nzdreamer55
Posts: 168
Joined: 20 Jul 2012, 23:25

Re: Music Bindings Questions.

Post by nzdreamer55 »

OK. So should I put in {Original/Performer}? or is there another way to do it?
User avatar
rednoah
The Source
Posts: 23926
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Music Bindings Questions.

Post by rednoah »

If you wanna access MediaInfo bindings directly, i.e. ID3 Tags, you can use the {media} object binding.

e.g.

Code: Select all

{media['Original/Performer']}
:idea: Please read the FAQ and How to Request Help.
Post Reply