mhogomchungu / media-downloader

Media Downloader is a Qt/C++ front end to yt-dlp, youtube-dl, gallery-dl, lux, you-get, svtplay-dl, aria2c, wget and safari books..
GNU General Public License v2.0
1.34k stars 101 forks source link

How to download videos in a playlist in reverse order? #389

Closed RevanMardagh closed 2 months ago

RevanMardagh commented 2 months ago

I have used --playlist-reverse in download options and in engines default options but doesnt work. Am I missing something?

mhogomchungu commented 2 months ago

Yt-dlp playlist options do not work because Media Downloader calls yt-dlp with each entry in the UI as an independent entity.

The only way to support this option is inside Media Downloader and I think the best way to do it is to add a context menu option to reverse the entries in the UI or to add entries in the UI in a reverse order.

RevanMardagh commented 2 months ago

Alright, thanks for the response. :) Will be checking release changelogs every time 😉

mhogomchungu commented 2 months ago

--playlist-reverse option is now supported and you can use a version with the support if you are using windows by downloading a git version from below link.

https://github.com/mhogomchungu/media-downloader-git/releases

RevanMardagh commented 2 months ago

Will it be added in an official release?

mhogomchungu commented 2 months ago

The next version will be released on May 1st, 2024.

You can wait until then to use the functionality with a new version or you can use the functionality now by using a git version, the choice is yours.

RevanMardagh commented 2 months ago

Thanks! :D

mhogomchungu commented 1 month ago

New version is out

https://github.com/mhogomchungu/media-downloader/releases/tag/4.6.0