Overhaul end user documentation
This commit is contained in:
parent
9ed3c8ee15
commit
1ec7e1e8e5
97 changed files with 3240 additions and 1553 deletions
47
docs/user_documentation/plugins/scrobbler_plugin.md
Normal file
47
docs/user_documentation/plugins/scrobbler_plugin.md
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
# Scrobbler plugin
|
||||
|
||||
```{note}
|
||||
If you want to use [Last.fm](https://last.fm) to scrobble your listens, your pod admin needs to set up an API account. Contact your {term}`pod` admin if you have any questions.
|
||||
```
|
||||
|
||||
The __Scrobbler__ plugin enables you to submit ({term}`scrobble<Scrobbling>`) listens to a scrobbler service. Scrobbling listens helps you build up a profile of your music tastes. It also enables you to keep a record of your listens.
|
||||
|
||||
```{tip}
|
||||
Using ListenBrainz or Maloja? Check out the [ListenBrainz](listenbrainz_plugin) and [Maloja](maloja_plugin) plugins!
|
||||
```
|
||||
|
||||
The __Scrobbler__ plugin supports any scrobbling service that uses the Audioscrobbler protocol. To set up the __Scrobbler plugin__:
|
||||
|
||||
```{tabbed} Desktop
|
||||
|
||||
1. Log in to your account.
|
||||
2. Select the cog icon ({fa}`cog`) or your avatar to expand the user menu.
|
||||
3. Select {guilabel}`Settings`.
|
||||
4. Scroll down to the {guilabel}`Plugins` section.
|
||||
5. Select {guilabel}`Manage plugins`.
|
||||
6. Find the {guilabel}`Scrobbler` plugin.
|
||||
7. Toggle the {guilabel}`Enabled` switch.
|
||||
8. Enter the {guilabel}`URL of the scrobbler service`. If you leave this field blank, the plugin defaults to __Last.fm__.
|
||||
9. Enter {guilabel}`Your scrobbler username`. You can set this up on your scrobbler service.
|
||||
10. Enter {guilabel}`Your scrobbler password`. You can set this up on your scrobbler service.
|
||||
11. Select {guilabel}`Save`.
|
||||
|
||||
```
|
||||
|
||||
```{tabbed} Mobile
|
||||
|
||||
1. Log in to your account.
|
||||
2. Select the cog icon ({fa}`cog`) or your avatar to open the {guilabel}`Options` menu.
|
||||
3. Select {guilabel}`Settings`.
|
||||
4. Scroll down to the {guilabel}`Plugins` section.
|
||||
5. Select {guilabel}`Manage plugins`.
|
||||
6. Find the {guilabel}`Scrobbler` plugin.
|
||||
7. Toggle the {guilabel}`Enabled` switch.
|
||||
8. Enter the {guilabel}`URL of the scrobbler service`. If you leave this field blank, the plugin defaults to __Last.fm__.
|
||||
9. Enter {guilabel}`Your scrobbler username`. You can set this up on your scrobbler service.
|
||||
10. Enter {guilabel}`Your scrobbler password`. You can set this up on your scrobbler service.
|
||||
11. Select {guilabel}`Save`.
|
||||
|
||||
```
|
||||
|
||||
That's it! You've set up the __Scrobbler__ plugin. When you listen to tracks, the plugin sends the information to your scrobbler service.
|
||||
Loading…
Add table
Add a link
Reference in a new issue