@ -11,7 +11,7 @@ The [LinuxServer.io][linuxserverurl] team brings you another container release f
* [Podcast][podcasturl] covers everything to do with getting the most from your Linux Server plus a focus on all things Docker and containerisation!
# linuxserver/beets
[](http://microbadger.com/images/linuxserver/beets "Get your own image badge on microbadger.com")[][hub][][hub][](http://jenkins.linuxserver.io:8080/job/Dockers/job/LinuxServer.io/job/linuxserver-beets/)
[](https://microbadger.com/images/linuxserver/beets "Get your own version badge on microbadger.com")[](http://microbadger.com/images/linuxserver/beets "Get your own image badge on microbadger.com")[][hub][][hub][](http://jenkins.linuxserver.io:8080/job/Dockers/job/LinuxServer.io/job/linuxserver-beets/)
[Beets][beetsurl] is a music library manager and not, for the most part, a music player. It does include a simple player plugin and an experimental Web-based player, but it generally leaves actual sound-reproduction to specialized tools.
@ -64,9 +64,18 @@ See [Beets][beetsurl] for more info.
* To monitor the logs of the container in realtime `docker logs -f beets`.
* container version number
`docker inspect -f '{{ index .Config.Labels "build_version" }}' beets`
* image version number
`docker inspect -f '{{ index .Config.Labels "build_version" }}' linuxserver/beets`
## Versions
+ **14-10-16:** Add version layer information.
+ **01.10.16:** Add nano and editor variable -
to allow editing of the config from the container command line.