fcimeson 11 Posted September 1, 2022 Posted September 1, 2022 (edited) I'm also experiencing this issue, please provide instructions for what information is needed for debugging. This emby view is the Album Artist view. I also refreshed the metadata about a million times. Edited September 1, 2022 by fcimeson
Luke 42085 Posted September 1, 2022 Posted September 1, 2022 @fcimeson your audio files are tagged with an album artist called "Playlists", and this has been imported into Emby Server. As far as why you have multiple Playlists entries, the most likely reason is that some of your audio files are also tagged with musicbrainz album artist id values, and because they are different values, the server treats them as different artists? What is your end goal? A single Playlists album artist, or the actual album artist values?
fcimeson 11 Posted September 2, 2022 Author Posted September 2, 2022 Yup, my end goal is to have a single album artist. The musicbrainz suggestion sounds right, I'll try to remove it. Thanks for the help!
Luke 42085 Posted September 2, 2022 Posted September 2, 2022 OK I think in Emby Server this might be tough to climb out of at the moment. After you've removed the information from your audio files, the next step is to run a normal library scan and see what things look like when it finishes. If that doesn't change anything then your best bet will be to remove and re-add your music library, making sure to complete a scan of all libraries before adding it back to ensure everything is cleaned out of the database. Please let us know if this helps. Thanks.
Solution fcimeson 11 Posted September 2, 2022 Author Solution Posted September 2, 2022 That worked. Instructions below Run: for f in */*/*.mp3; do eyeD3 "$f" --unique-file-id="http\://musicbrainz.org": --user-text-frame="MusicBrainz Album Artist Id": --user-text-frame="MusicBrainz Album Id": --user-text-frame="MusicBrainz Release Group Id": --user-text-frame="MusicBrainz Release Track Id": --user-text-frame="MusicBrainz Album Type": --user-text-frame="MusicBrainz Album Status": --user-text-frame="MusicBrainz Album Release Country": --user-text-frame="MusicBrainz Artist Id":; done Rescan metadata. Thanks again for the support. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now