You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
mostly implemented as of d1743d4
there's still a small issue remaining with the track length being 0 until the page is refreshed, which is probably caused by calling the function to determine the track length before the media has finished loading. will fix in the next days.
nicmr
changed the title
Send track length to frontend
Send media length to frontend
Mar 8, 2020
Frontends require the track length to display track length and progress bars.
Cannot done for all tracks in advance because the information is only computed by libvlc when the track is played.
Solution: https://docs.rs/vlc-rs/0.3.0/vlc/sys/fn.libvlc_media_player_get_length.html
Unfortunately not yet wrapped by the rust wrapper for libvlc so it's unsafe :/
Remaining issues: cannot compute total playlist / album length
The text was updated successfully, but these errors were encountered: