Hello! I just started using Picard for Jellyfin and Symfonium. But I have some problems with artist and album artist tags.
As you can see on the picture. Picard fetches fictional characters and adds weird mentions as “featuring” or “ft.”
This causes a lot of trouble with Jellyfin. It creates an artist called “Kevin Penkin ft. Raj” instead of linking the track to two different artists.
It also creates pages for fictional characters, in addition to their voice actors.
Correct me if I’m wrong, but I think the best method would be for Picard to only tag as such:
Artist A; Artist B; Artist C; for everything
I asked chatgpt to make a script, he did this which solve partially the problem:
$set(artist,$join(%artists%,; ))
$set(albumartist,$join(%albumartists%,; ))
Fictional characters are still fetched as artists, though. Do you have an idea to expand the ChatGPT script? Or maybe fix my problems with something else entirely?
