[19. April 2013] A-400 Advanced Network Setup now available | [11 Jan. 2013] Customize your A-400 Home Screen

Firmware: A-400 [13 May 2013] | C-300 [30 Nov. 2012] | A-300 [30 Nov. 2012] | C-200 [21 Jan. 2013] | A-200/A-210 [10 Aug. 2012]

Just got your NMT | WIKI has the answers | Search the forum | Forum Rules/Policy | Firmware & Official NMT News | Popcornhour manuals



User(s) browsing this thread: 1 Guest(s)
Thread Closed 
llink messed up on iStar mini
09-18-2008, 12:14 AM
Post: #16
RE: llink messed up on iStar mini
Then ignore all rar related errors Smile

jukebox needs fixing still, its on the todo
Visit this user's website Find all posts by this user
09-19-2008, 11:00 AM
Post: #17
RE: llink messed up on iStar mini
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.
Visit this user's website Find all posts by this user
09-19-2008, 08:13 PM
Post: #18
RE: llink messed up on iStar mini
(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>
<ID>527</ID>
<Country>USA</Country>
<OriginalTitle>A Teacher's Crime</OriginalTitle>
<LocalTitle>Роковая связь</LocalTitle>
<ReleaseDate>2008</ReleaseDate>
<RunningTime>89</RunningTime>
<Rating>6.0</Rating>
<Genres>Crime | Drama | Mystery</Genres>
<Added>20.08.2008</Added>
<Covers><Front>movie_527.jpg</Front>
</Covers>
<AspectRatio>1.83</AspectRatio>
<Description><![CDATA[Во время развода с мужем Кэрри Райанс, привлекательная учительница средней школы, решает помочь Джер]]></Description>
<Persons>
<Person><Type>Director</Type>
<Name>Robert Malenfant</Name>
</Person>
<Person><Type>Actor</Type>
<Name>Claudia Besso</Name>
</Person>
<Person><Type>Actor</Type>
<Name>Larry Day</Name>
</Person>
<Person><Type>Actor</Type>
<Name>Ellen Dubin</Name>
</Person>
</Persons>
</Title>

May be, you can see anything bad here?
Find all posts by this user
09-20-2008, 12:43 AM
Post: #19
RE: llink messed up on iStar mini
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.
Visit this user's website Find all posts by this user
09-20-2008, 06:52 AM
Post: #20
RE: llink messed up on iStar mini
(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.

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.

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/Te...x.zip.html

Thank you again for your assistance,
Find all posts by this user
09-20-2008, 06:58 AM (This post was last modified: 09-26-2008 03:53 AM by lundman.)
Post: #21
RE: llink messed up on iStar mini
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.
Visit this user's website Find all posts by this user
09-22-2008, 03:50 AM
Post: #22
RE: llink messed up on iStar mini
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:2024
                    separator = skin_findbyname("Separator", node->pass);
-                    if (separator && (separator->count == skin_tvid))
+                    if (separator && (separator->count == (skin_tvid - node->page_from)))
                        skin_write(node, separator, &file);

I will be part of 2.1.3 as well, when released.
Visit this user's website Find all posts by this user
Thread Closed 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Llink rar archive not showing content imtcb 15 5,187 12-01-2009 01:29 PM
Last Post: bengt
  mythtv - LiveTV and Recording using llink-mod mwahal 2 2,734 11-23-2009 05:39 AM
Last Post: tivo1
  Llink rar files mypaq 6 1,807 08-30-2009 06:26 PM
Last Post: mypaq
  llink related problem wsoderberg 5 2,011 04-06-2009 12:51 AM
Last Post: wsoderberg
Biggrin PLoNK , Android remote controll of Popcorn Hour and llink - Update PoPEye 12 18,325 03-30-2009 10:21 PM
Last Post: PoPEye
  YAMJ & LLink index.htm auto-load ndoggac 11 5,059 03-10-2009 12:15 AM
Last Post: Little Simon
  llink help on mac not sure what to change shalhoub 6 2,157 02-26-2009 12:44 AM
Last Post: diatonic
  Problem compiling llink under OpenSolaris (Nexenta Core) KRavEN 13 3,645 02-06-2009 02:02 AM
Last Post: frontlinefodder
  Llink wont view my shared folders!!! foggy 21 7,423 01-05-2009 02:49 PM
Last Post: foggy
  LLink + Popcorn + Internet ==> OK or KO ? zakhounet 14 3,948 01-03-2009 10:56 AM
Last Post: watz

Forum Jump: