Docker? #498
Replies: 3 comments
-
|
I would like that as well. But docker is designed for headless environments, and it looks like onetagger has built-in GUI components. At least the UI version does. |
Beta Was this translation helpful? Give feedback.
-
|
Interesting, there's a docker version of Picard which as you probably know is a well-known music tagger. I should probably give more details for my use case: I run a headless version of Soulseek on a Truenas Scale server, and store all my music on there,, so I want a tagging program to run on that same server so everything is done on that machine. Tagging over local network can be surprisingly laggy. |
Beta Was this translation helpful? Give feedback.
-
|
Well sure. That Picard Docker is just a web app. If someone wants to extract the web app components of onetagger from the GTK UI components, then turning it into a docker would be pretty easy. And like I said, if you just want the command line binary of onetagger into a docker container, that should be pretty easy also. I haven't tested it, but you could start with this as a dockerfile: And this for a docker-compose.yml: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Any way to run Onetagger on docker?
I found this image https://hub.docker.com/r/jrsmile/onetagger-autotag but it looks like abandonware and there's zero documentation I can find.
My music collection is self-hosted and I'm looking to do the same with onetagger.
Beta Was this translation helpful? Give feedback.
All reactions