first dump I could find from my laptop

This commit is contained in:
Jonas_Jones 2023-08-31 12:58:45 +02:00
parent 8d949a52b0
commit 034419b9a5
5 changed files with 310 additions and 0 deletions

3
trackduration-sum.py Normal file
View file

@ -0,0 +1,3 @@
total_duration = sum(track['duration'] for track in all_scrobbles)