mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-17 00:24:50 -04:00
Add option to set album tag to playlist name
This commit is contained in:
parent
b00f5278c4
commit
ac02f7902a
5 changed files with 34 additions and 8 deletions
|
@ -40,6 +40,7 @@ class TrackMetadata:
|
|||
* tracknumber
|
||||
* discnumber
|
||||
* tracktotal
|
||||
* disctotal
|
||||
|
||||
"""
|
||||
|
||||
|
@ -67,6 +68,7 @@ class TrackMetadata:
|
|||
self.cover = None
|
||||
self.tracknumber = None
|
||||
self.discnumber = None
|
||||
self.disctotal = None
|
||||
|
||||
# not included in tags
|
||||
self.explicit = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue