When Rythm bot creates a comment that is an announcement, save the songs timestamped for future use in playlist creation
It may be useful to get the exact search that the user input incase the video title is sparse, however this may not be feasible
It would also make sense to log if a song gets skipped successfully (we wouldn't want that in a playlist)
To save them, we could just use sqlite so we don't need to spin up a database
When Rythm bot creates a comment that is an announcement, save the songs timestamped for future use in playlist creation It may be useful to get the exact search that the user input incase the video title is sparse, however this may not be feasible
It would also make sense to log if a song gets skipped successfully (we wouldn't want that in a playlist)
To save them, we could just use sqlite so we don't need to spin up a database