Check out the sources for HTML/Default/Main.js and HTML/EN/UI.js.

1)     identify the file type that is playing (eg flac, mp3) and display
it as 'codec'

SqueezeJS.UI.Bitrate would give you the bitrate and format (if known), as shown in the default skin.

2)     add a 'pause' button to the controls

SqueezeJS.UI.Buttons.Play gives you the play/pause button.

4)     display only the 'track artist', and not the album artist,
composer and other names that are returned by the code (which originally
came from Michael Herger's thread)

That'll be a bit harder. You'd have to re-implement the contributor parsing as defined in Base.js (around line 670).

--

Michael
_______________________________________________
diy mailing list
diy@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/diy

Reply via email to