Wanting to purchase mp3tag for macOS but I am having a few struggles

Hello,

I am a longtime YATE user on macOS which is great software, but back in my windows days I was a mp3tag user. I like mp3tag's ease of use,

Here are a few things I am looking to do but am having trouble with

  1. I can not seem to retrieve original release dates from either discogs (preferred) or musicbrainz, this is of course useful for a remastered album for example that was released in say 2013 but the original release date (which is how I like to sort my albums) is 1988

  2. Renaming files. I assume this is a simple fix but here is what I trying to get
    music/Aerosmith/[1994] Get a Grip/

Also I would like my rename script to allow for extra discs if needed

  1. Is there a way currently to use synched lyrics with FLAC files? I understand this may not be a limitation of mp3tag but FLAC files themselves.

That is it for the time being, thanks for any help, and thanks for this awesome software :slight_smile:

If the data is not present on the result page in discogs or Musicbrainz, then it cannot be retrieved.

What have you tried so far?
Perhaps an additional look at the documentation helps:

As MP3tag only supports UNSYNCEDLYRICS you would have to resort to a different program to either look for this kind of data or to create it.
And then it is a feature of the player to properly display those lyrics.

Thanks for your response,

regarding question 1, the data is not present within the Tag Sources window when feching in mp3tag, but using similar software that data fetched using both discogs and MusicBrainz. Is there a way to add that field to mp3tag results?

See e.g. here:

... but what do the web source scripts have to do with purchasing the Mac version?

Having everything working as expected/required is probably simply a precondition to a potential purchase — so nothing wrong with that.

Mp3tag's Tag Sources can only query what's retrieved with the API request to a particular release. The original release date on Discogs seems to be tied to the master release, which could — in theory — also be used to import the data (but is currently not, and would not include the data of the actual release then).

The square brackets are special characters in Mp3tag's format string language, so you'd have to escape those as in

music/%artist%/'['%year%']' %album%

Extra discs depend on how you store those in your tags, you could, e.g., use

music/%artist%/'['%year%']' %album%[/%discnumber%]