[19. April 2013] A-400 Advanced Network Setup now available | [11 Jan. 2013] Customize your A-400 Home Screen

Firmware: A-400 [13 May 2013] | C-300 [30 Nov. 2012] | A-300 [30 Nov. 2012] | C-200 [21 Jan. 2013] | A-200/A-210 [10 Aug. 2012]

Just got your NMT | WIKI has the answers | Search the forum | Forum Rules/Policy | Firmware & Official NMT News | Popcornhour manuals



User(s) browsing this thread: 1 Guest(s)
Post Reply 
Litepodder v1.0.0 for Popcorn Hour A-100/A-110/B-110 (podcast downloader)
08-12-2010, 08:41 PM
Post: #106
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
Find all posts by this user
Add Thank You Quote this message in a reply
08-22-2010, 03:55 AM
Post: #107
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.
Find all posts by this user
Add Thank You Quote this message in a reply
08-22-2010, 08:57 AM (This post was last modified: 08-23-2010 04:59 AM by antherion.)
Post: #108
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?

http://forum.soft32.com/linux2/wget-retr...40267.html

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.
Find all posts by this user
Add Thank You Quote this message in a reply
11-16-2010, 05:13 AM
Post: #109
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

------------------------------------------------------------------------
[Image: 20415010529.jpg]
PCH A-110, SHARP AQUOS LC-37GX2W
PCH A-110, EPSON DREAMIO TW600
Find all posts by this user
Add Thank You Quote this message in a reply
11-17-2010, 11:03 PM
Post: #110
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,
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

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
Find all posts by this user
Add Thank You Quote this message in a reply
01-21-2011, 02:15 PM (This post was last modified: 01-21-2011 02:16 PM by jasch.)
Post: #111
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 denied
/share/Apps/Litepodder/litepodder.sh: line 374: /share/Apps/Litepodder/databases/downloaded_items.txt: Permission denied

Strangely, the permissions seem fine.

Code:
-rwxr--r--    1 nmt      nmt          5420 Jan 21 06:59 downloaded_items.txt
-rw-r--r--    1 nmt      nmt           102 Jan 21 03:01 eligible_items.txt
-rwxr--r--    1 nmt      nmt          5522 Jan 21 07:00 last_items.txt
-rw-r--r--    1 nmt      nmt          5318 Jan 21 03:18 parsed_items.txt

Any ideas?

Perhaps the user Litepodder is running from? (No idea how to check that)

Thanks
Find all posts by this user
Add Thank You Quote this message in a reply
01-21-2011, 02:30 PM
Post: #112
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!
Find all posts by this user
Add Thank You Quote this message in a reply
01-21-2011, 09:29 PM
Post: #113
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.

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 denied
/share/Apps/Litepodder/litepodder.sh: line 374: /share/Apps/Litepodder/databases/downloaded_items.txt: Permission denied

Strangely, the permissions seem fine.

Code:
-rwxr--r--    1 nmt      nmt          5420 Jan 21 06:59 downloaded_items.txt
-rw-r--r--    1 nmt      nmt           102 Jan 21 03:01 eligible_items.txt
-rwxr--r--    1 nmt      nmt          5522 Jan 21 07:00 last_items.txt
-rw-r--r--    1 nmt      nmt          5318 Jan 21 03:18 parsed_items.txt

Any ideas?

Perhaps the user Litepodder is running from? (No idea how to check that)

Thanks

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.txt
-rwxrwxrwx    1 nmt      nmt             0 Jan 16 02:00 eligible_items.txt
-rwxrwxrwx    1 nmt      nmt             0 Jan 16 02:00 last_items.txt
-rwxrwxrwx    1 nmt      nmt         18398 Jan 16 02:01 parsed_items.txt
See the rwxrwxrwx for each. It could come from here.
Try a chmod 777 on each file.

Litepodder for 100 series (A & B) - Litepodder for 200 series ( A & C ) - philofredo[at]gmail[dot]com
Find all posts by this user
Add Thank You Quote this message in a reply
01-22-2011, 01:51 AM (This post was last modified: 01-22-2011 02:00 AM by jasch.)
Post: #114
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
# ps aux |grep litepodder

Yeah....

Code:
sh-3.00# ps aux |grep litepodder
ps: invalid option -- 'a'

IT works without the AUX.

Code:
sh-3.00# ps  | grep 'litepodder'
2871 nmt       3280 S    /bin/sh /share/Apps/Litepodder/litepodder.sh
2917 nmt       3280 S    /bin/sh /share/Apps/Litepodder/litepodder.sh
3151 nmt       3280 S    /bin/sh /share/Apps/Litepodder/litepodder.sh
3259 root      3424 R    grep litepodder
Find all posts by this user
Add Thank You Quote this message in a reply
01-22-2011, 02:22 AM
Post: #115
RE: Litepodder v1.0.0 for Popcorn Hour A-100/A-110/B-110 (podcast downloader)
(01-22-2011 01:51 AM)jasch Wrote:  Yeah....
I keep forgetting I'm on busybox and not a Mac ;-)

Audio, video, disco - I hear, I see, I learn.
Wiki. Wiki? Wiki!
Find all posts by this user
Add Thank You Quote this message in a reply
03-09-2011, 01:42 PM
Post: #116
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'?>

<rss version="2.0">
   <channel>
      <title>karvinen - TVkaista title search</title>
      <link>http://www.tvkaista.fi</link>
      <description>RSS feed for title search: karvinen</description>
      <language>fi-fi</language>
      <pubDate>Wed, 09 Mar 2011 12:38:37 +0000</pubDate>
      <lastBuildDate>Wed, 09 Mar 2011 12:38:37 +0000</lastBuildDate>
      <ttl>15</ttl>
      <item>
         <title>Karvinen</title>
         <description>Murtovaras. No mutta, sehän on Karvinen. Laiska ja lihava, raivostuttava ja rakastettava kissamme tulee jälleen elämänfilosofioineen.</description>
         <pubDate>Thu, 10 Feb 2011 06:23:17 +0000</pubDate>
         <link>http://www.tvkaista.fi/search/?findid=9809821</link>
         <guid>http://www.tvkaista.fi/search/?findid=9809821</guid>
         <source url="http://www.tvkaista.fi/feed/channels/1008/ts.rss">YLE TV2</source>
         <enclosure url="http://www.tvkaista.fi/recordings/download/9809821.ts" length="459869620" type="video/mp2t"/></item>
      <item>
         <title>Karvinen</title>
         <description>Hurja koulutus. No mutta, sehän on Karvinen. Laiska ja lihava, raivostuttava ja rakastettava kissamme tulee jälleen elämänfilosofioineen.</description>
         <pubDate>Sat, 12 Feb 2011 07:21:42 +0000</pubDate>
         <link>http://www.tvkaista.fi/search/?findid=9864294</link>
         <guid>http://www.tvkaista.fi/search/?findid=9864294</guid>
         <source url="http://www.tvkaista.fi/feed/channels/1008/ts.rss">YLE TV2</source>
         <enclosure url="http://www.tvkaista.fi/recordings/download/9864294.ts" length="497495376" type="video/mp2t"/></item>
      <item>
         <title>Karvinen</title>
...
   </channel>

</rss>

It would be beyond awesome and epic if I could use Litepodder to download cartoons for kids... Smile
Find all posts by this user
Add Thank You Quote this message in a reply
03-22-2011, 11:55 PM
Post: #117
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

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:
...
It would be beyond awesome and epic if I could use Litepodder to download cartoons for kids... Smile

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
Find all posts by this user
Add Thank You Quote this message in a reply
04-05-2011, 03:17 AM
Post: #118
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.
Find all posts by this user
Add Thank You Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  PopCorn MKV AudioConverter HeartWare 1,759 1,490,961 05-18-2013 07:10 AM
Last Post: HeartWare
  SqueezeSlave available for Popcorn Hour duanep 13 7,304 03-16-2013 08:36 AM
Last Post: Wim57
  thoughts on trakt on 100 series ? lordy 36 4,170 02-26-2013 12:02 AM
Last Post: cgibby
  Bierdopje auto-sub for A-110 BeeVee 13 2,781 02-06-2013 09:15 PM
Last Post: Gsxie
  Is it possible to code a HULU player for the A-110? mulderfox 0 371 01-05-2013 11:11 AM
Last Post: mulderfox
  Shairport (emulator airport express) on popcorn lololo 8 5,067 09-17-2012 09:34 PM
Last Post: LordHelmchen
  MN-200 work with B-110? dwalterm 2 1,464 03-30-2012 05:31 PM
Last Post: dwalterm
  A-110 used like server db to store sensor data csorda 0 1,041 01-18-2012 04:06 PM
Last Post: csorda
  Support thread for HeartWare's PopCorn MKV Chapter Maker HeartWare 72 44,900 01-01-2012 10:10 AM
Last Post: halfelite
  SSH keygen on A-110 - how to lhg1 0 1,174 11-03-2011 10:58 PM
Last Post: lhg1

Forum Jump: