Commit Graph

69 Commits

Author SHA1 Message Date
tomasklaen
7f2803046a feat: add time_precision option
Number that determines sub second fraction precision to display in timeline timestamps. Default is `0`.

closes #127
2022-08-23 22:39:08 +02:00
tomasklaen
7eca20008e Implement timeline_chapters_width option
closes #119
2022-08-22 11:14:10 +02:00
tomasklaen
2b9ce54b86 Tweak defaults 2022-08-22 10:43:56 +02:00
tomasklaen
b37082d185 Remove timeline_elements option 2022-08-21 14:14:59 +02:00
tomasklaen
cb542459bd Implement timeline_elements option 2022-08-20 21:28:30 +02:00
tomasklaen
f85d7cfcdc Prefix chapters and chapters_opacity options with timeline_ 2022-08-20 20:59:37 +02:00
tomasklaen
814edb52cb Implement line timeline style 2022-08-20 20:55:24 +02:00
christoph-heinrich
f2264a5bf2 Menu width configuration 2022-08-17 16:01:43 +02:00
christoph-heinrich
5f31a248ee Allow speed to be modified by a factor 2022-08-15 10:22:15 +02:00
Christoph Heinrich
ca885c9ec0 Add UI scaling
Fixes #81

Uses a new option `ui_scale` for scaling the UI as well as the
`display-hidpi-scale` property.
Has been inspired by the scaling in console.lua
2022-08-14 13:24:42 +02:00
aescanes
e12051820c add default_directory option for conf file 2022-07-15 22:22:12 +02:00
tomasklaen
82575c90b9 Tweak menu_button 2022-01-11 10:03:41 +01:00
oumaek
7b329953b4 Add menu button widget (#63) 2022-01-11 09:23:53 +01:00
tomasklaen
fd7e4b6c05 Add top_bar option
Possible values:
- never
- no-border: in windowed mode when border is disabled, or fullscreen
- always

Closes #15
2021-09-13 09:24:57 +02:00
darsain
8af663f4ff Add curtain_opacity option
ref #45
2020-12-12 10:04:34 +01:00
Tomas Sardyha
755194352f Add persistency options
This enables elements to always be visible in configured states.
For example, setting `timeline_persistency=paused,audio` will make timeline always visible when playback is paused, or when audio file is open.

Available states: paused, audio

Available options and their defaults:
```
timeline_persistency=
volume_persistency=
speed_persistency=
top_bar_persistency=
```

resolves #42
2020-12-03 10:50:19 +01:00
Tomas Sardyha
0539187748 Implement pause-indicator commands instead of short resume filtering
Usage:

Set option `pause_indicator=manual`.

For flashing the indicator, add to bindings:

```
space  cycle pause; script-binding uosc/flash-pause-indicator
```

Or this for the static one:

```
space  cycle pause; script-binding uosc/decide-pause-indicator
```

ref #44, fixes #40
2020-12-03 10:50:19 +01:00
Tomas Sardyha
7d9c2b8454 Update documentation 2020-11-07 10:13:03 +01:00
Tomas Sardyha
c9b22efc2d Add stream quality menu
ref #9
2020-11-05 17:06:03 +01:00
Tomas Sardyha
9bfd181675 Render window border in no-border mode
ref #41
2020-11-05 13:39:06 +01:00
Tomas Sardyha
47b0dd9358 Increase default flash_duration value to 1000 2020-10-19 16:42:25 +02:00
Tomas Sardyha
0d9e695425 Add total_time option
closes #33
2020-07-14 11:39:15 +02:00
Tomas Sardyha
ba3ec240cc Switch to minimal sponsor block ranges support. 2020-06-20 09:17:16 +02:00
Eva
5401545759 Support for sponsorblock categories (#31) 2020-06-20 09:06:37 +02:00
Tomas Sardyha
16342f80f7 Clarify flash_duration option description 2020-05-17 15:26:21 +02:00
Tomas Sardyha
f9c4d96bb1 Re-implement element flashing with explicit commands instead of magical options
ref #22
2020-05-17 15:21:01 +02:00
Tomas Sardyha
2d73625c7a Unify window controls and title into a more configurable top_bar entity
closes #17
2020-05-11 12:40:46 +02:00
Tomas Sardyha
b5920c52db Separate window title and controls
closes #15
2020-05-11 12:00:24 +02:00
Tomas Sardyha
d627699208 Make wasd and hjkl menu navigation optional
closes #14
2020-05-11 11:28:27 +02:00
Tomas Sardyha
ac27994c83 Tweak speed widget 2020-05-06 13:36:51 +02:00
Tomas Sardyha
dbf5150509 Correct default option discrepancies 2020-05-06 12:53:50 +02:00
Tomas Sardyha
0fd5e11855 Add {element}_font_scale and font_bold options 2020-05-01 11:05:17 +02:00
Tomas Sardyha
c40d110a1c Add an option to disable window controls 2020-05-01 10:15:27 +02:00
Tomas Sardyha
e9451be252 Add timeline_start_hidden option 2020-04-24 10:19:37 +02:00
Tomas Sardyha
c8c5409ed5 Add flashing pause indicator 2020-04-21 16:48:54 +02:00
Tomas Sardyha
c5f320b1bc Add timeline seeking on scroll wheel, and normalize _rounding options into _step 2020-04-20 21:25:26 +02:00
Tomas Sardyha
257f9e4d8b Add pause indicator
closes #8
2020-04-20 20:49:32 +02:00
Tomas Sardyha
87173dd01a Refactor flashing, add speed_flash, tweak options 2020-04-19 21:08:25 +02:00
Tomas Sardyha
cf55e74a25 Add playback speed control widget 2020-04-19 16:17:46 +02:00
Tomas Sardyha
cfaffc485e Update config examples 2020-04-15 11:38:39 +02:00
Tomas Sardyha
f6da62b863 Tweak menu styling and button interception 2020-04-13 23:08:56 +02:00
Tomas Sardyha
e738d67b62 Use more robust default chapter_ranges 2020-04-13 14:53:33 +02:00
Tomas Sardyha
9d1694e993 Fix bugs in example config 2020-04-13 14:18:13 +02:00
Tomas Sardyha
c584459461 2.0.0 2020-04-12 19:44:17 +02:00
Tomas Sardyha
9c9a10d697 Use some useful default chapter_ranges 2020-04-12 15:15:46 +02:00
Tomas Sardyha
b79b5aab6e Update docs 2020-04-12 14:16:08 +02:00
Tomas Sardyha
ef1dbd2ee6 Switch pause_on_click from boolean to milliseconds configand filter out double-clicks 2020-04-12 13:02:41 +02:00
Tomas Sardyha
91cb0be42b Tweak chapter_ranges example colors 2020-04-12 00:10:15 +02:00
Tomas Sardyha
bc2576d554 Add file navigation commands 2020-04-11 23:35:44 +02:00
Tomas Sardyha
d875dc2017 Add pause_on_click option 2020-04-11 15:55:48 +02:00