TheBeastLT / torrentio-scraper

Apache License 2.0
856 stars 105 forks source link

[Guidance] How to correctly get anime metadata #204

Closed hyoretsu closed 10 months ago

hyoretsu commented 10 months ago

Hey, I was looking to self-host Torrentio and ended up discovering stremio-jackett and Jackett itself. I like their approach better, and it works better for self-host when you don't have past uptime at your favor, but I'm looking to improve on that addon because currently it gets anime metadata from Cinemeta, and hence only searches for their english titles. Could you share how you circumvented that?

I found some things, like where you use Kitsu's strem.fun in metadata.js, but I couldn't find how to identify that it's an anime and how to get the Kitsu ID.

TheBeastLT commented 10 months ago

It's based on provider and it's categories, but it's beyond of the scope of this repo.