Jump to content

Pugnacious

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by Pugnacious

  1. On 5/20/2018 at 2:08 PM, justvano said:

    Just one minor correction that I noticed. Rather than "docker exec -i -t Beets bash" it should be "docker exec -i -t beets bash"; no capital on "beets". I played around with it for a while until i figured this out. I am not sure if this was a change with more recent updates or an overlooked error, just thought I would mention it for those that have no idea what they are doing like myself.  

     

    It's a recent change.  The old version of the docker container had a capital letter instead of a lower case one.  Thanks for pointing it out.

    • Like 1
  2. I too am getting this error.  I did some checking from inside the docker container and indeed the awk command isn't present.  perhaps the new version is missing that in the build?

     

    Did some more checking.

     

    logged into the docker by using the command:

     

    docker exec -it binhex-sabnzbdvpn bash

     

    then used the command:

     

    pacman -S awk

     

    accepted the file setup and restarted the docker.

     

     

    a more permanent fix would be to edit the startup script

     

    build/root/install.sh

    line 22:

     

    pacman_packages="git python2 python2-pyopenssl python2-feedparser p7zip ipcalc awk"

  3. It's not very well documented, I had to search for hours just to find the relevant information.

     

    I'm going to take a couple leaps here and guess that you're more than a little experienced with Linux and ssh.  Let me know if you don't understand something and i'll make it plainer. 

     

    First, make sure that you have beets docker module installed and running. The installation should have been done with two folder variables.  The first is the location it should import from and the second is the location it will store the imported music.

    Second, ssh into your unraid install.

    Third, type the following into your console(without quotes): "docker exec -i -t Beets bash"

    Fourth, in the new terminal prompt type(without quotes) "beet import /foldername" where /foldername is the import folder you setup for beets to import from.

     

    Once that starts, it will go black for a moment and then start to scan your music.  It will then ask questions about the album and artist.  Once you give it any needed information, it will take it from there.

    • Like 1
×
×
  • Create New...