INTERACT FORUM

Please login or register.

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

Author Topic: how to change the file caption in Gizmo/WebGizmo views?  (Read 1728 times)

Osho

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1211
how to change the file caption in Gizmo/WebGizmo views?
« on: October 04, 2012, 12:56:04 am »

I would like to be able to change the file caption in Gizmo/WebGizmo views - similar to what can be done for TheaterView. For example, I like the following caption:

if(isequal([Media Sub Type],TV Show),[Name] - [Series] SPadnumber([Season],2)EPadnumber([Episode],2),[Name])

This makes it easier to see what TV Show/Series/Episode # is for TV Episodes. Just seeing names in Gizmo/WebGizmo names, it is really hard to see which order to view the videos in (especially when the view has mixed TV episodes from different series).

Thanks,
Osho
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: how to change the file caption in Gizmo/WebGizmo views?
« Reply #1 on: October 04, 2012, 01:43:43 am »

You can replace the stock function used to generate the caption under the Customize views for Gizmo & WebGizmo.

Go to the Video > Shows area, edit the Program category, and change the:

    TVInfo(SeriesDisplay)

to

    [Name] - [Series] SPadnumber([Season],2)EPadnumber([Episode],2)
Logged
The opinions I express represent my own folly.

Osho

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1211
Re: how to change the file caption in Gizmo/WebGizmo views?
« Reply #2 on: October 05, 2012, 11:42:18 pm »

You can replace the stock function used to generate the caption under the Customize views for Gizmo & WebGizmo.

Go to the Video > Shows area, edit the Program category, and change the:

    TVInfo(SeriesDisplay)

to

    [Name] - [Series] SPadnumber([Season],2)EPadnumber([Episode],2)

Great - thanks for the suggestion - this worked!

Osho
Logged
Pages: [1]   Go Up