Commit Graph

258 Commits

Author SHA1 Message Date
tomasklaen
ee84bf75c7 2.17.0 2022-04-30 22:08:21 +02:00
tomasklaen
7a0c648ae7 Add default_directory option
resolves #72
2022-04-30 21:53:21 +02:00
tomasklaen
bff64dc1ad 2.16.0 2022-03-21 09:26:06 +01:00
Till
b0b5ceb85d Also allow '#menu:' as keyword instead of '#!' in input.conf
Apparently lua patterns don't have syntax which does (#!|#menu:), so it is split with the if statement
2022-03-21 09:09:57 +01:00
Till
f1fd971795 keep playlist on delete-file-next command
If the delete-file-next command is used and there is a playlist, the playlist will continue with the next file of it, instead of loading the next file in the directory and discarding the playlist.
2022-03-21 09:09:57 +01:00
Till
e2b456142f add flash-top-bar command
useful for seeing the video title when switching files
2022-03-21 09:09:57 +01:00
tomasklaen
9dcc1cfd17 2.15.1 2022-02-12 15:50:37 +01:00
tomasklaen
11a231c618 Fix mpv incorrectly reporting initial cursor position as 0,0 2022-02-12 15:45:51 +01:00
tomasklaen
4dee777d3b 2.15.0 2022-01-11 10:05:24 +01: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
allmeta
43e6a30f45 load subs works for remote source (#61) 2021-12-26 09:15:04 +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
Leonidas Arvanitis
6a3d0ff281 Fix: accept all whitespace characters during input.conf parsing (#56)
Especially useful for tabs
2021-06-25 20:40:48 +02:00
darsain
145c369743 2.13.2 2021-04-26 09:08:54 +02:00
darsain
39f2f7b6a5 Fix crash when ab loop is created with no chapters
closes #49
2021-04-26 09:07:28 +02:00
darsain
58bb38dc77 2.13.1 2021-01-19 14:04:03 +01:00
darsain
2c3443c736 Make file deletion in delete-file-ACTION commands optional 2021-01-19 13:58:03 +01:00
darsain
fbaf0c2d56 Add shift modifier for opening menu items without closing the menu
resolves #46
2020-12-16 10:08:51 +01:00
darsain
90e4226b01 Concatenate menu items only within the same menu group
ref #45
2020-12-12 14:57:01 +01:00
darsain
8af663f4ff Add curtain_opacity option
ref #45
2020-12-12 10:04:34 +01:00
Tomas Sardyha
b694706d1f 2.12.0 2020-12-03 11:10:07 +01:00
Tomas Sardyha
8b47dcfc39 Fix updating open menus not working properly
fixes #29
2020-12-03 10:50:19 +01:00
Tomas Sardyha
6b3d32dcb3 Work around an mpv race condition bug during pause on windows builds
ref #44
2020-12-03 10:50:19 +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
61dba19cf7 Make speed not ignore its own proximity 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
5e7b574a83 Filter out short play->pause events when flashing pause indicator 2020-12-03 10:50:19 +01:00
Tomas Sardyha
7a24ec3ef4 2.11.1 2020-11-09 09:42:28 +01:00
Tomas Sardyha
ac8a41e9c4 Rerender on any observed property change 2020-11-09 09:41:11 +01:00
Tomas Sardyha
5c32e607ff 2.11.0 2020-11-07 10:18:06 +01:00
Tomas Sardyha
7d9c2b8454 Update documentation 2020-11-07 10:13:03 +01:00
Tomas Sardyha
972bdbde6f Preselect first item in directory navigation when appropriate 2020-11-07 10:02:22 +01:00
Tomas Sardyha
c9b22efc2d Add stream quality menu
ref #9
2020-11-05 17:06:03 +01:00
Tomas Sardyha
5e243e86bf Fix ranges and chapters rendering ignoring border 2020-11-05 15:15:35 +01:00
Tomas Sardyha
5d39a64e3a Make duration and other prop changes trigger redraw 2020-11-05 13:56:35 +01:00
Tomas Sardyha
9bfd181675 Render window border in no-border mode
ref #41
2020-11-05 13:39:06 +01:00
Tomas Sardyha
89222a0582 2.10.2 2020-10-19 23:18:50 +02:00
Tomas Sardyha
47b0dd9358 Increase default flash_duration value to 1000 2020-10-19 16:42:25 +02:00
Tomas Sardyha
9689b2620b Refactor event dispatching 2020-10-19 16:38:09 +02:00
hxss
cc578cf9a2 AB-loop draw (#37) 2020-09-14 16:37:36 +02:00
Tomas Sardyha
d08845b192 Don't add minus sign to total_time
closes #35
2020-08-01 09:41:49 +02:00
Tomas Sardyha
0d9e695425 Add total_time option
closes #33
2020-07-14 11:39:15 +02:00
Tomas Sardyha
602337c397 Replace os.remove with OS specific commands to delete files
os.remove() fails on paths with unicode characters in them

ref #32
2020-07-14 11:14:58 +02:00
Tomas Sardyha
1528d75b19 Sanitize cached ranges before render
ref #34
2020-07-14 09:44:47 +02:00
Tomas Sardyha
2101edd86d Add asf to media_types 2020-06-30 10:24:44 +02:00
Tomas Sardyha
1cf60b1813 2.10.1 2020-06-20 09:22:37 +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
Eva
6648c59088 Fix crash when using --image-display-duration (#30) 2020-06-16 18:01:37 +02:00