We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello! Great work on TCD. Youtube-dl allows custom filenames, and I think it would be nice to support this with TCD. For example:
--output ".%DownloadFolderName%%%(upload_date)s - %%(view_count)s views - %%(title)s - %RootFolderName% (ID %%(id)s).%%(ext)s"
Might become:
20190710 - 205 views - My stream test! Come watch me play - MyUserName (ID v452045149).mp4
And if TCD supported something similar, I could name my chat log backups in detail, similar to the above! Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello! Great work on TCD. Youtube-dl allows custom filenames, and I think it would be nice to support this with TCD. For example:
--output ".%DownloadFolderName%%%(upload_date)s - %%(view_count)s views - %%(title)s - %RootFolderName% (ID %%(id)s).%%(ext)s"
Might become:
20190710 - 205 views - My stream test! Come watch me play - MyUserName (ID v452045149).mp4
And if TCD supported something similar, I could name my chat log backups in detail, similar to the above! Thank you!
The text was updated successfully, but these errors were encountered: