INTERACT FORUM
More => Old Versions => JRiver Media Center 20 for Mac => Topic started 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
-
Add a new Smartlist, click the import/export button, and paste this code:
[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.
-
THANKS!