|
GeneratePlaylists
Generate playlists.
Featured 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