Git Product home page Git Product logo

rdio-autoplay's Introduction

Rdio Autoplay

Autoplay is a simple Javascript bookmark for Rdio which enables chain playing an artists' top songs as though they were in a list. It works by hooking various UI elements in order to determine which song is currently playing and then automatically clicking the next song when the current one is about to end. In addition, it also enables the use of the next and previous buttons to skip or repeat parts of the list as you'd normally expect. This bookmark has been tested with the latest versions of Chrome, Firefox and Internet Explorer.

Installation

Autoplay comes as an auto-updating bookmark, which means you only ever have to install it once to get the latest version. To install, simply visit the product homepage and drag and drop the autoplay button to your bookmarks bar. If you prefer, you can also manually create a new bookmark by copying and pasting the code below into the URL section of the bookmark.

javascript:(function(){if(jQuery&&!window['rdio-autoplay']){var a=document.createElement('script');a.async=!0;a.src='//dkrutsko.github.io/rdio-autoplay/source/autoplay.js';document.documentElement.appendChild(a)}})();

Usage

To enable the features listed, you must first click the bookmark or execute the bookmarks code on the Rdio website. This only needs to be done once per site refresh as Rdio doesn't refresh the website when browsing music. Additionally, only a single instance of the code will execute, so don't need to worry about accidentally clicking the bookmark more than once.

For the functionality to work, you must first navigate to the artists' song page and then scroll all the way down to load as many songs as you want, this can also be done at any time. Then press play on any song in the list and it will automatically start the next song when the current one is about to finish, some truncation may occur. Please keep in mind that you must remain on the artists' song page for this functionality to continue working. If you navigated away from the page you will have to follow these steps again.

Contributing

Autoplay is small, simple and just works. That being said, if you think your contribution is within the scope of this project then feel free to send me a message or submit a pull request. If you find a problem or would like to suggest a feature, please submit a report through the issues page.

On the other hand, if you'd like to add entirely new features, morph Autoplay into a browser extension or do something quite different then please go ahead. This project is licensed under the ZLib license to do with as you please. Drop me a line if you made something interesting.

Author

rdio-autoplay's People

Contributors

dkrutsko avatar

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.