A new alternative radio stream ripper, LiquidSoap-Record (LSR), has been made available, developed by "zeremy" from the Foobar forum. Like Streamripper, it's a command line application that produces separate artist/title tagged files from radio stream track metadata. The difference is that unlike Streamripper LSR will produce lossless direct-stream copies (not transcodings) of even FLAC and Opus streams, properly done with Vorbis tags. It also handles MP3, AAC, and OGG as expected.
Installation involves downloading the Liquid Soap application (
https://github.com/savonet/liquidsoap/releases/tag/v2.2.5) available in a zipped x64 Portable version, and installing it for example to C:\liquidsoap. It also requires that ffmpeg and ffprobe exist on the user's PC and be present in the Windows PATH environment variable. Finally, the following modified file needs to be downloaded and copied over the existing one in the liquidsoap directory:
https://github.com/smoralis/liquidsoap-record/blob/main/record.liq .
For use in MusicBee it needs to be added like Streamripper as an External Tool (Prefs/Tools/External Applications). Give it a label like "LSR", and in the application path box "C:\liquidsoap\liquidsoap.exe" depending on where you put the liquidsoap app. In the Parameters box, enter the following:
"C:\liquidsoap\record.liq" -- -url "<URL>" -dir "C:\Streams"
The last folder should be the one you want the tracks recorded to. LSR by default will use direct stream copy on all formats, however a full range of transcoding options are available using the options documented on the LSR GitHub page:
https://github.com/smoralis/liquidsoap-record .
Set LSR to start recording a stream in MusicBee by assigning the external tool entry a shortcut, adding it as a Toolbar button, or by right-clicking the control bar and choosing it from the Send To->External Tool menu. A command window will open and ffmpeg/liquidsoap initiating parameters will be shown, followed by an ongoing indication that the track is being recorded.
Recording can be stopped/LSR exited by CTRL-C or exiting the command window. As with Streamripper the attempt is made to end and begin new track files at the proper time interval, although stations' usual practice of running one track into the next make this a best-effort task. An m3u file is also created by default but that function can be commented out in record.liq (lines 153-156).
I tested this fully using Windows 11 x64 for the author and it works great--give it a try! Questions welcome.