aniyomiorg / aniyomi

An app for manga and anime
https://aniyomi.org
Apache License 2.0
5.16k stars 322 forks source link

Anime Filler list #1823

Closed ShoaibKhanali closed 3 weeks ago

ShoaibKhanali commented 3 weeks ago

Describe your suggested feature

Is it possible for the app to get the filler episodes data from APls like https://github.com/xsunzukz/anime-filler-episodes-api If it is available then the app will get the data and if not the data will be taken from the source extension. If this is possible it would be really helpful especially the filler episode data. Maybe make a toggle in the library to get data from Source or APls ?

Other details

No response

Acknowledgements

Secozzi commented 3 weeks ago

The main problem with this is that no filler list site seems to have any official api. The one you provided is just a scraper of animefillerlist.com. We don't want to scrape sites in the main app like this, and there is no good way to map each entry in your library to an entry on the sites.

ShoaibKhanali commented 3 weeks ago

What you think about this

https://github.com/Kabir-Sidhu/anime-filler-list-api

Secozzi commented 3 weeks ago

What you think about this

https://github.com/Kabir-Sidhu/anime-filler-list-api

This is the exact same as the one you linked first in the issue (e.g. a scraper of animefillerlist.com)