Page 1 of 1

Music renaming Acoustid Id in Filename

Posted: 04 Oct 2016, 14:37
by Elfenhorstm
Hi
In the MediaInfo window i have a field Acoustid Id is like bb28bf..... Is it possible to use this in the filename for mp3 Files like {General.AcoustidId}? Or is there another way to use the informations from the AcoustID database?

Thanks a lot.

regards

Matze

Re: Music renaming Acoustid Id in Filename

Posted: 04 Oct 2016, 14:53
by rednoah
1.
MediaInfo has nothing to do with AcoustID. If you click on AcoustID as database that it'll grab metadata via AcoustID for things like {artist}, {album}, etc.

Using the AcoustID audio fingerprint (1500+ characters) as filename would be a bit stupid (and not allowed on Windows filesystems). Using the MusicBrainz ID {music.mbid} might be sensible though.


2.
FileBot sees what libmediainfo sees. Check the MediaInfo viewer to see what FileBot sees:
Image

Re: Music renaming Acoustid Id in Filename

Posted: 04 Oct 2016, 17:29
by Elfenhorstm
Thank you very much. The music brainz ID is exactly what i need. Where can i find a list with all these expressions?

Re: Music renaming Acoustid Id in Filename

Posted: 04 Oct 2016, 18:02
by rednoah
You may use {json} to inspect the info object.

@see http://www.filebot.net/naming.html


EDIT:


If the files are tagged, then you can use the generic MediaInfo bindings:

Code: Select all

{media.AcoustidId}
{media.MusicBrainzReleaseTrackId}
{media.ASIN}
...