Skip to content
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

Open
DestroMedia opened this issue Nov 12, 2024 · 4 comments
Open

Music Support ? #154

DestroMedia opened this issue Nov 12, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@DestroMedia
Copy link

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 ?

@DestroMedia
Copy link
Author

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.

@ZeroQI ZeroQI added the enhancement New feature or request label Nov 13, 2024
@ZeroQI
Copy link
Owner

ZeroQI commented Nov 13, 2024

Possible? Yes.
Will i do it? No.
Why? I do not use this nor Plex and provide very limited support to YouTube agent...

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:
https://github.com/ZeroQI/Hama.bundle/wiki/Plex-Metadata-Fields-Available

Music agent source for missing code:
https://github.com/lincalinca/plexmv/blob/master/plexmv.bundle/Contents/Code/__init__.py
https://github.com/matthewdias/VGMDB.bundle/blob/master/Contents/Code/__init__.py

@ZeroQI ZeroQI closed this as completed Nov 13, 2024
@ZeroQI ZeroQI reopened this Nov 27, 2024
@ZeroQI
Copy link
Owner

ZeroQI commented Nov 27, 2024

Album metadata fields

  • posters
  • original_title
  • title
  • summary
  • rating
  • studio
  • orig_title
  • producers

Group/Artist metadata fields

  • posters
  • art
  • title
  • summary
  • rating

source: https://github.com/ZeroQI/Hama.bundle/wiki/Plex-Metadata-Fields-Available

track metadata fields

  • name

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 abum art change the others, the scanner grouped them together because the numbering convention wasn't adhered to...

@ZeroQI
Copy link
Owner

ZeroQI commented Nov 27, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants