-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Music Support ? #154
Comments
My main reason for asking this is I do have a number of music channels all completely downloaded and I'd love if the album art per song was its actual video thumbnail, I've tried downloading each thumbnail manually but Plex is dumb and if it thinks one or more songs are in an album it makes every single one the same album art. |
Possible? Yes. One could add the music agent declaration in the code, and copy the method for series and movies part to update metadata. Fields per library type: Music agent source for missing code: |
Album metadata fields
Group/Artist metadata fields
source: https://github.com/ZeroQI/Hama.bundle/wiki/Plex-Metadata-Fields-Available track metadata fields
https://support.plex.tv/articles/200265296-adding-music-media-from-folders/ if changing one abum art change the others, the scanner grouped them together because the numbering convention wasn't adhered to... |
https://support.plex.tv/articles/200265296-adding-music-media-from-folders/
Did you follow the numbering convention:
Music/ArtistName/AlbumName/TrackNumber - TrackName.ext ?
if changing one album art changes the others, the scanner grouped them
together because the numbering convention wasn't adhered to...
…On Wed, 13 Nov 2024 at 13:14, DestroMedia ***@***.***> wrote:
My main reason for asking this is I do have a number of music channels all
completely downloaded and I'd love if the album art per song was its actual
video thumbnail, I've tried downloading each thumbnail manually but Plex is
dumb and if it thinks one or more songs are in an album it makes every
single one the same album art.
—
Reply to this email directly, view it on GitHub
<#154 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABHMWZJYFFFJ6ACJCUJNV6L2AM7CDAVCNFSM6AAAAABRTKRGI2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZTGQ2DCOJQGY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hey just curious is it possible to implement this to work with a music library of YouTube videos as music files ? Example I download something from no copyright music could you make this grab data similar to how it does for videos ?
The text was updated successfully, but these errors were encountered: