commit eb8831a35dc5fffff806d358dc18ed205bc620b6
parent 4370bf63b5ae6393c1cc7b0832658301f68b1b80
Author: Jeff <dev@watertao.xyz>
Date: Sat, 3 May 2025 16:28:07 -0700
Readme update for stagit description automation.
Diffstat:
1 file changed, 3 insertions(+), 9 deletions(-)
diff --git a/README b/README
@@ -1,12 +1,10 @@
mpdhh
-----
-
mpd history html
Usage
-----
-
mpdhh.sh 0 > Update data & site
mpdhh.sh 1 > stdout current track
mpdhh.sh 2 > update historia only
@@ -17,10 +15,9 @@ Disable site updates:
export MPDHH_PUBLISH="n" mpdhh.sh
-Function
---------
-
-Generates and manages static html of mpd currently playing playlists.
+Description
+-----------
+Generates and manages static html of mpd currently playing, history and analyses.
Uses mpc to fetch current track from mpd, generates playlist, manages history and analyses. Static html file generation. With every track change, db files are modified or generated if need be, and html is rendered.
@@ -29,17 +26,14 @@ By default the html is rendered as hugo content files. This can be modified by e
Requirements
------------
-
mpd
mpc
posix compliant shell tools: awk/sed/grep/sort
-
hugo or full html markup needed
Notes
-----
-
note: example.com is a hugo project dir. Doesn't have to be hugo.
Can be whatever. mpdhh looks for and runs a 'publish.sh' file in the
project dir. It is in this file you run all your cms commands to