Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to turn off "song reporting"? #15

Closed
GoogleCodeExporter opened this issue Sep 1, 2015 · 6 comments
Closed

Ability to turn off "song reporting"? #15

GoogleCodeExporter opened this issue Sep 1, 2015 · 6 comments

Comments

@GoogleCodeExporter
Copy link

It would be nice to stop the program from reporting to the last.fm website
each song that it downloads as "last played".

It fills the user's last.fm profile with songs that they haven't in fact
listened to. They may set thelastripper to download a load of songs from a
particular lastfm station so they can listen to them later...they won't
like them all and will skip through those they don't like later in their
music player.

That said, I guess it's probable that a feature like this is impossible
because the "listened to" data is collected automatically at last.fm's end
as they stream the music to you. But if not it would be a great option.

Original issue reported on code.google.com by justynbu...@gmail.com on 23 Apr 2007 at 1:41

@GoogleCodeExporter
Copy link
Author

Actually it isn't impossible, as far as I know other Last.fm players implement 
this
feature. I think the option available on their webservice, which isn't 
documented. So
I'll probably have to take a look at the sourcecode of another Last.fm player. 
But it
should be possible to do...

I guess I'll take a look at once I find time to work on the next release.

Original comment by jopsen@gmail.com on 23 Apr 2007 at 6:04

  • Changed state: Accepted
  • Added labels: OpSys-All, Priority-Low, Type-Enhancement
  • Removed labels: Priority-Medium, Type-Defect

@GoogleCodeExporter
Copy link
Author

You just have to send to the /control.php the command "rtp" or "nortp". Here is 
the 
code from the official client>
    QString path = QString( m_basePath + "/control.php?session=%1&command=%2" )
                  .arg( m_session )
                  .arg( enabled ? QString( "rtp" ) : QString( "nortp" ) );

I hope this speeds up the inclusion of this feature...

Original comment by danielno...@gmail.com on 3 Jun 2007 at 9:37

@GoogleCodeExporter
Copy link
Author

thanks Daniel,
That saved me some time looking through sources :)
I think this feature would be fairly simple to include, so it'll probably make 
into
the next release...

Original comment by jopsen@gmail.com on 3 Jun 2007 at 9:53

@GoogleCodeExporter
Copy link
Author

I would highly appreciate this feature too! :)
Thx

Original comment by Hannes.R...@gmail.com on 27 Aug 2007 at 11:32

@GoogleCodeExporter
Copy link
Author

an interesting point is though, that if listening were implemented - ie issue 72
among many then this would be solved... conversely if issue this were solved... 
72
would be less of an issue 

Original comment by timmydob...@gmail.com on 1 Oct 2007 at 10:44

@GoogleCodeExporter
Copy link
Author

with new last.fm protocol in version 1.3 the scrobbling is disabled, so i would 
close
this bug. Manual activation of scrobbling for ripper is not needed because it's
better to scrobble with a real player ;-)

Original comment by andreas....@gmail.com on 14 Jan 2008 at 1:11

  • Changed title: Ability to turn off "song reporting"?
  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant