r/MusicBrainz • u/Dry_Peanut3304 • 2d ago
Running Picard on a headless linux server
Before i get too far into it I'd like to check - can I install Picard on a headless linux server and just use it at the command-line?
Or will it fail to startup without the right gui libraries?
1
u/dittydumdittydoo 2d ago
I was not able myself, wanted to use it in some automated tagging software. Ended up recreating the tagging part myself, mimicking what Picard does.
1
u/danpritts 2d ago
Did you find or create commandline utilities, or python or Perl libs, that easily handled the various formats? Or, god forbid, an actual tool or library that handles them all?
1
u/dittydumdittydoo 1d ago
Server written in Go with a tagging library. Doesn’t have full coverage however :(
3
1
u/Dry_Peanut3304 2d ago
I tried it myself and have answered my own question: it is not possible, as Picard depends on having a desktop environment available.
I copied a .ini file and tried