Goldenfreddy0703 / Otaku

Repository for Otaku Development
GNU General Public License v3.0
114 stars 22 forks source link

Fanart for all watchlists not only anilist #332

Open luchoanas opened 2 months ago

luchoanas commented 2 months ago

Hello, great addon, thanks for the hard work. Is it possible to have fanart for all watchlists not only anilist, or is it not possible at the moment?

Goldenfreddy0703 commented 2 months ago

Hey so it might be possible but would require id conversion or slugs for fanart tv.

jewbmx commented 2 months ago

if you need some mapping done you can likely use this if you dont already have it. https://gist.github.com/jewbmx/cb5a298ed41deec404ad7aa05dbe5f0c code base should match your other scripts i think.

Goldenfreddy0703 commented 2 months ago

Hey thanks for showing me this but we already have a database that kinda supports this already and this database uses the offline database in which we already use. We utilize so many databases in order to get all the data and everything.

luchoanas commented 2 months ago

I also think it's there, because once you open a show for ex and start browsing seasons, there you have the fanart, but not when you're browsing shows. I think the addon's default fallback fanart goes on top of it and masks it

jewbmx commented 2 months ago

Yea thats my bad lol i wasn't sure if your mapping module was the same database those api services refer to, i was only thinking which one offered the tvdb id. I do have a few others that supply all the artwork but they are like a full api returning a bunch of metadata which seems a bit over the top lol.(like for example https://api.kurozora.app/v1)

Gujal00 commented 2 months ago

I coded metadata collection on anilist watchlists only, as I only use anilist 😄 . Has to be coded (can be done with minimal effort) for other watchlists. will see when i get some time Duplicate of #271