any chance of stealing mad max's transparent home menubar aswell
?
Mrmills
Senior Member Joined: Jan 2012 Reputation: 2 Location: Denmark |
2012-04-29 20:34
Post: #31
Very nice to get the updates from the repo, album art wall works great, nice steal
any chance of stealing mad max's transparent home menubar aswell ?
|
| find |
Mudislander
Skilled Skinner Joined: Jun 2009 Reputation: 20 |
2012-04-29 20:36
Post: #32
(2012-04-29 20:34)Mrmills Wrote: Very nice to get the updates from the repo, album art wall works great, nice steal I'm sure he won't mind
|
| find |
mad-max
Posting Freak Joined: Jul 2010 Reputation: 52 Location: Germany |
2012-04-29 21:49
Post: #33
(2012-04-29 20:36)Mudislander Wrote:(2012-04-29 20:34)Mrmills Wrote: Very nice to get the updates from the repo, album art wall works great, nice steal He doesn't mind at all ![]() He even points you to something useful...the commit and code changes needed for the transparent home: https://github.com/mad-max/skin.moddedco...d9a047bc71 cheers guys |
| find |
Mudislander
Skilled Skinner Joined: Jun 2009 Reputation: 20 |
2012-04-29 21:59
Post: #34
Thanks Max, will have a look tomorrow - brain is a bit fried right now.
|
| find |
mad-max
Posting Freak Joined: Jul 2010 Reputation: 52 Location: Germany |
2012-04-29 22:17
Post: #35
(2012-04-29 21:59)Mudislander Wrote: brain is a bit fried right now.Yeah, I know this problem very well
|
| find |
wilson.joe
Fan Joined: Nov 2010 Reputation: 6 Location: Salem, Or |
2012-04-30 06:55
Post: #36
LOL!!!
In a world without walls and fences who needs windows and gates, open source, opens minds.open yours today. |
| find |
Mrmills
Senior Member Joined: Jan 2012 Reputation: 2 Location: Denmark |
2012-04-30 07:53
Post: #37
(2012-04-29 21:49)mad-max Wrote:(2012-04-29 20:36)Mudislander Wrote:(2012-04-29 20:34)Mrmills Wrote: Very nice to get the updates from the repo, album art wall works great, nice steal Thanks
|
| find |
minimoe
Senior Member Joined: Feb 2011 Reputation: 3 |
2012-04-30 10:02
Post: #38
Great mod, I've been looking for a way to rearrange the home menu to my liking.
![]() I have one small problem though: I can't get my latest movies or TV shows to appear in my home screen. I installed randomandlastitems 1.2.2 and selected "Show recently added videos" but no luck: the script displays Random items instead of Recently added items. I found these lines in the log: Code: 10:38:56 T:3604 DEBUG: CApplication::ExecuteXBMCAction : Translating XBMC.RunScript(script.randomandlastitems,playlist=$INFO[Skin.String(HomeItemThreePlaylist)],method=$VAR[RandomOrLastAction],limit=10,unwatched=$VAR[RandomOrLastUnWatched],resume=False,propertie=HomePlayListThree)I don't know that much about scripting but I think it should be "method=Recent" in the last line. |
| find |
Mudislander
Skilled Skinner Joined: Jun 2009 Reputation: 20 |
2012-04-30 10:55
Post: #39
ATM, I haven't added the option to choose, was trying to save on language strings that would have to be translated
![]() However if you're willing to edit your "guisettings.xml" in your XBMC userdata folder there's any easy fix. Search for Code: <setting type="bool" name="skin.confluence.lite.mod.UseLastNotRandom">false</setting>and change the value to "true" eg. Code: <setting type="bool" name="skin.confluence.lite.mod.UseLastNotRandom">true</setting>I find it helps if XBMC is not running as sometimes it returns the setting to what it has currently in memory. BTW if anyone's interested Code: <setting type="bool" name="skin.confluence.lite.mod.UseUnWatchedPlaylist">false</setting>Will toggle Unwatched only in script randomandlastitems Also Code: <setting type="bool" name="skin.confluence.lite.mod.ABCKeyBoard">false</setting>If set to true will return the ABC virtual keyboard instead of the qwerty one on by default. These are all switches to be implemented sometime in the future |
| find |
minimoe
Senior Member Joined: Feb 2011 Reputation: 3 |
2012-04-30 11:23
Post: #40
Thanks
|
| find |