Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > More E-Book Readers > iRex

Notices

Reply
 
Thread Tools Search this Thread
Old 11-06-2009, 02:27 PM   #76
hansel
JSR FFD2
hansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheese
 
hansel's Avatar
 
Posts: 305
Karma: 1045
Join Date: Aug 2008
Location: Rotterdam, Netherlands, Europe, Sol 3
Device: iliad
Quote:
Originally Posted by nrapallo View Post
I'm interested!
[...]But, while you are at it would a Mobileread.com download app be possible using the same framework as Feedbooks.com?
Hey, that would be cool! Are all those uploaded books archived somewhere in a way a computer can understand?

PS: a.f.a.i.k. the Iliad already can surf the internet (sort of) with minimo.
hansel is offline   Reply With Quote
Old 11-06-2009, 04:55 PM   #77
nrapallo
GuteBook/Mobi2IMP Creator
nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.
 
nrapallo's Avatar
 
Posts: 2,958
Karma: 2530691
Join Date: Dec 2007
Location: Toronto, Canada
Device: REB1200 EBW1150 Device: T1 NSTG iLiad_v2 NC Device: Asus_TF Next1 WPDN
Quote:
Originally Posted by hansel View Post
Hey, that would be cool! Are all those uploaded books archived somewhere in a way a computer can understand?

PS: a.f.a.i.k. the Iliad already can surf the internet (sort of) with minimo.
The Mobipocket Download Guide just lists the all the .prc/.mobi attachments available for download at Mobileread.com filtering out all the other formats or uploads.

If you explode the .mobi that gets downloaded when you access the Mobipocket Download Guide under the E-Books menu item at the top of the page in the Blue Bar, then you will see exactly how this is accomplished.

In particular, when referenced, a URL is re-directed to the exact ebook attachment, for example this is an extract of the exploded html:
Code:
Eliot, Charles W. (editor), Harvard Classics 22: Homer's Odyssey, v.1, 27 July 07
edited and uploaded by RWood
Download: https://www.mobileread.com/ebooks/mobi/4609  for   Harvard Classics XXII.prc

and 

Download: https://www.mobileread.com/ebooks/mobi/4610  for   Harvard Classics XXI.prc
As an example, try downloading "Bower, B. M - Cabin Fever" using these links:
.epub https://www.mobileread.com/ebooks/mobi/37998
.imp https://www.mobileread.com/ebooks/mobi/38000
.imp https://www.mobileread.com/ebooks/mobi/38001
.lrf https://www.mobileread.com/ebooks/mobi/38003
.prc https://www.mobileread.com/ebooks/mobi/38005

Now, if Alex would supply you with a downloadable listing of all the .prc/.mobi ebooks, then your app would just have to list it and allow the user to select which one to download (hopefully using filters/searches) and then fetch that attachment and place it into the iLiad's Books/Mobipocket folder in use.

Sounds simple doesn't it?

While I profess to have no inside knowledge of how the mobileread.com servers operate, I have tested this approach to downloading attachments before...

Last edited by nrapallo; 11-06-2009 at 05:22 PM. Reason: typo
nrapallo is offline   Reply With Quote
Old 11-07-2009, 06:15 AM   #78
hansel
JSR FFD2
hansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheese
 
hansel's Avatar
 
Posts: 305
Karma: 1045
Join Date: Aug 2008
Location: Rotterdam, Netherlands, Europe, Sol 3
Device: iliad
Thanks for the info!

https://www.mobileread.com/mobiguide looks like a great starting point. I converted it to epub with Calibre, unzipped it, converted the resulting html file to clean xml with htmltidy... The resulting file can be hacked with some xml-parsing scripts to extract the relevant information (and generate OPDS Atom XML). That is, unless such data is readily available at Mobileread...

Enough challenge for some rainy afternoons ;-)

Last edited by hansel; 11-07-2009 at 06:34 AM.
hansel is offline   Reply With Quote
Old 11-07-2009, 08:14 AM   #79
nrapallo
GuteBook/Mobi2IMP Creator
nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.
 
nrapallo's Avatar
 
Posts: 2,958
Karma: 2530691
Join Date: Dec 2007
Location: Toronto, Canada
Device: REB1200 EBW1150 Device: T1 NSTG iLiad_v2 NC Device: Asus_TF Next1 WPDN
Quote:
Originally Posted by hansel View Post
PS: a.f.a.i.k. the Iliad already can surf the internet (sort of) with minimo.
I had tried that but it was difficult getting started accessing the internet (probably was caused by using my 8GB CF card with wifi).

When I worked on impserve (just a local proxy server written in python by MR member ashkulz), I collected some convenient links into an internet "launch" sheet called index.html (see index-nrapallo.zip attachment). I tried accessing these links, but something is missing. The eBookwise devices had GREAT internal server/HTML support when working with HTTP GET and POST. The impserve python script ran on the user's local computer and served content to the device based on the mimetype of the links tapped in the hardware reader. Then impserve would "react" and fetch the web content, filter it, fix it for incompatibilities with the hardware devices' weaknesses and then "pass on the content" for the devices' internal mechanism to take over, be it downloading an ebook to the device or simply displaying the webpage previously fetched and fixed.

I'm sure the same approach could be used with the iLiad HOWEVER, there is no internal (server) support to accept a .prc/.mobi file for storage (or even perhaps a .pdf ebook) AFAIK. What we need is an internal server that can launch wired / wireless access and wait for files and/or webpages being served to it from the user's home computer that is running a proxy server like impserve. This new impserve (call it iliadserve or just ladserve?) could even be used to preprocess .epub locally and then send the resulting (exploded) files to the iLiad's internal webbrowser just like MR member mikelv has done with his Firefox add-on called EPUBReader.

BTW, another MR member Ret had previous to me used an alpha stage java proxy server/librarian that used a "sample.html" launch page to start surfing the internet by entering a keyword in an input box and having google retrieve it's links (attached retlibrarian.zip below). I tried it on the iLiad but there is no echoing of characters typed in the search box and it actually just retrieves the Google web search homepage where I have to type the search word again, this time getting the desired results. It would be nice to have the characters "echo" and use this link on an iLiad .html start page.

And prior to that I found C sourced code for software that was the basis of the inspirations for impserve and "surf the internet" on my LCD reader called LinReb. We (I) owe it all to this program for paving the way (see attachment below as well).

So, I think all the pieces are conceptually quite attainable, but nothing on the iLiad has been written to pull it all together. Above I have referenced a python script, html coding, java code and C source code. What an assortment of programming languages; all that is missing is the glue that combines them, ...., what? .... , did I hear you say Lua????

By the way, is there any better "internal" .html support that can replace (via an installed program) the use of minimo for surfing the internet ON the iLiad?
Attached Files
File Type: zip index-nrapallo.zip (2.0 KB, 163 views)
File Type: zip retlibrarian.zip (7.8 KB, 153 views)
File Type: zip linreb-0.2.02.zip (1.93 MB, 173 views)

Last edited by nrapallo; 11-07-2009 at 08:22 AM. Reason: typo
nrapallo is offline   Reply With Quote
Old 11-07-2009, 08:49 AM   #80
hansel
JSR FFD2
hansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheese
 
hansel's Avatar
 
Posts: 305
Karma: 1045
Join Date: Aug 2008
Location: Rotterdam, Netherlands, Europe, Sol 3
Device: iliad
I'm not very interested in surfing the net with my Iliad (at the moment), more in downloading books with a simple gui. What I like about the Iliad is that I will not need a PC for that once there is some adequate software...

I'm pretty sure that the networking stuff on the Iliad works fine (as long as you don't access the cf while doing wifi). Wget is working fine, and can be used in scripts. Curl is o.k. too. The Lua binding for libcurl is included in my lua-iliad package. I did a small demo for Adam B. that downloads a file while showing progress.

It's easy to run a small webserver written in Lua on the Iliad. I did an experiment a while back (my first Lua for Iliad experiment) that could do 'server side scripting'. It's only a few hundred lines of code. It's not really nice code, but it worked

For now I'll focus on downloading books... soooo much to play, soooo little time
hansel is offline   Reply With Quote
Old 11-07-2009, 09:41 AM   #81
nrapallo
GuteBook/Mobi2IMP Creator
nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.
 
nrapallo's Avatar
 
Posts: 2,958
Karma: 2530691
Join Date: Dec 2007
Location: Toronto, Canada
Device: REB1200 EBW1150 Device: T1 NSTG iLiad_v2 NC Device: Asus_TF Next1 WPDN
Quote:
Originally Posted by hansel View Post
I'm not very interested in surfing the net with my Iliad (at the moment), more in downloading books with a simple gui. What I like about the Iliad is that I will not need a PC for that once there is some adequate software...
A standalone app will surely do the trick, but while "surfing the net" the interface IS the html code fetched for the various web pages, like mobileread.com and when in the Mobi ebook forum, the user just has to click the link to the .prc/.mobi attachment BUT then the iLiad needs to know what to do with that mime-type. That's where the server side code, that is resident on the iLiad, could be helpful.

So, in the end, a really "simple" gui may just be any web page that has links to (your) mobipocket ebooks...

Quote:
I'm pretty sure that the networking stuff on the Iliad works fine (as long as you don't access the cf while doing wifi). Wget is working fine, and can be used in scripts. Curl is o.k. too. The Lua binding for libcurl is included in my lua-iliad package. I did a small demo for Adam B. that downloads a file while showing progress.
I'll have to try that demo so thanks for the link! I did use wget to fetch Project Gutenberg .mobi ebooks before in a script, so I know it does work quite well.

Quote:
It's easy to run a small webserver written in Lua on the Iliad. I did an experiment a while back (my first Lua for Iliad experiment) that could do 'server side scripting'. It's only a few hundred lines of code. It's not really nice code, but it worked
Oh, more code to play with. Thanks again!!!

Quote:
For now I'll focus on downloading books... soooo much to play, soooo little time
and forget about any actual reading time...
nrapallo is offline   Reply With Quote
Old 11-07-2009, 01:40 PM   #82
hansel
JSR FFD2
hansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheese
 
hansel's Avatar
 
Posts: 305
Karma: 1045
Join Date: Aug 2008
Location: Rotterdam, Netherlands, Europe, Sol 3
Device: iliad
Quote:
Originally Posted by nrapallo View Post
he way, is there any better "internal" .html support that can replace (via an installed program) the use of minimo for surfing the internet ON the iLiad?
I just read the 'xiliad' article again: dillo is another browser for the Iliad. Probably got it from https://www.mobileread.com/forums/showthread.php?t=8870...

Using a browser as gui and a web server as application was what I had I mind when toying with Xiliad. There was no scriptable gui then. It still is a viable approach with lots of possibilities...

Thanks for all the fresh ideas!

Last edited by hansel; 11-07-2009 at 01:48 PM.
hansel is offline   Reply With Quote
Old 11-08-2009, 12:13 PM   #83
nrapallo
GuteBook/Mobi2IMP Creator
nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.
 
nrapallo's Avatar
 
Posts: 2,958
Karma: 2530691
Join Date: Dec 2007
Location: Toronto, Canada
Device: REB1200 EBW1150 Device: T1 NSTG iLiad_v2 NC Device: Asus_TF Next1 WPDN
Quote:
Originally Posted by hansel View Post
That is, unless such data is readily available at Mobileread...
You will notice, in the Browse Latest Uploads section under the E-Books menu above in the blue bar, that there is a daily catalog of ALL mobileread.com ebooks in: Full List: HTML | TXT.

This catalog just links all ebooks to their description page, which contains the actual link to download the ebook attachment. For example, my above-noted links for the "Bower, B. M - Cabin Fever" ebooks posted by crutledge are listed as:
Code:
	<li><a href="https://www.mobileread.com/forums/showthread.php?t=60371">Bower, B. M: Bower, B. M. V1. 25 Oct 2009</a> <i>Mobipocket</i></li>
	<li><a href="https://www.mobileread.com/forums/showthread.php?t=60368">Bower, B. M: Bower, B. M. V1. 25 Oct 2009</a> <i>eBookwise</i></li>
	<li><a href="https://www.mobileread.com/forums/showthread.php?t=60370">Bower, B. M: Bower, B. M. V1. 25 Oct 2009</a> <i>Sony BBeB</i></li>
	<li><a href="https://www.mobileread.com/forums/showthread.php?t=60367">Bower, B. M: Bower, B. M. V1. 25 Oct 2009</a> <i>ePub</i></li>
If you filter by format name (Mobipocket for .mobi/.prc) then you can use that as a starting point. However, this approach requires a second (web) access to retrieve that description page so as to extract the actual download link. And then finally, you'll need to fetch that ebook file for the user and place it in the appropriate ebook folder.

This is crude but may offer some different thinking. This can be done only once, but will then ignore newly uploaded ebooks or daily to be current.

In the end, to really make your app/code shine, you will probably need a "feed" from mobileread.com with the pertinent data from Alex's server side data.
nrapallo is offline   Reply With Quote
Old 11-08-2009, 12:29 PM   #84
nrapallo
GuteBook/Mobi2IMP Creator
nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.
 
nrapallo's Avatar
 
Posts: 2,958
Karma: 2530691
Join Date: Dec 2007
Location: Toronto, Canada
Device: REB1200 EBW1150 Device: T1 NSTG iLiad_v2 NC Device: Asus_TF Next1 WPDN
Quote:
Originally Posted by hansel View Post
It's easy to run a small webserver written in Lua on the Iliad. I did an experiment a while back (my first Lua for Iliad experiment) that could do 'server side scripting'. It's only a few hundred lines of code. It's not really nice code, but it worked
I didn't have any luck getting this to work with dillio 0.8.6 and Firefox 3.5 on my WinXP machine via wireless. It seems that it launches from the programs directory on my SD card, but then just returns to the ContentLister without giving my PC browser any access to http://192.168.X.XXX:8080 with my iliad's wireless ip address instead of those X's. Does it work with the latest firmware 2.12?

Quote:
Originally Posted by hansel View Post
I just read the 'xiliad' article again: dillo is another browser for the Iliad. Probably got it from https://www.mobileread.com/forums/showthread.php?t=8870...
Yes, thanks AGAIN for this link. It is an amazingly fast browser and quite feature rich. The xepdmgr dillio port looks nice as well but not all the same features (i.e. File Open) are supported in that port.

Quote:
Using a browser as gui and a web server as application was what I had I mind when toying with Xiliad. There was no scriptable gui then. It still is a viable approach with lots of possibilities...

Thanks for all the fresh ideas!
Hopefully, whatever approach you decide to take in the end (standalone app or browser/proxy server) it will work well for the latest firmware and wireless.

p.s. Actually the ideas are rather old (been floating around my head for over a year), it's just me whose "fresh" to the iLiad scene! Oh, and as you make progress, I may have something to say about that too!
nrapallo is offline   Reply With Quote
Old 11-10-2009, 05:34 AM   #85
hansel
JSR FFD2
hansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheese
 
hansel's Avatar
 
Posts: 305
Karma: 1045
Join Date: Aug 2008
Location: Rotterdam, Netherlands, Europe, Sol 3
Device: iliad
Quote:
Originally Posted by nrapallo View Post
I didn't have any luck getting this [Xiliad] to work...
I've repaired Xiliad, see: https://www.mobileread.com/forums/showthread.php?t=36799
hansel is offline   Reply With Quote
Old 12-18-2009, 09:06 AM   #86
litobro
Junior Member
litobro began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Dec 2009
Device: iRex iLiad 2nd Gen
Hi, i know this device is quickly becoming abandonware, but before it did i was wondering if someone could help me set this up. I keep on getting the unable to connect to feedbooks.com error. I know i have my connection working as I can connect to things in Dillo, i'm using the wireless package at https://www.mobileread.com/forums/showthread.php?t=14718
litobro is offline   Reply With Quote
Old 12-18-2009, 10:05 AM   #87
nrapallo
GuteBook/Mobi2IMP Creator
nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.
 
nrapallo's Avatar
 
Posts: 2,958
Karma: 2530691
Join Date: Dec 2007
Location: Toronto, Canada
Device: REB1200 EBW1150 Device: T1 NSTG iLiad_v2 NC Device: Asus_TF Next1 WPDN
Quote:
Originally Posted by litobro View Post
Hi, i know this device is quickly becoming abandonware, but before it did i was wondering if someone could help me set this up. I keep on getting the unable to connect to feedbooks.com error. I know i have my connection working as I can connect to things in Dillo, i'm using the wireless package at https://www.mobileread.com/forums/showthread.php?t=14718
Are you storing the program and/or downloading to the Compact Flash memory card? Then don't, and it should work as advertised.

Use instead a SD memory card (no greater than 1 GB) or internal memory to store the program and download your content to.

Why this wireless "bug" hasn't been documented better or squashed is beyond me. Abandonware... that's why!
nrapallo is offline   Reply With Quote
Old 12-19-2009, 11:43 AM   #88
litobro
Junior Member
litobro began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Dec 2009
Device: iRex iLiad 2nd Gen
Strange, i could've sworn it was on the internal memory. Guess you scared it or something. But thanks!
litobro is offline   Reply With Quote
Old 01-08-2010, 04:54 PM   #89
Maike13
Connoisseur
Maike13 began at the beginning.
 
Posts: 64
Karma: 28
Join Date: Oct 2009
Location: Houston, USA
Device: IRex Iliad 1st Ed.
Anyone still using iNewsStand? I had it running fine on my Iliad but then I forgot what my password was on Feedbooks and had to reset it. The id and password works fine when I log into feedbooks but when I use the same id and password to try and log on in iNewsstand, it gives me a logon error. I'm wondering if the old password is stored on the Iliad somewhere, and whether that might be causing my problem? If you can offer any help or suggestions, I'd be most grateful. I've tried contacting the feedbook guys but haven't received any reply. Has feedbooks/iNewsStand development been abandoned?
Maike13 is offline   Reply With Quote
Old 01-09-2010, 02:22 AM   #90
cbell
Frenetic
cbell can illuminate an eclipsecbell can illuminate an eclipsecbell can illuminate an eclipsecbell can illuminate an eclipsecbell can illuminate an eclipsecbell can illuminate an eclipsecbell can illuminate an eclipsecbell can illuminate an eclipsecbell can illuminate an eclipsecbell can illuminate an eclipsecbell can illuminate an eclipse
 
cbell's Avatar
 
Posts: 590
Karma: 8181
Join Date: Apr 2008
Location: Australia
Device: iLiad V2
Hi I tried using iNewsStand today. I hadn't used it for a few months.

I wasn't able to login to Feedbooks via my iLiad today and I haven't been prompted to login previously - my iLiad had always remembered my settings.

I was able to login to Feedbooks via my PC today, so that's working fine and I know I entered my login details correctly on my iLiad.

However, I was able to search Feedbooks via iNewsStand and download books directly onto my iLiad with no problem today.

Last edited by cbell; 01-09-2010 at 02:23 AM. Reason: Feedbooks, not Facebook, duh!
cbell is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Fanfiction -> EPUB downloader sigizmund Deals and Resources (No Self-Promotion or Affiliate Links) 34 01-12-2014 01:55 PM
iNewsStand problem Maike13 iRex 0 01-08-2010 12:34 AM
iLiad Feedbooks.com iLiad Downloader Hadrien iRex Developer's Corner 131 03-31-2009 09:41 AM
iLiad Manual Comic Strip Downloader Released Adam B. iRex 39 02-11-2009 10:39 AM
iLiad Idea: iLiad application Downloader Adam B. iRex Developer's Corner 8 09-06-2007 03:03 AM


All times are GMT -4. The time now is 12:27 AM.


MobileRead.com is a privately owned, operated and funded community.