hidamari icon indicating copy to clipboard operation
hidamari copied to clipboard

Multi monitor feature for video

Open xaprier opened this issue 8 months ago • 25 comments

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"
    ],
    

xaprier avatar Jun 08 '24 13:06 xaprier