![]() |
|
[WIP] The Paper Street Soap Company (mockups and development of a new skin concept) - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Development (/forumdisplay.php?fid=32) +--- Forum: Skin Development (/forumdisplay.php?fid=12) +---- Forum: WIP Skins (/forumdisplay.php?fid=160) +---- Thread: [WIP] The Paper Street Soap Company (mockups and development of a new skin concept) (/showthread.php?tid=86501) |
- blacklist - 2011-02-04 06:49 ZombieRobot Wrote:ha seeing how this skin has every feature you could think of and then some i would say very low but who knows ronie is a good coder i got a atv2 and jailbroke it to test skins on all i can say is what a terrible experience i guess i am comparing it to a core i5 htpc though. Yeah, I'm not certain a lower powered machine is going to be able to handle what we're throwing down. That being said, who knows. And if people are into it maybe we can mod down a light version. My advice though.... Build a htpc.
- ultramanxp - 2011-02-04 07:22 blacklist Wrote:My advice though.... Build a htpc. +1
- ppic - 2011-02-04 15:32 blacklist Wrote:Just going to say... it feels like we've made a good bit of headway in the last couple days. I swear ronie has been coding for 24 hours straight today. yes, it won't stay laggy ![]() the script you have is a working version , but i've planned to change some function to be able to push each item when scrapped instead of load the full list after data scrapping. I will be on holiday next week, i don't think i'll be able to code so you'll have to wait a bit. - blacklist - 2011-02-04 17:00 ppic Wrote:yes, it won't stay laggy Have a great holiday, can't wait to see what you have in store for us.
- dunpealhunter - 2011-02-04 22:49 I watch a lot of anime's, and some of these anime's are multilinguistic. Is it possible to change between different audio channels to get the language i want? Also is it possible in the settings to put one language as default? - blacklist - 2011-02-05 00:25 dunpealhunter Wrote:I watch a lot of anime's, and some of these anime's are multilinguistic. Is it possible to change between different audio channels to get the language i want? Also is it possible in the settings to put one language as default? Yes. (Not skin specific - in audio settings) No. (I don't believe xbmc has the option of selecting a default language) - filigran - 2011-02-05 00:56 blacklist Wrote:Yes. (Not skin specific - in audio settings) IIRC it uses the interface language ... I think I saw a thread a while back where people were annoyed about this 'feature', 'cause they liked to use english as their interface language, but wanted their movies/tvshows in another language. - blacklist - 2011-02-09 16:29 A little plea... I need a quick, dirty little python script. I have spent many more hours that I care to admit trying to get it to work - anyone have a bit of time and could give me a hand? Basically all I'm trying to do is write a script that make a database call to xbmc via httpapi and then parse out the results to the skin which I think is just potentially just a bunch of self.WINDOW.setProperty() If someone could just help me with the barebones to run the sql and return the results to the window... I can get the correct SQL statement and setProperty working. For instance, with the one I'm working on now... I need to query the database with the actorID, and return all the movies that actor appears in. I need to return the movie title, the poster link, and the movie path. What I have done: PHP Code: import xbmcThen the call from the skin: <onfocus>RunScript(script.actorappearances,actor=12)</onfocus> What am I missing? - blacklist - 2011-02-11 01:37 Got it fixed, for anyone who's interested
- Advocate - 2011-02-11 02:12 Count me in as interested I can't wait to try your baby! |