RandomNinjaAtk / docker-lidarr-extended

lidarr-extended :: Lidarr application packaged with multiple scripts to provide additional functionality
GNU General Public License v3.0
275 stars 24 forks source link

Metadata profile when adding artists from Deezer artist/albumartist #199

Closed steve1977 closed 1 year ago

steve1977 commented 1 year ago

Not sure how LE determines what metadata profile is used. Can this be make optional and/or explain the logic that I can adjust for it? Thanks!

RandomNinjaAtk commented 1 year ago

LE doesn't care what profile, it only looks at the wanted/cutoff list.... So its whatever you configured your artists for...

steve1977 commented 1 year ago

I am referring to when you use the setting to "import deezer artist". I have 4 metadata profiles. It picks one of them, but not clear why it chose that one.

RandomNinjaAtk commented 1 year ago

It probably uses the Any profile, the first one in the profile list... There isn't a way to specify and it uses whatever the default is, which you cannot choose which one is the default....

See here: https://github.com/RandomNinjaAtk/docker-lidarr-extended/blob/3f8436185bc6690c36ca7be712aa640c024348b8/root/scripts/AutoArtistAdder.bash#L135-L136

Edit: If you wanted to be safe, you could configure all profiles to be the same... But that is only helpful if you weren't using profiles as intended.... You also could always change the profile after...