Skip to content
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

Improved history, database and statistics #82

Open
lucanello opened this issue May 18, 2020 · 1 comment
Open

Improved history, database and statistics #82

lucanello opened this issue May 18, 2020 · 1 comment

Comments

@lucanello
Copy link
Contributor

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.

@SathyaBhat
Copy link
Owner

in 7fb57a0 I added limited support for sqlite - primarly to save the youtube video id against the search the term. This can be expanded upon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants