Migrate queues between MPD instances sharing the same music storage
Find a file
2024-07-20 23:56:00 +02:00
src/mpd_migrate Migrate to a modern src layout 2024-07-20 23:56:00 +02:00
.envrc Add flake devshell and package 2024-07-20 23:56:00 +02:00
.gitignore Add flake devshell and package 2024-07-20 23:56:00 +02:00
flake.lock Add flake devshell and package 2024-07-20 23:56:00 +02:00
flake.nix Add flake devshell and package 2024-07-20 23:56:00 +02:00
LICENSE Migrate build system to hatchling and hatch-vcs 2024-07-20 23:56:00 +02:00
package.nix Release 2024.07 2024-07-20 23:56:00 +02:00
pyproject.toml Migrate build system to hatchling and hatch-vcs 2024-07-20 23:56:00 +02:00
README.md Add README, LICENSE 2023-07-08 18:14:55 +02:00

mpd-migrate

Migrates a queue between two MPD instances sharing the same music storage.

Example

mpd-migrate room.example.com multiroom.example.com

Usage

Usage: mpd-migrate [OPTIONS] SRC DST

Arguments:
  SRC  [required]
  DST  [required]

Options:
  --delay FLOAT                   [default: 0.8]
  --install-completion [bash|zsh|fish|powershell|pwsh]
                                  Install completion for the specified shell.
  --show-completion [bash|zsh|fish|powershell|pwsh]
                                  Show completion for the specified shell, to
                                  copy it or customize the installation.
  --help                          Show this message and exit.