diff --git a/README.md b/README.md index c95283a..42bce5b 100644 --- a/README.md +++ b/README.md @@ -85,3 +85,7 @@ Username | Any name, doesn't matter Auth Token | Any of your API keys It is recommended to define a different API key for every scrobbler you use in `clients/authenticated_machines.tsv` in your Maloja folder. + +### Manual + +If you can't automatically scrobble your music, you can always do it manually on the `/manual` page of your Maloja server. diff --git a/clients/example_file.tsv b/clients/example_file.tsv index 5099df1..008c446 100644 --- a/clients/example_file.tsv +++ b/clients/example_file.tsv @@ -1,2 +1,6 @@ # Only the entries in authenticated_machines.tsv are used, this is an example file -YDzcmp8JpYHCcvJbDOVT7nEDoyCEND6K Example Machine +# It is recommended to have a separate key for every scrobbler application you use, +# as well as a key for manual interactions on the website +YDzcmp8JpYHCcvJbDOVT7nEDoyCEND6K Chromium Extension on Manjaro +correcthorsebatterystaple Pano Scrobbler on Android +thingolisthebestking Web Interface diff --git a/website/setup.html b/website/setup.html index ede03c9..c65fa0a 100644 --- a/website/setup.html +++ b/website/setup.html @@ -91,6 +91,8 @@