chore: clean files using pre-commit
This commit is contained in:
parent
f4dbc584e1
commit
0061e82ecd
81 changed files with 137 additions and 128 deletions
|
|
@ -66,7 +66,7 @@ To get the help of a specific namespace and list all its available commands, sim
|
|||
Authentication
|
||||
--------------
|
||||
|
||||
The CLI uses Oauth tokens to interact with the API.
|
||||
The CLI uses Oauth tokens to interact with the API.
|
||||
|
||||
To get started, you need to create an application for the CLI. To do this:
|
||||
|
||||
|
|
@ -76,7 +76,7 @@ To get started, you need to create an application for the CLI. To do this:
|
|||
4. Scroll down to the :guilabel:`Your applications` section.
|
||||
5. Select :guilabel:`Register a new application` to create a new application.
|
||||
6. Give your application an appropriate name (e.g. "Funkwhale CLI").
|
||||
7. Give your application the permissions you require.
|
||||
7. Give your application the permissions you require.
|
||||
8. Select :guilabel:`Create application`. A screen appears showing :guilabel:`Application details`.
|
||||
9. Copy the app's :guilabel:`Access token`.
|
||||
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ This guide shows you how to tag your content with MusicBrainz Picard.
|
|||
- The album artist name (can be different than the track artist).
|
||||
- `Trent Reznor`
|
||||
* - `Genre`
|
||||
- A comma separated list of tags to associate with the track.
|
||||
- A comma separated list of tags to associate with the track.
|
||||
Other supported separators: `;` and `/`.
|
||||
- `Industrial, Metal`
|
||||
* - `Track number`
|
||||
|
|
@ -45,16 +45,16 @@ This guide shows you how to tag your content with MusicBrainz Picard.
|
|||
- The release date of the track or album.
|
||||
- `2019`
|
||||
* - `License`
|
||||
- The license associated with this work.
|
||||
- The license associated with this work.
|
||||
The first URL found is checked against our list of supported licenses.
|
||||
- `CC-BY 3.0: http://creativecommons.org/licenses/cc-by/3.0/`
|
||||
* - `Copyright`
|
||||
- The license associated with this work. The first URL found is checked against our list of supported licenses.
|
||||
- The license associated with this work. The first URL found is checked against our list of supported licenses.
|
||||
Used if no license found in the `License` tag.
|
||||
- `CC-BY 3.0: http://creativecommons.org/licenses/cc-by/3.0/`
|
||||
* - `Pictures`
|
||||
- The first embeded picture found is used as the album cover.
|
||||
-
|
||||
-
|
||||
* - `MusicBrainz Recording ID`
|
||||
- The MusicBrainz ID for the recording.
|
||||
- `99244237-850b-4a93-904d-57305bcadb4e`
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ That's it! You've added the contents from your queue to a playlist.
|
|||
You can add a track to a playlist from the track details page. To do this:
|
||||
|
||||
1. Go to the track details page of the track you want to add.
|
||||
2. Select the playlist icon ({fa}`list`) at the top of the screen. The {guilabel}`Manage playlists` screen appears.
|
||||
2. Select the playlist icon ({fa}`list`) at the top of the screen. The {guilabel}`Manage playlists` screen appears.
|
||||
3. Select {guilabel}`+ Add track` next to the playlist you want to add the track to.
|
||||
|
||||
That's it! The track is available in your playlist.
|
||||
|
|
@ -80,7 +80,7 @@ You can add tracks from any page with a track table. This includes artist pages,
|
|||
|
||||
1. Find your track in a track table.
|
||||
2. Select the kebab menu ({fa}`ellipsis-v`) next to the track to open the track options menu.
|
||||
3. Select {guilabel}`Add to playlist…`. The {guilabel}`Manage playlists` screen appears.
|
||||
3. Select {guilabel}`Add to playlist…`. The {guilabel}`Manage playlists` screen appears.
|
||||
4. Select {guilabel}`+ Add track` next to the playlist you want to add the track to.
|
||||
|
||||
Well done! You've added the track to your playlist.
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ To create a new radio:
|
|||
7. Select {guilabel}`Add filter` to add the filter to your radio.
|
||||
8. Configure your filter:
|
||||
1. Enable the {guilabel}`Exclude` switch to exclude results from your selection in the radio. Disable this switch to include results from your selection in the radio.
|
||||
2. Choose your __Artists__ or __Tags__ in the {guilabel}`Config` dropdown menu.
|
||||
2. Choose your __Artists__ or __Tags__ in the {guilabel}`Config` dropdown menu.
|
||||
3. The {guilabel}`Candidates` column shows the number of tracks included. Select the {guilabel}`{count} tracks matching filter` option to view some of these tracks.
|
||||
9. Check the tracks under the {guilabel}`{count} tracks matching combined filters` section.
|
||||
10. Select {guilabel}`Save` to save your radio.
|
||||
|
|
@ -42,7 +42,7 @@ To create a new radio:
|
|||
8. Select {guilabel}`Add filter` to add the filter to your radio.
|
||||
9. Configure your filter:
|
||||
1. Enable the {guilabel}`Exclude` switch to exclude results from your selection in the radio. Disable this switch to include results from your selection in the radio.
|
||||
2. Choose your __Artists__ or __Tags__ in the {guilabel}`Config` dropdown menu.
|
||||
2. Choose your __Artists__ or __Tags__ in the {guilabel}`Config` dropdown menu.
|
||||
3. The {guilabel}`Candidates` column shows the number of tracks included. Select the {guilabel}`{count} tracks matching filter` option to view some of these tracks.
|
||||
10. Check the tracks under the {guilabel}`{count} tracks matching combined filters` section.
|
||||
11. Select {guilabel}`Save` to save your radio.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue