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
537 stars 22 forks source link

A way to repair content table #62

Open IRHM opened 1 year ago

IRHM commented 1 year ago

A button or a task that runs when watcharr starts to look for content with missing fields, then re-requesting the information from themoviedb to 'repair' the tables data.

Any way to allow us to get missing data needs to be added, mostly because if we add a field to the db later on, that show will currently never get the new field data added automatically.

Maybe this should not only look for missing fields, but instead update all data for all content, then we can fetch updated pieces of data too.

Should Add

IRHM commented 1 year ago

EDIT: this tasks thing exists already now.

A new Tasks page for admins might be a good addition along with this.

Each task would be a cron job with a customizable schedule.

Would only have this task for now (the db token cleanup could be added into a general cleanup task).