Rafał Dzięgiel
aa6d21973c
gschema: Disable download buffering by default
...
We had this option enabled to workaround problems with old YT code.
Adaptive streaming now seems to work correctly, so restoring the
default play flags value.
2022-05-10 13:57:11 +02:00
Rafał Dzięgiel
e506063409
gschema: Remove leftover web app settings
2022-05-10 12:09:30 +02:00
Rafał Dzięgiel
f6a1aaf1dc
Remove all YouTube code
...
It has been broken for quite some time. From now on this is gonna be left to handle for GStreamer plugins.
2021-12-22 08:12:55 +01:00
Rafał Dzięgiel
a99abc652a
Do not store subtitle-offset as gsetting
...
This is not something we should remember
2021-09-06 10:12:33 +02:00
Rafał Dzięgiel
38e721be03
prefs: Add playbin3 and pipewire options
2021-09-03 11:35:23 +02:00
Rafał Dzięgiel
c8a5277908
Port preferences window to libadwaita
2021-08-22 16:09:23 +02:00
Rafał Dzięgiel
21ccab1cc2
Add option to keep showing last video frame after playback
...
Previously Clapper showed last frame, now it defaults to black screen, so add an option for users to choose what they like better
2021-06-16 15:34:36 +02:00
Rafał Dzięgiel
2fd94fdc70
Add some YouTube related preferences
2021-04-16 10:37:17 +02:00
Rafał Dzięgiel
774687710f
Add setting to enable YouTube adaptive streaming
...
For now hidden because other related YouTube settings like min/max resolution, codecs etc. are not done yet
2021-04-12 18:45:36 +02:00
Rafostar
9271392397
Change default window size
...
Controls panel height is now 3px less then before (as intended). Change default window size setting to make it look good with 16:9 video on fresh install.
2021-04-10 14:58:24 +02:00
Rafał Dzięgiel
4a60e01131
Auto set brighter sliders on Adwaita dark only
2021-03-24 21:16:41 +01:00
Rafał Dzięgiel
2347ff52bf
Add option to show floating video on all workspaces
...
Option to stick the floating mode window to all workspaces. Disabled by default. Can be enabled in player preferences.
2021-02-16 15:33:57 +01:00
Rafał Dzięgiel
8064bab6a2
Remove old floating mode leftovers
...
Clapper has now much simpler floating mode. This overcomplicated code is not needed anymore.
2021-02-13 20:19:08 +01:00
Rafał Dzięgiel
15eeea2872
Save resume info of last unfinished video
2021-02-08 21:16:13 +01:00
Rafostar
c1aae76d6e
Customize web app port
2020-12-16 21:15:41 +01:00
Rafostar
a056fac1c1
Add logic responsible for starting web app
2020-12-15 22:35:14 +01:00
Rafostar
d5d5aa9bac
Integrate basic web server functionality into player
2020-12-11 23:38:49 +01:00
Rafostar
8dfede27ac
Add progressive video download option
...
Buffer download whole network video during playback to allow fast seeking for online media. Can be disabled in prefs (enabled by default).
2020-12-08 20:31:45 +01:00
Rafostar
7a66da1fed
Add option to close player after playback
2020-12-03 11:04:37 +01:00
Rafostar
5206dc543d
Properly store and restore last volume value on startup
...
We cannot depend on the value saved by GStreamer, cause it is shared with all GStreamer based apps. Lets save the last value to gsettings instead to make sure this is the volume we used with this app. With this change we can also see the right volume on startup before media file is loaded (previously it was shown always as muted).
2020-11-30 11:16:21 +01:00
Rafostar
9ad1a11452
Customize external subtitles font
2020-11-24 17:54:53 +01:00
Rafostar
66162349ac
Use dark theme by default. Closes #13
2020-11-21 15:56:03 +01:00
Rafostar
f5e5071937
Support setting sliders brighter #13
...
When dark theme is used, sliders (especially progress on fullscreen) tend to look a little too dark (as if they were disabled). To overcome this, add an option to force them to be 20% brighter.
2020-11-21 15:20:09 +01:00
Rafostar
7ccd6ad424
Add audio and subtitle offset settings to prefs
2020-11-20 21:19:23 +01:00
Rafostar
ac27c364f3
Add dark theme support #13
2020-11-20 17:37:41 +01:00
Rafostar
f660d900ba
Performance: add option to disable window shadows
...
Rendering window shadows in GTK4 doubles GPU usage. This commit adds an option to disable them for performance gain (useful on low-end devices).
2020-11-13 19:26:49 +01:00
Rafostar
868c39f1cf
Store and restore floating window size
2020-11-06 19:43:38 +01:00
Rafostar
a019ef90ca
Remember and restore last window dimensions on launch
2020-10-31 09:04:41 +01:00
Rafostar
bcd73448de
Disable "vah264dec" by default
...
The "vah264dec" plugin is a new and much better VAAPI implementation then default one in gstreamer-vaapi. Unfortunately as of now it works correctly only on Wayland and causes crashes on XOrg. Wayland users can easily enable it in video player preferences advanced tab settings to get improved performance and lower CPU usage.
2020-10-31 08:07:38 +01:00
Rafostar
556809c1f4
Add GStreamer plugin ranking to preferences
2020-10-26 16:45:37 +01:00
Rafostar
31f208006f
Add startup fullscreen and volume preferences
2020-10-26 11:07:01 +01:00
Rafostar
9354042379
Add preferences dialog
...
Allows customizing various settings. For now it includes player seeking times and mode customization. More options will be added in the future.
2020-10-25 10:14:14 +01:00