INTERACT FORUM

More => Old Versions => JRiver Media Center 20 for Mac => Topic started by: h0mer on November 09, 2014, 10:56:36 pm

Title: In Progress Movies
Post by: h0mer on November 09, 2014, 10:56:36 pm
Is there a way to create a playlist that lists all in progress movies?

Thanks
Title: Re: In Progress Movies
Post by: 6233638 on November 10, 2014, 03:29:17 am
Add a new Smartlist, click the import/export button, and paste this code:
 
Code: [Select]
[Media Sub Type]=[Movie] [=IsRange(Math([Bookmark] / ([Duration,0]*10)), 5-90)]=1 ~sort=[Last Played]-d
This will display all movies in the range of 5-90% played (adjust the value if that doesn't work for you) and sorted by most recent.
Title: Re: In Progress Movies
Post by: h0mer on November 10, 2014, 06:21:36 pm
THANKS!