tomahawk-player / tomahawk-resolvers

Resolver plugins for Tomahawk Player

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tomahawk Resolvers

Supported resolvers are distributed and updated automatically through Tomahawk's Settings dialog. To manually install a resolver either

After you have the files locally, open Tomahawk's preferences and from the "Services" tab click "Install from File" and select the .axe or .js file for the resolver you are installing.

Since March 2013 Tomahawk resolvers have switched to a new directory structure for easy packaging. Ideally, you should download nightly .axe files, if available.

For developer documentation, see HACKING.md.

Capabilities

Not all resolvers feature the same capabilities, this is either due to the lacking capabilities of the service they connect to or that the capability is not yet implemented. Some of the features need authentication (e.g. being a premium subscriber to this service), some can be used without any subscription or authentication at all.

Available Capabilities:

  • Resolving: Given a tuple of Artist,Track (or a triple Artist,Album,Track) return a stream URL (and some metadata about it) so that one can play this track.
  • Search: (Fuzzily) find tracks, artists and albums on all services matching a query that can be streamed.
  • Open Artist URL: Given an URL about an artist of a service, return the information about that. (This opens the artist page in Tomahawk).
  • Open Album URL: Given an URL about an album of a service, return the information about that. (This opens the album page in Tomahawk).
  • Open Playlist: Given an URL about a playlist of a service, return the information about that. (This imports the playlist in Tomahawk if it was not previously imported)
  • Open Track URL: Given an URL about a track of a service, return the information about that. (This opens the track page in Tomahawk and plays it).
  • Collection: Browse the collection of music stored by the user in this service.

Legend:

  • βœ” - Supports without authentication
  • πŸ”‘ - Authentication required
  • ? - Unknown
  • ✘ - No support for this capability

Notes:

  • Some services can search without being authenticated but only resolve after authentication. At the moment, we do not support this in Tomahawk but this may change in future.
Resolver Resolving Search Open Artist URL Open Album URL Open Playlist Open Track URL Collection
4shared βœ” βœ” ✘ ✘ ✘ ✘ ✘
8tracks βœ” βœ” ✘ ✘ ✘ ✘ ✘
ampache πŸ”‘ πŸ”‘ ✘ ✘ ✘ ✘ πŸ”‘
bandcamp βœ” ✘ βœ” βœ” ✘ βœ” ✘
beatsmusic πŸ”‘ βœ” βœ” βœ” πŸ”‘ βœ” ✘
beets πŸ”‘ πŸ”‘ ✘ ✘ ✘ ✘ πŸ”‘
deezer-metadata ✘ ✘ βœ” βœ” βœ” βœ” ✘
dilandau βœ” βœ” ✘ ✘ ✘ ✘ ✘
exfm βœ” βœ” ✘ ✘ βœ” βœ” ✘
grooveshark πŸ”‘ πŸ”‘ ✘ ✘ ✘ ✘ ✘
jamendo βœ” βœ” ✘ ✘ ✘ ✘ ✘
jazz-on-line ? ? ? ? ? ? ?
lastfm βœ” ✘ βœ” βœ” ✘ βœ” ✘
muzebra βœ” βœ” ✘ ✘ ✘ ✘ ✘
officialfm βœ” βœ” ✘ ✘ ✘ ✘ ✘
qobuz πŸ”‘ πŸ”‘ ✘ ✘ ✘ ✘ ✘
rdio-metadata ✘ ✘ βœ” βœ” βœ” βœ” ✘
soundcloud βœ” βœ” βœ” βœ” βœ” βœ” ✘
spotify-metadata ✘ ✘ βœ” βœ” βœ” βœ” ✘
spotify πŸ”‘ πŸ”‘ ✘ ✘ πŸ”‘ ✘ ✘
subsonic πŸ”‘ πŸ”‘ ✘ ✘ ✘ ✘ πŸ”‘
synology-audiostation πŸ”‘ πŸ”‘ ✘ ✘ ✘ ✘ πŸ”‘
tomahk-metadata ✘ ✘ βœ” βœ” βœ” βœ” ✘
vibe3 βœ” βœ” ✘ ✘ ✘ ✘ ✘
vkontakte βœ” βœ” ✘ ✘ ✘ ✘ ✘
youtube βœ” βœ” ✘ ✘ ✘ ✘ ✘
youtube-metadata ✘ ✘ ✘ ✘ βœ” βœ” ✘

About

Resolver plugins for Tomahawk Player


Languages

Language:C++ 78.3%Language:JavaScript 9.3%Language:Objective-C 3.9%Language:C 3.6%Language:Objective-C++ 2.5%Language:Python 1.6%Language:Ruby 0.3%Language:CMake 0.3%Language:Shell 0.1%Language:Assembly 0.1%Language:Go 0.0%