]> git.sesse.net Git - vlc/commit
playlist: cache artwork by download URL instead of title when artist and album meta...
authorJakob Leben <jleben@videolan.org>
Fri, 12 Feb 2010 00:25:13 +0000 (01:25 +0100)
committerJakob Leben <jleben@videolan.org>
Fri, 12 Feb 2010 00:28:52 +0000 (01:28 +0100)
commitf9fa3d512123a4c228ffa07ff6b7f5307c4feb00
tree498adfba02cfe92f6c67f44f12dfc43b98ebe4ba
parent161886f4479ae8e1627e92c66d77a37ca052fb80
playlist: cache artwork by download URL instead of title when artist and album meta missing

Performs much better.
URL is sanitized by filename_sanitize() just as title before.
src/playlist/art.c
src/playlist/fetcher.c