|
|
#1 |
|
Connoisseur
![]() Posts: 92
Karma: 10
Join Date: Dec 2011
Device: Kindle Touch
|
Podcatcher for KT?
|
|
|
|
|
|
#2 |
|
Всё гениальное просто.
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 5,028
Karma: 6382209
Join Date: Nov 2011
Location: Щедрость не имеет пределов.
Device: *.*
|
You can do it with wget, piped into the audio player. That works on the K3 as well.
__________________
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
![]() |
|
|
|
|
Enthusiast
|
|
|
|
#3 |
|
Connoisseur
![]() Posts: 92
Karma: 10
Join Date: Dec 2011
Device: Kindle Touch
|
My heavens, you ARE everywhere, aren't you?
Searching wget gets a lot of references but I haven't found one that is how you install it. Is it one of the K3 Kindlets that are referred to or part of some larger install like optware? And there is reference to a downloader that uses curl instead of wget? Is that worth exploring also? |
|
|
|
|
|
#4 | |||
|
Embedded Cheerleader
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,254
Karma: 3921779
Join Date: Feb 2012
Device: K0
|
Quote:
Quote:
As such, remember that man(ual) command is your friend. Embedded systems often do not have the manuals installed, but google knows: man wget in google. Quote:
It is also installed on the k3-v3.2.1 system image. google: man curl Both are "command line" oriented utilities, you (or your script, or command launcher, or whatever) will need command line access to use either of them.
__________________
"Hack is just a four letter word." - - With apologies to B. Dylan - -> JB on BD |
|||
|
|
|
|
|
#5 |
|
Всё гениальное просто.
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 5,028
Karma: 6382209
Join Date: Nov 2011
Location: Щедрость не имеет пределов.
Device: *.*
|
It would be nice to package a GUI with a bunch of streaming radio presets, but as I recall somebody put together a simple text-based menu (using eips and perhaps waitforkey) for the launcher.
__________________
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
![]() Last edited by geekmaster; 05-31-2012 at 03:00 PM. |
|
|
|
|
|
#6 |
|
Embedded Cheerleader
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,254
Karma: 3921779
Join Date: Feb 2012
Device: K0
|
Ah... Another detail I just noticed (on K3-v3.2.1 image):
The wget installed is the minimum function one supplied by busybox. Which also means that the info googling "man wget" will not describe this busybox version. The curl installed is the stand-alone utility. What google: man curl returns is what you have. ![]() A quick reference with examples: http://curl.haxx.se/docs/manual.html Note: The Busybox wget does not do SSL (ftps, https) which you might need, the stand alone curl does (as does the stand alone wget). And/Or: If your pod-site needs user/password entries, I would plan on using the stand-alone curl over the Busybox stripped down version of wget. Note 2: cURL utility is built against the libcurl.so library - also installed on the kindle. You can get ambitious and write code for your podcatcher that uses libcurl.so features. (-lcurl option on your compile command line) Note 3: There is a Lua binding for libcurl. The pdf reader being worked on here is controlled by Lua scripting. So there you go, all the parts you need to code up some background music while using the pdf reader (or to let the pdf reader, "read" a pdf file located on a network).
__________________
"Hack is just a four letter word." - - With apologies to B. Dylan - -> JB on BD Last edited by knc1; 05-31-2012 at 03:36 PM. |
|
|
|
![]() |
| Tags |
| mp3, podcast, touch |
| Thread Tools | Search this Thread |
|