Kodi Community Forum

Full Version: Final Requests?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
The 1.1 version of Xperience will be it's final build. (aside from the updating of new future features if possible) I'll be be creating a new skin very soon.

So before 1.1 is released I figured I'd ask our friends if there is anything missing that you'd really like to have in Xperience.

Post below and I'll see what I can do.

Check the changelog for what's already been done HERE
You know what I would like to see, the bigger wall view like this Smile

Image
In reality that's too many images on the screen at one time. If someone would like to make a mod of it then that'd be pretty cool Smile
couple of changes I made that others might find useful as well:

1) Ability to add anything as custom home menu panels

changed in "Includes_Home.xml":
Code:
<onclick>ActivateWindow($INFO[Skin.String(Custom_Plugin1_Window)],plugin://$INFO[Skin.String(Custom_Plugin1_Type)]/$INFO[Skin.String(Custom_Plugin1_Folder)])</onclick>
to:
Code:
<onclick>ActivateWindow($INFO[Skin.String(Custom_Plugin1_Window)],$INFO[Skin.String(Custom_Plugin1_Folder)],return)</onclick>
etc....

2) Button to toggle random on / off in music osd.

3) Rating display in musicvisualisation.xml

4) VideoOSD (and I suppose MusicOSD), should always default to the "paused" button when brought up. I changed:
Code:
<defaultcontrol always="false">4</defaultcontrol>
to
Code:
<defaultcontrol always="true">4</defaultcontrol>

that's it Wink. Thanks for the great skin.
Custom home panels has changed a little in 1.1 I think you'll like it.
integrate tvtunes ?

just few modifications to make it work Wink
Not sure what TvTunes is?
XBMCG33K Wrote:Not sure what TvTunes is?

http://forum.xbmc.org/showthread.php?tid=83925&page=4
That's pretty cool! If anyone want's a current build of Xperience to try and make this work let me know.
XBMCG33K Wrote:That's pretty cool! If anyone want's a current build of Xperience to try and make this work let me know.

i can try. i got it working on rapier and refocusSmile
i would like to try Wink
Will 1.1 have the new fade on the homepage and the white textures?
ekim232 Wrote:Will 1.1 have the new fade on the homepage and the white textures?

I don't think so.
ekim232 Wrote:Will 1.1 have the new fade on the homepage and the white textures?

No that project has been canceled.
XBMCG33K Wrote:No that project has been canceled.

This project?

http://forum.xbmc.org/showthread.php?tid=78944
Pages: 1 2 3 4 5