RahulShaw / LinuxAcademy-DL

Download videos from your LinuxAcademy account for offline viewing
MIT License
65 stars 44 forks source link

Format lesson sequence number with leading 0's for sortability #35

Open lyricnz opened 4 years ago

lyricnz commented 4 years ago

That way the files sort naturally, and can be added to playlists etc in the right order. Since we know how many lessons are present before they are downloaded, the width of the format-string can be dynamically set to the number of digits in the biggest number (usually will be 2).

lyricnz commented 4 years ago

Here's a commit from my fork which does this https://github.com/RahulShaw/LinuxAcademy-DL/commit/eac5c61fae7e9ca4fc1382cd9a3285be9f367c56 No PR since I've already merged the platform/path fix mentioned previously