Re: get_iplayer: failed to get program index feed for ..

2011-03-30 Thread Michael
I did some additional tests, and it seems get_iplayer cannot get any data from the web. When I try: ./get_iplayer --conditions I expect to see the GPL-conditions, but all I get is: INFO: User prefs dir: /tmp/hdd/root/RSS/BBC-iPlayer/.get_iplayer INFO: System options dir:

Re: get_iplayer: failed to get program index feed for ..

2011-03-30 Thread Michael
No, too bad ... I'm seeing the same problem right now Thank you Michael On 30/03/2011 16:25, J K.Eason wrote: *From:* Michaeltiemich...@gmail.com *To:* get_iplayer@lists.infradead.org *Date:* Wed, 30 Mar 2011 16:10:14 +0800 I did some additional tests, and it seems get_iplayer cannot get any

[PATCH] Output AAC as M4A for iTunes with metadata tags

2011-03-30 Thread richard
Shevek wrote: If you can create a file using the command above from another source (perhaps another mp3 you have which has not come from get_iplayer) and test that on your Marantz we may have more info as to why these particular files don't work Downloaded couple of mp3 files from here:

Re: get_iplayer: failed to get program index feed for ..

2011-03-30 Thread Michael
Found it: /etc/protocols was missing ! Thank you to all, who tried to help! Michael ___ get_iplayer mailing list get_iplayer@lists.infradead.org http://lists.infradead.org/mailman/listinfo/get_iplayer

RE: [PATCH] Output AAC as M4A for iTunes with metadata tags

2011-03-30 Thread bat guano
So, currently in my version of get_iplayer: 1 rtmpdump downloads flv 2 ffmpeg remuxes flv to aac 3 ffmpeg remuxes aac to m4a and removes ADTS 4 atomicparsley tags the m4a Your testing shows that ffmpeg at least is causing a problem with it's m4a handling and that EasyTag corrects this

Re: [PATCH] Output AAC as M4A for iTunes with metadata tags

2011-03-30 Thread Shevek
On 30 March 2011 15:18, bat guano batguano...@hotmail.com wrote: 1 rtmpdump downloads flv 2 ffmpeg remuxes flv to m4a and removes ADTS 3 atomicparsley tags the m4a I will wait and see whether the patch is going to be included in git. This is an ideal solution. I await a win32 build of

Re: [PATCH] Output AAC as M4A for iTunes with metadata tags

2011-03-30 Thread geoff . getiplayer_list
On 25/03/2011 01:36, Shevek wrote: re-sending previous patch email as text attachment in case gmail mungs the line endings Could we have a beginners' guide on how to take all this great work and get it running? At the moment I'm running 2.79 which was installed using the Windows installer.

RE: [PATCH] Output AAC as M4A for iTunes with metadata tags

2011-03-30 Thread bat guano
This is an ideal solution. I await a win32 build of ffmpeg and then I'll update my get_iplayer patch Excellent! Hi The patch has been committed to FFmpeg git. Information is here:-