| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Let's close both the watcher and the client, instead of leaking this
interface to the user.
|
| | |
|
| |
|
|
|
|
| |
When we receive an event from the player, we look if the song is
different from the previous one, and we create a new record if that's
the case. If the song is similar, there's nothing to do.
|
| |
|
|
|
| |
Define the type for a log record and add an helper function to create a
new record.
|
| |
|
|
|
|
|
|
|
|
| |
We create a module "mpd" to interact with our MPD instance. For now we
only have a single function to create a new client, which creates an
actual client for mpd (and we ping the instance every 30 seconds), and
a watcher to receive new events.
The tool "scrobbler" then wait for new events and display songs
information.
|
| |
|
|
| |
Describe what is being collected.
|
| | |
|
| | |
|
|
|
This commit is empty on purpose.
|