You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love the placeholder feature to name my downloads using a external downloader, however I think a file extension placeholder needs to be added in order to really use it properly.
With aria2 I'm trying to name my downloads date first, then entry title like this:
I love the placeholder feature to name my downloads using a external downloader, however I think a file extension placeholder needs to be added in order to really use it properly.
With aria2 I'm trying to name my downloads date first, then entry title like this:
aria2c -d {directory -o }{date}.{filename_title} {link}
but that gets me a file with no extension. I can add a .mp3 at the end, but not all of my feeds use mp3. I would love to be able to do:
aria2c -d {directory -o }{date}.{filename_title}.{filename_ext} {link}.
Thanks
The text was updated successfully, but these errors were encountered: