diff options
author | Max Kellermann <max@duempel.org> | 2009-02-27 19:20:11 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-02-27 19:20:11 +0100 |
commit | eae0287466020b5b5aee137fb4599136420f89a2 (patch) | |
tree | 23c1e1202a94e130f4c3ec006d1a4894939d6b92 /NEWS | |
parent | 9dd00dfab7a7991c53d2f1dcff4cc2828abf7854 (diff) | |
download | mpd-eae0287466020b5b5aee137fb4599136420f89a2.tar.gz mpd-eae0287466020b5b5aee137fb4599136420f89a2.tar.xz mpd-eae0287466020b5b5aee137fb4599136420f89a2.zip |
song_print: hide HTTP password in playlist
Added the uri_remove_auth() library function which strips username
and password from a HTTP URI, and use it in song_print_url(). This
allows you to add HTTP URIs to the playlist including secret username
and password, without disclosing it to all MPD clients.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ ver 0.15 - (200?/??/??) * input: - parse Icy-Metadata - added support for the MMS protocol + - hide HTTP password in playlist * tags: - support the "album artist" tag - support MusicBrainz tags |