LurkAndLoiter
LurkAndLoiter
Long poll the shuffle status. This will check the shuffle status every tenth of a second and print the status if changed. ```sh #!/usr/bin/sh old_shuf_stat='' while true;do shuf_stat=$(gdbus introspect -p...
### Description of the requested feature regarding [issue 1266](https://github.com/elkowar/eww/issues/1266) where lacking variance in icon sizes can result in irregular icon size outputs. This does not seem to be the case...
### Description This change addresses an issue where querying the `playlist-shuffle` property resulted in inconsistent behavior. [Issue 109](https://github.com/hoyon/mpv-mpris/issues/109) likely due to a memory-related bug or incorrect error handling. In my...
### Description of the requested feature I'm looking for a way to make :monitor more portable for end users. The current [recommended approach](https://elkowar.github.io/eww/configuration.html#using-window-arguments-and-ids) is confusing and limited as even minor...
### Description of the requested feature The `fill-svg` function currently accepts a single color and replaces the first instance of `fill=` in an SVG, typically the default color for undefined...
Upstream bug. MPRIS and thus playerctl affected The player I am using is librewolf and brave-beta. New youtube player fails to trigger a new duration on media change after initializing...
This will find local external coverart. ie `ASong.mp3` `ASong.jpg` supported extensions in line with current builtins - jpg - png - gif - bmp > [!NOTE] > [PR123](https://github.com/hoyon/mpv-mpris/pull/123) expands on...
Patches [PR121](https://github.com/hoyon/mpv-mpris/pull/121) and [PR123](https://github.com/hoyon/mpv-mpris/pull/123) 121: Added external song cover support (further expanded file type support with PR123) 123: realigned external album artwork to match upstream supported files+formats fixes: [108](https://github.com/hoyon/mpv-mpris/issues/108) >[!NOTE]...
Simply cloned filename and image extension lists from [mpv source](https://github.com/mpv-player/mpv/blob/701201b13c95d00cc894b4f88551b5add740d409/options/options.c#L1115) Only alteration is to reorganize the array to be more efficient by ordering them in most likely matches. >[!WARNING] >This...
Simply nullifies the address pointers on free. There is no vulnerability this addresses in the current code base. This is simply a defensive programming practice to safeguard against potential issues...