Skip to content

Containerized version of Music Brainz Picard which is a free and open-source software application for identifying, tagging, and organising digital audio recordings.

License

Notifications You must be signed in to change notification settings

chris102994/docker-musicbrainzpicard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://www.musicbrainzpicard.org/

Build Status Microbadger Size & Layers Image Pulls Alpine

Outside Packages

Docker

docker run \
	--name=docker-musicbrainzpicard \
	-p 5700:5700 \
	-v </path/to/appdata/config>:/config \
  	-v </path/to/music>:/music \
	--restart unless-stopped \
	christopher102994/docker-musicbrainzpicard:latest

Parameters

Container specific parameters passed at runtime. The format is <external>:<internal> (e.g. -p 443:22 maps the container's port 22 to the host's port 443).

Parameter Function
-p 5700 The web encrypted UI port.
-v /config The directory where the application will store configuration information.
-v /music The path to your music.
-e USERNAME The Username you wish to run as. (Optional)
-e GROUPNAME The Groupname you wish to run as. (Optional)
-e PUID The UID you wish to run and save files as. (Optional)
-e PGID The GID you wish to run and save files as. (Optional)
-e VNC_PASSWORD Password for the VNC session. (Optional)
-e DISPLAY_WIDTH VNC Server's display width. (Optional)
-e DISPLAY_HEIGHT VNC Server's displat height. (Optional)

Application Setup

The admin interface is available at http://<ip>:<port>/

Access the mounted files within the web interface at /music.

About

Containerized version of Music Brainz Picard which is a free and open-source software application for identifying, tagging, and organising digital audio recordings.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published