INTERACT FORUM

More => Old Versions => JRiver Media Center 19 for Windows => Topic started by: Skullmonkee on July 01, 2014, 09:29:12 am

Title: Recently added video
Post 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?
Title: Re: Recently added video
Post by: 6233638 on July 01, 2014, 09:36:41 am
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 ___"
Title: Re: Recently added video
Post by: Skullmonkee on July 02, 2014, 03:52:53 am
Cheers

That was exactly what i was after.

Thanks
Title: Re: Recently added video
Post by: marko on July 02, 2014, 04:45:40 am
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....
Code: [Select]
([Date Imported]=<7d or [Number Plays]=[]) ~sort=[Date Imported]-d
Title: Re: Recently added video
Post by: Skullmonkee on July 02, 2014, 06:24:31 am
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....
Code: [Select]
([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'? 
Title: Re: Recently added video
Post by: Matt on July 02, 2014, 09:02:41 am
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.
Title: Re: Recently added video
Post by: Skullmonkee on July 04, 2014, 04:35:08 am
Cheers.

Thanks guys.