Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Converted MP3 modified date and created date. #10112
Comments
|
|
I downloaded a play list and convert it to MP3 using this command line:
time youtube-dl -ci --playlist-start=1 --playlist-end=-1 -x --audio-format mp3 https://www.youtube.com/playlist?list=someplaylist -o "%(title)s.%(playlist_index)s" | tee log.log
All is well, except the mp3 files' "Date Modified" and "Date Created" is the date when the media was uploaded to the server. How do I make the timestamp for at least "Date Created" to be the date the mp3 file was actually created?