INTERACT FORUM

Please login or register.

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

Author Topic: Recently Watched View (Theater View)  (Read 1523 times)

ldoodle

  • Galactic Citizen
  • ****
  • Posts: 411
Recently Watched View (Theater View)
« on: November 15, 2014, 04:35:43 am »

Hey,

So I've setup a Recently Watched view, which is based on Series, as I have set it up so it groups collections as 1 item, then going into it shows the individual items.

However, the problem with this is that it obviously shows the value in the Series field, rather than in the Name field, so take for example Jurassic Park.  All 3 films have the Series field as Jurassic Park, then the Name field as the actual title.  But on the Recently Watched view it only shows the Series value so let's say I've just watched Jurassic Park: The Lost World, the Recently Watched entry will show Jurassic Park (the Series field).

What do I need to do to get it to still 'group' them by Series, but show the Name field.
Logged

6233638

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 5353
Re: Recently Watched View (Theater View)
« Reply #1 on: November 16, 2014, 07:01:59 am »

1.  Set rules for file display:

Code: (Custom) [Select]
[=IsRange(Math([Bookmark] / ([Duration,0]*10)), 5-90)]=1
Last Played is in the last 1 years (or whatever suits you)
 
 
 
2.  Add a category using the expression:
 
Code: (Expression to group by:) [Select]
TVInfo(SeriesDisplay)
Sorting: Date Played
Logged
Pages: [1]   Go Up