My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
HelpWindows  
Help regarding use of TheLastRipper on windows.
help, windows
Updated Feb 4, 2010 by M.Fonnes...@gmail.com
Comment by m0000000...@gmail.com, Mar 9, 2008

how i can save the music file?

Comment by yaac...@gmail.com, Mar 30, 2008

Cannot hear music

Comment by formu...@gmail.com, Apr 7, 2008

it is not intended to listen to the music with TheLastRipper?. So why are there buttons for Love/Hate/Skip??

Comment by Geriang...@gmail.com, Apr 14, 2008

cannot hear music

Comment by renumera...@gmail.com, May 2, 2008

I have no clue how to use it. Some real help file would be most welcome.

Comment by mister.c...@gmail.com, May 28, 2008

Here's a python script to monitor your folder tree and automatically enqueue downloaded tracks into winamp. It's not the same as listening while the songs stream, you'll have to give The Last Ripper a head start on the downloading, and it's very inefficient for large directory trees, so don't monitor your whole collection with it. It relies on CLAMP. Just change the path_to_watch and path_to_clampexe and run with python.

import os, time
path_to_watch = "."
path_to_clampexe = "c:\Program Files\Winamp\CLAmp.exe"
before = []
for path,dirs,files in os.walk("."): before.extend([os.path.join(path,f) for f in files])
while 1:
  time.sleep (10)
  after = []
  for path,dirs,files in os.walk("."): after.extend([os.path.join(path,f) for f in files])
  added = [f for f in after if not f in before]
  removed = [f for f in before if not f in after]
  if added: 
    print "Added: ", ", ".join (added)
    for a in added:
      if a.endswith("mp3"): 
        os.system('""%s" /pladd "%s"' % (path_to_clampexe, os.path.abspath(a)))
  if removed: print "Removed: ", ", ".join (removed)
  before = after
Comment by mister.c...@gmail.com, May 28, 2008

That code, by the way, is adapted from Tim Golden's site On the Win32 How Do I...? page he says "these are designed to be cut-and-pasted straight into a .py file", which isn't an official copyright statement. As far as I'm concerned, do what you want with the above, but if you're going to do anything commercial with it (why would you?) I'd talk to him.

Comment by laserco...@gmail.com, Jul 30, 2008

this tool IS easy to use, just don't expect to hear anything, it's just recording. and it is NOT recording the music you are listening to on last.fm simultaneously, it's more like you start another player on last.fm, playing different songs. understood? so, when u first start it, enter your username and password form the last.fm account WHICH IS NEEDED!!! then go to the "storage" flag and browse a folder, you want to store the mp3s in. then (so damn easy folks) press LOGIN. now under "find music" you can use the same functions as on the last.fm site. just like "tag" search or so. try it. you can even copy the url you are listening to (like when you are listening to "U2" similar artists -> http://www.lastfm.de/listen/artist/U2/similarartists) to the URL flag. man..whatever...still don't get it? then please...go and play with barbie but don't break it's arms.

Comment by bazm...@gmail.com, Sep 26, 2008

Nice app however the ability to click a button and say "Stop downloading after current song" would be nice as currently "quitting" the app will cut off a song.

Also a plugin to allow the user to hear the tune being downloaded would be nice (as the Love/Hate buttons are meaningless without this.)

Comment by emayco...@gmail.com, Oct 25, 2008

being able to listen would make this the perfect app!!!

Comment by Traitor...@gmail.com, Oct 27, 2008

Is there a way to download only songs by a specific artist? Or songs from a specific album? Or, even, specific songs? I have had little luck with any other than the "Artist" button for artists (which downloads from their "Similar Artist" radio.

Comment by rual...@gmail.com, Nov 11, 2008

I agree, according to laserc's cocky comments this should be easy. In fact took that exact url he suggested and pasted it in to the url block clicked tune in and nothing. so is this a bug?

running the ubuntu pkg on intrepid

Comment by project member jop...@gmail.com, Nov 11, 2008

The urls you can play starts with lastfm:// You can see some of them in appendix A here: http://code.google.com/p/thelastripper/wiki/LastFM12UnofficialDocumentation

Comment by dogank...@gmail.com, Nov 14, 2008

"it is not intended to listen to the music with TheLastRipper??. So why are there buttons for Love/Hate/Skip?? "

was really a good one formusek..Totally agree with you..How could I know I'd hate or love a song while nNOT listening? My wish is if the Admins reading this comments: Please give us oportunity to listen what we're recording..Pleeasseee And few things...Some options with the recording place or name should be nice..Name is enhough with the "Artist - Song name" Seperate folders are needless I think..

Comment by project member jop...@gmail.com, Nov 14, 2008

"Admins"/developers are reading your comments... And the current beta version, not that I've worked on it, has playback support using a thirdparty player... It's not easy (as in userfriendly), but possible... And I think changing the directory scheme is possible too...

Comment by madhatr...@comcast.net, Nov 14, 2008

Its almost laughable that people haven't been able to figure this out yet...butttttt... if you log in on last.fm after you log in to the ripper then whatever your playin in last fm will record, try it it works. I started ripping from lastfm://artist/Seba/similarartists and then went to that on last.fm as well and whatever i do on last.fm goes along with the ripper, if you change songs itll continue ripping but it will be th ennew song, try it!!

Comment by pokemon_...@hotmail.com, Nov 15, 2008

this program downloads the whole songs or part of them?

Comment by project member jop...@gmail.com, Nov 16, 2008

It records the whole songs... unless there's a bug at last.fm serverside...

Comment by pokemon_...@hotmail.com, Nov 17, 2008

You could made that program also search entire albums in LastFM rather than separate songs, what do you think?

Comment by combowwh...@gmail.com, Dec 4, 2008

it works for me, found out that u sample what u record after it's been recorded... may i suggest there be a sound so we can hear while we record, not after we record...

Comment by irodavi...@t-online.hu, Dec 9, 2008

madhatr... wrote: "if you log in on last.fm after you log in to the ripper then whatever your playin in last fm will record... whatever i do on last.fm goes along with the ripper, if you change songs itll continue ripping but it will be th ennew song"

?? If I log in on the last.fm website after logging in witht he ripper (with the same username), the music plays fine from the website, and the ripper stops recording when finished witht he current song. I may be laughable, but can't make it work as you suggest.

Comment by mlohse...@gmail.com, Dec 20, 2008

I use this 'silent' app as follows: I create a PlayList? on the website, adding all the stuff I want to record, then start it playing from LastRipper? and leave the house for work, shopping, whatever. When I come back home, there's quite a lot of loot in my target dir.

If I want to record a specific song, I navigate as close to it as possible, opening the artist, let it play and skip every song I do NOT want. All this time I have "Audacity" recording from device "Stereomix".

Once my song has been played (which, of course, I don't skip ;) I stop Audacity and trim the WAV, then export it to MP3. Some songs you can even tell LastFM to play a specific song directly. (Up to 3 times)

Vista Users: Device Stereomix is not visible by default, so in settings, you'll first have to switch the "View disabled Devices" to ON, then enable the 'Stereomix'.

Comment by mathe...@spray.se, Jan 11, 2009

Thanks for a wounderful program, but why cant i save more than one song from each artist/album? It seeems LastRipper? overwrite the song i ripped before from the same album? Its seems to be a known issue since other versions of LastRipper? so when will it be fixed?

Comment by WWolf...@gmail.com, Jan 11, 2009

Play while ripping: TheLastInstaller?_v131b4 & MiniWebRadioPlayer? http://www.arpoon.de/downloads/WRPlayer.exe WebRadio? TheLastRipper?=http://localhost:8000 TheLastInstaller?_v131b4 works only on Port 8000 and it needs an path in "Quarantine" to "skip existing music". Thanks for the wounderful Work.

Comment by ramt...@gmail.com, Jan 27, 2009
Comment by WWolfRoy, Jan 11, 2009

Play while ripping: TheLastInstaller?_v131b4? & MiniWebRadioPlayer?? http://www.arpoon.de/downloads/WRPlayer.exe WebRadio?? TheLastRipper??=http://localhost:8000 TheLastInstaller?_v131b4? works only on Port 8000 and it needs an path in "Quarantine" to "skip existing music". Thanks for the wounderful Work.

Please explain a bit more.. I get "Unable to connect" in MiniWebRadioPlayer? :(

Comment by atsa...@gmail.com, Jan 30, 2009

great little app! for those who expected a version with live listening just download the latest beta (131b4) go to the network tab ...and read the instructions :)

Comment by atsa...@gmail.com, Jan 30, 2009

oops! make that 131b5

Comment by thartm...@gmail.com, Feb 8, 2009

Great little app - love it!! - excellent work, thanks a lot!!

To listen to the sound live in Itunes while recording (in beta version 131b5) open a new audio stream (top menu in Itunes) and enter 127.0.0.1:8000 - and viola! you can hear the sound. Hope this helps somebody.. :-)

Comment by anes....@gmail.com, Mar 4, 2009

how to put songs under same folder?

Comment by same.old...@gmail.com, Apr 30, 2009

it isn't working. there's a message, "no station found, please change and restart ripping". it doesn't matter how much times i change the station, it always appears this thing. what am i supposed to do ?

Comment by woodman....@gmail.com, Jun 19, 2009

Is this project abandoned? It has such great potential, it would be great if some things could be updated and fixed... hope to see some help files soon

Comment by project member jop...@gmail.com, Jun 23, 2009

It's not completely abandoned... But I think some of the developers... Me included are busy with other projects for the moment being... And the current release works (not perfect), but it works... :)

Comment by ndmushr...@gmail.com, Jul 2, 2009
Comment by same.old.songs, Apr 30, 2009

it isn't working. there's a message, "no station found, please change and restart ripping". it doesn't matter how much times i change the station, it always appears this thing. what am i supposed to do ?

I have exactly the same problem. Does this have anything to do with the recent changes in last.fm (I don't live in the UK, US or DE) or is there another way to fix this?

Comment by Colin.G...@gmail.com, Jul 28, 2009

you guys are absolutely awesome! Keep up the great work.

Comment by keyh...@arcor.de, Aug 3, 2009

Maybe I'm just slow, but what exactly happens when you press the love/hate button? Is there a way to blacklist a certain artist or tag? Is there an option to baloon/tooltip when a new track is started, so we don't have to check every so often to see what's playing right now?

Beside that undocumented information, nice program, works smooth with a minimum load.

Comment by markus.o...@gmail.com, Aug 13, 2009

I love the program, i discovered tons of artists i otherwise would never have heard of! But: an Autotstart- function would be great, so it just tunes in on my last entry (and setting) as i boot the computer. Instead of a Screen Message telling it didnt find a match id rather have it keep looking in intervalls, so i wont be bothered and it will eventiually find what im looking for.

Keep up the good, its much appreciated!

Comment by fkeller....@gmail.com, Sep 6, 2009

Thanks to the great tip of thartmann. Listening to sound works great with that hint. I´m using VLC 0.9.8 as player.

" To listen to the sound live in Itunes (or VLC) while recording open a new audio stream and enter 127.0.0.1:8000 .."

Comment by Nans...@gmail.com, Oct 1, 2009

" To listen to the sound live in Itunes (or VLC) while recording open a new audio stream and enter 127.0.0.1:8000 .."

doesn't work. cuts off connection.

Comment by mca...@gmail.com, Nov 2, 2009

IF YOU CAN'T HEAR THE MUSIC!!! :-) Try this:

While in the Currently Recording state, use a media player to listen to the stream directly from The Last Ripper process. In foobar2000, do ctrl+u, or Winamp ctrl+l to add an internet "location". By default, the address will be:

http://localhost:8000/

Remember that if you skip tracks, you'll hear any buffered music first before the player skips to the next track. You can also stop then play that stream to start listening to the "fresh" music that is coming down.

Remember also to stop listening via the last.fm website at the same time!


This Worked perfectly for me. Now I can hear what Im recording.

Comment by grasmaai...@gmail.com, Nov 8, 2009

Awesome thanks for the tip mcaval !!

Comment by skob...@gmail.com, Dec 5, 2009

Hi, I have a problem with the program and G-Data Antivirus. Sometimes when the recording of a song has finished, the antivirus starts scanning the recorded file. The leads to a timeout error:

"Timeout for action in System.Net.HttpWebRequest?.GetResponse?() in LibLastRip?.LastManager?.StartRecording?"

How can this be fixed?

Comment by gradea...@unisystems.com, Jan 20, 2010

This is such a brilliant piece of little software.. as well as the Last.fm idea... just brilliant, love it, got addicted to it... I can start to create my song library from scratch now.. Unfortunately some songs from Last.fm are not correctly tagged, especially as genre, but it is still sensational...

Comment by gradea...@unisystems.com, Jan 20, 2010

btw, and i'm sorry if i didn't get this simple answer to this simple question: what happens if the same song is being played again on last.fm? Please please don't tell me it is being saved again as mp3 and added to the default download directory. It would be a shame. It should be skipped or worst case overwritten. I'll try to find this out by myself, but thanks in advance for an answer.

Comment by johnvip...@gmail.com, Apr 7, 2010

This program is Free but what do you get for free- crap!

Comment by gru...@grupo.at, Sep 9, 2010

is there a setting, so that cover-picture will not be saved?

Comment by ckora...@gmail.com, Nov 6, 2010

finally found you ! Since Pandora was banned in Europe I was looking for this piece of soft to complement my pro lastfm account

Kudos to all of the devs !

Comment by hoheprie...@yahoo.de, Nov 17, 2010

I'm experiencing some problems...I downloaded the ripper today (version 1.4) and tried it right away by ripping some songs out of an artist's radio station, which worked wonderfully, same for songs out of my personal library. Then I made a playlist with 44 playable songs by altogether 9 artists and tried to rip that playlist, but the ripper doesn't react at all then. I can't really explain that to myself...must I be a subscriber to LastFM to be able to rip a playlist? I can't actually listen to said playlist as a non-subscriber after all...

Comment by masatoco...@gmail.com, Jan 18, 2011

siempre que pongo un artista me salen otros relacionados pero nunca el que estoy buscando ? aguien me hecha una mano ??

Comment by he...@heliopinheiro.com, Jun 14, 2011

He does not write songs in your library or playlist, is in a continuous loop ... I've tried typing the address, then click on Tune In, but not resolved.

Is this project RIPPED?


Sign in to add a comment
Powered by Google Project Hosting