summaryrefslogtreecommitdiffhomepage
path: root/src/Plugins/Monitors/Mpris.hs
AgeCommit message (Collapse)Author
2012-10-12Additional MPRIS2 argumentsJose Antonio Ortega Ruiz
2012-08-11Fix the MPRIS plugin to work with DBus >= 0.10Jochen Keil
This commit updates the mpris plugin to use the DBus 0.10 interface. DBus-Core does no longer exist and is deprecated. DBus 0.10 does not use proxies anymore. The dependency on Data.Text also disappeared. Since I do not have/use mpris I cannot test if this works. It should however, since the functionality was just transformed to use the new interface.
2012-05-20WhitespaceJose Antonio Ortega Ruiz
2011-12-22switched to mtimeArtem Tarasov
2011-12-21MPRIS pluginArtem Tarasov