hidamari
hidamari copied to clipboard
Multi monitor feature for video
Added feature for issue https://github.com/jeffshee/hidamari/issues/46
- Added right click context menu for items in iconview and for apply button.
- Each monitor added to context menu to set which monitor to set and also "Set All" option.
- Added option for mute audio when there is maximized window(just mute, no stop)
- Used
from screeninfo import get_monitors
for getting monitor infos. Indexes same as videos from configs. - Updated default config for setting multi monitor. JSON file kept like
"data_source": [ "/home/xaprier/Videos/Hidamari/ironman2.mp4", "/home/xaprier/Videos/Hidamari/ironman1.mp4" ],