-
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ded69ee
commit 0dd6878
Showing
7 changed files
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.\" Manpage for mympd-config. | ||
.\" Contact <[email protected]> to correct errors or typos. | ||
.TH man 1 "13 Jan 2024" "14.0.0" "mympd-config man page" | ||
.TH man 1 "30 Jan 2024" "14.0.0" "mympd-config man page" | ||
|
||
.SH NAME | ||
mympd-config \- mympd configuration tool | ||
|
@@ -21,7 +21,6 @@ Valid settings are the environment variables respected by "mympd -c". | |
|
||
Reference: https://jcorporation.github.io/myMPD/configuration/configuration-files | ||
|
||
|
||
.SH AUTHOR | ||
Juergen Mang ([email protected]) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.\" Manpage for mympd-script. | ||
.\" Contact <[email protected]> to correct errors or typos. | ||
.TH man 1 "13 Jan 2024" "14.0.0" "mympd-script man page" | ||
.TH man 1 "30 Jan 2024" "14.0.0" "mympd-script man page" | ||
|
||
.SH NAME | ||
mympd-script \- mympd command line tool to execute scripts | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.\" Manpage for mympd. | ||
.\" Contact <[email protected]> to correct errors or typos. | ||
.TH man 1 "13 Jan 2024" "14.0.0" "mympd man page" | ||
.TH man 1 "30 Jan 2024" "14.0.0" "mympd man page" | ||
|
||
.SH NAME | ||
myMPD \- standalone and mobile friendly web mpd client | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ mympd (14.0.0-1) unstable; urgency=medium | |
|
||
* Release from master | ||
|
||
-- Juergen Mang <[email protected]> Sat, 13 Jan 2024 23:01:50 +0100 | ||
-- Juergen Mang <[email protected]> Tue, 30 Jan 2024 18:01:19 +0100 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,5 +69,5 @@ fi | |
%license LICENSE.md | ||
|
||
%changelog | ||
* Sat Jan 13 2024 Juergen Mang <[email protected]> 14.0.0-0 | ||
* Tue Jan 30 2024 Juergen Mang <[email protected]> 14.0.0-0 | ||
- Version from master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
const myMPDversion = '14.0.0'; | ||
const myMPDbuild = '30c4bc9e96148a346113688acbcd5b53af21e650'; | ||
const myMPDbuild = 'ded69ee94acca79d9f55f11c38f34eab98f6bc4b'; |