Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mpd: export the type Player | Franck Cuny | 2022-06-11 | 1 | -4/+4 |
| | |||||
* | mpd: add function `Close` to the player | Franck Cuny | 2022-06-11 | 1 | -0/+10 |
| | | | | | Let's close both the watcher and the client, instead of leaking this interface to the user. | ||||
* | mpd: rename function to create the player | Franck Cuny | 2022-06-11 | 1 | -1/+1 |
| | |||||
* | scrobbler: watch for events and print song details | Franck Cuny | 2022-06-11 | 1 | -0/+38 |
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. |