Tidying subsonic
This commit is contained in:
parent
1daa9f6693
commit
013da597b7
|
@ -2702,7 +2702,7 @@ editor /etc/php5/fpm/pool.d/www.conf
|
||||||
Set the following:
|
Set the following:
|
||||||
|
|
||||||
#+BEGIN_SRC: bash
|
#+BEGIN_SRC: bash
|
||||||
pm.max_children = 10
|
pm.max_children = 20
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
Save and exit.
|
Save and exit.
|
||||||
|
@ -7258,9 +7258,8 @@ cp -f /tmp/website /etc/nginx/sites-available/$HOSTNAME
|
||||||
*** Configuration
|
*** Configuration
|
||||||
Open a browser and go to your subsonic domain name. Log in with username /admin/ and password /admin/, then change your administrator password.
|
Open a browser and go to your subsonic domain name. Log in with username /admin/ and password /admin/, then change your administrator password.
|
||||||
|
|
||||||
Within the settings click on /users/ and add a user. Give your user access to everything by ticking all the checkboxes. You can then log out and log back in as the user.
|
Still logged in as the administrator, click /settings/ and select /transcoding/. Change the transcoding settings to the following:
|
||||||
|
|
||||||
Click /settings/ and select /transcoding/. Change the transcoding settings to the following:
|
|
||||||
|
|
||||||
| Name | Convert from | Convert to | Step 1 |
|
| Name | Convert from | Convert to | Step 1 |
|
||||||
|----------------+---------------------------------------------------+------------+------------------------------------------------------------------------------------------------------------------------------------------|
|
|----------------+---------------------------------------------------+------------+------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
@ -7272,6 +7271,8 @@ Click /settings/ and select /transcoding/. Change the transcoding settings to th
|
||||||
|
|
||||||
Then save.
|
Then save.
|
||||||
|
|
||||||
|
Within the settings click on /users/ and add a user. Give your user access to everything by ticking all the checkboxes. You can then log out and log back in as the user.
|
||||||
|
|
||||||
Open port 4040 on your internet router and forward it to the BBB.
|
Open port 4040 on your internet router and forward it to the BBB.
|
||||||
|
|
||||||
*** Adding your music
|
*** Adding your music
|
||||||
|
@ -7284,7 +7285,7 @@ mount /dev/sda1 /var/music
|
||||||
chown -R subsonic:subsonic /var/music
|
chown -R subsonic:subsonic /var/music
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
Then within a browser go to your Subsonic domain name, select *settings*, then *Media folders* then *Scan media folders now*. Depending upon how much music you have this could take a while, so don't be too impatient.
|
Then within a browser go to your Subsonic domain name, log in as the administrator, select *settings*, then *Media folders* then *Scan media folders now*. Depending upon how much music you have this could take a while, so don't be too impatient. WHen It's complete you can log out and log back in as a user.
|
||||||
*** Android App
|
*** Android App
|
||||||
Within [[https://f-droid.org/][F-Droid]] search for *Dsub* and install it.
|
Within [[https://f-droid.org/][F-Droid]] search for *Dsub* and install it.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue