1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Added experimental top artist history

This commit is contained in:
Krateng
2018-12-05 14:30:50 +01:00
parent 08c17cab00
commit ed82ae40a0
3 changed files with 94 additions and 9 deletions

View File

@@ -39,3 +39,5 @@ I wouldn't recommend it yet. But if you want to test Maloja, it's fairly easy:
rewrite ^/db(.*)$ $1 break;
proxy_pass http://yoururl:42011;
}
If you would like to import all your previous last.fm scrobbles, use [benfoxall's website](https://benjaminbenben.com/lastfm-to-csv/) ([GitHub page](https://github.com/benfoxall/lastfm-to-csv)). Use the python script lastfmconverter.py with two arguments - the downloaded csv file and your new tsv file - to convert your data. Place the tsv file in logs/ and the server will recognize it on startup.