INTERACT FORUM

Networks and Remotes => Media Network => Topic started by: Osho on October 04, 2012, 12:56:04 am

Title: how to change the file caption in Gizmo/WebGizmo views?
Post by: Osho 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
Title: Re: how to change the file caption in Gizmo/WebGizmo views?
Post by: MrC 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)
Title: Re: how to change the file caption in Gizmo/WebGizmo views?
Post by: Osho 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