diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-10-24 17:32:17 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-10-24 17:32:17 -0700 |
| commit | fe7dfdd250b701177f051ad6cdc3dc68695cbfc4 (patch) | |
| tree | 99d7cf0230ad604c256df2225c1d32ef4266d4ec /tools/mpd-stats/README.org | |
| parent | feat(home/packages): install git-broom (diff) | |
| download | infra-fe7dfdd250b701177f051ad6cdc3dc68695cbfc4.tar.gz | |
ref(tools/mpd-stats): delete the project
It's been moved to its own repository at
https://github.com/fcuny/mpd-stats
Update the list of repositories managed by terraform.
Diffstat (limited to 'tools/mpd-stats/README.org')
| -rw-r--r-- | tools/mpd-stats/README.org | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/tools/mpd-stats/README.org b/tools/mpd-stats/README.org deleted file mode 100644 index 8c0a7d9..0000000 --- a/tools/mpd-stats/README.org +++ /dev/null @@ -1,22 +0,0 @@ -#+TITLE: mpd-stats - -Log played songs to extract statistics. This is similar to what libre.fm used to do, but locally. - -* Logging -Collect logs from mpd. A log record is composed of the following fields: -- id: UUID -- song's name: the name of the song -- song's album: the name of the album -- song's artist: the name of the artist -- song's duration: the duration of the song -- date: date the song was played - -The logs are recorded in a database (sqlite3 to start). -* Install -The Makefile assumes the system is running Linux and systemd. - -Run =make install=. This will: -- install the binary in your =GOPATH= (using =go install=) -- install a systemd unit file under =$HOME/.config/systemd/user= -- reload systemd unit files -- start the service |
