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
This commit is contained in:
Max Kellermann
2021-06-23 20:46:50 +02:00
parent 8be0bcbdb9
commit 5019bdcd52
2 changed files with 9 additions and 1 deletions

2
NEWS
View File

@@ -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