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
According to "README.md", the "-rN" option: "repeat thumbnail generation each N seconds, N=0 means disable repetition (default: 0)". However, in main.cpp, the call to getopt() includes "r:", but the parser itself does not handle the option. Is it just plain not implemented? There appears to be no other reference to the word "repeat" in the source.
The text was updated successfully, but these errors were encountered:
According to "README.md", the "-rN" option: "repeat thumbnail generation each N seconds, N=0 means disable repetition (default: 0)". However, in main.cpp, the call to getopt() includes "r:", but the parser itself does not handle the option. Is it just plain not implemented? There appears to be no other reference to the word "repeat" in the source.
The text was updated successfully, but these errors were encountered: