Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 625 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 625 Bytes

MICA - MedIa Control Application

Components and capabilities

Core

  • events - Manages handlers and events
    • add event handler
    • call event (executed in separate thread)
  • settings - Store application configuration(in .ini format)

Modules

  • browser (chrome)
    • open link by url
    • open YouTube video by query
    • show gifs by query (interval taken from config)
  • listener - call events based on voice input
  • web_interface - control app from external browser
    • call events
    • change settings
  • updater
    • update and restart app on git updates (can be disabled in config)