Code Monkey home page Code Monkey logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 3, 2024
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 [email protected] on 23 Apr 2007 at 6:04

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

from thelastripper.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 3, 2024
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 [email protected] on 3 Jun 2007 at 9:37

from thelastripper.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 3, 2024
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 [email protected] on 3 Jun 2007 at 9:53

from thelastripper.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 3, 2024
I would highly appreciate this feature too! :)
Thx

Original comment by [email protected] on 27 Aug 2007 at 11:32

from thelastripper.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 3, 2024
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 [email protected] on 1 Oct 2007 at 10:44

from thelastripper.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 3, 2024
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 [email protected] on 14 Jan 2008 at 1:11

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

from thelastripper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.