Overhaul end user documentation
This commit is contained in:
parent
9ed3c8ee15
commit
1ec7e1e8e5
97 changed files with 3240 additions and 1553 deletions
36
docs/user_documentation/libraries/upload_content.md
Normal file
36
docs/user_documentation/libraries/upload_content.md
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
# Upload content to a library
|
||||
|
||||
```{note}
|
||||
Access to a library's content is set at a __library level__. You can't change the privacy level of content within the library.
|
||||
```
|
||||
|
||||
Once you have [created a library](create_library.md), you can start uploading content to it. Funkwhale reads information about your content from its metadata. For the best results, make sure to [tag your files well](tag_music.md).
|
||||
|
||||
To upload content to a library:
|
||||
|
||||
```{tabbed} Desktop
|
||||
|
||||
1. Log in to your pod.
|
||||
2. Select the upload icon ({fa}`upload`) in the top of the sidebar.
|
||||
3. Select {guilabel}`Get started` under {guilabel}`Upload third-party content in a library`.
|
||||
4. A screen appears showing your upload quota and your libraries.
|
||||
5. Select {guilabel}`Upload` under the library you want to add content to.
|
||||
6. Click on the section marked {guilabel}`Click to select files` to open a file picker, or drag and drop your files on to it.
|
||||
- If you opened the file picker, select the files you want to upload and confirm.
|
||||
7. The screen shows you the status of each upload. Once the upload queue is empty, your upload is complete.
|
||||
|
||||
```
|
||||
|
||||
```{tabbed} Mobile
|
||||
|
||||
1. Log in to your pod.
|
||||
2. Select the upload icon ({fa}`upload`) at the top of the screen.
|
||||
3. Select {guilabel}`Get started` under {guilabel}`Upload third-party content in a library`.
|
||||
4. A screen appears showing your upload quota and your libraries.
|
||||
5. Select {guilabel}`Upload` under the library you want to add content to.
|
||||
6. Click on the section marked {guilabel}`Click to select files` to open a file picker Select the files you want to upload and confirm.
|
||||
7. The screen shows you the status of each upload. Once the upload queue is empty, your upload is complete.
|
||||
|
||||
```
|
||||
|
||||
Congratulations! You added some content to your library. You can now listen to your tracks on your {term}`Funkwhale pod <Pod>`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue