Skip to content

Commit

Permalink
Merge pull request TheAMM#10 from gourlaysama/fix/network-thumbnailin…
Browse files Browse the repository at this point in the history
…g-via-playlist

Fix network thumbnailing via playlist workaround
  • Loading branch information
marzzzello committed Feb 5, 2022
2 parents c93ae22 + f32e086 commit 6282073
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/thumbnailer_shared.lua
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ function Thumbnailer:prepare_source_path()
-- This skips ytdl on the sub-calls, making the thumbnailing faster
-- Works well on YouTube, rest not really tested
file_path = mp.get_property_native("stream-path")
file_path = file_path:gsub(",ytdl_description.+", "")

-- edl:// urls can get LONG. In which case, save the path (URL)
-- to a temporary file and use that instead.
Expand Down

0 comments on commit 6282073

Please sign in to comment.