![]() |
|
[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) |
- ppic - 2011-01-16 17:27 that's for this use too yes - mcborzu - 2011-01-16 17:29 ronie Wrote:maybe we can use the next aired script for it. I thought about asking ppic, the ended field isnt is the script i believe, but what limit do we put on how many shows to store 50, 100, 200? As some people have BIG libraries. Plus we have do to stringcompares so thats alot of code for 100 matches, do we want all that work? - Hitcher - 2011-01-16 17:51 ronie Wrote:'fraid not. update percentage is not available to the skin in xbmc. ronie, could you do it this way? Have a folder of images for the needle at positions 0-100 and then use - PHP Code: <texture>$INFO[Control.GetLabel(404),gauge/,.png]</texture> - ronie - 2011-01-16 17:51 mcborzu Wrote:I thought about asking ppic, the ended field isnt is the script i believenope, if it's ended, the show is not listed by the next aired script at all. so no problem there as far as i can tell. mcborzu Wrote:but what limit do we put on how many shows to store 50, 100, 200? As some people have BIG libraries.we only have to worry about continuing tv series...so how many running shows would/could one have in their library? i've limited it to 20 in paperstreet. mcborzu Wrote:Plus we have do to stringcompares so thats alot of code for 100 matches, do we want all that work? i agree, but can't think of a better way. maybe ppic could set up the script in a different way? like, have it run all the time and monitor the currently focused item in a list and set the window properties on the fly? i came across something related recently: http://forum.xbmc.org/showthread.php?tid=86262 - ronie - 2011-01-16 18:07 Hitcher Wrote:ronie, could you do it this way? good thinking! Control.GetLabel(404) indeed returns the current percentage. :-) cheers mate. - Hitcher - 2011-01-16 18:08 No problem. I'm keeping a close eye on this skin.
- blacklist - 2011-01-16 20:06 Hitcher Wrote:No problem. I've got an extra Jersey if you're joining the team Hitch.
- Hitcher - 2011-01-16 20:39 I'd be lying if I said I didn't want to see it's progress but as I've just started work on another skin I couldn't really offer any help. - ppic - 2011-01-16 22:43 ronie Wrote:nope, if it's ended, the show is not listed by the next aired script at all. that a way, i've been thinking too, came to me when working on artist stuff. wouldn't be bad, that's kind of way i use with tvtunes. for ended show, i can provide a list by the script for your strincompare. if the show doesn't appear on next aired list, this doesn't mean it's ended, maybe the script haven't be able to get the info - blacklist - 2011-01-16 23:15 Hitcher Wrote:I'd be lying if I said I didn't want to see it's progress but as I've just started work on another skin I couldn't really offer any help. Oh I totally understand, I was really just teasing. I'm sure we can find a way to keep you up to date...
|