![]() |
|
llink messed up on iStar mini - Printable Version +- Networked Media Tank (http://www.networkedmediatank.com) +-- Forum: Community Jukebox, Themes, & UserApps Section (/forumdisplay.php?fid=106) +--- Forum: 200/300/400 Series - Development and User Apps (/forumdisplay.php?fid=121) +---- Forum: 100 Series - Development and User Apps (/forumdisplay.php?fid=33) +---- Thread: llink messed up on iStar mini (/showthread.php?tid=4337) Pages: 1 2 |
RE: llink messed up on iStar mini - lundman - 09-18-2008 12:14 AM Then ignore all rar related errors ![]() jukebox needs fixing still, its on the todo RE: llink messed up on iStar mini - lundman - 09-19-2008 11:00 AM I just loaded jukebox, did -X on my movies so I would have some icons, and used "blue" and "yellow" buttons to change pages and had no issues viewing all 4 or my pages. RE: llink messed up on iStar mini - clinkme - 09-19-2008 08:13 PM (09-19-2008 11:00 AM)lundman Wrote: I just loaded jukebox, did -X on my movies so I would have some icons, and used "blue" and "yellow" buttons to change pages and had no issues viewing all 4 or my pages. So, there are problems or with iStar firmware, or with my .xml files. All of my .xml look like this (encoding for LocalTitle and Description fields is UTF-8, all others are ascii, and iStar shows them all right): Code: <Title>May be, you can see anything bad here? RE: llink messed up on iStar mini - lundman - 09-20-2008 12:43 AM No I can believe there is a jukebox bug, what OS do you use it on? I have some colleagues with iStar. Another way is to create 11+ dirnames that you have, and the xmls, zip them up for me to try. No contents in dirs needed. RE: llink messed up on iStar mini - clinkme - 09-20-2008 06:52 AM (09-20-2008 12:43 AM)lundman Wrote: No I can believe there is a jukebox bug, what OS do you use it on? I have some colleagues with iStar. 1) I run llink on QNAP TS-109 NAS. It is ARM(Marvell)/Linux based device, like Synology DS-x07+. 2) I've made some tests with very interesting results. All it's OK, while there are < 15 files in Movies directory. When appears the 15th file, goes bad the image for that (15th) file when it is active (has focus). And when emerges 16th file, the whole screen goes bad - images from second line go to the first line. Archive to test here: http://rapidshare.com/files/146776311/Test.jukebox.zip.html Thank you again for your assistance, RE: llink messed up on iStar mini - lundman - 09-20-2008 06:58 AM Ohh Unix debug, this will be sweet to debug. And with test case data, haven't had this much luck in a long time! Working on it, may be interrupted by Atlantis Ahh yes, so on page 2, it draws 6 on the one line, instead of 5by1. I shall work on it. RE: llink messed up on iStar mini - lundman - 09-22-2008 03:50 AM thanks to the excellent test case, it turns out the math for "Separator" was incorrect. (If item 16 was a file, not a directory). Code: skin.c:2024I will be part of 2.1.3 as well, when released. |