User(s) browsing this thread: 1 Guest(s)
|
Litepodder v1.0.0 for Popcorn Hour A-100/A-110/B-110 (podcast downloader)
|
|
08-12-2010, 08:41 PM
|
|||
|
|||
RE: Litepodder v1.0.0 for Popcorn Hour A-100/A-110/B-110 (podcast downloader)
(08-12-2010 11:20 AM)qwerik Wrote: other questin... is the iPod Podcast format accepted by litepodder? or will it be? If you mean the rss file pointed by the podcast URL, sure it is. It just should include the markup "enclosure" in the source to specify the media file to download. Litepodder for 100 series (A & B) - Litepodder for 200 series ( A & C ) - philofredo[at]gmail[dot]com |
|||
|
08-22-2010, 03:55 AM
|
|||
|
|||
|
RE: Litepodder v1.0.0 for Popcorn Hour A-100/A-110/B-110 (podcast downloader)
Just wanted to share a small tip how to monitor download progress easier. Just download http://tailforwin32.sourceforge.net/, and associate it with .log files. After setting "download progress verbose" in general.txt to "yes" you can watch download progess in realtime just by clicking on a log file.
PS. Maybe not that much of a tip, but useful for me anyway. |
|||
|
08-22-2010, 08:57 AM
(This post was last modified: 08-23-2010 04:59 AM by antherion.)
|
|||
|
|||
RE: Litepodder v1.0.0 for Popcorn Hour A-100/A-110/B-110 (podcast downloader)
(07-31-2010 09:58 PM)dc11ab Wrote: Which wget version is used by Litepodder? I think I've found a work-around for wget resume problem. Here http://www.cyberciti.biz/tips/wget-resum...nload.html it says that wget looks in the current directory and if there a file of the same name resumes it. So I changed "Incomplete Dowloads" to Apps/Litepodder directory. Now as wget stops and resumes it will append to the part of the file. I will test it today. UPDATE: It's become even worse. Wget doesn't recognize the already downloaded part and resumes into a new file with "_1" added to filename (albeit in the same place). So I will revert the "Incomplete Downloads" setting back to default, so that I can append those "resume" parts to the initially donwloaded ones. UPDATE 2: Since version 1.11.1 the resume bug (which renames the file in case of interruption) was fixed. Here's a quote from dev.site "Changes: Interrupted downloads no longer result in renaming of the file." And they call it a "major bugfix". Looks like it's really better to use Busybox version of wget instead of the old one from firmware. Is it possible to update Litepodder (use busybox and make set "Incomplete Downloads" to Litepoder folder)? PS. In case my analysis is correct, cause I'm not a linux expert. |
|||
|
11-16-2010, 05:13 AM
|
|||
|
|||
|
RE: Litepodder v1.0.0 for Popcorn Hour A-100/A-110/B-110 (podcast downloader)
Hi philofred,
This is very nice app for NMT and it is working great on my A-110. I would like to know if there is a method to download Youtube channels videos using it. I want to download the highest quality videos in mp4 format. Test RSS link is here link ------------------------------------------------------------------------ ![]() PCH A-110, SHARP AQUOS LC-37GX2W PCH A-110, EPSON DREAMIO TW600 |
|||
|
11-17-2010, 11:03 PM
|
|||
|
|||
RE: Litepodder v1.0.0 for Popcorn Hour A-100/A-110/B-110 (podcast downloader)
(11-16-2010 05:13 AM)bhelpuri Wrote: Hi philofred, Thanks. There's no "enclosure" markup in the channel RSS file, so video files are not explicitly declared with link, so no hope to download it from Litepodder. Youtube and the channel want you to watch the dedicated Web page, that's part of the game. Litepodder for 100 series (A & B) - Litepodder for 200 series ( A & C ) - philofredo[at]gmail[dot]com |
|||
|
01-21-2011, 02:15 PM
(This post was last modified: 01-21-2011 02:16 PM by jasch.)
|
|||
|
|||
|
RE: Litepodder v1.0.0 for Popcorn Hour A-100/A-110/B-110 (podcast downloader)
I installed Litepodder on my C-200, ran it manually a couple of times, and worked beautifully.
But the 'automatic' downloads at 3 in the morning, are failing (I keep getting the same file over and over). It seems files are not being updated: Code: touch: /share/Apps/Litepodder/databases/downloaded_items.txt: Permission deniedStrangely, the permissions seem fine. Code: -rwxr--r-- 1 nmt nmt 5420 Jan 21 06:59 downloaded_items.txtAny ideas? Perhaps the user Litepodder is running from? (No idea how to check that) Thanks |
|||
|
01-21-2011, 02:30 PM
|
|||
|
|||
|
RE: Litepodder v1.0.0 for Popcorn Hour A-100/A-110/B-110 (podcast downloader)
jasch; to see which user is running try
# ps aux |grep litepodder Audio, video, disco - I hear, I see, I learn. Wiki. Wiki? Wiki! |
|||
|
01-21-2011, 09:29 PM
|
|||
|
|||
RE: Litepodder v1.0.0 for Popcorn Hour A-100/A-110/B-110 (podcast downloader)
(01-21-2011 02:15 PM)jasch Wrote: I installed Litepodder on my C-200, ran it manually a couple of times, and worked beautifully. Strange. Automated system uses cron with user nmt. On my side, here is the file list: Code: -rwxrwxrwx 1 nmt nmt 481788 Jan 16 02:00 downloaded_items.txtTry a chmod 777 on each file. Litepodder for 100 series (A & B) - Litepodder for 200 series ( A & C ) - philofredo[at]gmail[dot]com |
|||
|
01-22-2011, 01:51 AM
(This post was last modified: 01-22-2011 02:00 AM by jasch.)
|
|||
|
|||
RE: Litepodder v1.0.0 for Popcorn Hour A-100/A-110/B-110 (podcast downloader)
(01-21-2011 02:30 PM)dc11ab Wrote: jasch; to see which user is running try Yeah.... Code: sh-3.00# ps aux |grep litepodderIT works without the AUX. Code: sh-3.00# ps | grep 'litepodder' |
|||
|
01-22-2011, 02:22 AM
|
|||
|
|||
|
RE: Litepodder v1.0.0 for Popcorn Hour A-100/A-110/B-110 (podcast downloader)
Audio, video, disco - I hear, I see, I learn. Wiki. Wiki? Wiki! |
|||
|
03-09-2011, 01:42 PM
|
|||
|
|||
|
RE: Litepodder v1.0.0 for Popcorn Hour A-100/A-110/B-110 (podcast downloader)
Litepodder is very promising. However feeds requiring authentication are troublesome. Here in Finland we have a "Internet DVR" service which requires login. For feed itself it is possible to get it working with format
http://username:password@<url> and Litepodder sees the rss feed correctly. However the feed includes links to certain videos and those won't download because there is no way to authenticate. I guess it should work if download happened in the same process context / session as the main feed is fetched. Here is a sample xml: Code: <?xml version="1.0" standalone='yes'?>It would be beyond awesome and epic if I could use Litepodder to download cartoons for kids...
|
|||
|
03-22-2011, 11:55 PM
|
|||
|
|||
RE: Litepodder v1.0.0 for Popcorn Hour A-100/A-110/B-110 (podcast downloader)
(03-09-2011 01:42 PM)leppikallio Wrote: Litepodder is very promising. However feeds requiring authentication are troublesome. Here in Finland we have a "Internet DVR" service which requires login. For feed itself it is possible to get it working with format At first sight it should be possible. Let me few days. Process will be based on error-retry with you because I have no test site or account unless you know one. Litepodder for 100 series (A & B) - Litepodder for 200 series ( A & C ) - philofredo[at]gmail[dot]com |
|||
|
04-05-2011, 03:17 AM
|
|||
|
|||
|
RE: Litepodder v1.0.0 for Popcorn Hour A-100/A-110/B-110 (podcast downloader)
How about an update to Litepodder to filter results?
I love IGN programming, unfortunately they only have one RSS feed (http://feeds.ign.com/ignfeeds/podcasts/games), and that feeds comes with MP4's, MP3's, WAVs, etc. I would love to be able to filter results, and download only *.MP4s. Furthermore it could be filtered down a little more, to download only DAILYFIX*.MP4s, Thanks for a great utility. |
|||
|
« Next Oldest | Next Newest »
|

Twitter
Facebook
NMT Wiki
Search
Member List
Help
A-400 [13 May 2013]






![[+]](images/collapse_collapsed.gif)


![[Image: 20415010529.jpg]](http://img.kakaku.com/images/productimage/l/20415010529.jpg)



