Use different folders according data_source

Hi!

I want to use different folders for my albums, according to the db they were tagged with. So the albums tagged with musicbrainz and those tagged with discogs shall be separated.

I’m aware of the field data_source but didn’t find out, how to use it on albums and how to manage the splitting with existing and future imported albums.

Can you please give me some hints?

Thanks and regards!

Hey @schmeckx! You should be able to use $data_source in your path format configuration.

Something like this?

paths:
    default: $data_source/$albumartist/$album%aunique{}/$track $title
    singleton: $data_source/Non-Album/$artist/$title
    comp: $data_source/Compilations/$album%aunique{}/$track $title
1 Like

Yes, this did it! Sometimes I don’t see the obvious things… :roll_eyes:

Many thanks!

1 Like