kozaka-tv / Rocksmith-Servant

MIT License
6 stars 5 forks source link

Add filter to __get_songs_from_db #228

Open kozaka-tv opened 4 months ago

kozaka-tv commented 4 months ago

TODO add: 'and colTagged != 'ODLC'?' to the SQL Query

songs = cur.execute("SELECT distinct colFileName FROM songs where colArtist like ? and colTitle like ?", ("%" + artist + "%", "%" + title + "%")).fetchall()