Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
[linux] Capturing/Saving/Downloading/Ripping/Recording MP3 music stream from Last.FMFree Linux software required for Capturing/Saving/Downloading/Ripping/Recording MP3 music stream from Last.fm for free
Installing free LastFMProxy
Installing StreamRipper - free ShoutCast/Icecast stream ripping/downloading/recording/capturing software.
Running LastFMProxy cd lastfmproxy ./main.py & Note: if you have just created a username on Last.fm you need to "tell" it what kind of music you like, so after running LastFMProxy point your browser to one of these addresses: http://localhost:1881/lastfm://globaltags/rock http://localhost:1881/lastfm://globaltags/dance http://localhost:1881/lastfm://artis...similarartists http://localhost:1881/lastfm://artis...similarartists There is more information about this in the ReadMe. Running Streamripper and Capturing/Saving/Downloading/Ripping/Recording MP3 music stream from Last.FM StreamRipper can split, tag and name MP3 files automatically! streamripper http://localhost:1881/lastfm.mp3 Connecting... stream: last.fm server name: last.fm Streaming Server bitrate: 0 meta interval: 16000 [buffering - | ] - Wait... [ripping... ] The Rapture - Infatuation [ 4.59M] [ripping... ] Scissor Sisters - Take Your Mama Out [ 4.15M] Listening Last.FM while Capturing/Saving/Downloading/Ripping/Recording MP3 music stream with Streamripper Use Streamripper with -r flag: Streamripper -r and connect to localhost:8000 with your player (like xmms). Last edited by Stream Recorder : 03-14-2007 at 01:00 PM. |
#2
|
|||
|
|||
Re: [linux] Capturing/Saving/Downloading/Ripping/Recording MP3 music stream from LastAnother useful ripping technique that can be applied to any stream you would view but cant normally save (easilly)
Code:
mkfifo pipe; mplayer -vo null -ao pcm:file=pipe my_stream_URI; lame -h pipe my_new.mp3; rm pipe; |
Tags: last fm, last fm linux, last fm proxy, lastfm, lastfmproxy, linux, mp3, music, record last fm, stream |
Thread Tools | |
Display Modes | |
|
|