INTERACT FORUM
More => Old Versions => JRiver Media Center 19 for Windows => Topic started by: Skullmonkee on July 01, 2014, 09:29:12 am
-
Hi
When viewing theatre mode (Movies, TV series etc), how can i configure what the 'recent' view shows? Is there a way to specify the time period that files will appear in the recent view?
-
Theater View is customized via Tools → Options → Theater View
I don't have any of the default views any more, but if you want to edit or create one, select "Set rules for file display" you could use the rule "Date imported is in the last ___"
-
Cheers
That was exactly what i was after.
Thanks
-
I have mine set for seven days. If you go for a similarly short period, consider also specifying "or number plays is empty" to keep them in the view if you haven't gotten around to watching within seven days....
([Date Imported]=<7d or [Number Plays]=[]) ~sort=[Date Imported]-d
-
I have mine set for seven days. If you go for a similarly short period, consider also specifying "or number plays is empty" to keep them in the view if you haven't gotten around to watching within seven days....
([Date Imported]=<7d or [Number Plays]=[]) ~sort=[Date Imported]-d
Marko thanks, that is brilliant. I've added the same script as you provided, and JRiver has successfully created these rules. Out of interest, I was wondering if it also has the ability to use an 'and' instead of 'or'?
-
Out of interest, I was wondering if it also has the ability to use an 'and' instead of 'or'?
By default rules are AND'ed together. So remove the word OR and it'll become an AND.
-
Cheers.
Thanks guys.