-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some ytdl Youtube EDLs can be even 150 kilobytes long, which is much too much for commandline and even playlist files (mpv can handle 8k characters on one line). If a file path (url) is over 8k characters long, use original path (url) and permit the use of ytdl. This will be slow, but it will work. If a file path is over 1k characters long (but less than 8k), save it to a temporary playlist and play that. 1k may be too long for Windows commandline; I didn't really check.
- Loading branch information
Showing
1 changed file
with
47 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters