forked from Wobbl/Wobuzz
Added requirements.txt and loading of track metadata.
This commit is contained in:
parent
af2b7b6c8d
commit
8fbb40d2f9
4 changed files with 12 additions and 3 deletions
|
@ -32,6 +32,8 @@ class Playlist:
|
|||
file.close()
|
||||
|
||||
lines = m3u.split("\n") # m3u entries
|
||||
lines = lines[:-1]
|
||||
print(lines)
|
||||
|
||||
i = 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue