Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scrobbler: watch for events and print song details | Franck Cuny | 2022-06-11 | 4 | -0/+77 |
| | | | | | | | | | | 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. | ||||
* | README: add some information about logging | Franck Cuny | 2022-06-11 | 1 | -1/+14 |
| | | | | Describe what is being collected. | ||||
* | add initial go.mod | Franck Cuny | 2022-06-11 | 1 | -0/+3 |
| | |||||
* | Add README.org, LICENSE.txt | Franck Cuny | 2022-06-11 | 2 | -0/+21 |