-
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Multi monitor feature for video (#153)
* Added multi monitor feature for local videos - Created a menu when user clicked on apply to set to which monitor - Updated VideoPlayer to work well for multi monitor support. * Monitor module moved and default config template set * Added pip requirement Only tested with specific version of screeninfo * Added mute when maximized window added - Added option to mute audio when focused maximized/fullscreen instance - Added right click context menu to selection of monitor for each item - Update meson file to add monitor.py * Added state for checking is it same with last * Fixed a bug - Fixed bug when mute when maximized option is enabled. There was no voice although it minimized window on first startup. * Added changes for reviews * Monitor initialize on default config * Monitors changed into dict instead of list * Some changes for working on multiple monitors with new implementation of config * Migration from old config to this implementation should be handled as write into default section in dict. * If there is no video source on monitor must be handled to default. * Fixed bug on set for all option * Checking missing monitors and default section added * Fixed bug on setting default value from another sources * WebPage and Stream modes handled with Default source * fix: set_static_wallpaper `expected str, bytes or os.PathLike object, not dict` * change: config and method * fix: config migration * Default section removed from selection list and will update on every source change * change: bump version --------- Co-authored-by: jeffshee <[email protected]>
- Loading branch information
Showing
11 changed files
with
503 additions
and
142 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
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.
c575020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Many thanks!!!