github ErrorFlynn/ytdlp-interface v1.8.0

latest releases: v2.11.1, v2.11.0, v2.10.0...
15 months ago

Changes

  • added the ability to select which videos to download from a YT playlist (access in queue menu)
  • improved the playlist indexing with optional zero padding (checkbox in settings)
  • added the option to put playlist videos in their own folder
  • improved the filename detection for the Open file queue menu command
  • output folders with Unicode characters in the path should work properly now
  • clicking a second time on the URL box now adds the pasted link to the queue
  • the size and position of the main window is now remembered (Ctrl+Num0 resets to default)

The zero padding for the filenames of playlist videos automatically adds the appropriate amount of zeroes, according to the size of the playlist (if it has tens of videos, up to one zero; if it has hundreds of videos, up to two zeroes, etc). Adding leading zeroes to the index number is important for the filenames to appear in proper order when viewed in a file manager (which sorts the filenames lexicographically).

Clicking a second time on the URL box (with the same text in the clipboard) now adds the pasted text (presumably a URL) to the queue, but only if the text has a single line (to preempt the possibility of the clipboard containing random non-URL text due to user error).

Don't miss a new ytdlp-interface release

NewReleases is sending notifications on new releases.