index
:
x
fcuny/rust
main
experimental monorepo
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-08-29
don't check errors
Franck Cuny
3
-3
/
+8
2025-08-29
check returned error when running the scrobbler
Franck Cuny
1
-1
/
+0
2025-08-29
fix import paths for mpd-scrobbler
Franck Cuny
1
-2
/
+3
2021-10-11
scrobbler: read mpd status before processing song
Franck Cuny
1
-4
/
+21
2021-10-10
scrobbler: record how long a song was played
Franck Cuny
2
-1
/
+16
2021-10-10
scrobbler: use helper function EqualAttrs
Franck Cuny
1
-3
/
+1
2021-10-10
record: add some basic testing
Franck Cuny
2
-0
/
+59
2021-10-10
mpd-stats: pass database path to the scrobbler
Franck Cuny
1
-4
/
+27
2021-10-10
scrobbler: add timestamp to the record
Franck Cuny
1
-9
/
+11
2021-10-10
scrobbler: add interface to the sqlite3 database
Franck Cuny
1
-0
/
+54
2021-10-10
scrobbler: add functions to create and run it
Franck Cuny
1
-0
/
+66
2021-10-10
mpd: export the type Player
Franck Cuny
1
-4
/
+4
2021-10-10
mpd: add function `Close` to the player
Franck Cuny
1
-0
/
+10
2021-10-10
mpd: rename function to create the player
Franck Cuny
1
-1
/
+1
2021-10-09
scrobbler: initial log record type
Franck Cuny
1
-0
/
+34
2021-10-09
scrobbler: watch for events and print song details
Franck Cuny
1
-0
/
+38