
StreamRecorder
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
StreamRecorder is a simple and easy to use script that lets you record from streaming to your local hard drive.
Once you install and run it from the Script Manager, adds a right-click menu to start and stop recording as seen on screenshots.
You can start recording and listening at the same time (with low bandwidth consumption) or you can start recording on a playing stream clicking 'Record' in the menu.
When you choose 'Stop currently recording' from the menu or the streaming is paused/stoped, it stops recording. It's also stoped when you change the stream.
It generates one file for each record. The format depends on the streaming and the name is a timestamp. You can change options and the directory where files are saved by editing the script (parameters are located at the top). Default directory is /home/Music
It's based on RecordRadio.
Requieres Streamripper and Amarok.
Enjoy!
12 years ago
- 0.1 Initial release
12 years ago
- 0.1 Initial release
AlexDusty
10 years ago
/bin/bash: line 9: kill: (9) - Operation not permitted
error -6 [SR_ERROR_CANT_RESOLVE_HOSTNAME]
I'm trying to record a last.fm stream.
Any hints?
Report
kingjohnII
12 years ago
The output log follows:
/home/john/.kde/share/apps/amarok/scripts/StreamRecorder: line 67: ((: == 2: syntax error: operand expected (error token is "== 2")
/home/john/.kde/share/apps/amarok/scripts/StreamRecorder: line 95: [: engineStateChange: playing: unary operator expected
/home/john/.kde/share/apps/amarok/scripts/StreamRecorder: line 95: [: trackChange: unary operator expected
/home/john/.kde/share/apps/amarok/scripts/StreamRecorder: line 95: [: playlistChange: changed: unary operator expected
/home/john/.kde/share/apps/amarok/scripts/StreamRecorder: line 95: [: customMenuClicked: StreamRecorder Stop currently recording rtsp://rmlive.bbc.co.uk/bbc-rbs/rmlive/ev7/live24/bbc7/live/bbc7_dsat_g2.ra?BBC-UID=3487133c814b17f6bf32e621d0706b5c0f8e9a1570f070230bca90c6532bcb85&SSO2-UID=: unary operator expected
Report