Jump to content

How do I mark all movies in a new library as watched?


Michael K.
Go to solution Solved by Happy2Play,

Recommended Posts

Michael K.

I've created a new library and by default the movies are 'unwatched'. I would like to mark all of them as 'watched'. There are several hundred movies, so I would like to know the most efficient way to do this. Is there a way to 'select all'?

 

 

  • Like 1
Link to comment
Share on other sites

Happy2Play

Only by hacking the librarybrowser.js and adding the "| item.Type == 'CollectionFolder' |" (was line 3141 for me) back in to show "Played" indicator at folder level, restart server after making the change.

 

Emby-Server\System\dashboard-ui\scripts

Edited by Happy2Play
  • Like 2
Link to comment
Share on other sites

Michael K.

Only by hacking the librarybrowser.js and adding the "| item.Type == 'CollectionFolder' |" (was line 3141 for me) back in to show "Played" indicator at folder level, restart server after making the change.

 

Emby-Server\System\dashboard-ui\scripts

 

thanks for the tip

Link to comment
Share on other sites

CBers

Only by hacking the librarybrowser.js and adding the "| item.Type == 'CollectionFolder' |" (was line 3141 for me) back in to show "Played" indicator at folder level, restart server after making the change.

 

Emby-Server\System\dashboard-ui\scripts

Can you do a pull request so it gets added into the core?

Link to comment
Share on other sites

Happy2Play

@@Luke was there a reason this was removed a long time ago?

Link to comment
Share on other sites

Andrommy

I would use the multi-select tool.

 

Great to see it's been implemented! Last time I was using multi-select tool i'm pretty sure there wasn't an option to set them as watched, so the change mustve been very recently...or I'm just blind.

Link to comment
Share on other sites

Michael K.

I would use the multi-select tool.

 

The multi-select is a great improvement; however with regards to this particular thread issue, I would need to select hundreds of movies/shows across multiple pages, so it would still be cumbersome for processing newly created libraries.

 

If I had to do this only once when the library is first created, I think the multi-select would would a fine solution, however a library might need to be deleted and recreated more than once. For example, an update to metadata was recently implemented, for which I had to deleted and recreate the library to see the changes. Some other examples are when you need to migrate data storage, and add new media in bulk.

Link to comment
Share on other sites

  • Solution
Happy2Play

The multi-select is a great improvement; however with regards to this particular thread issue, I would need to select hundreds of movies/shows across multiple pages, so it would still be cumbersome for processing newly created libraries.

 

If I had to do this only once when the library is first created, I think the multi-select would would a fine solution, however a library might need to be deleted and recreated more than once. For example, an update to metadata was recently implemented, for which I had to deleted and recreate the library to see the changes. Some other examples are when you need to migrate data storage, and add new media in bulk.

@@Michael K.

 

Updated Best Answer.  Sure the way I mentioned works but you can do the exact same thing with the Multi-Select option also.

 

Example

On Home Screen Left click and hold on the Library you want to mark as Played (Library becomes checked) - Select three dots menu (top right) - Mark Played

 

Or check all libraries then mark as played.

Edited by Happy2Play
  • Like 4
Link to comment
Share on other sites

Michael K.

@@Michael K.

 

Updated Best Answer.  Sure the way I mentioned works but you can do the exact same thing with the Multi-Select option also.

 

Example

On Home Screen Left click and hold on the Library you want to mark as Played (Library becomes checked) - Select three dots menu (top right) - Mark Played

 

Or check all libraries then mark as played.

 

Thank you @@Happy2Play and @@Luke. This is exactly what I was looking for. The multi-select tool worked perfectly, marking all videos in the library as watched. I didn't think to use it on the folder level.

 

I changed the best answer to your post @@Happy2Play because it included the instructions. Thanks again.

Edited by Michael K.
  • Like 1
Link to comment
Share on other sites

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...