MOPIDY(1) | Mopidy | MOPIDY(1) |
mopidy - music server
Mopidy is a music server which can play music both from multiple sources, like your local hard drive, radio streams, and from Spotify and SoundCloud. Searches combines results from all music sources, and you can mix tracks from all sources in your play queue. Your playlists from Spotify or SoundCloud are also available for use.
The mopidy command is used to start the server.
Additionally, extensions can provide extra commands. Run mopidy --help for a list of what is available on your system and command-specific help. Commands for disabled extensions will be listed, but can not be run.
To start the music server, run:
mopidy
To start the server with an additional config file, that can override configs set in the default config files, run:
mopidy --config ./my-config.conf
To start the server and change a config value directly on the command line, run:
mopidy --option mpd/enabled=false
The --option flag may be repeated multiple times to change multiple configs:
mopidy -o mpd/enabled=false -o spotify/bitrate=320
The mopidy config output shows the effect of the --option flags:
mopidy -o mpd/enabled=false -o spotify/bitrate=320 config
Report bugs to Mopidy's issue tracker at <https://github.com/mopidy/mopidy/issues>
2009-2019, Stein Magnus Jodal and contributors
2018 | 2.2 |