diff --git a/doc/EN/app_koel.org b/doc/EN/app_koel.org index 20625960..1b56695c 100644 --- a/doc/EN/app_koel.org +++ b/doc/EN/app_koel.org @@ -42,3 +42,38 @@ Once logged in go to settings and set the media path to */music*. #+END_CENTER * Importing music + +This app doesn't have any way to upload music and instead just expects that there will be a directory on the server containing music files. There are a couple of ways to get new music files onto the system: either by using ssh or by putting them onto a USB drive. + +#+BEGIN_CENTER +[[file:images/controlpanel/control_panel_koel.jpg]] +#+END_CENTER + +** Via ssh + +On your local system: + +#+begin_src bash +scp -P 2222 -r ~/Music username@domainname:/home/username +#+end_src + +This will copy anything files in your local Music directory to your home directory on the Freedombone system. + +Now log in to your Freedombone system: + +#+begin_src bash +ssh username@domainname -p 2222 +#+end_src + +And select *Administrator settings* followed by *App settings* then *koel*. Select *Import music from directory* then using up and down cursors select the directory and *press space* so that it appears in the selection box below. Select *Ok* and then the files will be moved to their final destination in the */music* directory. + +** Via USB drive + +Create a LUKS formatted USB drive. It's possible to do this by plugging a new USB drive into the Freedombone system then going to the *Administrator control panel*, selecting *App settings* then *koel* then *Format a USB drive*. You will need to specify a password, which in this case doesn't need to be anything highly secure. + +Once the drive if formatted you can remove it and copy Music files onto it from other systems. Make sure the files are contained within a directory named *Music*. + +Once you have music on a LUKS formatted USB drive then plug it into the Freedombone system. Go to the *Administrator control panel*, select *App settings* then *koel* then *Import music from USB drive*. Enter the password you used to create the drive and music files will then be copied. + +** Synchronizing +To detect the imported files you might need to re-synchronize. Within Koel go to settings and then select *Scan*. Any imported files should then be available to play. diff --git a/img/controlpanel/control_panel_koel.jpg b/img/controlpanel/control_panel_koel.jpg new file mode 100644 index 00000000..717816a1 Binary files /dev/null and b/img/controlpanel/control_panel_koel.jpg differ diff --git a/website/EN/app_koel.html b/website/EN/app_koel.html index 17e410f3..a11e456c 100644 --- a/website/EN/app_koel.html +++ b/website/EN/app_koel.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + @@ -260,9 +260,9 @@ This enables you to store your music on the Freedombone server and then access i -
-

Installation

-
+
+

Installation

+

Log into your system with:

@@ -298,8 +298,78 @@ Once logged in go to settings and set the media path to /music.
-
-

Importing music

+
+

Importing music

+
+

+This app doesn't have any way to upload music and instead just expects that there will be a directory on the server containing music files. There are a couple of ways to get new music files onto the system: either by using ssh or by putting them onto a USB drive. +

+ +
+ +
+

control_panel_koel.jpg +

+
+
+
+ +
+

Via ssh

+
+

+On your local system: +

+ +
+
scp -P 2222 -r ~/Music username@domainname:/home/username
+
+
+ +

+This will copy anything files in your local Music directory to your home directory on the Freedombone system. +

+ +

+Now log in to your Freedombone system: +

+ +
+
ssh username@domainname -p 2222
+
+
+ +

+And select Administrator settings followed by App settings then koel. Select Import music from directory then using up and down cursors select the directory and press space so that it appears in the selection box below. Select Ok and then the files will be moved to their final destination in the /music directory. +

+
+
+ +
+

Via USB drive

+
+

+Create a LUKS formatted USB drive. It's possible to do this by plugging a new USB drive into the Freedombone system then going to the Administrator control panel, selecting App settings then koel then Format a USB drive. You will need to specify a password, which in this case doesn't need to be anything highly secure. +

+ +

+Once the drive if formatted you can remove it and copy Music files onto it from other systems. Make sure the files are contained within a directory named Music. +

+ +

+Once you have music on a LUKS formatted USB drive then plug it into the Freedombone system. Go to the Administrator control panel, select App settings then koel then Import music from USB drive. Enter the password you used to create the drive and music files will then be copied. +

+
+
+ +
+

Synchronizing

+
+

+To detect the imported files you might need to re-synchronize. Within Koel go to settings and then select Scan. Any imported files should then be available to play. +

+
+