Added requirements.txt and loading of track metadata.

This commit is contained in:
The Wobbler 2024-12-29 13:50:19 +01:00
parent af2b7b6c8d
commit 8fbb40d2f9
4 changed files with 12 additions and 3 deletions

View file

@ -32,6 +32,8 @@ class Playlist:
file.close()
lines = m3u.split("\n") # m3u entries
lines = lines[:-1]
print(lines)
i = 0