
Hi All,
UPDATED: SEE THE NEW THREAD!
https://www.mobileread.com/forums/showthread.php?t=35374
====== DEPRECATED =====
I have modified contenLister to show more items on a page. I called it newLister so it can coexist with the existing one. It can display anything between 4 and 20 items on a page. I also increased the number of remembered 'recent documents' to 12...
This is a 'developer' version: no installer yet. To run it you have to do the following steps (using ssh):
- copy newLister somewhere in the flash disk. It cannot be on CF or SD since those devices are not mounted yet when contentLister is started. Personally I use the directory /home/root/my_start/ for this kind of stuff...
- copy newLister.rc and newcursor.png to /usr/share/contentLister
- edit /home/root/start.sh to start newLister instead of contenLister:
Code:
old: (/usr/bin/contentLister --sync ; reboot) &
new: (/home/root/my_start/newLister --items 12 --sync ; reboot) &
- edit: check that newLister and start.sh are executable (chmod +x)
- reboot
Of course this is at your own risk

I've used my improved Iliad without problems for a few days now. I think this is a stable version, but mistakes when editing
start.sh can be 'fatal'. Let's be careful out there
Happy new 2009 preview,
Hansel.
Please give some feedback if you try this
PS:
- you can set the number of items with "--items n". The amount of displayed information for each item depends on n: same as with the current contentLister (4-8), title + subtitle or description (9-12), only title (13-20)
- A safer way to experiment with the start script is described here: https://www.mobileread.com/forums/showthread.php?t=33700
- The attached file contains a file sources.tgz: after unpacking this can be compiled in the same way as the original Irex contentLister (build_from_scratch.sh...)
- Comments and questions are welcome.