Guido Cella
Guido Cella
Then just use `fuzzydir.lua`.
Does `--vo=gpu-next` fix it?
Does `--gpu-shader-cache=no` fix it?
`--icc-cache=no` should fix it then.
If you play a regular youtube video as the second argument after a playlist it keeps the previous playlist title, is there a way to reset it? The commit works...
That seems fine.
Tables are assigned by reference. But always using the same metadata for all URLs is wrong if you play multiple playlists and navigate back and forth between them, so metadata...
I mean if you play 2 unrelated playlists, go to the second one, then go back to the first one, it now has the playlist title and id of the...
To associate the correct metadata to videos contained in multiple playlists, can't you associate metadata to playlist urls instead of video urls, and set it based on `playlist-path`?
Here it is: ```diff diff --git a/player/lua/ytdl_hook.lua b/player/lua/ytdl_hook.lua index 7e31177ef7..d878238a2d 100644 --- a/player/lua/ytdl_hook.lua +++ b/player/lua/ytdl_hook.lua @@ -27,6 +27,7 @@ end) local chapter_list = {} local playlist_cookies = {} +local playlist_metadata...