-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit mainly fixes how mpv events are processed. See: #19 - Since some mpv event are deprecated, "mpv_observe_property" is being used instead of MPV_EVENT_PAUSE and MPV_EVENT_UNPAUSE - mpv's default "idle" option for libmpv is now always set to off/no as it provided no use and can't be loaded before user options, sorry. - Pausing functions should now behave a little better with less race conditions. - Cleaning up mpvpaper has been improved by also fixing some race conditions. - Turned some mpv_command_async calls into mpv_command as it was not necessary. - Some error messages have been modified/created - Stopped creating a pthread for a watch list if the file is empty - Add signal handlers for SIGQUIT and SIGTERM to exit mpvpaper
- Loading branch information
Showing
1 changed file
with
62 additions
and
29 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