INTERACT FORUM

More => Old Versions => JRiver Media Center 19 for Windows => Topic started by: muzicman0 on July 22, 2014, 03:18:10 pm

Title: Movie Collections
Post by: muzicman0 on July 22, 2014, 03:18:10 pm
Is it possible to group movies by collection (IE: Lord of the Rings) in theater view?
Title: Re: Movie Collections
Post by: tls62dk on July 22, 2014, 03:24:08 pm
Yes, you can use the SERIES tag to group them.
Title: Re: Movie Collections
Post by: muzicman0 on July 22, 2014, 03:53:53 pm
I just tried that, and it didn't group them together in Theater View...what am I doing wrong?
Title: Re: Movie Collections
Post by: 6233638 on July 22, 2014, 04:20:24 pm
Go to Tools → Options → Theater View
There, you will have to customize the view that you use to display your films.
 
Change it from [Name] (or whatever it currently uses) to an expression using TVInfo(SeriesDisplay)

This will display the Series for any films which have that tag, and the name of the film for one which do not.
Title: Re: Movie Collections
Post by: tls62dk on July 22, 2014, 04:30:48 pm
Yes, you can do expressions to also format the text under the grouped movies.

I use this:

Quote
if(isempty([Series]), [Name]Delimit(Watched(2), , / ), Fixcase([Series],3) SERIES)

Which will use uppercase for any groups of movies and add the word "SERIES" after the titel.
Title: Re: Movie Collections
Post by: muzicman0 on July 22, 2014, 04:42:29 pm
hmmm...OK...this gives me multiple entries for a collection.  I was hoping I would have one entry under movies, and then if I selected it, then it would show me the actual Movie titles.
Title: Re: Movie Collections
Post by: 6233638 on July 22, 2014, 05:08:43 pm
hmmm...OK...this gives me multiple entries for a collection.  I was hoping I would have one entry under movies, and then if I selected it, then it would show me the actual Movie titles.
Are you sure that your films are tagged with series information, and you followed my instructions correctly?
 
It should display like the attached images.
Title: Re: Movie Collections
Post by: muzicman0 on July 22, 2014, 05:16:40 pm
Oh, I think I know what happened...I went into the customize file info panel instead of the actual menu item.  Let me give that a shot.
Title: Re: Movie Collections
Post by: 6233638 on July 22, 2014, 05:21:16 pm
You might also want to add a level below that with an expression which uses:

Expression to group by: formatdate([Date,0],yyyyMMdd) [Name]
Expression to display: [Name, 1]
 
 
This will sort the films in chronological order. (otherwise they would be sorted by name)
Title: Re: Movie Collections
Post by: muzicman0 on July 23, 2014, 04:14:27 pm
You might also want to add a level below that with an expression which uses:

Expression to group by: formatdate([Date,0],yyyyMMdd) [Name]
Expression to display: [Name, 1]
 
 
This will sort the films in chronological order. (otherwise they would be sorted by name)

Where do I put this?  Sorry to be such a newb!
Title: Re: Movie Collections
Post by: muzicman0 on July 23, 2014, 04:32:23 pm
One other stupid question in addition to the above...can I add Series cover art for the movie collections?  If so, how...On TV series, I just go to Tools|Cover Art|Get from Internet, but that isn't an option.  I don't want to replace the cover art for individual movies within the collection.
Title: Re: Movie Collections
Post by: daveman on July 23, 2014, 04:50:54 pm
6233638 - for us simpletons out there,

Tools - options - theatre view...

then what?  I am unsure how to Change it from [Name] (or whatever it currently uses) to an expression using TVInfo(SeriesDisplay)

I assume you are talkig about Items to Show -- Video -- Movies -- Name? but I am not sure of the next sequence of steps

dave
Title: Re: Movie Collections
Post by: 6233638 on July 24, 2014, 04:15:44 am
Title: Re: Movie Collections
Post by: muzicman0 on September 09, 2014, 04:18:20 pm
One other stupid question in addition to the above...can I add Series cover art for the movie collections?  If so, how...On TV series, I just go to Tools|Cover Art|Get from Internet, but that isn't an option.  I don't want to replace the cover art for individual movies within the collection.

I'm back to trying to make this work...can you do the above?
Title: Re: Movie Collections
Post by: 6233638 on September 09, 2014, 04:28:28 pm
I'm back to trying to make this work...can you do the above?
For film series' you will have to do this manually.
 
Save a JPG image with the exact name of the series to: %APPDATA%\J River\Media Center 20\Cover Art\Series\
 
Copy & Paste that into the Explorer address bar, or the Run box (WIN+R)
Substitute 20 with whichever version of MC you are running.
Title: Re: Movie Collections
Post by: muzicman0 on September 09, 2014, 04:47:57 pm
Thanks!  That worked!