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
Currently, two ytdl requests are required to play a video - one when queueing it and one when playing it back. This can be reduced to one by caching the entire video info downloaded and then using ytdl downloadFromInfo to play it. This could also be applied to saved videos, though here we have to make sure that the lethe-data.json file doesn't get too large.
The text was updated successfully, but these errors were encountered:
Currently, two ytdl requests are required to play a video - one when queueing it and one when playing it back. This can be reduced to one by caching the entire video info downloaded and then using ytdl
downloadFromInfo
to play it. This could also be applied to saved videos, though here we have to make sure that thelethe-data.json
file doesn't get too large.The text was updated successfully, but these errors were encountered: