Quoting ModelCitizen <[EMAIL PROTECTED]>:


It's come to the time to change the way AlienBBC announces itself
again... and I can't seem to be able to get it to do it!
I'm sorry to ask for a third time, but can anyone help?

I have tried changing the lines 1316 to 1318 in Alien's plugin.pm from
this

sub getDisplayName()
{
        return('PLUGIN_ALIENBBC')

To this:

sub getDisplayName()
{
        return('PLUGIN_BBC Radio')

but AlienBBC completely disappears from the SlimServer GUI (after a
service restart).


getDisplayName must return a string token, not a string. By changing it, you have now provided a nwe token for which there is no localised string, thus you get blanks.

instead, look for the strings() function, and replace the PLUGIN_ALIENBBC translations to suit.

EN      AlienBBC

becomes

EN      AlienBBC Radio

-kdf
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to