Kodi Community Forum
Release Generic Album Scraper - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Information Providers (scrapers) (https://forum.kodi.tv/forumdisplay.php?fid=147)
+----- Forum: Music Scrapers (https://forum.kodi.tv/forumdisplay.php?fid=303)
+----- Thread: Release Generic Album Scraper (/showthread.php?tid=351570)



Generic Album Scraper - ronie - 2020-02-08

Image

Python based album scraper for Kodi 19 Matrix (and up).

metadata is fetched from these sources:
  • allmusic
  • discogs
  • musicbrainz
  • theaudiodb
  • wikipedia

artwork is fetched from these sources:
  • allmusic
  • cover art archive
  • discogs
  • fanart.tv
  • theaudiodb

supported artwork types:
  • 3dcase
  • 3dface
  • 3dflat
  • back
  • discart (multi-discart)
  • spine
  • thumbnail

If you have issues with this scraper, please post a Debug Log!
You will receive NO support without a debug log.



[split] [Please Test] New Music Scrapers - MeC!as - 2020-12-07

It seems to work fine for me as long each track is a single file.
As soon it is a multitrack album then just the first track is displayed and all other getting ignored. There are several albums, mostly flac, that are just one file with 10 or so tracks. They are all perfectly tagged and it worked with Kodi 18 quite well, with 19 not so much.

EDIT

Thanks for the response. On a new Kodi profile it works for the multitrack albums as well. Most likely something is off with my set-up. Will check that first, before posting again.


RE: Generic Album Scraper - ronie - 2020-12-08

@MeC!as please post a Debug Log of scraping one of those albums and i'll have a look.


RE: Generic Album Scraper - docwra - 2020-12-08

Awesome work! Thanks for the support of album covers.

I hope to see some new skins take advantage of them soon Big Grin


RE: Generic Album Scraper - livejize - 2021-03-04

I’m not sure what’s occurring on my set-up (if that...) but when I go into either of the generics and use the configuration then go out and perform a manual update - the generic album and artist scraper file disappears. I have since set my defaults as the universal for the system. Anyway, I’ve gone back in and in my settings it shows up again. I don’t get any errors so I don’t know how I could send a log file unless you want the whole thing.


RE: Generic Album Scraper - Karellen - 2021-03-04

(2021-03-04, 15:02)livejize Wrote: the generic album and artist scraper file disappears.
What do you mean disappear? Disappear from where?


RE: Generic Album Scraper - manfeed - 2022-02-08

@ronie 
I'm thinking in ways to improve the music section of my skin and wondering whether it would be possible to scrape the links to the music videos provided by theaudiodb. The goal would be to let the users play them while browsing albums/artists, kind of what is currently possible with trailers for movies... Is that feasible? Thanks!


RE: Generic Album Scraper - ronie - 2022-02-08

someone would to add support for that in kodi first.
the info the scraper provides gets stored in the music database, but there's no field for musicvideos.
also the necessary infolabels for skinners need to be added.

once that's implemented, updating the scraper for musicvideo support is quite easy.


RE: Generic Album Scraper - manfeed - 2022-02-08

Thanks, it's a pity, because it could be a cool feature...

While testing the latest change in Artist scraper I noticed that there's another artwork missing, this time for albums, it's 3D thumb...

https://forum.kodi.tv/showthread.php?tid=343449&pid=2855103#pid2855103


RE: Generic Album Scraper - ronie - 2022-02-08

thanx again, added that as well:
metadata.generic.albums-1.0.17.zip


RE: Generic Album Scraper - manfeed - 2022-02-08

Thanks! It works fine.


RE: Generic Album Scraper - docwra - 2022-02-10

Also confirming it works here:

Image


RE: Generic Album Scraper - JungleJim - 2022-11-24

Hi! Thanks for this add-on!

In my collection I have several albums in different sound formats (ex: [24bit/88kHz] or [5.1 Surround]). I add that info in the album name, for example "Marillion - Fugazi [5.1 Surround]", and I want to keep it that way so I can recognize the different versions of the same album. However, since the info in brackets is in the album name, the scraper can't find the album and the right images are not fetched. Is there a way to tell the scraper to ignore the info between the [ ] brackets? Thanks!


RE: Generic Album Scraper - manfeed - 2024-02-02

(2022-02-08, 21:32)ronie Wrote: thanx again, added that as well:
metadata.generic.albums-1.0.17.zip
I think that this version wasn't updated in the official Kodi repo. Could you please do so? Thanks!


RE: Generic Album Scraper - ronie - 2024-02-04

yeah, guess it's about time... :-)