Load metadata for non-playing songs #38

Open
opened 2024-10-30 23:13:28 +01:00 by danio · 4 comments
Member

image

I would like to see what songs will play, or be able to jump to a specific song, and for reordering

![image](/attachments/ebe65f48-9c9c-4481-afcd-8023eff5b38f) I would like to see what songs will play, or be able to jump to a specific song, and for reordering
Member

grzegors-webui had a background thread fetching the meta, maintaining a hashmap from urls to meta blobs. One shortcoming was that the fetch order was static, meaning that if you import a playlist then hit shuffle, the meta would still load in the old order

grzegors-webui had a background thread fetching the meta, maintaining a hashmap from urls to meta blobs. One shortcoming was that the fetch order was static, meaning that if you import a playlist then hit shuffle, the meta would still load in the old order
Member

i also think it was that thread that marked items red when it was unable to pull the meta

i also think it was that thread that marked items red when it was unable to pull the meta
Owner

Just to make sure I understood correctly, this issue occurs when you add one song after another, right? I've mostly tested with playlists, and they resolve all songs at once

Just to make sure I understood correctly, this issue occurs when you add one song after another, right? I've mostly tested with playlists, and they resolve all songs at once
Owner

mpv internal state is currently the single source of truth. Running the fetching script past the currently playing track has been requested before, in the context of preloading videos https://github.com/mpv-player/mpv/issues/6437#issuecomment-453795638

mpv internal state is currently the single source of truth. Running the fetching script past the currently playing track has been requested before, in the context of preloading videos https://github.com/mpv-player/mpv/issues/6437#issuecomment-453795638
oysteikt self-assigned this 2024-11-04 20:50:38 +01:00
Sign in to join this conversation.
No description provided.