LurkAndLoiter
LurkAndLoiter
[discussion thread with updated fix to this chromium bug](https://github.com/hyprwm/Hyprland/discussions/11627)
beta 2 v2 of the last 50 chapters 10 of them have been flagged at 93%. Suggested fix have the next chapter button at bottom force read to 100%
[Per GTK.Scale css Docs](https://docs.gtk.org/gtk3/class.Scale.html) ``` scale[.fine-tune][.marks-before][.marks-after] ├── marks.top │ ├── mark │ ┊ ├── [label] │ ┊ ╰── indicator ┊ ┊ │ ╰── mark ├── [value] ├── contents │ ╰──...
## Proposed implementation mpris.c line 410-413 ```diff // initial value. Replaced with metadata value if available add_metadata_item_string(ud->mpv, &dict, "media-title", "xesam:title"); - add_metadata_item_string(ud->mpv, &dict, "metadata/by-key/Title", "xesam:title"); ``` The `xesam:title` should be...
I confirmed this is not build specific on a clean build of 0.40.0. playlist-shuffle is not a property but an event call that "shuffles" the current playlists index order. *Per...
I made a [browser/hosts workaround here](https://github.com/LurkAndLoiter/chromium-youtube-mpris-patch/tree/main). Tested on: - Google Chrome - Chromium - Brave - Vivaldi - Microsoft Edge - Opera - Firefox - Librewolf - Zen Inspired by:...
I think I've done something like you're trying to do. It's a bit hacky but... I used two defvars. one holds the hoverApp so all the applications would be an...
Reproduced on brave and librewolf: limited to youtube's new player for me other players seek as expected.
> it's the **player** I believe this to be the case. youtube's new player issues are not limited to this issue. > * `playerctl position` doesn't understand negative values. It...
@hoyon Requesting review.