mirror of
https://github.com/Airsonic-Pulse/airsonic-pulse.git
synced 2026-07-09 21:18:27 +00:00
kagemomiji/airsonic-advanced#254 add artist image and cover art image document
This commit is contained in:
parent
a0e2ecb3b2
commit
7d1a466716
2 changed files with 34 additions and 0 deletions
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
## Contents
|
||||
|
||||
- [First start](./first_start/README.md)
|
||||
|
||||
- [WebUI](./webui/README.md)
|
||||
- [Podcast](./webui/podcast.md)
|
||||
|
||||
|
|
@ -10,6 +12,9 @@
|
|||
- Proxy
|
||||
- [Prerequisites](./proxy/README.md)
|
||||
- [Apache](./proxy/apache.md)
|
||||
|
||||
- Media
|
||||
- [Cover Art/ Artist Image](./media/coverart.md)
|
||||
- [Jukebox](./media/jukebox.md)
|
||||
|
||||
- [TroubleShooting](./troubleshooting.md)
|
||||
|
|
|
|||
29
docs/first_start/README.md
Normal file
29
docs/first_start/README.md
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# First start guide
|
||||
|
||||
This guide explain how to handle your first start with Airsonic.
|
||||
|
||||
## Change Airsonic process user
|
||||
|
||||
We recommand not to run Airsonic using the root user.
|
||||
|
||||
To change this you can create a dedicated user that will run Airsonic.
|
||||
|
||||
> NOTE: Please verify any permissions after you changed the process user.
|
||||
|
||||
## Set up user accounts
|
||||
|
||||
The default username and password for Airsonic is admin. You should absolutely change this to secure your server.
|
||||
|
||||
Go to Settings > Users to change this password.
|
||||
|
||||
In the same page you can also create new user accounts and specify which operations they are allowed to perform.
|
||||
|
||||
## Setting up media folders
|
||||
|
||||
You must tell Airsonic where you keep your music and videos.
|
||||
|
||||
Select `Settings` > `Media folders` to add folders. (If you don’t see this option you must first log on to Airsonic with a user that has administrative privileges, for instance the admin user).
|
||||
|
||||
Also note that Airsonic will organize your music according to how they are organized on your disk. Unlike many other music applications, Airsonic does not organize the music according to the tag information embedded in the files. (It does, however, also read the tags for presentation and search purposes.)
|
||||
|
||||
Consequently, it’s recommended that the music folders you add to Airsonic are organized in an **“artist/album/song”** manner. There are music managers, like MediaMonkey, that can help you achieve this.
|
||||
Loading…
Add table
Add a link
Reference in a new issue