Jonas van den Berg
Jonas van den Berg
Not related to solving the problem with tidal-hifi, but might be interesting for anyone following this issue. You can have a Discord status for tidal-hifi in Vesktop (Flathub) on Linux...
In 2.4.1 (30): SOS mode appears to be using the brightest mode now, it's noticably brighter than half brightness. Seems to be working! Thanks for implementing this. :)
Instead of loading MediaRemote directly in your app, which fails since 15.4 due to [new entitlement checks](https://github.com/aviwad/LyricFever/issues/94#issuecomment-2746155419), you can load it from a platform binary like `/usr/bin/perl` instead. I've published...
Having this issue too, mainly with ratings. I'm programmatically exporting images based on their rating and I'm doing that by reading the XMP sidecar file. Unfortunately it's never updated when...
Compared my Darktable database against my XMP files: 43 images rated 2 or higher have no XMP sidecar file, 5 images had inconsistent ratings in their XMP file in a...
> Please do that, thanks! Here you go: https://github.com/ungive/darktable-python Usage: ``` python database_inconsistencies.py "D:\Darktable\config" ``` The path must be the directory where your `library.db` and `data.db` are. Example output: ```...
You can have a Discord status for tidal-hifi in Vesktop (via Flathub) on Linux with [Music Presence](https://github.com/ungive/discord-music-presence), including "Listening to" and a proper progress bar. There's no stable Linux release...
I've released a new version, v0.4.0. I would integrate it into this PR, but I don't want to interrupt the review process, in case the version is relevant for that....
I'd love some feedback on this. The repository has 15 stars now, but it's merely a small CLI wrapper around the main project which has 43 stars today: https://github.com/ungive/mediaremote-adapter (see...
I have decided to make all this logic separate from the Music Presence app and first implement it as a reusable component that can be used on the desktop, but...