Initial Setup
InAirsonic Is a free, full-featured, stable, Java-based self-hosted media server forked from Subsonic and Libresonic, open-source, and community-driven. Some features of this guide,app we'llare:
- Designed
uptoAirsonichandle extensive music collections - It works for
theanyfirstaudiotime.or video format that can stream over HTTP - Support for on-the-fly transcoding and streaming of virtually any audio format
- Integrated Podcast Receiver
- Built-in sharing options
- Compatible with Subsonic apps
For more information about this app, you may visit this link.
Initial Setup
This assumes that your music library is in ~/media/Music
. We'll be doing the following steps:
Setting an admin password- Adding music folders
- Add a limited user
Initial Setup
Setting an administrator password
After installation, clickConnectunder AirsonicAirsonic login appears. Login first using the default credentials which are the following:
Username: admin
Password: admin
Once logged in, you’ll be greeted with the following welcome message. We’ll be doing step 1 which is changing the administrator password.ClickChange administrator password
You’ll be taken to the settings under the Users section. Find theChange passwordcheckbox.
Tick it and change it to your desired password.
Once that’s done, clickSave.
Setting Media Folders
ClickClick Home to show the welcome message again.
-
Click on step 2, which
isis Set up media folders
- In this step, you need to get
thethe absolute path of your media folder. -
To do that,
loginlog in to yourslot’slot's SSH terminal, navigate to your media folder and print theworkworking directory (pwd
) of that folder to get its absolute path.- Login to your
slot’slot's SSH terminal- For more information on how to login to your seedbox's SSH terminal, refer to this guide.
- Navigate to your media folder.
- In this example, my Music folder is in
~/media
- To list the directories, do
ls
- Navigate to the Music folder by typing
cd >folder-name-here<
- In this case, I'll do
cd media
andcd Music
- In this case, I'll do
- Now, do
pwd
- In this example, my Music folder is in
- Login to your
- On the Media folders section, replace
thethe/music
with the full path of your music folder. In this case,/home1/usbdocs/media/Music
is the full path. Scroll down and click save when done.
- Now, Click Scan Media folders now to initialize a full scan of the folder. This will take a
whilewhile, depending on the size of the library.
Media Folder Structure Recommendations
- We recommend this folder structure for Airsonic to properly detect and organize the library.
Music
Artist 1
Album 1 (year)
Artist 1 - Album 1 - Track 1.flac
Artist 2
Album 2 (Year)
Album 3 (Year)
- You can automate this setup by utilizing the following apps
- MusicBrainz Picard
- Lidarr
Adding a Limited User
- Accessing and playing your library using a limited user is recommended than using your admin account because it prevents
anyunauthorizedand/or accidental changes to your Airsonic instance. - To add a limited user, Go to Settings ⇾ Users
- Under the dropdown menu, select
--New user--
- Then check the permissions needed.
- Since this is a limited account, DO NOT tick administrative user
- Check all the media folders you want to access
with - At the end of the page, you need to add a username, email (
ouyou can make up any email here), and your set password. - Once
that’that's all done,justclick save.