forked from Wobbl/Wobuzz
Implemented displaying of tracks in a QTreeWidget.
This commit is contained in:
parent
10c36b37a1
commit
af2b7b6c8d
11 changed files with 90 additions and 19 deletions
|
@ -16,6 +16,8 @@ class Track:
|
|||
self.property_string = property_string
|
||||
self.cached = cache
|
||||
|
||||
# get filename (will be replaced by proper name getter in future)
|
||||
self.title = path.split("/")[-1].split(".")[0]
|
||||
self.audio = None
|
||||
self.sound = None
|
||||
self.duration = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue