akhilrex / podgrab

A self-hosted podcast manager/downloader/archiver tool to download podcast episodes as soon as they become live with an integrated player.
GNU General Public License v3.0
1.61k stars 88 forks source link

[Feature Request][Kinda Bug] Include leading zeros with appended episode numbers. #266

Open DerLeole opened 1 year ago

DerLeole commented 1 year ago

This is ultimately a feature request to make podgrab work better with Audiobookshelf.

When checking the setting options "Append episode number to episode file name" single digit episode numbers do not include leading zeros, which in some sorting systems leads 10 to appear before 1 and so on.

Especially the automatic scanner for audiobookshelf is confused by this. Changing the numbering system to include leading zeros (potentially multiple of them if the episode count is above 99, 999, ...), would fix this.

Additionally I would love the option (or make it the default) to include a singular "#" symbol in front of the numbers. This doesn't change sorting in any way, but is actually the best-practice as recommended by audiobookshelf (https://www.audiobookshelf.org/docs#podcast-directory-structure).

Thank you for this awesome software and would love to see these changes/fixes implemented :)

fedders commented 1 year ago

Agree!

katbyte commented 10 months ago

+1 - this also helps when sorting/moving files around

kotituti commented 8 months ago

I will be working on this project and will try to give it some usability improvements. @DerLeole I will be working on the second part of your request in the next comming days.