Kodi Community Forum

Full Version: Can't get the lyrics button to work...!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

first of all, this is a GREAT SKIN!!!! I was looking for lighter replacement of aeon to run on an ion machine, and this is it! Perfect, thanks!

I am running Ubuntu 9.10, and the r21866 of xbmc

One problem, though: if I go to the skin options and set the Lyrics button in the OSD menu, then I have to input the script folder, but it is impossible to browse to it!!!! I tried setting it in guisettings.xml, but it does not seem to work. It looks like this:

Code:
<setting type="string" name="Transparency!.lyricscript_path">/home/xbmc/.xbmc/scripts/XBMC Lyrics/</setting>

what am I doing wrong?

Thanks
Just needed to add "default.py" to the path.
theotocopulitos Wrote:One problem, though: if I go to the skin options and set the Lyrics button in the OSD menu, then I have to input the script folder, but it is impossible to browse to it!!!!

if your home folder is not listed (i assume this is your problem), use the filemanager and add it as a source there. now it should turn up when browsing for a plugin location.
Thanks!