2013-04-01, 21:30
There is no issue. If i'm not responding to a suggestion it usually means that i'm not going to do anything about it. I already told you how to change it manually, it's a few second job.
(2013-04-01, 17:20)toiva Wrote: Right beneath is this, so this is nothing to worry about?
Quote:17:12:04 T:4571394048 DEBUG: JSONRPC: Calling videolibrary.setmoviedetails
17:12:04 T:4571394048 DEBUG: JSONRPC: Type mismatch in type
(2013-04-01, 21:30)toiva Wrote: I already told you how to change it manually, it's a few second job.
Quote:<control type="button" id="10046">
<include>ButtonHomeSubCommonValues</include>
<label>[COLOR FF757677]Open[/COLOR][COLOR FF8ABEE2]ELEC[/COLOR]</label>
<onclick condition="System.HasAddon(os.openelec.settings)">RunAddon(os.openelec.settings)</onclick>
<onclick condition="System.HasAddon(service.openelec.settings)">RunAddon(service.openelec.settings)</onclick>
<visible>[System.HasAddon(os.openelec.settings) | System.HasAddon(service.openelec.settings)] + !Skin.HasSetting(SubmenuSystemOpenELEC.Hidden)</visible>
</control>
(2013-04-01, 23:02)ctawn Wrote:(2013-04-01, 21:30)toiva Wrote: I already told you how to change it manually, it's a few second job.
I'm sorry but I missed where you told me that. I re-read everything since my original post and still am missing it. [edit: found it! my apologies! I'm reading this thread with tapatalk on iphone, and the way it's formatted made it look like your reply was a response to something else.]
More questions tho if you please:
• I have been unable to determine if the skin is auto-updating. I see no update notifications like I see from plugins. Is there a version # to check? Where? Thanks.
• if I mod the file you mention and the skin is updated, wouldn't the change be overwritten?
• what is diff between timeperimage and fadetime?
• I presume values are in seconds. So 600 would be 10 minutes, right? But the backgrounds are changing every 10-15 seconds.
• what does 9000 and 8000-8022 in $INFO[Container(X) refer to?
(2013-04-02, 20:45)Marx1 Wrote: In new version I lost titles in recent and recommended. I didn't find an option to enable it again. Is it bug or feature?
(2013-04-04, 21:26)toiva Wrote: The submenu button is hardcoded to show OpenELEC, so you must mean the skin setting where you can disable it? Also, it's not "wrong" per se, it's just a lowercase L. I wonder why it's lowercase.. Well i'll just change it.
(2013-04-04, 21:26)toiva Wrote: In the mean time can you check if this works with new RPi builds?
IncludesHomeMenuItems.xml
Quote:<control type="button" id="10046">
<include>ButtonHomeSubCommonValues</include>
<label>[COLOR FF757677]Open[/COLOR][COLOR FF8ABEE2]ELEC[/COLOR]</label>
<onclick condition="System.HasAddon(os.openelec.settings)">RunAddon(os.openelec.settings)</onclick>
<onclick condition="System.HasAddon(service.openelec.settings)">RunAddon(service.openelec.settings)</onclick>
<visible>[System.HasAddon(os.openelec.settings) | System.HasAddon(service.openelec.settings)] + !Skin.HasSetting(SubmenuSystemOpenELEC.Hidden)</visible>
</control>
(2013-04-04, 22:10)toiva Wrote: No since it's still the same button, it simply launches different version based on the addon you have installed. You can hide or show it just the same.
- <visible>System.HasAddon(os.openelec.settings)</visible>
+ <visible>[System.HasAddon(os.openelec.settings) | System.HasAddon(service.openelec.settings)]</visible>
(2013-04-04, 21:26)toiva Wrote: - Check addon manager / installed addons for the version number you have installed
- Yes
- Read the XBMC skinning manual about multiimage control
- Milliseconds. 1000 ms = 1 second
- 9000 is the main menu, so basically your custom backgrounds for main menu items. Nevermind 8000-8022, those should actually be regular image controls. Will fix.
Quote:I removed titles from poster type widgets (movies, musicvideos). The poster alone is enough to distunguish
(2013-03-01, 01:19)CTBC Wrote: Great mod, thanks for your hard work.
I have modified your mod slightly by making it a bit cleaner. I was wondering if you could add options to get rid of some of the clutter.
Here is the list of files/options that I have set to not be visible:
floor.png - The bottom banner on every page.
ContentPanelMirror.png - The mirror reflection of the content window in the banner.
HasSub.png - The library options tab pull out button.
Time label (not a file) - The time on the home page.
Date Label - The date on the home page.
Favourite Icon - Favourites button from home page.
xbmc-logo.png - The logo on the home page.
Confluence_Logo.png - The logo in the settings.
The list of where everything needs to be changed is here: http://codepad.org/50SzqYoa
The number next to each file is the line that <visible>no</visible> needs to be added after. NOTE: If it says replace, then replace that line instead of adding it after. If it says yes, then add <visible>yes</visible> instead.
(2013-04-09, 19:49)toiva Wrote: I cannot add a toggle switch for every possible label or a graphic, skin settings is too crowded already.
I have never used season fanart but i would guess it works pretty much like extrafanart, so the skin has to support it. And this mod does not, and i have no interest to add, sorry.
(2013-04-09, 19:49)toiva Wrote: I cannot add a toggle switch for every possible label or a graphic, skin settings is too crowded already.