![]() ![]()
|
Hello all,
One of my friend have written a oneliner that creates a rss feed containing the N (15 in the example) last albums of your collection, in case you want to broadcast the last albums you had aquired. It needs sqlite3. Feel free to use it. LIMIT=15 && echo \"SELECT album.name, artist.name, tags.dir FROM tags INNER JOIN album ON tags.album = album.id INNER JOIN artist ON tags.artist = artist.id GROUP BY album ORDER BY createdate DESC LIMIT $LIMIT;\" | sqlite3 $HOME/.kde/share/apps/amarok/collection.db | awk -v NOW=\"`date -R`\" -F\\| \'BEGIN {print \"\\n Miguel Tremblay |
Registered users: Bing [Bot], Google [Bot], Yahoo [Bot]