INTERACT FORUM

Please login or register.

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

Author Topic: Customize Mini View Track Display?  (Read 969 times)

Quixote

  • Regular Member
  • World Citizen
  • ***
  • Posts: 158
  • Change this by choosing profile
Customize Mini View Track Display?
« on: January 11, 2006, 11:46:31 am »

Is it possible to Customize the Track Display in Mini View like Standard View?  Is this a function of the skin?  I did a search but couldn't find anything.  Has this been a requested feature if it is not currently?
Logged

Mr ChriZ

  • Citizen of the Universe
  • *****
  • Posts: 4375
  • :-D
Re: Customize Mini View Track Display?
« Reply #1 on: January 11, 2006, 01:33:42 pm »

It looks like it's a feature of the mini skins.
If you look under
M:\Program Files\J River\Media Center 11\MiniSkins\
You'll find the mini skins folder.
Under each skin you'll find a main.xml
If you look at main.xml you'll find a section called <INFODISPLAYS>

Heres a sample section from SonixMedia
______________________________
<INFODISPLAYS>
      <Entry Name="Title" Tip="Title" TrackInfo=" NAME " Rect="7,25,175,42" Align="Rotate">
         <Colors Text="00FF00" />
         <Font Facename="Bank Gothic Medium BT" Size="12" Weight="100" Italic="0"/>
      </Entry>
      <Entry Name="TimeElapsed" Tip="Elapsed Time" TrackInfo=" ELAPSED_TIME " Rect="6,70,177,100">
         <Colors Text="00BB00" />
         <Font Facename="Bank Gothic Medium BT" Size="38" Weight="100" Italic="0"/>            
      </Entry>
___________________________

So theoretically you can just change the trackInfo Parameter to what ever is you wish to display.
The following page gives you info on how to set the trackInfo Parameter to get the customisation you desire.
Do a search on trackInfo
http://www.jrmediacenter.com/DevZone/Metamorphis.html

Be warned that there was a small bug found earlier today when using TrackInfo Visualisations earlier which may effect this also.
http://yabb.jriver.com/interact/index.php?topic=31247.0

Quixote

  • Regular Member
  • World Citizen
  • ***
  • Posts: 158
  • Change this by choosing profile
Re: Customize Mini View Track Display?
« Reply #2 on: January 11, 2006, 03:59:07 pm »

Thanks for the timely and detailed response.  It put me on the exact correct path and the links were very informative.  There was some things in the JavaScript file that I needed to change also.  This brings up another question.  How do you retrieve custom fields or other library fields that aren't predefined for skins (i.e. [Rating])?  Can that part be done in the JavaScript part of the skin?  I'm not sure what developer information I should be looking at because a lot of it seems plug-in based.
Logged
Pages: [1]   Go Up