INTERACT FORUM

Please login or register.

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

Author Topic: How to get rid of the clock in Theatre View?  (Read 1146 times)

Manfred

  • Citizen of the Universe
  • *****
  • Posts: 1023
How to get rid of the clock in Theatre View?
« on: January 10, 2017, 02:00:45 pm »

How do I get rid of the clock in Theatre View in the upper right corner?
Logged
WS (AMD Ryzen 7 5700G, 32 GB DDR4-3200, 2x2 TB SDD, LG 34UC98-W)-USB|ADI-2 DAC FS|Canton AM5 - File Server (i3-3.9 GHz, 16GB ECC DDR4-2400, 46 TB disk space) - Media Renderer (i3-3.8 GHz, 8GB DDR4-2133, GTX 960)-USB|Devialet D220 Pro|Audeze LCD 2|B&W 804S|LG 4K OLED )

mattkhan

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 3963
Re: How to get rid of the clock in Theatre View?
« Reply #1 on: January 10, 2017, 02:35:49 pm »

I think that means customising a skin to remove the elements that reference [Time]

https://wiki.jriver.com/index.php/Theater_View_Skinning_Tutorial

for example, Obsidian/main.xml is based on Shared/Base 2.xml and that contains

Code: [Select]
  <TEXT>
    <Item Text="[Time]" Location="*" TextColor="FFFFFF" Rect="RootText\50,0,100,100" Capitalization="0" Alignment="1" Alpha="50" Size="[Medium Text Height]" />
    <Item Text="[Time]" Location="[Television Guide]" TextColor="FFFFFF" Rect="Titlebar\80,0,98,100" Capitalization="0" Alignment="1" Alpha="50" Size="[Medium Text Height]" />
    <Item Text="[Time]" Location="*\***" TextColor="FFFFFF" Rect="Titlebar\80,0,98,100" Capitalization="0" Alignment="1" Alpha="50" Size="[Medium Text Height]" />
  </TEXT>

I think this means the time is put in the specified location on the screen for the pages referenced by the "Location" element.

I've never written a skin so can't give you a concrete way to fix this but, if it were me, then I would guess copying your existing skin (merging with the specified base xml) and just commenting out those elements that mention time should do the trick.
Logged
Pages: [1]   Go Up