Jump to content

How to reset the watched/resume status?


Recommended Posts

onewaytrigger
Posted

It is possible through the web server?

bluemonkey07
Posted (edited)

Yes, for each item click the checkmark next to the thumbs up and down buttons

Edited by Vidman
onewaytrigger
Posted

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
Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...