Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A few improvements #27

Open
wants to merge 81 commits into
base: master
Choose a base branch
from
Open

A few improvements #27

wants to merge 81 commits into from

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    dbfeef6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4a664a View commit details
    Browse the repository at this point in the history
  3. fix conf file names

    eugenesvk committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    7e012a0 View commit details
    Browse the repository at this point in the history
  4. reformat slightly

    eugenesvk committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    4cdde17 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. rename to mpvi

    eugenesvk committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    d39da2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e6f946 View commit details
    Browse the repository at this point in the history
  3. std: add OSD dimension checker to std

    Valid OSD means not only that 'OSD-dimensions' property returns a table,
    but also that the values of this table are non-0
    eugenesvk committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    3c63d68 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ebb99db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f22279f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e802c03 View commit details
    Browse the repository at this point in the history
  7. image pos: reformat

    eugenesvk committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    7933d6d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0738ed2 View commit details
    Browse the repository at this point in the history
  9. ruler: reformat

    eugenesvk committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    e47936e View commit details
    Browse the repository at this point in the history
  10. minimap: replace legacy API with OSD overlay

    Avoids conflicts with other script within the same folder since it provides unique IDs
    eugenesvk committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    8823a1f View commit details
    Browse the repository at this point in the history
  11. minimap: reformat

    eugenesvk committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    328a986 View commit details
    Browse the repository at this point in the history
  12. minimap: reformat

    eugenesvk committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    4c0d331 View commit details
    Browse the repository at this point in the history
  13. status_line: replace legacy API with OSD overlay

    Avoids conflicts with other script within the same folder since it provides unique IDs
    eugenesvk committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    7bee83a View commit details
    Browse the repository at this point in the history
  14. status_line: reformat

    eugenesvk committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    32ab7c6 View commit details
    Browse the repository at this point in the history
  15. ruler: replace legacy API with OSD overlay

    Avoids conflicts with other script within the same folder since it provides unique IDs
    eugenesvk committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    671cb13 View commit details
    Browse the repository at this point in the history
  16. ruler: reformat

    eugenesvk committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    e78dc02 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9335066 View commit details
    Browse the repository at this point in the history
  18. load detect_image last

    it sends messages to other scripts, so better load those earlier
    eugenesvk committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    fa77f3b View commit details
    Browse the repository at this point in the history
  19. image position: fix typo

    eugenesvk committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    1e3d7bb View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4af0d14 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. Configuration menu
    Copy the full SHA
    edff8d9 View commit details
    Browse the repository at this point in the history
  2. image pos: track OSD settings to ensure alignment is set on launch

    Still not 100% correct as window scaling may emit two OSD property change events, so we trigger alignment on 2 non-zero OSD calls
    BUT: we can't differentiate whether this was auto-scaling-call on launch or a valid user call, so user's first manual alignment might get overriden by this fix
    eugenesvk committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    c517171 View commit details
    Browse the repository at this point in the history
  3. image pos: reformat

    eugenesvk committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    baba243 View commit details
    Browse the repository at this point in the history
  4. change border alignment to more 'natural' directions

    -1 left/down
    +1 right/up
    eugenesvk committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    c954576 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fd6364c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e5a14aa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7baa3e2 View commit details
    Browse the repository at this point in the history
  8. image pos: reformat

    eugenesvk committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    03fe81b View commit details
    Browse the repository at this point in the history
  9. add observe_print to std

    eugenesvk committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    b538a99 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a0b65e3 View commit details
    Browse the repository at this point in the history
  11. image position: reformat

    eugenesvk committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    976b0e1 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. Configuration menu
    Copy the full SHA
    d39d7f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7972daf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    410ee55 View commit details
    Browse the repository at this point in the history
  4. image pos: reformat

    eugenesvk committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    7ef0cec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e5bcbcc View commit details
    Browse the repository at this point in the history
  6. image pos: partial fix for overshoots

    Helps with 1pixel overshoots, but not with bigger ones
    eugenesvk committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    41e0ace View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    61fdec0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a945de7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1258cae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8965f48 View commit details
    Browse the repository at this point in the history
  5. std: import MPV options,msg

    eugenesvk committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    b3f8526 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c8da077 View commit details
    Browse the repository at this point in the history
  7. lib: add YAML parser

    eugenesvk committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    46c881d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2413c36 View commit details
    Browse the repository at this point in the history
  9. detect img: use YAML config

    eugenesvk committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    533bfca View commit details
    Browse the repository at this point in the history
  10. detect img: rename config

    eugenesvk committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    f9af0e5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3ca2e08 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    636723e View commit details
    Browse the repository at this point in the history
  13. config: replace with YAML

    eugenesvk committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    97198c9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6e5ed6d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    547e12f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    55e3bb2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1c411a7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d70e472 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d41652c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7a71b0e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3b2e298 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f337ea4 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    94b5526 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    fb42227 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    14dc67b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    80fb2c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    6a57f85 View commit details
    Browse the repository at this point in the history
  2. status line: add OSD text/border color/opacity

    Allows to set these in a better color space vs the default hex
    eugenesvk committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    a93e370 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. color: add hsv and okhsv

    eugenesvk committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    45335ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca291d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9639884 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fabda9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f89d0ae View commit details
    Browse the repository at this point in the history
  6. color: add convert2hex

    eugenesvk committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    e9a846b View commit details
    Browse the repository at this point in the history
  7. color: add license

    eugenesvk committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    4e0abe3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aadf34e View commit details
    Browse the repository at this point in the history
  9. status line: update config

    eugenesvk committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    5f010de View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ccdbc8e View commit details
    Browse the repository at this point in the history
  11. add profile to input.conf for conditional loading

    reformat to tabular view
    add more image movement commands
    eugenesvk committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    191cbc2 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    3f4c548 View commit details
    Browse the repository at this point in the history