bluemonkey07 590 Posted January 6, 2016 Posted January 6, 2016 (edited) Yes, for each item click the checkmark next to the thumbs up and down buttons Edited January 6, 2016 by Vidman
onewaytrigger 1 Posted January 6, 2016 Author Posted January 6, 2016 Sorry, forgot to mention, I mean reset the whole movie library at once. I have aroun 900 movies, this would take a lot of time.
Happy2Play 9783 Posted January 6, 2016 Posted January 6, 2016 That option has been removed. I believe the only way to reset everything in to delete the userdata_v2.db or modifying the database directly. or Dirty hack the library.js to add [| item.Type == 'CollectionFolder' |] and clearing the browser history. This will allow you to toggle library level played status. Emby-Server\System\dashboard-ui\scripts\library.js around line 3004 if (includePlayed !== false) { var tooltipPlayed = Globalize.translate('TooltipPlayed'); if (item.MediaType == 'Video' || item.Type == 'CollectionFolder' || item.Type == 'Series' || item.Type == 'Season' || item.Type == 'BoxSet' || item.Type == 'Playlist') { if (item.Type != 'TvChannel') { Note scripts get reset with every release.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now