1
0
mirror of https://github.com/bspeice/Melodia synced 2025-07-06 00:14:44 -04:00

Playlist import code, various cleanups

This commit is contained in:
Bradlee Speice
2013-01-15 13:32:34 -05:00
parent 43bd55d1f5
commit 8125942901
4 changed files with 62 additions and 5 deletions

View File

@ -12,7 +12,7 @@ and helps in doing sorting etc.
_default_title = "_UNAVAILABLE_"
_default_artist = "_UNAVAILABLE_"
_default_album = "_UNAVAILABLE_"
_default_release_date = datetime.datetime.now #Function will be called per new song, rather than once at loading the file
_default_release_date = datetime.datetime.now #Function will be called per new song, rather than only being called right now.
_default_genre = "_UNAVAILABLE_"
_default_bpm = -1
_default_disc_number = -1