Resolution issues (i.e. formatting downloaded file's title)
I have reported this previously, but maybe I wasn't clear enough or didn't give you enough options. In the configuration section that relates to the formatting of filenames for downloaded files (i.e. Configuration ==> General ==> Downloads ==> Filename format for downloaded files"), you show as 1 of your options, "%res%.
The example shown, when this option is selected depicts the output filename would add a string as shown here:
04:05:00
However, that is impossible, because Windows won't let you use any of the following characters in file or folder names:
\ (backslash), / (forward slash), : (colon), * (asterisk), ? (question mark),
" (double quote), < (left angle bracket), > (right angle bracket), | (vertical bar)
So, downloaded files cannot be formatted in this way. Just now, as a test on version 4.5.2562.0, I tried to download an MP3 of "Theme from a 'Summer Place'", which is 2 minutes and 23 seconds long, and the program returned the string, "00 02 23" (i.e. no colons).
Previously, I suggested for you to use a format such as "99h99m99s", while also zero-suppressing leading zeroes, as well as suppressing unimportant leading segments.
Examples of this would be:
4h05m00s, rather than 04h05m00s for 4 hours and 5 minutes
5m00s, rather than 00h05m00 to represent 5 minutes and 0 seconds
15s, rather than 00h00m15s to show that the clip is only 15 seconds long
So, in this way, you only show only significant fields, which is very readable and saves space as well.
However, if you don't want to do that, if it is too difficult to program, or you just don't like the look, please consider either 04-05-00, or 04.05.00 as alternative output formats, though dashes might give the impression you are depicting a date.
As it is, you are showing a format that cannot be displayed as shown so, which is not only confusing, but incorrect. Still, another, final option (other than to ignore me again) is to show the format as it REALLY would be displayed, not as you are showing now. However, that format requires me to edit every single filename for every file I download.