mirror of
https://github.com/koel/koel
synced 2025-02-17 13:58:28 +00:00
chore(docs): minor expression fixes
This commit is contained in:
parent
f1ea1e28a1
commit
5187d2d7b7
1 changed files with 6 additions and 6 deletions
|
@ -8,25 +8,25 @@ This page will talk you through the process of setting song visibility and playl
|
|||
With Koel Plus, there are two different visibility settings for songs: public and private.
|
||||
|
||||
* _Private_ songs are only visible to the uploader (the "owner")
|
||||
* _Public_ songs are visible to all users (**not** the whole internet!) However, only owner can edit or delete them.
|
||||
* _Public_ songs are visible to all users (**not** the whole internet!) However, only the owner can edit or delete them.
|
||||
|
||||
The default visibility for uploaded songs is Private. For other users to be able to see and listen to your music, you need to explicitly mark them as public and vice-versa. This can be done in two ways:
|
||||
The default visibility for uploaded songs is Private. For other users to be able to see and listen to your music, you need to explicitly mark them as public. This can be done in two ways:
|
||||
|
||||
- **On an individual basis**: To mark individual songs as public or private, right-click on the songs to bring up the context menu. From there, you can choose "Mark as Public" or "Mark as Private" depending on the current visibility.
|
||||
- **Set default upload visibility**: For all future uploads to be public or private by default, you can toggle the "Make uploaded songs public by default" option in your [Profile & Preferences](../usage/profile-preferences#preferences) page. Note that this only affects future uploads, not existing ones.
|
||||
- **Set default upload visibility**: For all future uploads to be public or private by default, you can toggle the "Make uploaded songs public by default" option in your [Profile & Preferences](../usage/profile-preferences#preferences) page. Note that this only affects future uploads.
|
||||
|
||||
### Scanning Music
|
||||
|
||||
When you scan for music with the `koel:scan` command, discovered songs will be marked as public and assigned to the first admin user.
|
||||
When you scan for music with the `koel:scan` command, discovered songs will be marked as public and assigned to the first admin user.
|
||||
You can change this behavior by passing the `--private` option to the command and/or explicitly specify the owner of the songs with the `--owner` option.
|
||||
|
||||
```bash
|
||||
php artisan koel:scan --private --owner=2
|
||||
php artisan koel:scan --private --owner=2
|
||||
```
|
||||
|
||||
### Migrating from Community Edition
|
||||
|
||||
When you upgrade Koel from a previous, Community, edition to Koel Plus, all existing music will be marked as public and assigned to the first admin user.
|
||||
When you upgrade Koel from a previous, Community, edition to Koel Plus, all existing music will be marked as public and assigned to the first admin user.
|
||||
This is to ensure all existing music is still accessible to everyone, and the first admin user has full control over them.
|
||||
You can always change the visibility of the songs and/or reassign them to other users as you see fit.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue