Watcharr
Watcharr copied to clipboard
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.
Clicking on an episode should open up a modal with extra info (the full cast and I'm sure there's more specific info we could display too).
Allow for mass editing watched list items. Let user select multiple items in watch list, then change status (or rating?) or delete them.
In my head it sounds easy for us to bundle the frontend and backend binary together into an electron app. It could function as it does now, but the server...
The movie and tv pages have a lot of duplicated code between them. Most of the things can be moved out to components, and styling should mostly be able to...
Killer feature that is missing for me: being able to collaborate on lists together wjtb another user.
Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 2.5.10 to 2.5.20. Release notes Sourced from @sveltejs/kit's releases. @sveltejs/kit@2.5.20 Patch Changes fix: set revalidate cache header on 404'd static assets (#12530) @sveltejs/kit@2.5.19 Patch Changes fix: Svelte...
Bumps [svelte-check](https://github.com/sveltejs/language-tools) from 3.7.1 to 3.8.5. Release notes Sourced from svelte-check's releases. svelte-check-3.8.5 chore: bump html/css language service (#2424) chore: better "cannot use bind:" error message (#2429) fix: no implicit...
I recently updated my Watcharr version, and I just found that all of my watch history is gone. Absolutely no record of it anywhere. There doesn't seem to be anything...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.5 to 5.5.4. Release notes Sourced from typescript's releases. TypeScript 5.5.4 For release notes, check out the release announcement. For the complete list of fixed issues, check...
Bumps [github.com/go-co-op/gocron/v2](https://github.com/go-co-op/gocron) from 2.7.0 to 2.11.0. Release notes Sourced from github.com/go-co-op/gocron/v2's releases. v2.11.0 Features WithStopAt added to JobOption's to allow giving a time for jobs to stop running by @Higan...