kozaka-tv / Rocksmith-Servant

MIT License
6 stars 5 forks source link

refactor __find_existing_song_filenames_from_db_according_to_the_requests #253

Open kozaka-tv opened 3 months ago

kozaka-tv commented 3 months ago

__find_existing_song_filenames_from_db_according_to_the_requests TODO refactor this and move parts or the complete method into song_loader_helper.py

for song_filename in songs_in_the_db: TODO if it is possible, do not create always a new SongData. If it is already exists, just reuse it, just search in a list

TODO is this really needed? It just updates tags in song data update_tags_in_song_data(song_data, sr)