Plex Friendly Version (Correct Metadata) #1192
Reasonable-Grape2698
started this conversation in
Show and tell
Replies: 2 comments
-
Essentially sets album artist as album.artist.name not album.artists (list), so there's not multiple. Plex gets confused by multiple. Same with tracks, track.artist.name instead of track.artists. This required an AIGPY fix as it expects a list. I added a line to just return the original string if it's a string. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Plex then scans this correctly to the main artist and not randomly to a random contributing artist. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://github.com/Reasonable-Grape2698/Tidal-DL_Plex-Friendly
Required fixing AIGPY too so it's included. I have a pull request they'll likely put into main then I'll update things to simply pip install it.
Docker version available, only 163MB image. Uses python:3.11-slim
Beta Was this translation helpful? Give feedback.
All reactions