INTERACT FORUM

Please login or register.

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

Author Topic: Editing Text Displayed In Theater View on XML File?  (Read 1098 times)

kewe65

  • World Citizen
  • ***
  • Posts: 179
Editing Text Displayed In Theater View on XML File?
« on: February 23, 2009, 04:37:27 pm »

I found this comment related to a different post about putting Time on Theater View pages.

Is it possible to add other database fields using this method?  I really want to customize what is displayed for the currently selected or playing track, for instance, adding to the list on the lower right that shows album title, track number, etc...

....In Obsidian's main.xml, add the following lines like this:

Code: [Select]
<TEXT>
        <Item Text="[Time] ([Zone])" Location="" TextColor="FFFFFF" Rect="RootText\50,0,100,100" Capitalization="0" Alignment="1" Alpha="40"/>
        <Item Text="[Time] ([Zone])" Location="**\" TextColor="FFFFFF" Rect="0,1,10,5" Capitalization="0" Alignment="1" Alpha="40"/>
</TEXT>

The placement and size (determined by the Rect numbers) is configured for my screens (1920x1080) but hopefully you get the idea if you need to tweek it.

It would be brilliant if other db fields were available like date etc...
Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 41975
  • Shoes gone again!
Re: Editing Text Displayed In Theater View on XML File?
« Reply #1 on: February 23, 2009, 04:58:35 pm »

Currently only these tokens are supported:
[Time]
[Zone]
[View]
[Location]

If there are other specific tokens you would like, let us know.
Logged
Matt Ashland, JRiver Media Center

gappie

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 4566
Re: Editing Text Displayed In Theater View on XML File?
« Reply #2 on: February 23, 2009, 05:21:06 pm »

Currently only these tokens are supported:
[Time]
[Zone]
[View]
[Location]

If there are other specific tokens you would like, let us know.

hmmm.. view and location? i think location does not work anymore, or not as it used to, worked for a while outside the root but now stopped totaly , and view? [view] = 'media library'? as location... = 'media library ?

 :)
gab
Logged

kewe65

  • World Citizen
  • ***
  • Posts: 179
Re: Editing Text Displayed In Theater View on XML File?
« Reply #3 on: February 23, 2009, 05:42:24 pm »

Well, ideally any of them at my choosing, including custom ones.  Maybe the option to replace the file size and file type that are there right now with 3-5 of my own choosing? 

There's quite a bit of real estate on the screen that i could use for Notes that I've added.

Currently only these tokens are supported:
[Time]
[Zone]
[View]
[Location]

If there are other specific tokens you would like, let us know.
Logged
Pages: [1]   Go Up