瀏覽代碼

Tidying subsonic

Bob Mottram 11 年之前
父節點
當前提交
013da597b7
共有 1 個文件被更改,包括 5 次插入4 次删除
  1. 5
    4
      beaglebone.txt

+ 5
- 4
beaglebone.txt 查看文件

2702
 Set the following:
2702
 Set the following:
2703
 
2703
 
2704
 #+BEGIN_SRC: bash
2704
 #+BEGIN_SRC: bash
2705
-pm.max_children = 10
2705
+pm.max_children = 20
2706
 #+END_SRC
2706
 #+END_SRC
2707
 
2707
 
2708
 Save and exit.
2708
 Save and exit.
7258
 *** Configuration
7258
 *** Configuration
7259
 Open a browser and go to your subsonic domain name. Log in with username /admin/ and password /admin/, then change your administrator password.
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
 | Name           | Convert from                                      | Convert to | Step 1                                                                                                                                   |
7264
 | Name           | Convert from                                      | Convert to | Step 1                                                                                                                                   |
7266
 |----------------+---------------------------------------------------+------------+------------------------------------------------------------------------------------------------------------------------------------------|
7265
 |----------------+---------------------------------------------------+------------+------------------------------------------------------------------------------------------------------------------------------------------|
7272
 
7271
 
7273
 Then save.
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
 Open port 4040 on your internet router and forward it to the BBB.
7276
 Open port 4040 on your internet router and forward it to the BBB.
7276
 
7277
 
7277
 *** Adding your music
7278
 *** Adding your music
7284
 chown -R subsonic:subsonic /var/music
7285
 chown -R subsonic:subsonic /var/music
7285
 #+END_SRC
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
 *** Android App
7289
 *** Android App
7289
 Within [[https://f-droid.org/][F-Droid]] search for *Dsub* and install it.
7290
 Within [[https://f-droid.org/][F-Droid]] search for *Dsub* and install it.
7290
 
7291