summaryrefslogtreecommitdiff
path: root/mpris-service.c
Commit message (Collapse)AuthorAge
* Add quit commands to the MPRIS and native D-Bus command set. Not tested ↵Mike Brady2018-07-18
| | | | ecologically.
* Begin to try to get Shairport Sync to quit cleanly, relinquishing memory and ↵Mike Brady2018-07-17
| | | | ports etc. properly so that valgrind can be more useful.
* Move ab_mutex, flow control CV and flush mutex initialisation and teardown ↵Mike Brady2018-07-14
| | | | out of the player thread. Thus remove need for player theread lock. Format some of the surce files.
* Use snprintf in place of sprintf.Mike Brady2018-04-08
|
* Improve the scanner to start and stop properly and to release track data ↵Mike Brady2018-04-07
| | | | when remote control becomes unavailable.
* Update the mpris service provider to deal with the new track metadata ↵Mike Brady2018-04-01
| | | | information.
* Add some more D-Bus facilities. Countermand faulty D-Bus commands.Mike Brady2018-03-24
|
* Getting the volume properties to work without feedback -- not there yet...Mike Brady2018-03-09
|
* Remove many causes of warnings at the -Wextra levelMike Brady2018-03-07
|
* Tidy up using clang-formatMike Brady2018-03-07
|
* Hook up the dacp volume control, if available.Mike Brady2018-03-04
|
* Add play/pause/stop MPRIS and quieten some debug messagesMike Brady2018-02-21
|
* Quieten some debug messages and make others a bit more informativeMike Brady2018-02-19
|
* Tidy up dacp scanner -- stop scanning when audio source goes offline.Mike Brady2018-02-18
|
* Refinements to adding cover art.Mike Brady2018-01-20
|
* Hook up mpris artworkMike Brady2018-01-20
|
* Add a little extra info to mpris d-bus bus acquisition.Mike Brady2018-01-17
|
* Quieten a debug message.Mike Brady2018-01-02
|
* Add metadata to MPRIS output -- not complete.Mike Brady2018-01-01
|
* Add tinyhttp code for sending and reading responses. Clean up some dacp ↵Mike Brady2017-12-18
| | | | routines. Most new and modified rooutines untested.
* Add previous and next controlsMike Brady2017-11-20
|
* Clang-formatMike Brady2017-11-19
|
* Handle play / pause / play-pause / stop but primitivelyMike Brady2017-11-19
|
* Clean up naming of some files, get the 'stop' command workingMike Brady2017-11-19