lsmithso;297159 Wrote: 
> I could hack it to embed karaoke in the HTML. Each line of the lyric
> would be in LRC format:
> 
> [MM:SSS] Blagh blagh
> 
> Which you could then parse. I'm hoping to do some work on the CLI this
> weekend so maybe you could hang on for a bit.
> 
> I couldn't get the current solution working and I don't have an iThing.
> Am I missing a SC plugin for this function?

Yes, I could hang on a bit ;-) CLI is preferred...

Hm..
You are right... mea culpa... I missed to send you the xml file...
Put the attached .ipeng.xml file (unzipped) into the
"Plugins/iPeng/Configuration directory and reload the NowPlaying screen
(no server or plugin restarting needed) should show up then... If  it
doesn't go to the settings->plugin->iPeng page, select "activate
commands" and the just press "confirm". But it should work without.

You aren't using IE, are you?

Regarding the Main menu: to make it show up there, there's two
alternatives:

a) I could hard-code it in the "Extras" menu. Only a single line of
code.
b) You could register the plugin as described in
http://penguinlovesmusic.de/?page_id=179
It's just a single line of code:
Slim::Web::Pages->addPageLinks("pluginsiPeng", { $name => $url });
next to the line you should already have:
Slim::Web::Pages->addPageLinks("plugins", { $name => $url });

That's what Erland's and Michael's plugins do.

The reason is, most plugins don't render well on iPeng if not adapted,
especially ones that don't use the contentcontainer so they are
disabled by default until they are tested to work.

If you want a "hardcoded" iPeng version to look at, I can't just modify
what is there because I already made a bunch of other changes for 0.4.1
on the main menu, you could get the current state through

svn checkout http://ipeng.googlecode.com/svn/trunk/plugin
ipeng-read-only

It's quite stable. Lyrics will show up under "Extras".


+-------------------------------------------------------------------+
|Filename: lyrics.ipeng.xml.zip                                     |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=4986|
+-------------------------------------------------------------------+

-- 
pippin

---
see iPeng at penguinlovesmusic.com
------------------------------------------------------------------------
pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
View this thread: http://forums.slimdevices.com/showthread.php?t=42990

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to