-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- always have Crash detection enabled; changing random playback
functionality in order to achieve that - all players will try to catch HTTP errors 403, 404, 503 through Crash detection and http_error - adding player counter id to log.write; this way we will not display a message coming from a terminating updateStatus thread - adding message id to log.write; this way we will not display a message coming from a terminating updateStatus thread - log.write will provide a consistent indication if player is in playback or not (self._player_stopped) - config: Clock default format is now HH:MM - started addding strings to common.py: M_STRINGS
- Loading branch information
Showing
7 changed files
with
465 additions
and
210 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
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
Oops, something went wrong.