Page 1 of 1
[WIP] Bello
Posted: Mon Apr 21, 2014 4:08 am
by DavPow
Re: Bello
Posted: Mon Apr 21, 2014 4:07 pm
by DavPow
Re: Bello
Posted: Mon Apr 21, 2014 9:27 pm
by sealeysonic
Looks nice...keep up the good work !!
Re: Bello
Posted: Mon Apr 21, 2014 11:18 pm
by DavPow
sealeysonic wrote:Looks nice...keep up the good work !!
Thanks!
Re: Bello
Posted: Mon Apr 21, 2014 11:30 pm
by DavPow
Settings are starting to work

Re: Bello
Posted: Tue Apr 22, 2014 2:28 am
by fxmech
Byron has had really good results removing includes to help free mem. Maybe he can advise for this particular skin?
Good work, by the way. I'll have a box to test it on in 2 weeks at the earliest, though.
Re: Bello
Posted: Tue Apr 22, 2014 6:16 am
by byron
DavPow wrote: Skin also has 15mb ram free on a 64mb console, so there is still some optimization to do. I started downscaling some of the wallpaper and menu textures
That'll definitely get you moving in the right direction...what kind of errors is your debug log showing you? I spent the better part of two months porting transparency!, and the less errors I had the more ram it freed up. I actually meant to do a tutorial on all of the windows I had to delete/add, all of the functions that didn't jive, etc. but I got busy and unfortunately never got around to it. There's a ton of stuff you need to do to make it cross over properly, but at least you got it running

I'll see if I can produce some sort of a diff from transparency! so you can see what I did (
or you can check the code for yourself).
I can tell you off the top of my head that I got rid of all pvr/tv (which consumed literally days of gutting out the conditional visiblity for them), I had to recreate music/video scan dialogs, had to recreate MyVideo.xml (doesn't exist on mainline anymore), I think I had to make Programs.xml --- the list just goes on and on --- I gotta produce a diff for you to look at. In the meantime, you're more than welcome to pick my brain if you need some help.
-EDIT-
Okay,
here's a patch comparing 720p folders (I'm the working copy). You can look at it from the link but I couldn't figure out how to use the colored lines through dropbox so probably needs to be opened in some text editor to be less confusing. I tried uploading it to pastbin but it's too damn big...
FILES DELETED:
- AddonBrowser.xml
- DialogAddonInfo.xml
- DialogExtendedProgressBar.xml
- DialogPeripheralManager.xml
- DialogPeripheralSettings.xml
- ALL PVR DIALOGS (9)
- DialogSubtitles.xml
FILES RENAMED:
- DialogAddonSettings.xml ==> DialogPluginSettings.xml
- SkinSettings.xml ==> CustomSkinSettings.xml (with an id 3000-3099)
FILES CREATED:
- MyVideo.xml
- DialogMusicScan.xml
- DialogVideoScan.xml
I also deleted all of the views.xml's (hardcoded them), and got rid of many other includes files that were skin specific, but the lists above are mostly mainline specific stuff that won't work on our platform afaik, or file names that are different for x4x etc...hope this is somewhat helpful to you and what you're trying to do.
Re: Bello
Posted: Tue Apr 22, 2014 8:22 pm
by DavPow
byron wrote:DavPow wrote: Skin also has 15mb ram free on a 64mb console, so there is still some optimization to do. I started downscaling some of the wallpaper and menu textures
That'll definitely get you moving in the right direction...what kind of errors is your debug log showing you? I spent the better part of two months porting transparency!, and the less errors I had the more ram it freed up. I actually meant to do a tutorial on all of the windows I had to delete/add, all of the functions that didn't jive, etc. but I got busy and unfortunately never got around to it. There's a ton of stuff you need to do to make it cross over properly, but at least you got it running

I'll see if I can produce some sort of a diff from transparency! so you can see what I did (
or you can check the code for yourself).
I can tell you off the top of my head that I got rid of all pvr/tv (which consumed literally days of gutting out the conditional visiblity for them), I had to recreate music/video scan dialogs, had to recreate MyVideo.xml (doesn't exist on mainline anymore), I think I had to make Programs.xml --- the list just goes on and on --- I gotta produce a diff for you to look at. In the meantime, you're more than welcome to pick my brain if you need some help.
-EDIT-
Okay,
here's a patch comparing 720p folders (I'm the working copy). You can look at it from the link but I couldn't figure out how to use the colored lines through dropbox so probably needs to be opened in some text editor to be less confusing. I tried uploading it to pastbin but it's too damn big...
FILES DELETED:
- AddonBrowser.xml
- DialogAddonInfo.xml
- DialogExtendedProgressBar.xml
- DialogPeripheralManager.xml
- DialogPeripheralSettings.xml
- ALL PVR DIALOGS (9)
- DialogSubtitles.xml
FILES RENAMED:
- DialogAddonSettings.xml ==> DialogPluginSettings.xml
- SkinSettings.xml ==> CustomSkinSettings.xml (with an id 3000-3099)
FILES CREATED:
- MyVideo.xml
- DialogMusicScan.xml
- DialogVideoScan.xml
I also deleted all of the views.xml's (hardcoded them), and got rid of many other includes files that were skin specific, but the lists above are mostly mainline specific stuff that won't work on our platform afaik, or file names that are different for x4x etc...hope this is somewhat helpful to you and what you're trying to do.
Awesome! Thanks alot dude. This should help alot.

Re: Bello
Posted: Tue Apr 22, 2014 9:33 pm
by Geeba
Looks great!

Re: Bello
Posted: Tue Apr 22, 2014 11:46 pm
by DavPow
Geeba wrote:Looks great!

Thank you!
Re: Bello
Posted: Wed Apr 23, 2014 12:52 am
by DavPow
Have you guys ever encountered this problem before?
This only happens when playing music (for now). It also does not always glitch up. Sometimes it does, sometimes it doesn't. I don't really have a clue of what causes it.
Re: Bello
Posted: Thu Apr 24, 2014 1:48 pm
by tim619
maybe you dont have any ram left? I think when playing music ram is heavily influenced by the bitrate and format you play
Re: Bello
Posted: Thu Apr 24, 2014 2:40 pm
by byron
@DavPow...if you wouldn't mind I'd like to help a bit. Could you pm a link so I can get this skin in front of me in the current state of your work? I think it might be beneficial to put this into my svn project branches and then we could easily collaborate. It would be good for both of us I think...I would give you full acces to everything of course. Just a thought, but if you're not comfy with that at least I could help with home.xm if you provide a link.
Re: Bello
Posted: Thu Apr 24, 2014 3:52 pm
by Xphazer
Re: Bello
Posted: Thu Apr 24, 2014 10:10 pm
by DavPow
byron wrote:@DavPow...if you wouldn't mind I'd like to help a bit. Could you pm a link so I can get this skin in front of me in the current state of your work? I think it might be beneficial to put this into my svn project branches and then we could easily collaborate. It would be good for both of us I think...I would give you full acces to everything of course. Just a thought, but if you're not comfy with that at least I could help with home.xm if you provide a link.
Sure! I could do that. Do you want me to sent the extracted textures too?
Re: Bello
Posted: Thu Apr 24, 2014 11:36 pm
by byron
DavePow wrote:Do you want me to sent the extracted textures too?
It might take a bit longer to upload that way, so if you have an "unprotected" xpr that would be fine I can just open here...if not then yes (I wouldn't mind taking a peek at the textures)

As I was saying previously, if you're wanting to go with SVN (which is awesome and easy) I've started another project here:
https://code.google.com/p/xbmc4xbox-opt ... ce/browse/
You and I could easily collaborate and work together on it...I would just upload it into it's own project folder and you/we could go from there. At any rate this should be fun.
Re: Bello
Posted: Fri Apr 25, 2014 4:25 am
by fxmech
I hope to see a very long list of skins on that repo someday. For what is worth, anything put on SVN will inspire my help.
Re: [WIP] Bello
Posted: Tue May 27, 2014 8:36 pm
by Geeba
This is a really good looking skin! Any more progress on getting it running smoothly? Maybe it could become a 128mb skin....

Re: [WIP] Bello
Posted: Fri Jun 06, 2014 2:44 am
by DavPow
Thanks ! And yeah, byron did a great job fixing alot of little bugs. I will start to work on it again soon, It's just that right now I have alot of exams at school (finishes in barely a week) after that, I will be good to play around with it more seriously.
Re: [WIP] Bello
Posted: Wed Jun 25, 2014 8:46 am
by tim619
I tried this skin and it works fluent and looks wonderful. And the music didnt crash for me even when playing flac there was no difference in ram than 192kbps mp3.
But when zooming in or out the skin it crashes at 18% and -18% when coming from 20% resp. -20%. Also I think that the ram usage could be improved (maybe smaller textures or some functions disabled). Please continue work on this in my opinion it is one of the 5 best skins for xbmc4xbox
e: what you can maybe fix is when volume up and down the text is much to long and overwrites the values