summaryrefslogtreecommitdiff
path: root/metadata_hub.c
Commit message (Expand)AuthorAge
* Many changes to compilation and linking flags. Stop using HAVE_* flags except...Mike Brady2018-09-09
* Fix a read-write mutex locking issue in the metadata hub.Mike Brady2018-08-08
* Stop using SIGUSR1 for cancelling threads, use pthread_cancel and friends ins...Mike Brady2018-07-30
|\
| * Fix a bug where the dacp notification handlers are calledMike Brady2018-07-21
| * Try to add proper cancellation code to all threads -- not complete, buggy.Mike Brady2018-07-20
|/
* Quieten some debug messagesMike Brady2018-06-21
* beginning to add a progress string item to the native dbus interfaceMike Brady2018-06-21
* Only drop metadata if the dacp server transitions fron available to unavailab...Mike Brady2018-04-17
* Use snprintf in place of sprintf.Mike Brady2018-04-08
* Quiten some debug messages and some compiler warningsMike Brady2018-04-07
* Quieten scan debug messagesMike Brady2018-04-07
* Improve the scanner to start and stop properly and to release track data when...Mike Brady2018-04-07
* Check long term behahiour of scanner and interaction with periodic wakeups an...Mike Brady2018-04-06
* Fix problem when reconnecting to an itunes play session.Mike Brady2018-04-03
* Modify latency detection to use the second word of a sync packet to decide wh...Mike Brady2018-04-02
* Take in track metadata but discard it if it's invalid (i.e. has a given mper ...Mike Brady2018-04-01
* Make scanning for DACP port part of the dacp handler. Only emit 'clip' and 's...Mike Brady2018-03-31
* Send rtsp events to the metadata thteread for handling. Begin to clean up sig...Mike Brady2018-03-31
* Add some more D-Bus facilities. Countermand faulty D-Bus commands.Mike Brady2018-03-24
* Only report a client ip as metadata when a play session has started.Mike Brady2018-03-20
* Clean up native dbus interface files and associated changes to existing files.Mike Brady2018-03-20
* Check if locks are already acquired.Mike Brady2018-03-16
* Add a prolog and epilog for safe reading of the metadata bundleMike Brady2018-03-09
* Fix a debug message mislabeling of the 'asdt' tag -- it's supposely a Sond De...Mike Brady2018-03-08
* Remove some more causes of warnings.Mike Brady2018-03-07
* Tidy up using clang-formatMike Brady2018-03-07
* Eliminate almost all warnings from -WallMike Brady2018-03-07
* Make image fles created with group and world read permissionMike Brady2018-03-04
* Add play/pause/stop MPRIS and quieten some debug messagesMike Brady2018-02-21
* When track metadata is received, drop the previous metadata.Mike Brady2018-02-19
* Disable playerstatus metadata updates, add facility to release track metadata...Mike Brady2018-02-19
* Quieten some avahi messages.Mike Brady2018-02-18
* Tidy up dacp scanner -- stop scanning when audio source goes offline.Mike Brady2018-02-18
* Add timing to debug messages, make timing sender wait interruptable eveyr 20 ...Mike Brady2018-02-03
* Hook up dacp message decoding to the loca unlock and notify codeMike Brady2018-01-23
* Modify debug message slightly.Mike Brady2018-01-23
* Bracket metadata reception with prologs and epilogs, make metadat pipe and ar...Mike Brady2018-01-23
* Add some untested and incomplete code to rwlock the hub when writing and readingMike Brady2018-01-23
* Hook up mpris artworkMike Brady2018-01-20
* Delete previous cover art files but keep the current one.Mike Brady2018-01-18
* Implement a rudimentary cover art file writing facility.Mike Brady2018-01-16
* Integrate true metadata some more with the metadata hubMike Brady2018-01-15
* Add stub for adding classic metadata to metadata hubMike Brady2018-01-14
* Add metadata to MPRIS output -- not complete.Mike Brady2018-01-01
* Use the term metadata hub now -- for any stored metadata, such as might be us...Mike Brady2017-12-31