-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Manually updating will no longer reset the settings file - Removed unused code - Tray app updates rather than swap - Threading interaction between keyboard presses and tray app is better - Play File now clears music and done queue - Found new bug (spamming of next song; use Exit to stop the music if you do this) - Startup and auto update work with just python files
- Loading branch information
Showing
6 changed files
with
116 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,6 @@ dist/ | |
__pycache__/ | ||
venv/ | ||
settings.json | ||
test.py | ||
test.py | ||
test.pyw | ||
test.spec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,6 @@ PyInstaller | |
pynput | ||
PySide2 | ||
PySimpleGUIQt | ||
PySimpleGUIWx | ||
requests | ||
pypiwin32 |
Oops, something went wrong.