SimilarTracks for Kodi

A script that uses the currently playing track to generate a playlist of similar tracks in your Kodi music library.

Features

  • Create a playlist of tracks from your music library that are similar to the currently playing track.
  • Uses Last.fm getSimilar API to find similar tracks.
  • Runs in background.
  • Can specify the maximum number of tracks to add to the playlist.

GitHub

Works On

Screenshots

Installation

Download the latest zip file and install the addon. See http://kodi.wiki/view/HOW-TO:Install_an_Add-on_from_a_zip_file for more details on installing addons from zip file.

Usage

The SimilarTracks script can be accessed from the Programs menu or called using the RunScript builtin function (RunScript(script.similartracks))

Settings

The following settings are available.

Maximum tracks to add to playlist
The maximum tracks that will be added to the playlist.

Default: 25

Run in background
Script runs in the background.

Default: false

Playlist order
The order that tracks should be added to the playlist. Random: Tracks are added at random. Last.FM: Tracks are added in the order they came back from Last.fm.

Default: Random

Issues

If you find a problem with the plugin please raise an issue on GitHub.

License

SimilarTracks for Kodi is licensed under the GPL 3.0 license.