mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-15 17:20:57 +03:00
downloaded files now get recorded in db.json. So when the server wants to get audio/video files, it doesn't need to recursively go through the respective folders each time - getMp4s/getMp3s API request latency is reduced ~2x (130ms -> 60ms) in testing Modified tomp3/tomp4 code to automatically add newly downloaded files to the db Added a migration so users on 3.5 or below will get their files automatically added to the db on the first run All these changes are necessary to enable easy sharing with features like timestamps