sbondCo / Watcharr

Open source, self-hostable watched list for all your content (movies, tv series, anime, games) with user authentication, modern and clean UI and a very simple setup.
https://watcharr.app
MIT License
433 stars 21 forks source link

possibility of separating anime from "show/movie" type? #431

Open reitenth opened 6 months ago

reitenth commented 6 months ago

i ask because i would like to differentiate my anime from my shows. thanks.

IRHM commented 6 months ago

Hey @reitenth, good idea!

I don't think it's possible with the way our data is currently stored, but it should be if we update it to also store keywords from TMDB (the api we use for all movie/show data). Then a new anime filter could work by checking these keywords.

I think we would also have to get #62 working first, so that existing data in your local cache can be updated to work when this feature is implemented.