Is there a way to get the current track index in libvlc?
Summary Issue: Determining the current track index in a MediaListPlayer using python-vlc is non-trivial due to limitations in libvlc_media_list_index_of_item(). Root Cause Lack of Direct API: python-vlc does not provide a direct method to retrieve the current track index from a MediaListPlayer. Ambiguity in libvlc_media_list_index_of_item(): This function returns the first matched position, which is unreliable if … Read more