Fire.fm » Discussions

Fire.fm Links (Greasemonkey)

 
    • -sin said...
    • User
    • 13 Feb 2009, 14:07

    Fire.fm Links (Greasemonkey)

    This script replaces all Last.fm radio links with Fire.fm links ("lastfm://" with "firefm://station/"). Fire.fm extension required. "Play music in the Last.fm software" option should be checked.


    "Po trzech dniach bez programowania, życie staje się pozbawione sensu."
    Edited by -sin on 29 Mar 2009, 16:11
    • B-D_ said...
    • User
    • 14 Feb 2009, 02:34
    Thanks for the good work.


    I updated the script so it works also on tags:

    Please insert this fix into your published code, so others can also benefit.


    for (var i = 0; i < allLinks.snapshotLength; i++) {
    thisLink = allLinks.snapshotItem(i);
    thisLink.href = thisLink.href.replace(/^lastfm:\/\/globaltags\//,"firefm://station/tag/");
    thisLink.href = thisLink.href.replace(/^lastfm:\/\//,"firefm://station/");
    }

    • -sin said...
    • User
    • 14 Feb 2009, 12:39
    Done.

    I'm also considering replacing http::/www.last.fm/listen/ links.

    "Po trzech dniach bez programowania, życie staje się pozbawione sensu."
    • caliaa said...
    • User
    • 11 Apr 2009, 20:16

    What is this for?

    First of all, congratulations on the add-on, I just installed it and I can't get enough of it. Great work! Now, my question: what does this script do? I now that "it replaces all Last.fm radio links with Fire.fm links" but what does that mean?

    And what exactly is a dream?
    And what exactly is a joke?

    • -sin said...
    • User
    • 24 Apr 2009, 16:23
    Every radio station on the site will be played in Fire.fm instead Last.fm client or Flash player.

    "Po trzech dniach bez programowania, życie staje się pozbawione sensu."
  • Nice!

    • bruderf said...
    • User
    • 17 Nov 2010, 20:01

    hmm

    it doent work for me (win7, ff 3.6.12, fire.fm 1.4.9).
    firefox doesnt know about the firefm file/application type.
    whats wrong?

Anonymous users may not post messages. Please log in or create an account to post in the forums.