Document importing music

This commit is contained in:
Bob Mottram 2017-05-25 22:43:45 +01:00
parent 1f8edb31bc
commit b757c06edf
3 changed files with 111 additions and 6 deletions

View File

@ -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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2017-05-25 Thu 19:35 -->
<!-- 2017-05-25 Thu 22:43 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
@ -260,9 +260,9 @@ This enables you to store your music on the Freedombone server and then access i
</div>
</div>
<div id="outline-container-orga3d7c60" class="outline-2">
<h2 id="orga3d7c60">Installation</h2>
<div class="outline-text-2" id="text-orga3d7c60">
<div id="outline-container-org4af2775" class="outline-2">
<h2 id="org4af2775">Installation</h2>
<div class="outline-text-2" id="text-org4af2775">
<p>
Log into your system with:
</p>
@ -298,8 +298,78 @@ Once logged in go to settings and set the media path to <b>/music</b>.
</div>
</div>
<div id="outline-container-orgfc3ef29" class="outline-2">
<h2 id="orgfc3ef29">Importing music</h2>
<div id="outline-container-org1effd90" class="outline-2">
<h2 id="org1effd90">Importing music</h2>
<div class="outline-text-2" id="text-org1effd90">
<p>
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.
</p>
<div class="org-center">
<div class="figure">
<p><img src="images/controlpanel/control_panel_koel.jpg" alt="control_panel_koel.jpg" />
</p>
</div>
</div>
</div>
<div id="outline-container-org29f7f0b" class="outline-3">
<h3 id="org29f7f0b">Via ssh</h3>
<div class="outline-text-3" id="text-org29f7f0b">
<p>
On your local system:
</p>
<div class="org-src-container">
<pre><code class="src src-bash">scp -P 2222 -r ~/Music username@domainname:/home/username
</code></pre>
</div>
<p>
This will copy anything files in your local Music directory to your home directory on the Freedombone system.
</p>
<p>
Now log in to your Freedombone system:
</p>
<div class="org-src-container">
<pre><code class="src src-bash">ssh username@domainname -p 2222
</code></pre>
</div>
<p>
And select <b>Administrator settings</b> followed by <b>App settings</b> then <b>koel</b>. Select <b>Import music from directory</b> then using up and down cursors select the directory and <b>press space</b> so that it appears in the selection box below. Select <b>Ok</b> and then the files will be moved to their final destination in the <b>/music</b> directory.
</p>
</div>
</div>
<div id="outline-container-org6ad7e7d" class="outline-3">
<h3 id="org6ad7e7d">Via USB drive</h3>
<div class="outline-text-3" id="text-org6ad7e7d">
<p>
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 <b>Administrator control panel</b>, selecting <b>App settings</b> then <b>koel</b> then <b>Format a USB drive</b>. You will need to specify a password, which in this case doesn't need to be anything highly secure.
</p>
<p>
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 <b>Music</b>.
</p>
<p>
Once you have music on a LUKS formatted USB drive then plug it into the Freedombone system. Go to the <b>Administrator control panel</b>, select <b>App settings</b> then <b>koel</b> then <b>Import music from USB drive</b>. Enter the password you used to create the drive and music files will then be copied.
</p>
</div>
</div>
<div id="outline-container-orgafab8a9" class="outline-3">
<h3 id="orgafab8a9">Synchronizing</h3>
<div class="outline-text-3" id="text-orgafab8a9">
<p>
To detect the imported files you might need to re-synchronize. Within Koel go to settings and then select <b>Scan</b>. Any imported files should then be available to play.
</p>
</div>
</div>
</div>
</div>
<div id="postamble" class="status">