View Single Post
Old 04-10-2009, 12:33 AM   #76
ericshliao
Guru
ericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enough
 
Posts: 976
Karma: 687
Join Date: Nov 2007
Device: Dell X51v; iLiad v2
Quote:
Originally Posted by -Thomas- View Post
Take a look at /usr/share/contentlister/mode/XX where XX is one of en, de, fr or nl, depending on your language.
Thanx for the tip. I took a look in one of them, it seems that something (the line "<Identifier>MAIN</Identifier>") is hard-encoded in contentlister and must modify source code to expand a link.

Code:
<?xml version="1.0" standalone="no"?>
<!--manifest file for memory extensions-->
<package>
  <metadata>
    <dc-metadata>
      <Title>Main Memory</Title>
      <Description>Content in the internal memory of your iLiad.</Description>
    </dc-metadata>
    <y-metadata>
      <image>MainMemory.png</image>
      <version>000</version>
    </y-metadata>
  </metadata>
  <storage>
     <Identifier>MAIN</Identifier>
  </storage>
</package>
ericshliao is offline   Reply With Quote