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
Currently, downloaded videos are saved in a .txt file which is not very handful. Informations like the song title, Spotify song ID, YouTube video title, YouTube video length and YouTube ID are missing. Also the downloaded file name and timestamps are missing.
Those informations should be added and saved in a structured format e.g. JSON, CSV or even a database like SQLite. This improvement makes these informations accessible for further use, e.g. when periodically syncing your Spotify library.
For fast implementation these informations can be saved as CSV which makes conversions to other types of structured data easy.
The text was updated successfully, but these errors were encountered:
Currently, downloaded videos are saved in a .txt file which is not very handful. Informations like the song title, Spotify song ID, YouTube video title, YouTube video length and YouTube ID are missing. Also the downloaded file name and timestamps are missing.
Those informations should be added and saved in a structured format e.g. JSON, CSV or even a database like SQLite. This improvement makes these informations accessible for further use, e.g. when periodically syncing your Spotify library.
For fast implementation these informations can be saved as CSV which makes conversions to other types of structured data easy.
The text was updated successfully, but these errors were encountered: