(2015-04-03, 02:16)rsoares Wrote: (2015-03-28, 22:37)rsoares Wrote: help please
20:32:33 T:1679959072 ERROR: GetDirectory - Error getting /home/osmc/.kodi/wallpaper/evening_in_westerland-wallpaper-3840x2160.jpg
20:32:33 T:1679959072 ERROR: GetDirectory - Error getting /home/osmc/.kodi/wallpaper/splash (1).png
20:32:34 T:1477440544 ERROR: GetDirectory - Error getting /home/osmc/.kodi/wallpaper/Quit.jpg
20:32:35 T:1510994976 ERROR: GetDirectory - Error getting /home/osmc/.kodi/wallpaper/splash (1).png
thanks
Anyone know why this happend in background img ? sometimes the raspberry pi restart when i change de menu bar, i think is because of this.
Unlikely to be a skin issue.
(2015-04-03, 03:10)Veronica Wrote: Wondering if i can use "favourited" android apps as a widget. I would like PROGRAMS menu to display favourites widget, Have tried the normal way and also creating a custom widget with ActivateWindow(Favourites) but doesn't work. I downloaded and installed from repo and then installed latest github build on top and still the same. Thanks.
Do they work from within the favourites window?
Use the built in favourites widget from Customise Home > Select Widget > Favourites
If the favourites widget is not displaying anything then you probably dont have script.favourites installed.
Get Addons > All Addons > Helper Addons > Favourites script
(2015-04-03, 12:10)rasPI2 Wrote: > ah, okay, could I just install the ZIP from github over the existing installation (so i wont loose all my settings)?
sorry, i am pretty much a noob to linux and stuff...
You wont lose settings because they are stored elsewhere.
You would need to delete the skin.arctic.zephyr folder first from the addons directory and then extract the zip from github there. If you just install over the top then the textures file will still exist and kodi will just take the textures from there rather than the media folder.
(2015-04-03, 16:16)DruTheFu Wrote: So I'm finally getting around to trying to implement this concept from back in post #403 in this thread. I've gone ahead and created a Custom Widget (Custom 1) using the above syntax, using randommovies and randomepisodes. To implement this, I can see how to do this for individual custom menu item actions (like within "Movies", "TV Shows", etc), but how would I go about implementing this onto the Home Screen "Spotlight"?
I'm also trying to change the title of the Home Screen from "Home" to "DruFlix". I've added the following line of code to the guisettings.xml file, within <skinsettings>:
Code:
<setting type="string" name="skin.arctic.zephyr.home.headertext">DruFlix</setting>
, but the header text is still displaying "Home". What would be the correct syntax to update this?[/code]
Neither of these things are possible without editing skin xml files.
Adding a different widget to the spotlight selector is complex.
Header text is contained in the MainHeaderLabel variable in 1080i/Includes_Furniture.xml
(2015-04-04, 13:49)siu99ss2 Wrote: 2. I've added the favourites shortcut (found in common section) and then selected the favourites widget but no favourites items are showing in the widget (classic style) but show when I click into the shortcut. Not sure what else I need to do here?
I think you might be missing script.favourites
Settings > Addons > Get Addons > All Addons > Helper Addons > Favourites Script
(2015-04-04, 22:35)magy77 Wrote: @jurialmunkey
1. An option would be nice to display the header only when playback is on (for now playing layer)
2. When the widget is hide (empty) u cant press up to show the hole screen, maybe its a bug maybe not..
1. I dont have much free time at the moment, but I do have a now playing notification idea for the home screen that will go in eventually.
2. I cant reproduce this... what are your settings for Classic or New widgets? Replace fanart? Slideshow path set?