Music renaming Acoustid Id in Filename

Support for Windows users
Post Reply
Elfenhorstm
Posts: 2
Joined: 04 Oct 2016, 14:26

Music renaming Acoustid Id in Filename

Post 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
User avatar
rednoah
The Source
Posts: 22999
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Music renaming Acoustid Id in Filename

Post 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
:idea: Please read the FAQ and How to Request Help.
Elfenhorstm
Posts: 2
Joined: 04 Oct 2016, 14:26

Re: Music renaming Acoustid Id in Filename

Post 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?
User avatar
rednoah
The Source
Posts: 22999
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Music renaming Acoustid Id in Filename

Post 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}
...
:idea: Please read the FAQ and How to Request Help.
Post Reply