INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Grouping and then sorting movies in Theater mode  (Read 1274 times)

arcspin

  • Galactic Citizen
  • ****
  • Posts: 379
Grouping and then sorting movies in Theater mode
« on: April 28, 2019, 07:42:23 am »

Hi,
I have read some forum threads here regarding grouping movies in the Theater view using the "Series" tag which I have successfully manage to do.

I have however not being able to sort the individual movies within the group based on the "Series" tag using the "Episode" tag,

Upon reading forum threads I have manage to add the quoted solution suggested by @kensn
"Then in Tools - Options - Theater View I placed a Library Item named Title and used an expression set to "If(IsEmpty([Series]),[Name],[Series])" to display the movies. This will either show the Name of the movie if the Series tag is empty, or show the group of movies with the Series name."

What must I do to be able to sort the movies using the "Episode" tag within the "Series" group, tagging movies from 1, 2 3, and so on.

I attach a screen shot to better illustrate how far I have come.
(I have posted the same question in an JRiver 23 forum thread but I'm not sure anyone are reading old forum threads any longer.)


Topic where I found the information that I have used but not quite manage to finish.
https://yabb.jriver.com/interact/index.php/topic,111632.0.html




Best regards,
//Peter
Logged
Hardware: Intel Core i5-8600K 16GB RAM, ASUS GeForce RTX 2080 8GB DUAL OC
Software: Windows 10 Home 64-bit, version 2004, JRiver MC 29, MadVr 0.92.17 (Beta 113), NVIDIA driver 457.09
Projector: JVC DLA-I X5500 (RS420, X570R) -
Screen: DNP Supernova 08-85
Processor: Anthem AVM 70
Power amp: XTZ A2-400 for Front & Center - XTZ A2-300 for Surround & Height channels
Speakers: Arendal 1723 S Monitor for Front & Center, Linn Unik for Front Height, Rear Height, Surround & Surround back. Elipson Planet M for Top Middle.
Sub: Arendal 1723 1S

arcspin

  • Galactic Citizen
  • ****
  • Posts: 379
Re: Grouping and then sorting movies in Theater mode
« Reply #1 on: April 28, 2019, 07:55:07 am »

I think I got one solution working.  :)
I added another sorting value "Episode" in my Grid view and now the movies are sorted by my episode values 1,2,3 and so on.
See attachment.

I Figure if I name the Episodes: 1 Alien Theatrical cut, 2 Alien Extended cut, and so on I could pull this of.

However I sense there is a better solution where I can sort by Episode numer by displaying the movie name instead of the Episode name tag.

Logged
Hardware: Intel Core i5-8600K 16GB RAM, ASUS GeForce RTX 2080 8GB DUAL OC
Software: Windows 10 Home 64-bit, version 2004, JRiver MC 29, MadVr 0.92.17 (Beta 113), NVIDIA driver 457.09
Projector: JVC DLA-I X5500 (RS420, X570R) -
Screen: DNP Supernova 08-85
Processor: Anthem AVM 70
Power amp: XTZ A2-400 for Front & Center - XTZ A2-300 for Surround & Height channels
Speakers: Arendal 1723 S Monitor for Front & Center, Linn Unik for Front Height, Rear Height, Surround & Surround back. Elipson Planet M for Top Middle.
Sub: Arendal 1723 1S

arcspin

  • Galactic Citizen
  • ****
  • Posts: 379
Re: Grouping and then sorting movies in Theater mode
« Reply #2 on: April 28, 2019, 08:27:56 am »

Ok, I now am able to have all the grouped movies in all upper cases as @Bartman01 describes below:

"
I've tweaked the 'series' concept in my library a little.  I created an expression library field for 'Movie Series' with the expression: if(isempty([Series]), [Name], Fixcase([Series],3))
That way single movies appear in Mixed Case, and movie collections that I can drill down in to are all UPPER CASE.  It just makes them stand out a little better for me when the fanned thumbnails are darker and hard to see.
"

Then someone suggested that you could use colors to even better have the groups stand out, based on the suggestion below from @6233638
"
Nice idea. You can simply drop that into the "Expression to display" box for the first category.
You could also change the color of the text or use something else to make it stand out even more."
"

Anyone knows how to add color to the mix?


Logged
Hardware: Intel Core i5-8600K 16GB RAM, ASUS GeForce RTX 2080 8GB DUAL OC
Software: Windows 10 Home 64-bit, version 2004, JRiver MC 29, MadVr 0.92.17 (Beta 113), NVIDIA driver 457.09
Projector: JVC DLA-I X5500 (RS420, X570R) -
Screen: DNP Supernova 08-85
Processor: Anthem AVM 70
Power amp: XTZ A2-400 for Front & Center - XTZ A2-300 for Surround & Height channels
Speakers: Arendal 1723 S Monitor for Front & Center, Linn Unik for Front Height, Rear Height, Surround & Surround back. Elipson Planet M for Top Middle.
Sub: Arendal 1723 1S

RoderickGI

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 8186
Logged
What specific version of MC you are running:MC27.0.27 @ Oct 27, 2020 and updating regularly Jim!                        MC Release Notes: https://wiki.jriver.com/index.php/Release_Notes
What OS(s) and Version you are running:     Windows 10 Pro 64bit Version 2004 (OS Build 19041.572).
The JRMark score of the PC with an issue:    JRMark (version 26.0.52 64 bit): 3419
Important relevant info about your environment:     
  Using the HTPC as a MC Server & a Workstation as a MC Client plus some DLNA clients.
  Running JRiver for Android, JRemote2, Gizmo, & MO 4Media on a Sony Xperia XZ Premium Android 9.
  Playing video out to a Sony 65" TV connected via HDMI, playing digital audio out via motherboard sound card, PCIe TV tuner

arcspin

  • Galactic Citizen
  • ****
  • Posts: 379
Re: Grouping and then sorting movies in Theater mode
« Reply #4 on: April 29, 2019, 10:08:42 am »

Hi RoderickGI and thanks for the link.
I can't for the life of me get this to work with only the information from the suggested link.

So, under Options /Theater view I have made:
Items To show: Video/Movies/Grid
I have made details name: Title and Episode
In Title I have made an expression to group by: If(IsEmpty([Series]),[Name],[Series])
Expression to display: if(isempty([Series, 1]), [Name, 1], Fixcase([Series, 1],3))

I think it is the later expression to display where the colored font string is to be inserted.

However I can't get that to work with the information from the suggested link.

Anyone knows how to do this correct?

Logged
Hardware: Intel Core i5-8600K 16GB RAM, ASUS GeForce RTX 2080 8GB DUAL OC
Software: Windows 10 Home 64-bit, version 2004, JRiver MC 29, MadVr 0.92.17 (Beta 113), NVIDIA driver 457.09
Projector: JVC DLA-I X5500 (RS420, X570R) -
Screen: DNP Supernova 08-85
Processor: Anthem AVM 70
Power amp: XTZ A2-400 for Front & Center - XTZ A2-300 for Surround & Height channels
Speakers: Arendal 1723 S Monitor for Front & Center, Linn Unik for Front Height, Rear Height, Surround & Surround back. Elipson Planet M for Top Middle.
Sub: Arendal 1723 1S

RoderickGI

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 8186
Re: Grouping and then sorting movies in Theater mode
« Reply #5 on: April 29, 2019, 04:20:40 pm »

Alas, I haven't actually applied font colour changes to the output of expressions, so I can't say what works without testing. Not today.

Search the forum for "<font color" and you will find more examples, like this: https://yabb.jriver.com/interact/index.php/topic,119874.msg828748.html#msg828748
Logged
What specific version of MC you are running:MC27.0.27 @ Oct 27, 2020 and updating regularly Jim!                        MC Release Notes: https://wiki.jriver.com/index.php/Release_Notes
What OS(s) and Version you are running:     Windows 10 Pro 64bit Version 2004 (OS Build 19041.572).
The JRMark score of the PC with an issue:    JRMark (version 26.0.52 64 bit): 3419
Important relevant info about your environment:     
  Using the HTPC as a MC Server & a Workstation as a MC Client plus some DLNA clients.
  Running JRiver for Android, JRemote2, Gizmo, & MO 4Media on a Sony Xperia XZ Premium Android 9.
  Playing video out to a Sony 65" TV connected via HDMI, playing digital audio out via motherboard sound card, PCIe TV tuner
Pages: [1]   Go Up