David Takač
David Takač
I'm working on a port here: https://github.com/davidtakac/horton So far I've managed to cross-compile the fingerprinting part and get the app to recognize songs.
In the end I made the port work. I cross-compiled the fingerprinting part to run on Android and I replicated the API calls in Kotlin. This was very fun and...
I still want to test it because I'm not sure if this is the most efficient way. I will make a PR when it's ready.
Hey, yeah, it fixes the problem, but it's really a workaround so I'm not that happy with it. It causes the widget to go through it's initialization process twice, which...
Here are my aliases for renaming TV Shows and Movies for Kodi: ```bash alias rshow='mnamer --episode-format "/data/media/TV Shows/{series}/Season {season:02}/{series} - S{season:02}E{episode:02} - {title}{extension}"' alias rmovie='mnamer --movie-format "/data/media/Movies/{name} ({year})/{name} ({year}){extension}"' ```
What you're describing does look like throttling from Open-Meteo. Although I doubt you managed to exceed 10 000 requests in such a short time. Can you tell me the locations...
> I don't want to let everyone on the web know my location No problem, I understand if you're uncomfortable with that :) > Let's see how long it lasts......
Ah, okay, let's take a closer look. Would you mind sending me the location for which this happens in an e-mail? You can find my e-mail address on my GitHub...
I see e/OS has an "Advanced privacy" feature that hides your IP address and apparently [causes issues with Internet speed for some users](https://community.e.foundation/t/very-slow-internet-speed-on-fairphone-3-with-eos/42003/2). Could you turn it off and try...
Ah, okay. Do they also take a while to load but finish normally? I see I've set relatively short network timeouts of 5 seconds. Maybe your requests are exceeding this...