Skip to content

Commit

Permalink
Update music_caster.py
Browse files Browse the repository at this point in the history
  • Loading branch information
elibroftw committed Jul 15, 2019
1 parent 40ffc16 commit a66a800
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions music_caster.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,6 @@
from winerror import ERROR_ALREADY_EXISTS
import sys

# TODO: repeat and repeat all
# TODO: set volume
# TODO: test auto update. Need to create github repo
# TODO: refresh list menu option
# TODO: toast notifications
# TODO: seeking
# TODO: make a list view of all music files when play file is selected
# TODO: playlist support
# TODO: Add gui for settings
# TODO: virtual env

mutex = win32event.CreateMutex(None, False, 'name')
last_error = win32api.GetLastError()

Expand Down

0 comments on commit a66a800

Please sign in to comment.