-
Notifications
You must be signed in to change notification settings - Fork 17
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
Poster customization #400
Comments
Maybe add an option for the users to manually upload their own poster? |
Good idea, that should be possible too. |
Which users should have the permissions to change the posters? Only the owners / admins or also regular users? |
Hm, good question. I was thinking that every user should be able to change a movie poster for their context. So if you see a movie poster at the dashboard for user one it can be different to what it looks like on the dashboard of user two. This way everyone can customize it how they want and share there preferences with others. |
Sounds like the way to go. |
The only difference is between admin and non admin users. I think that should be enough for now, at least I had no need for more roles. The implementation of it could probably be improved |
Currently the posters used for movies are the ones used at tmdb at the time of the data sync.
Users should have the option to manually choose which poster to use from the ones available at tmdb.
The available posters should be loaded dynamically from tmdb each time (some frontend caching could be useful).
Store the manually selected image url in the database. Image caching should use this one (cache directly on setting if enabled?).
The text was updated successfully, but these errors were encountered: