[Feature Request] Docker
Recently decided to start moving a lot of stuff to be dockerized instead of being installed on baremetal, and just would love to see this dockerized ^^
That would be nice, but it seems a bit tricky. This app needs to communicate with the players via various ports/filepaths. Also not sure how notifs will work in this case.
That would be nice, but it seems a bit tricky. This app needs to communicate with the players via various ports/filepaths. Also not sure how notifs will work in this case.
It's not as tricky as it may seem. I already have a server running where Plex runs inside a docker container, and this scrobbler is able to access it. As long as the scrobbler container's network is setup so it can get to the Plex (or other players') web API, it should just work. Access to file paths should be easy as well, using bind mounts.
One thing that I think needs to be changed to support container is the ability to specify an alternate data and log path. You would want these located in a docker volume, not nested within the $HOME directory.