jely2002 / youtube-dl-gui

A cross-platform GUI for youtube-dl made in Electron and node.js
GNU Affero General Public License v3.0
6.65k stars 471 forks source link

playlist_index doesn't work #292

Open ItsTHEAvro opened 2 years ago

ItsTHEAvro commented 2 years ago

According to yt-dlp output template playlist_index should add the index of the video in the playlist to the filename. I've tried with "Custom" settings and this %(playlist_index)s-%(title).200s.%(ext)s and %(playlist_index)2d-%(title).200s.%(ext)s but they don't work. Some playlists don't have any numbering in the video titles but they are meant to be watched in order. Please check this issue out ASAP. Thanks!

J-p-24 commented 2 years ago

This outputting format works fine when used in other youtube-dl based apps (like Youtube-DLG) but as OP says, it doesn't add the index number in this app. Would be good to have this fixed as this app is otherwise excellent!

Nirvanatin commented 2 years ago

I need this feature too.

brucefu225 commented 2 years ago

We need this function worked normally.