diff --git a/CHANGELOG.md b/CHANGELOG.md index a666bac6..c18c40c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ All notable changes to this project will be documented in this file. * Add view service logs menu to mpplus * Add `mpd-monitor` and `mpd-configure` commands and man pages * Integrate `RoonCommandLine`, `MirrorCommand`, and `Asciiville` menus +* Add `-l music_dir` option to `mppinit` + * To initialize a custom music library location in one step: + * `mppinit -l /path/to/library` * Bug fixes ## MusicPlayerPlus-2.0.1r2 (2022-08-20) diff --git a/mkrelease b/mkrelease index bb965d14..8466684e 100755 --- a/mkrelease +++ b/mkrelease @@ -38,7 +38,7 @@ done shift $(( OPTIND - 1 )) [ "$CLEAN" ] && ./clean -[ "$PACKAGE" ] && scripts/mkdeb.sh +[ "$PACKAGE" ] && ./mkpkg ANNO="MusicPlayerPlus Version ${VERSION} Release ${RELEASE}" gittag v${VERSION}r${RELEASE} ${ANNO} diff --git a/pkg/aur/.SRCINFO b/pkg/aur/.SRCINFO index 4e309bbb..118c446d 100644 --- a/pkg/aur/.SRCINFO +++ b/pkg/aur/.SRCINFO @@ -17,6 +17,7 @@ pkgbase = musicplayerplus depends = bc depends = boost-libs depends = coreutils + depends = flac depends = jq depends = libcurl-compat depends = libmpdclient @@ -29,7 +30,6 @@ pkgbase = musicplayerplus depends = inotify-tools depends = figlet depends = tmux - depends = flac depends = fzf depends = mpc depends = python diff --git a/pkg/release.md b/pkg/release.md index b8028507..32f1ae56 100644 --- a/pkg/release.md +++ b/pkg/release.md @@ -20,6 +20,9 @@ This major new release of MusicPlayerPlus adds support for many new features and * Preserve existing user configurations where appropriate * Add `mpd-monitor` and `mpd-configure` commands and man pages * Integrate `RoonCommandLine`, `MirrorCommand`, and `Asciiville` menus +* Add `-l music_dir` option to `mppinit` + * To initialize a custom music library location in one step: + * `mppinit -l /path/to/library` * Many more improvements and features (See [Changelog](#changelog) below)