ソースを参照

Tidying subsonic

Bob Mottram 10 年 前
コミット
013da597b7
共有1 個のファイルを変更した5 個の追加4 個の削除を含む
  1. 5
    4
      beaglebone.txt

+ 5
- 4
beaglebone.txt ファイルの表示

@@ -2702,7 +2702,7 @@ editor /etc/php5/fpm/pool.d/www.conf
2702 2702
 Set the following:
2703 2703
 
2704 2704
 #+BEGIN_SRC: bash
2705
-pm.max_children = 10
2705
+pm.max_children = 20
2706 2706
 #+END_SRC
2707 2707
 
2708 2708
 Save and exit.
@@ -7258,9 +7258,8 @@ cp -f /tmp/website /etc/nginx/sites-available/$HOSTNAME
7258 7258
 *** Configuration
7259 7259
 Open a browser and go to your subsonic domain name. Log in with username /admin/ and password /admin/, then change your administrator password.
7260 7260
 
7261
-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.
7261
+Still logged in as the administrator, click /settings/ and select /transcoding/. Change the transcoding settings to the following:
7262 7262
 
7263
-Click /settings/ and select /transcoding/. Change the transcoding settings to the following:
7264 7263
 
7265 7264
 | Name           | Convert from                                      | Convert to | Step 1                                                                                                                                   |
7266 7265
 |----------------+---------------------------------------------------+------------+------------------------------------------------------------------------------------------------------------------------------------------|
@@ -7272,6 +7271,8 @@ Click /settings/ and select /transcoding/. Change the transcoding settings to th
7272 7271
 
7273 7272
 Then save.
7274 7273
 
7274
+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.
7275
+
7275 7276
 Open port 4040 on your internet router and forward it to the BBB.
7276 7277
 
7277 7278
 *** Adding your music
@@ -7284,7 +7285,7 @@ mount /dev/sda1 /var/music
7284 7285
 chown -R subsonic:subsonic /var/music
7285 7286
 #+END_SRC
7286 7287
 
7287
-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.
7288
+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.
7288 7289
 *** Android App
7289 7290
 Within [[https://f-droid.org/][F-Droid]] search for *Dsub* and install it.
7290 7291