-
oh i forgot to mention you should use the streamripper options -l seconds or -M megabytes to stop your record after the show is over.
for instance (Note: the following line also assumes that streamripper is available on path):
[code]at 19:00 "streamripper http://stream.url:port -d K:\Streamrips\ -r 8008 -l 1800"[/code]
Joe.
2010-01-06 15:59:59 UTC by mailtojoeaticq
-
Hi,
the tutorial you are trying to follow seems to be outdated.
1) Replace consoleWin32 with streamripper.exe
2) You do not have to copy something to the system32 folder and you should try to avoid this also. Instead add the folder where the streamripper app is installed to the path. Thus streamripper will be found when invoked from console.
3) for scheduling on WinXP you can use the...
2010-01-06 15:52:47 UTC by mailtojoeaticq
-
OK, this looks like a great app. Trying to pursue the cron option for scheduling a recording (WinXP32). Already downloaded and installed 1.64.6. I quote from the Console Tutorial:
> Blockquote
**Command example [Win32]**
consoleWin32 http://scastsrv2.shoutcast.com:8038/ -d K:\Streamrips\ -r 8008 -q -u FreeAmp/2.x
> Blockquote
Where is consoleWin32.exe? Step 1 says to copy it...
2010-01-05 22:51:26 UTC by thechrisl
-
ok I guess I specifically need to know how to plug the webpage URL and the stream URL into the sample perl script that is included with streamripper?.
2010-01-03 05:12:29 UTC by dunpeal1978
-
Please, help, and sorry if this is a basic question, but after I had recorded my songs, and I want to see them in my folder, separated in these columns: title/ interpreter/ etc., only appears the title, the other columns appear empty. I didn“t have that problem before. I had to download the streamripper program again and now I forgot how to make this... please, help, and thanks a lot.
2010-01-03 00:01:49 UTC by fredeshere
-
I want to get extrernal metadata from a webpage,but i dont know how to run perl.Can some one write me a step by step tutorial?
Ive installed activeperl,python,winamp,streamripper
http://www.ktru.org/
http://vl.rice.edu:8002/.
2010-01-02 12:23:03 UTC by dunpeal1978
-
This is likely to be caused by "codeset_id3=UTF-16" in streamripper.ini. Change it to, e.g., "CP1252" and all should be fine. see https://sourceforge.net/projects/streamripper/forums/forum/19083/topic/3499919?message=7965758.
2010-01-01 21:10:13 UTC by bttr
-
(2) "--codeset-id3=iso-8859-1" does the trick. Putting "codeset_id3=CP1252" to streamripper.ini also works.
2010-01-01 21:03:55 UTC by bttr
-
(1) Well OK. I didn't actually test if 1.65 runs properly on windows. I only tested if it compiles. ;-) I guess I still have some work to do.
(2) Try this: streamripper URL -a --codeset-metadata=iso-8859-1 --codeset-id3=iso-8859-1
I think some of the versions of streamripper have a bad default setting for metadata, especially on windows where you get UTF-16
For id3, the problem...
2009-12-31 23:27:43 UTC by gregsharp
-
(1) It compiles with MS VC++ 2005 Express here. But executables don't run, because I don't have debug versions of some DLLs installed. Interestingly it helps to replace the "Default to release" stuff with "SET (CMAKE_BUILD_TYPE Release)".
Unfortunately executables (even glib_iconv_test.exe) crash right after start with some error during ntdll!RtlpWaitForCriticalSection and destroy the...
2009-12-31 20:25:29 UTC by bttr