aboutsummaryrefslogtreecommitdiff
path: root/tools/mpd-stats (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-02fix(new-lines): add or remove new lines where neededFranck Cuny1-1/+0
2022-06-11mpd: we only want events from the player subsystemFranck Cuny2-2/+8
2022-06-11doc: update README with instruction for installingFranck Cuny1-0/+8
2022-06-11build: install the binary and systemd unitFranck Cuny1-0/+12
2022-06-11scrobbler: add a systemd unit fileFranck Cuny1-0/+43
2022-06-11scrobbler: read mpd status before processing songFranck Cuny1-4/+21
2022-06-11scrobbler: record how long a song was playedFranck Cuny2-1/+16
2022-06-11mpd-scrobbler: proper default argumentsFranck Cuny1-2/+31
2022-06-11scrobbler: use helper function EqualAttrsFranck Cuny1-3/+1
2022-06-11record: add some basic testingFranck Cuny2-0/+59
2022-06-11mpd-stats: pass database path to the scrobblerFranck Cuny2-5/+31
2022-06-11scrobbler: add timestamp to the recordFranck Cuny1-9/+11
2022-06-11scrobbler: add interface to the sqlite3 databaseFranck Cuny3-0/+57
2022-06-11mpd-stats: create and run the scrobblerFranck Cuny1-39/+4
2022-06-11scrobbler: add functions to create and run itFranck Cuny1-0/+66
2022-06-11mpd: export the type PlayerFranck Cuny1-4/+4
2022-06-11mpd: add function `Close` to the playerFranck Cuny2-2/+15
2022-06-11mpd: rename function to create the playerFranck Cuny2-2/+2
2022-06-11scrobbler: create a record on new songFranck Cuny1-5/+27
2022-06-11scrobbler: initial log record typeFranck Cuny3-1/+40
2022-06-11scrobbler: watch for events and print song detailsFranck Cuny4-0/+77
2022-06-11README: add some information about loggingFranck Cuny1-1/+14
2022-06-11add initial go.modFranck Cuny1-0/+3
2022-06-11Add README.org, LICENSE.txtFranck Cuny2-0/+21