-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
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
Modified time of video #73
Comments
Thank you for using my GUI. As I designed this GUI to bypass the merging action of yt-dlp (i.e., combining the video and audio streams), I have yt-dlp skip calling ffmpeg and instead call ffmpeg from the GUI for merging. This allows for more control, but it also means that the |
Thanks for the quick reply, I'm mostly just looking to have the date of my videos to be the date uploaded on youtube, I'm not actually sure if that is the modification time, but it's close enough, so an option to set the date would be great! |
Hello, apologies for the lengthy message. I have reviewed and verified data from several YouTube videos regarding the Based on my understanding of your response, the Anyway, if there are no other issues, I think I can implement this feature in the next version. Please feel free to share any thoughts or ideas you may have. |
No problem! Ah yes, I think sometimes the youtube channel may make small changes to their video and this would change the modification time, but upload date would stay the same causing the difference in time? I think providing an option would be best for whichever people prefer, maybe adding another dropdown menu to the UI for the file date? The download time could be the default, then two more options for using the upload date or modification time instead. |
Hello, I have released a new version that allows users to set either modification time or upload date. Due to significant changes in the new version, there may be some rough edges. If you're interested, you can try it out and see how it works. |
Hi, with this gui, the date of the videos I download are based on when I downloaded them. With yt-dlp, it uses the last modified time by default. I prefer having this for the date. I found out that I need to set "--mtime" in my conf file. I tried it, but it still uses the download date. A problem on my end or a bug? The other settings in my conf seem to work fine.
Thanks.
The text was updated successfully, but these errors were encountered: