buzz
buzz
See CSS [`prefers-color-scheme`](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme)
Done in v1.0.0
Sounds like some race condition. volctl depends on PulseAudio (or the pipewire-pulse service) and the system tray/dbus to be available, depending on the systray protocol you are using. It would...
> @buzz here is the console output This doesn't seem to be related to this issue at all. In your case, reinstalling volctl should help. Python was upgraded to 3.13,...
This feature is part of the Desktop Environment you're using. 🤷 There may be an option in the Cinnamon status icon applet to disable the label. If not, consider reaching...
Well, looking at the docs for [`XApp.StatusIcon.set_label`](https://lazka.github.io/pgi-docs/XApp-1.0/classes/StatusIcon.html#XApp.StatusIcon.set_label), it seems showing a label next to the icon is the intended behavior: > Sets a label, shown beside the icon My guess...
Hey, thanks for opening an issue. Could you please use [this issue template](https://github.com/buzz/mediainfo.js/blob/main/.github/ISSUE_TEMPLATE/BUG_REPORT.md) for filing bugs? Thank you!
That seems to be an old file that uses latin-1 encoding. ``` $ mid3v2 --list-raw 211-me_-_rej.mp3 Raw IDv2 tag info for 211-me_-_rej.mp3 [...] TPE1(encoding=, text=['Âme']) [...] ``` When I open...
I created a mp3 file with different encodings. Most media players and tag editors display the tags just fine (i.e. EasyTAG fails to display the UTF-16BE tag). A [test case](https://github.com/buzz/mediainfo.js/blob/150-id3-character-encodings/__tests__/id3_encodings.test.ts)...
[Electron] mediainfo.js fails to load WASM after packaging – "both async and sync fetching failed"
This is more a question regarding a *Electron-specific packaging/loading issue* than with mediainfo.js, I'm afraid. For "how-to" questions, please use [Stack Overflow](https://stackoverflow.com/search?q=mediainfo.js) (tagged with `mediainfo.js`) instead of the issue tracker....