Adds support for writing streamed files to local filesystem to the original Last.fm client version 1.3 and 1.4. This cannot be disabled without compiling the client again. Should work on several platforms, because it’s plain Qt.
Note: The patch for version 1.3 will not work with the msk patchset.
Download: 1.3 1.4 (License: GPL, derived work)
First the mp3 stream is grabbed and written to a file directly in the Transcode-Module. (Look at the code: It’s an ugly hack.) On a track change event or stop event the temporary file is renamed to $artist_$track.mp3.