INTERACT FORUM

Please login or register.

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

Author Topic: Sequencing of theater views  (Read 1792 times)

tbng

  • World Citizen
  • ***
  • Posts: 126
Sequencing of theater views
« on: February 23, 2015, 10:40:24 am »

In theater view, I can display by composer or genre, neither of which is acceptable.  Displaying by genre makes artist the secondary sort, and that is wrong-headed for classical music.  I want to display by genre/composer/album for classical music files and genre/artist/album for other musical types.  How can do this?  CAN I do this?
Logged

Arindelle

  • Citizen of the Universe
  • *****
  • Posts: 2772
Re: Sequencing of theater views
« Reply #1 on: February 23, 2015, 12:45:44 pm »

sure you can do that. Either Add a field (like genre) to the "items that show" in the theater view options. Then in the right Detail box, just add the fields Composer and Album -- you can also check "All" so you can drill down directly form genres to Albums. Set rules if you need additional filters like Classical music only, etc.  OR set up you view in standard mode first. And under items to show in T.V. options hit Add then Library Item form Standard View.

Hope this helps :)
Logged

6233638

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 5353
Re: Sequencing of theater views
« Reply #2 on: February 23, 2015, 12:58:51 pm »

Make your second level an expression and use the following code:

Code: [Select]
If(IsEqual([Genre], Classical, 8), [Composer], [Album Artist (auto)])
IsEqual()
Logged

Arindelle

  • Citizen of the Universe
  • *****
  • Posts: 2772
Re: Sequencing of theater views
« Reply #3 on: February 23, 2015, 01:13:48 pm »

Make your second level an expression and use the following code:

Code: [Select]
If(IsEqual([Genre], Classical, 8), [Composer], [Album Artist (auto)])
IsEqual()

This works as an all purpose view for all music IF there are no sub genres (or sub-fields as it were). I feel it is worth it to have a separate view for Classical as I have genres,sub-genres. If you don't need to filter by period or music type, works then the expression cited is a good choice. I assumed you meant classical genres or styles like chamber music, opera, symphonic etc.
Logged

6233638

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 5353
Re: Sequencing of theater views
« Reply #4 on: February 23, 2015, 01:17:29 pm »

IsEqual(,,8) will do a case-insensitive sub-string search. So it should pick up "Classical" anywhere in the genre field.
I agree with you and I also prefer to have a separate view for Classical music, but it seemed like that covered tbng's request.
Logged

tbng

  • World Citizen
  • ***
  • Posts: 126
Re: Sequencing of theater views
« Reply #5 on: February 23, 2015, 01:22:27 pm »

Thank you all.  I will give that a try.
Logged

tbng

  • World Citizen
  • ***
  • Posts: 126
Re: Sequencing of theater views
« Reply #6 on: February 24, 2015, 04:02:40 pm »

I'm afraid I've not had much luck.  It is easy to get theater view to display in genre/composer/album sequence, but it displays that for every genre, which is counterproductive for non-classical music.  I tried the formula you suggested but have had no success  I am doing something wrong.
Logged

6233638

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 5353
Re: Sequencing of theater views
« Reply #7 on: February 24, 2015, 04:15:09 pm »

Tools → Options → Theater View
Create a new view, and configure as so:


For the Expression entry, you want to use the following config:


I've tested it again, with tracks where the Composer and Album Artist are different, and anything which uses "Classical" in its Genre field should display Composer, while any other genre should display Album Artist.
Logged

tbng

  • World Citizen
  • ***
  • Posts: 126
Re: Sequencing of theater views
« Reply #8 on: February 24, 2015, 06:06:47 pm »

I thank you for your efforts, but you'll have to forgive me.  Referencing the first screen example you so graciously included, where are you obtaining the value "expression?"  I find it nowhere.
Logged

6233638

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 5353
Re: Sequencing of theater views
« Reply #9 on: February 24, 2015, 06:24:17 pm »

Add a new item and pick "expression" on the left. (here)
Logged

tbng

  • World Citizen
  • ***
  • Posts: 126
Re: Sequencing of theater views
« Reply #10 on: February 24, 2015, 07:39:29 pm »

I'm sorry, but "expression" does not display anywhere to select.  I just downloaded JRiver a few days ago, so it should be the latest version.
Logged

6233638

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 5353
Re: Sequencing of theater views
« Reply #11 on: February 24, 2015, 08:12:58 pm »

I'm sorry, but "expression" does not display anywhere to select.  I just downloaded JRiver a few days ago, so it should be the latest version.
Logged
Pages: [1]   Go Up