My favorites | Sign in
Project Hosting will be READ-ONLY Thursday at 3:00pm UTC for up to 3 hours for network maintenance.
Project Home Downloads Wiki Issues Source
Search
for
GeneratePlaylists  
Generate playlists.
Featured
Updated Dec 13, 2009 by acooke....@gmail.com

Start Uykfd

java -jar uykfd-all-X.Y.jar

and then, at the prompt, type a command like

walk lastfm artist Beck 20 backlinks

or

walk lastfm artist "Miles Davis" 100 backlinks

This should print a playlist. The same can also be generated from the command line, by supplying the command after the java invocation. The output can then be "piped" into a file:

java -jar uykfd-all-X.Y.jar walk lastfm artist Beck 20 backlinks > beck.m3u

Two scripts which might be useful are random.sh which generates playlists for some random artists, and all.sh, which generates playlists for every artist in the database.

The number of entries in the playlist is controlled by the number in the commands above.


Sign in to add a comment
Powered by Google Project Hosting