April 12, 201610 yr could someone write up a "How to" for setting up beets docker and how to use it in unraid. Please!!!! i have used programs like Music express and advanced mp3 pro in windows. but i want to learn this program and clean up music folder.
April 20, 201610 yr 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.
April 20, 201610 yr 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. Nice intro primer. After you specify the import, will it continue to run moving forward? What happens when the container restarts?
April 21, 201610 yr Author 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. are the 2 folder i have set up in the docker container /mnt/user/MUSIC/Downloads/ /mnt/user/MUSIC/Complete/ i keep getting "error: no such file or directory: /mnt/user/MUSIC/Downloads/" also i am not to experienced in Linux and ssh.
April 21, 201610 yr 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. are the 2 folder i have set up in the docker container /mnt/user/MUSIC/Downloads/ /mnt/user/MUSIC/Complete/ i keep getting "error: no such file or directory: /mnt/user/MUSIC/Downloads/" also i am not to experienced in Linux and ssh. In the beets config you need to reference the shares as /downloads and /music
May 20, 20188 yr On 4/20/2016 at 1:01 PM, Pugnacious said: 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. 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.
May 20, 20188 yr 41 minutes ago, 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". The "beets" is the name of the container, and users are able to change / capitalize that on the template as they desire Also, in 6.5.2+ you can simply click on the icon from Dashboard to be able to enter the shell for the container
May 20, 20188 yr This post got me 90% of the way and then reading up on the beets site which is quite well written https://blog.linuxserver.io/2016/10/08/managing-your-music-collection-with-beets/
June 1, 20188 yr 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.
February 9, 20206 yr On 5/20/2018 at 2:03 PM, DZMM said: This post got me 90% of the way and then reading up on the beets site which is quite well written https://blog.linuxserver.io/2016/10/08/managing-your-music-collection-with-beets/ Thank you for this!!!!
Archived
This topic is now archived and is closed to further replies.