added stuff

This commit is contained in:
Lars Noack
2023-01-30 15:57:01 +01:00
parent 39404dbbed
commit b46b9f5149
4 changed files with 9 additions and 6 deletions

View File

@@ -30,10 +30,6 @@ cache = music_kraken.database.new_database.Database("test.db")
cache.reset()
def print_song(song_: Song):
print("tracksort", song_.tracksort, sep=": ")
# print("ID3", song_.metadata)
print(str(song_.metadata))
print("----src----")
print("song:")
@@ -81,11 +77,12 @@ song = Song(
print_song(song)
exit()
song_ref = song.reference
cache.push([song])
exit()