Rijul

Results 11 comments of Rijul

Can you try my [working-config branch](https://github.com/Rijul-A/SpotRec/tree/working-config)? The large differences are - When a song change is detected, Spotify is paused. This way, the next song does not feature in the...

I had the same issue. The client device could not connect to the server with this error `SIGUSR1[soft,connection-reset] received, process restarting` because the server hadn't properly started. I fixed it...

Continuing our discussion from the Snikket Project Chat, you said you want to do wildcard certificate generation via [joohoi/acme-dns](https://github.com/joohoi/acme-dns). I would like to start work on this. Do you have...

I have been playing around with acme-dns, and noticed one thing that might be worth documenting for those who, like me, use Cloudflare as a DNS server. > 1. The...

Is this ready for testing?

I may be wrong in my understanding above, given I ran a re-scan and it started saving the *.srt files, but it seems odd that a library re-scan triggered by...

The endpoint being used by both [Sonarr](https://github.com/Sonarr/Sonarr/blob/a42606827316faa7a6dbf66729eb863ba006691b/src/NzbDrone.Core/Notifications/MediaBrowser/MediaBrowserProxy.cs#L36) and [Radarr](https://github.com/Radarr/Radarr/blob/3e96fe4a726f68cf21814ced63b3098663b7702a/src/NzbDrone.Core/Notifications/MediaBrowser/MediaBrowserProxy.cs#L36) is `path = "/Library/Media/Updated"`. I tried to see if this is similar to what Jellyfin-Web uses when I click "Scan All...

`systemd-hibernate-resume-generator` is unable to resume from `hibernate` because of this. I added the second line by patching `systemd` to demonstrate the issue. ```logs Reported hibernation image: ID=endeavouros IMAGE_ID=endeavouros kernel=6.12.21-1-lts UUID=XXXX...

> Is there a good _actual_ (not theoretical) example where this is a problem for users (e.g. system would not boot as expected) ? Perhaps a binary reading this value...

Temporary solution that [patches `systemd`](https://github.com/Rijul-A/systemd-pkg) to always allow resuming from `ID=dracut` ``` git clone https://github.com/Rijul-A/systemd-pkg cd systemd-pkg makepkg -si ```