trakt-scrobbler icon indicating copy to clipboard operation
trakt-scrobbler copied to clipboard

[Feature Request] Docker

Open JourneyOver opened this issue 3 years ago • 4 comments

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 ^^

JourneyOver avatar Jul 27 '22 10:07 JourneyOver

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.

iamkroot avatar Aug 01 '22 14:08 iamkroot

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.

JRFarmer avatar Apr 06 '23 12:04 JRFarmer