To order by Last.fm playcount, add the line #order by lastfm: #order by lastfm The generator also provides Last.fm support. To order the tracks by Spotify popularity, use #order by: #order by popularity To allow duplicates, add the line: #duplicates Order
To add a single track to the playlist, add a line on the form TITLE - ARTIST: Walk in the Park - Beach Houseīy default, the generator automatically removes duplicate tracks. To add all the albums of an artist: #artist Beach House Tracks To add an album: #album Substrata - Biosphere Artists This will generate a 100-track playlist consisting of the 5 most popular tracks from the 20 most similar artists to Aphex Twin. To find similar artists: #similar Aphex Twin To retrieve only the top 5 tracks, use #top5. This will create a playlist consisting of the top tracks of Aphex Twin, followed by the top tracks of Beach House. The generator will output a playlist consisting of the ten most popular tracks of Aphex Twin, which can then be imported into Spotify.Īll of the directives listed here can be used multiple times. To retrieve the top 10 tracks of an artist, pass the following to the generator: #top Aphex Twin Paste into the playlist: Select the playlist and choose Edit -> Paste ( Ctrl + V).Create a new playlist in Spotify: Choose File -> New Playlist ( Ctrl + N).Copy the output of the generator: Choose Edit -> Copy ( Ctrl + C).