File: NEWS

package info (click to toggle)
mpdris2 0.9.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 288 kB
  • sloc: python: 1,202; makefile: 64; sh: 5
file content (105 lines) | stat: -rw-r--r-- 2,403 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
mpDris2 v0.9.1 (January 20, 2021)

 - Use journald when using systemd service

mpDris2 v0.9 (January 19, 2021)

 - Bug fixes

 - Drop python2 support

 - Support `~` expansion in configuration file

 - Added -j option to use systemd journald

mpDris2 v0.8 (February 22, 2019)

 - Added cli options for mpd host and port, music dir

 - Better detection of embedded covers

 - Compatibility with python-mpd2 1.0.0

 - Fixed volume reporting with newer mpd versions

 - Fix notification system initialization

 - Notify urgengy can be configured

 - "Playing" and "Paused" notifications now show song information (#71).

 - Path to config file can be changed via command line.

 - There is a hidden option to change the D-Bus service name, for advanced
   multi-instance configurations.

mpDris2 v0.7 (December 18, 2015)

 - Now compatible with both pygobject 2.x and 3.x (#62).

 - When using pygobject 3.x, PyNotify is no longer needed – native GObject
   bindings are used instead (#62).

 - Changed 'CanGoNext' to always return 'true' (#65).

 - Configurable cover matching regexp

 - music_dir setting moved in Library section

 - Systemd user service file

 - New dutch translations


mpDris2 v0.6 (November 6, 2014)

 - Fix updating of stream metadata (#60).

 - Fix embedded cover images showing up as truncated/damaged.

 - Show file name for tracks with no title (#54).


mpDris2 v0.5 (March 9, 2014)

 - Now compatible with both Python 2 and Python 3.

 - Works better with various Python mpd bindings.

 - Added support for embedded cover art using Mutagen (optional).

 - Shows up in GNOME notification settings.


mpDris2 v0.4 (February 2, 2013)

 - Use the 'idle client' mpd feature to subscribe to updates, instead of
   refreshing every 2 seconds. This makes updates instant when they happen
   *and* greatly reduces CPU usage (and network traffic) in other cases.

 - Support single-track repeat.

 - Fix: Support multiple artist & composer values.

 - Accept non-local music library paths.

 - Support old python-mpd versions (Fedora 17 has v0.2).

 - Honor $XDG_CONFIG_HOME and _DIRS. (Previously ~/.config was hardcoded.)


mpDris2 v0.3 (October 14, 2012)

 - Export playback rate properties over DBus.

 - Fix: Use correct DBus types for metadata.


mpDris2 v0.2 (June 23, 2012)

 - Fix: Do not crash if music dir is not set.


mpDris2 v0.1 (February 15, 2012)

 - Initial release.