January 3, 201511 yr Yes, this part: convert: auto: yes ffmpeg: /usr/bin/ffmpeg opts: -ab 320k -ac 2 -ar 48000 max_bitrate: 320 threads: 1 I should change "auto: yes" to "auto: no" ?
January 4, 201511 yr I've just removed the container and image. set EDGE to 1, however am still getting the following error Traceback (most recent call last): File "/usr/local/bin/beet", line 9, in <module> load_entry_point('beets==1.3.10', 'console_scripts', 'beet')() File "/usr/local/lib/python2.7/dist-packages/beets-1.3.10-py2.7.egg/beets/ui/__init__.py", line 945, in main _raw_main(args) File "/usr/local/lib/python2.7/dist-packages/beets-1.3.10-py2.7.egg/beets/ui/__init__.py", line 927, in _raw_main if subargs[0] == 'config' and ('-e' in subargs or '--edit' in subargs): IndexError: list index out of range Was there any other steps that needed to be taken?
January 4, 201511 yr I tried stopping the docker, then restarting, however now it wont restart at all
January 4, 201511 yr I've just removed the container and image. set EDGE to 1, however am still getting the following error Traceback (most recent call last): File "/usr/local/bin/beet", line 9, in <module> load_entry_point('beets==1.3.10', 'console_scripts', 'beet')() File "/usr/local/lib/python2.7/dist-packages/beets-1.3.10-py2.7.egg/beets/ui/__init__.py", line 945, in main _raw_main(args) File "/usr/local/lib/python2.7/dist-packages/beets-1.3.10-py2.7.egg/beets/ui/__init__.py", line 927, in _raw_main if subargs[0] == 'config' and ('-e' in subargs or '--edit' in subargs): IndexError: list index out of range Was there any other steps that needed to be taken? What command are you running
January 4, 201511 yr Did you delete the container, image and the config folder from previous install? Try deleting everything and then installing again.
January 4, 201511 yr I've just removed the container and image. set EDGE to 1, however am still getting the following error Traceback (most recent call last): File "/usr/local/bin/beet", line 9, in <module> load_entry_point('beets==1.3.10', 'console_scripts', 'beet')() File "/usr/local/lib/python2.7/dist-packages/beets-1.3.10-py2.7.egg/beets/ui/__init__.py", line 945, in main _raw_main(args) File "/usr/local/lib/python2.7/dist-packages/beets-1.3.10-py2.7.egg/beets/ui/__init__.py", line 927, in _raw_main if subargs[0] == 'config' and ('-e' in subargs or '--edit' in subargs): IndexError: list index out of range Was there any other steps that needed to be taken? Also.. are you doing anything with Last.fm... seems a lot of people had this problem and it was a last.fm issue - https://github.com/sampsyo/beets/issues/814
January 5, 201511 yr I've just removed the container and image. set EDGE to 1, however am still getting the following error Traceback (most recent call last): File "/usr/local/bin/beet", line 9, in <module> load_entry_point('beets==1.3.10', 'console_scripts', 'beet')() File "/usr/local/lib/python2.7/dist-packages/beets-1.3.10-py2.7.egg/beets/ui/__init__.py", line 945, in main _raw_main(args) File "/usr/local/lib/python2.7/dist-packages/beets-1.3.10-py2.7.egg/beets/ui/__init__.py", line 927, in _raw_main if subargs[0] == 'config' and ('-e' in subargs or '--edit' in subargs): IndexError: list index out of range Was there any other steps that needed to be taken? What command are you running On the original beets install I didn't get an error when running docker exec beets beet impot just an response telling me to provide a path. That install didn't work though. After reinstalling with the EDGE variable that same command does throw the error detailed by BretV, however once you put the path in all works fine.
January 5, 201511 yr Hi guys, I completely reinstalled the docker (removed the folder etc) and its now working. I'll keep using it over the coming days and let you know how it goes. Thanks everyone for their help and suggestions. Cheers, Brett
January 5, 201511 yr Hi guys, I completely reinstalled the docker (removed the folder etc) and its now working. I'll keep using it over the coming days and let you know how it goes. Thanks everyone for their help and suggestions. Cheers, Brett sounds good.. when I hear back that all is well I'll move it into my main repo.
January 7, 201511 yr Hi smdion I have done a few imports/tagging over the last few days and all seems to be working as expected.
January 7, 201511 yr Hi smdion I have done a few imports/tagging over the last few days and all seems to be working as expected. thanks for the update.. I'll move it into the other repo
January 8, 201511 yr A GUI for this would be awesome. I always wondered why they never made one. There is this, however I've never used it and it doesn't support all the CLI commands but it's a good start. http://beets.readthedocs.org/en/latest/plugins/web.html Thanks smdion for helping with this docker. I will try to get this running myself soon.
January 8, 201511 yr A GUI for this would be awesome. I always wondered why they never made one. There is this, however I've never used it and it doesn't support all the CLI commands but it's a good start. http://beets.readthedocs.org/en/latest/plugins/web.html Thanks smdion for helping with this docker. I will try to get this running myself soon. yeah it is very limited but I like the fact it presents you something that users can use before taking the leap to docker exec
January 8, 201511 yr A GUI for this would be awesome. I always wondered why they never made one. There is this, however I've never used it and it doesn't support all the CLI commands but it's a good start. http://beets.readthedocs.org/en/latest/plugins/web.html Thanks smdion for helping with this docker. I will try to get this running myself soon. yeah it is very limited but I like the fact it presents you something that users can use before taking the leap to docker exec I'll see what I can do.
January 8, 201511 yr Existing users will have to add "web" to the plugins line in the config.yaml, and add port 8337 to host and container, but that is now in the default. Its working for me here after an update.
January 8, 201511 yr I can't get the webgui to work. I add web to the plugins and did the 8337 for the port but I am not getting anything. Name Image Created Status / Log Ports Volume Mappings Beets smdion/docker-beets:latest 1 minute ago Up Less than a second 192.168.1.83:8337->8337/tcp /mnt/user/Music/:/opt/downloads/music:rw /mnt/cache/.apps/transmission/downloads/:/opt/tmp:rw /mnt/cache/.apps/beets/:/config:rw Container ID Status 8d8f20ebfa57 Updated plugins: fetchart embedart convert scrub replaygain lastgenre chroma web
January 8, 201511 yr I can't get the webgui to work. I add web to the plugins and did the 8337 for the port but I am not getting anything. Name Image Created Status / Log Ports Volume Mappings Beets smdion/docker-beets:latest 1 minute ago Up Less than a second 192.168.1.83:8337->8337/tcp /mnt/user/Music/:/opt/downloads/music:rw /mnt/cache/.apps/transmission/downloads/:/opt/tmp:rw /mnt/cache/.apps/beets/:/config:rw Container ID Status 8d8f20ebfa57 Updated plugins: fetchart embedart convert scrub replaygain lastgenre chroma web What's in your logs?
January 9, 201511 yr Beets is actually just shutting down. Jan 8 17:29:43 Tower php: /usr/bin/docker start Beets Jan 8 17:29:43 Tower kernel: device veth77e47ea entered promiscuous mode Jan 8 17:29:43 Tower avahi-daemon[1755]: Withdrawing workstation service for vethd73e883. Jan 8 17:29:43 Tower kernel: eth0: renamed from vethd73e883 Jan 8 17:29:43 Tower kernel: docker0: port 1(veth77e47ea) entered forwarding state Jan 8 17:29:43 Tower kernel: docker0: port 1(veth77e47ea) entered forwarding state Jan 8 17:29:43 Tower php: Beets Jan 8 17:29:43 Tower php: Jan 8 17:29:49 Tower avahi-daemon[1755]: Withdrawing workstation service for veth77e47ea. Jan 8 17:29:49 Tower kernel: docker0: port 1(veth77e47ea) entered disabled state Jan 8 17:29:49 Tower kernel: device veth77e47ea left promiscuous mode Jan 8 17:29:49 Tower kernel: docker0: port 1(veth77e47ea) entered disabled state
January 9, 201511 yr Delete container, image and config file and re-installed. WEBGUI works now. What can you do from the GUI? I only see a Query field.
January 9, 201511 yr Looks like all you can do is search your library. So there is no import commands from the GUI? Also I think you can put this in the config file for the GUI: [web] host: (IP) port: 8337
February 1, 201511 yr I've been running for a couple days now and it seems to be working great! Thanks! I'm wondering if it's possible to add in this plugin as well. http://beets.readthedocs.org/en/latest/plugins/discogs.html I looked at the dockerfile and I think all you need to add is yes | pip install discogs-client && \ somewhere. Not sure exactly how that works. Also I think there's a little more work to be done to get the pyacoustid plugin to work? http://beets.readthedocs.org/en/latest/plugins/chroma.html
April 6, 201511 yr I'm trying to re-import some of the items into beets library and I'm hitting a wall. I read wiki at http://beets.readthedocs.org/en/latest/guides/advanced.html but some things require additional explanation. I use this syntax to import item into library: docker exec Beets beet import /opt/tmp Item is correctly imported and added to beets library ==> musiclibrary.blb in config folder. I made some mistakes with certain files I would like re-import them but since they are in the library beets ignores already imported album folders. I tried to remove these items from library (not files but database entries) and when I run command line: docker exec Beets beet remove QUERY I receive prompt message "do I want to remove item y/n". Clearly typing ''y'' does nothing and I do not know how to pass this argument to Beets docker. I tried different syntax and all I get are errors. Please help
Archived
This topic is now archived and is closed to further replies.