Re: [SlimDevices: Plugins] Recording internet radio

2011-12-19 Thread bonze
rbl;677562 Wrote: have been using this but it seems to automatically convert it to 128kbit mp3. Have looked in options but can't see a way around this. Any ideas? Have you downloaded the latest version? 0.22 Make sure BBC Provider Options 'Convert AAC to MP3' box is unchecked. bpa;677646

Re: [SlimDevices: Plugins] Recording internet radio

2011-12-19 Thread rbl
Got it - not sure how I missed it before! Thanks very much ... -- rbl rbl's Profile: http://forums.slimdevices.com/member.php?userid=4517 View this thread: http://forums.slimdevices.com/showthread.php?t=91723

Re: [SlimDevices: Plugins] Recording internet radio

2011-12-18 Thread rbl
bonze;671516 Wrote: I'd recommend http://www.nerdoftheherd.com/tools/radiodld/ for listen again. Will download in AAC and optionally convert to MP3 have been using this but it seems to automatically convert it to 128kbit mp3. Have looked in options but can't see a way around this. Any

Re: [SlimDevices: Plugins] Recording internet radio

2011-12-18 Thread bpa
According to the FAQ - saving as MP3 is the only implemented option. AAC is just a possibility See http://faq.nerdoftheherd.com/index.php?action=artikelcat=4id=7artlang=en As flvstreamer is the main engine of Radio Downloader - you could try one of the other front end such as from Beebotron

Re: [SlimDevices: Plugins] Recording internet radio

2011-12-12 Thread rbl
Hmm - two command windows open now so it is doing something at least. But the second one (if I remove --quiet) comes up with the following, and no FLAC file is generated ... [027bff74] dummy interface: VLC media player - 1.1.11 The Luggage [027bff74] dummy interface: Copyright © 1996-2011 the

Re: [SlimDevices: Plugins] Recording internet radio

2011-12-12 Thread bpa
Not sure what is happening with my cut paste but the offending spaces are back in the command so remove them so like access=file,mux=raw,dst However in your copy of the error it shows an extra space after file and before comma file , To avoid all issues with extra spaces - the command can be

Re: [SlimDevices: Plugins] Recording internet radio

2011-12-12 Thread bpa
Seeing that you have trouble with VLC - there is a ffmpeg alternative. The downside with ffmpeg is that it doesn;t understand .pls format and the real URL has to be extracted from the URL ending with .pls. The duration options works with ffmpeg - the stream below records for 15 secs. Code:

Re: [SlimDevices: Plugins] Recording internet radio

2011-12-12 Thread rbl
Happy days - it works! A huge thank you for helping out here! I wouldn't have got there in a million years! -- rbl rbl's Profile: http://forums.slimdevices.com/member.php?userid=4517 View this thread:

Re: [SlimDevices: Plugins] Recording internet radio

2011-12-10 Thread bpa
The following VLC command records the stream in Flac and stops after about 60 secs (in fact VLC is slow and it stop about 75 secs). IIRC The file name must have the extension .flac not .flc Code: vlc -I dummy --quiet

Re: [SlimDevices: Plugins] Recording internet radio

2011-12-10 Thread rbl
I installed VLC and ran your suggestion (removing --quiet vlc://quit so I could see the output. I get a string of errors All double Dutch to me I'm afraid! [00502e24] dummy interface: VLC media player - 1.1.11 The Luggage [00502e24] dummy interface: Copyright © 1996-2011 the VideoLAN team

Re: [SlimDevices: Plugins] Recording internet radio

2011-12-10 Thread bpa
VLC is user hostile and very very picky with syntax when using the command line. I suspect a space has crept in somewhere. Run the command with -vvv instead of -quiet Since you are running in a command box - change the width to about 250 wide and 1000 lines long and then run the command and use

Re: [SlimDevices: Plugins] Recording internet radio

2011-12-10 Thread bpa
I've just tested on Windows. The spaces were the cause but on Windows if the run-time option and vlc://quit is used the output file has length zero and won't play. So use the following command and then use taskkill as before on vlc.exe Code: vlc -I dummy --quiet

Re: [SlimDevices: Plugins] Recording internet radio

2011-12-09 Thread rbl
I do not want to lose quality, and therefore it felt sensible to just keep it in the original AAC 320kbit format. However I do want to play it via my SB3s, and if that means converting to FLAC or something then so be it. The trouble is it don't seem to be able to convert it to FLAC, or anything

Re: [SlimDevices: Plugins] Recording internet radio

2011-12-09 Thread bpa
The recorded AAC files should play on SB3 without changes. -- bpa bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=91723

Re: [SlimDevices: Plugins] Recording internet radio

2011-12-09 Thread rbl
Thank you! Have half worked out the problem. The SB3 will play the AAC file, I just couldn't see the tracks because Media Server was ignoring the tags that I had set up using mp3tag. Not sure why it ignores the tags, but at least the tracks are there -- rbl

Re: [SlimDevices: Plugins] Recording internet radio

2011-12-09 Thread bpa
IIRC There is no file header in these AAC ADTS format files and so there cannot be any tags within the file. You'll find the files under Music folder. -- bpa bpa's Profile:

Re: [SlimDevices: Plugins] Recording internet radio

2011-12-09 Thread rbl
Hmm - tried converting to FLAC (or even WAV) and that doesn't work. Also foobar File Integrity Checker fails. Odd since I have two files 75 mins long where i have the problems, but a much shorter 10sec test file seems to work better in that it will convert to FLAC. The shorter file was terminated

Re: [SlimDevices: Plugins] Recording internet radio

2011-12-09 Thread bpa
Do you want to record the files in WAV or Flac ? If so - I'll tell you the relevant mplayer and VLC command. If you want to convert recorded files to WAV Flac - then use mplayer or VLC. Many player do not recognise recorded streams as they do not have a file header. -- bpa

Re: [SlimDevices: Plugins] Recording internet radio

2011-12-09 Thread rbl
probably best to store it in FLAC format .. -- rbl rbl's Profile: http://forums.slimdevices.com/member.php?userid=4517 View this thread: http://forums.slimdevices.com/showthread.php?t=91723

Re: [SlimDevices: Plugins] Recording internet radio

2011-12-08 Thread rbl
bpa;671968 Wrote: I forgot endpos only works when mplayer decodes the stream and so know the realtime of the stream - you are doing a byte dump so no decoding is done and mplayer doesn't know how long audio plays. There seems to be a bit of a problem from abruptly killing the process. Many

Re: [SlimDevices: Plugins] Recording internet radio

2011-12-08 Thread bpa
You wanted to record the stream exactly without change and so the output isd in an AAC ADTS stream format which has no header. Some player may be expecting a file format and so will not play it. You can see info about container formats http://en.wikipedia.org/wiki/Advanced_Audio_Coding --

Re: [SlimDevices: Plugins] Recording internet radio

2011-12-08 Thread Millwood
It probably won't help you, but all this works just fine under linux. I have scripts that use mplayer dumpstream and kill mplayer after a set time. I do run a simple program after to find the first valid mp3 frame and throw away everything before it, but I don't know that that is necessary.

Re: [SlimDevices: Plugins] Recording internet radio

2011-12-08 Thread bpa
The OP didn't want to lose quality and IIRC didn't want decoding and recompressing into lossless format - which is why the mplayer/dumpstream approach suited. The AAC / ADTS files produced by mplayer are still playable by mplayer, vlc and even older SB players through SBS/LMS. The OP can still

Re: [SlimDevices: Plugins] Recording internet radio

2011-11-26 Thread GeoffSoord
You can find it here: http://www.nerdoftheherd.com/tools/radiodld/ Or google for Radio Downloader. Works great for recording. -- GeoffSoord GeoffSoord's Profile: http://forums.slimdevices.com/member.php?userid=30452 View

Re: [SlimDevices: Plugins] Recording internet radio

2011-11-23 Thread florca
rbl;671972 Wrote: PS on radio 3 the listen again does seem quite a lot worse quality than the live HD stream which is very good. If you're in the UK then the BBC R3 Listen Again is now (almost all...) delivered at 320kbps on the AAC streams, identical to the Listen Live HD stream. See this:

Re: [SlimDevices: Plugins] Recording internet radio

2011-11-22 Thread rbl
Again, thanks very much. I should have worked out the buffering myself! But I have tried the -endpos arguemnt to no avail. It just runs forever whatever I do. Not good if I am away on holiday! The command line I am using is: mplayer -dumpaudio -dumpfile c:\temp\bbcr3hd.aac -endpos 00:00:10

Re: [SlimDevices: Plugins] Recording internet radio

2011-11-22 Thread bpa
rbl;671951 Wrote: Again, thanks very much. I should have worked out the buffering myself! But I have tried the -endpos arguemnt to no avail. It just runs forever whatever I do. Not good if I am away on holiday! The command line I am using is: I forgot endpos only works when mplayer decodes

Re: [SlimDevices: Plugins] Recording internet radio

2011-11-22 Thread rbl
Perfect - TASKKILL does just the job. All set to go - thanks very much! PS on radio 3 the listen again does seem quite a lot worse quality than the live HD stream which is very good. -- rbl rbl's Profile:

Re: [SlimDevices: Plugins] Recording internet radio

2011-11-21 Thread rbl
bpa;671204 Wrote: Use mplayer - to record BBC r3 HD live into a file Code: mplayer -dumpaudio -dumpfile bbcr3hd.aac -playlist http://www.bbc.co.uk/radio/listen/live/r3_aaclca.pls You can also use VLC but it is a bit harder

Re: [SlimDevices: Plugins] Recording internet radio

2011-11-21 Thread bpa
rbl;671808 Wrote: - so is there a way to make it just record for say 1 hour? Use the endpos option for example --endpos 01:06:04 - stops after 1 hr 6 mins and 4 sec. Also is there a way to listen to R3 at the same time? Start another mplayer ! is it worth increasing the cache or is

Re: [SlimDevices: Plugins] Recording internet radio

2011-11-19 Thread wayneBR
You could also try DAR.fm for recording shows. -- wayneBR wayneBR's Profile: http://forums.slimdevices.com/member.php?userid=38249 View this thread: http://forums.slimdevices.com/showthread.php?t=91723

Re: [SlimDevices: Plugins] Recording internet radio

2011-11-19 Thread bonze
I'd recommend http://www.nerdoftheherd.com/tools/radiodld/ for listen again. Will download in AAC and optionally convert to MP3 -- bonze TranquilPC T2-WHS-A3 - LMS Version: 7.7.0 WHS 2011 3 x wireless SB3, and 2x Touch

[SlimDevices: Plugins] Recording internet radio

2011-11-18 Thread rbl
Hi - Is there a free way to record internet radio streams, in particular BBC3 HD? There seem to be some utilities out there but they all charge. Would be good to be able to schedule a recording too... and even better to store it in the native streamed format so there is no loss of quality! --

Re: [SlimDevices: Plugins] Recording internet radio

2011-11-18 Thread bpa
Use mplayer - to record BBC r3 HD live into a file Code: mplayer -dumpaudio -dumpfile bbcr3hd.aac -playlist http://www.bbc.co.uk/radio/listen/live/r3_aaclca.pls -- bpa