Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checkmark if media is in library #113

Open
espensgr opened this issue Apr 4, 2024 · 3 comments
Open

Checkmark if media is in library #113

espensgr opened this issue Apr 4, 2024 · 3 comments

Comments

@espensgr
Copy link
Sponsor

espensgr commented Apr 4, 2024

Would be super helpful to have a checkmark or tag on the poster image to see if i have that media in my library.
Somewhat like what Overseer has on their end.

image

That could be added to all browse funcion, as well as in the search mode.

@yowmamasita
Copy link
Collaborator

This will come soon.

There are a couple of blockers for me to make this happen:

  • First I need to migrate from Planetscale hobby tier (free) to my self hosted Postgres db
  • Second I need to change the database structure to store 1 hash per row instead of using a json data type to store multiple hashes per row (per move)
  • Third I need to clean up the data for any inconsistencies. This means removing "movie packs" because I want to have a hash to be unique per movie

Once all of these are done, I will be able to display that check mark :)

In fact, I will also be able to identify all movies and tv shows in your library.

@espensgr
Copy link
Sponsor Author

espensgr commented Apr 5, 2024

I see the site is running on Cloudflare, maybe test the D1 database?
Since you hare using Prisma that should be pretty strait forward i think. https://developers.cloudflare.com/d1/tutorials/d1-and-prisma-orm/

@yowmamasita
Copy link
Collaborator

I'll test that out! Thank you for the reco

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants