[vlc-devel] [PATCH 0/2] Do not use album art if the file has a built-in cover.
    Samo Golež 
    samo.golez at outlook.com
       
    Fri Feb 19 13:34:46 UTC 2021
    
    
  
Currently, VLC uses the same image if the files are from the same album, but with this PATCH, if the file has a built-in image, it will be used instead of the album image.
Samo Golež (2):
  Differentiate between song and album art cover in fetcher
  Differentiate between song and album art cover in art.c
 src/preparser/art.c     | 81 +++++++++++++++++++++++++++++------------
 src/preparser/fetcher.c | 36 +++++++++++++-----
 src/preparser/fetcher.h |  6 +++
 3 files changed, 89 insertions(+), 34 deletions(-)
-- 
2.27.0
    
    
More information about the vlc-devel
mailing list