Skip to content
  • Ayush Dey's avatar
    demux: playlist: set the metadata priority of M3U files to VLC_META_PRIORITY_PLAYLIST · 03625632
    Ayush Dey authored and Steve Lhomme's avatar Steve Lhomme committed
    Replace input_item_Set* calls with vlc_meta_SetWithPlaylistPriority() calls, setting the priority
    to VLC_META_PRIORITY_PLAYLIST. This change elevates the priority of the metadata parsed
    from the M3U file, ensuring it is not overridden by metadata from subsequently played audio
    files(having priority of VLC_META_PRIORITY_BASIC).
    
    Fixes the bug where metadata parsed from the M3U file was being overridden by metadata from
    subsequently played audio files.
    03625632