Posts: 22
Joined: Jul 2012
Reputation:
0
I have what is probably a simple question. I'm using Frodo with Transparency and using Constellation on an iPad for control. Under the remote section on the iPad's Constellation where you can add commands I would like to add a button that toggles the lyrics on or off rather than bringing up the menu onscreen and selecting the lyrics. Is there a command I can add to do that? Is it one of the run addon commands and of so with what parameters? Thanks for the help.
Posts: 15,282
Joined: Jan 2009
Reputation:
738
ronie
Team-Kodi Member
Posts: 15,282
this should do it i guess: XBMC.RunScript(script.cu.lrclyrics)
Posts: 22
Joined: Jul 2012
Reputation:
0
Thanks ronie. Works great!
Posts: 2,441
Joined: Apr 2009
Reputation:
73
`Black
Team-Kodi Member
Posts: 2,441
They are there. If I disable alsong, the error happens on the next scraper.
Posts: 2,441
Joined: Apr 2009
Reputation:
73
`Black
Team-Kodi Member
Posts: 2,441
No, nothing is working. Always the same error. I've disabled all but one scraper (doesn't matter which one) but the no module error happens every time.
Posts: 2,441
Joined: Apr 2009
Reputation:
73
`Black
Team-Kodi Member
Posts: 2,441
Don't think so, never had problems with that and every other add-on is working. Also reinstalled the add-on but that didn't help. It's working on my OpenELEC machine but not on my development system which runs OS X 10.8.2.
Posts: 15,282
Joined: Jan 2009
Reputation:
738
ronie
Team-Kodi Member
Posts: 15,282
think i have figured it out...
it's due to script.module.bigpictures, which also includes a 'scrapers' module.
obviously python modules need to have unique names, else you get conflicts like this.
i'll change our stuff to culrcscrapers or something like that and push an update to the addon repo.
Posts: 2,441
Joined: Apr 2009
Reputation:
73
`Black
Team-Kodi Member
Posts: 2,441
2013-03-04, 20:41
(This post was last modified: 2013-03-04, 23:23 by `Black.)
Thanks ronie.
Edit: Your update on github fixes it!