diff options
author | Max Kellermann <max@musicpd.org> | 2021-06-23 20:46:50 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2021-06-23 20:49:30 +0200 |
commit | 5019bdcd5298541a191d9824b8e5c8aff9fdbca1 (patch) | |
tree | 048e18fa90d03c6808ddec13ee6942eef7b60ebd /NEWS | |
parent | 8be0bcbdb9acbfd093ddc0cd907daa217cc99d11 (diff) |
TagAny: invoke ScanGenericTags() on remote files
This fixes reading ID3 tags on remote files with the commands
"readcomments" and "readpicture".
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1180
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ ver 0.22.9 (not yet released) * database - simple: load all .mpdignore files of all parent directories +* tags + - fix "readcomments" and "readpicture" on remote files with ID3 tags * decoder - ffmpeg: support the tags "sort_album", "album-sort", "artist-sort" - ffmpeg: fix build failure with FFmpeg 3.4 |