On 24-Dec-05, at 10:52 AM, kneelm wrote:


Hi,

I'm using Slimserver 6.2.1 and when I try to use the NBMU skin, the
"radio" header and sub-entries don't appear, but if I switch back to
the default skin, they reappear - any ideas what's going on?

what's going on is that the NBMU skin is not actively maintained. some authors create a skin, Slim Devices asks to include it in the distro, then the author disappears. The radio section would have to be added to NBMU/home.html:

    <h4>[% "RADIO" | string %]</h4>
    <ul>
    [% FOREACH key = additionalLinks.radio.keys %]
<li> <a href="[% additionalLinks.radio.$key %]player=[% playerURI %]">[% key | string %]</a>
    </li>
    [% END %]
<li> <a href="tunein.html?player=[% playerURI %]">[% "RADIO_TUNEIN" | string %]</a>
    </li>
    </ul>


I'll add this for the nightly builds.
-kdf

_______________________________________________
Discuss mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to