brevilo

Results 125 comments of brevilo

Just a few comments from the trenches (based on decades of first-hand gripes): - since you stick to XML, please define a proper XML schema (XSD) that can be used...

To be fair, in a web context it might be harder to decide if and when to close a connection as you might want to reuse it (opening connections is...

Yep, I figured that's the one. Feel free to close the issue.

Always [Pipenv](https://pipenv.pypa.io/en/latest/) 😎 ELI5s: * Install ``` mkdir nitrokeyapp cd nitrokeyapp pipenv install nitrokeyapp ``` * Run ``` [cd nitrokeyapp] pipenv run nitrokeyapp ``` * Update ``` [cd nitrokeyapp] pipenv...

I second that. The gradual volume increase was a must, now please let us customize its time period - it's way too short right now 😇 For instance, AOSP's clock...

Kindly asking @yrliou for advice as the original author of the code referenced above.

> The plugin is updated once day with the upstream yt_dlp master branch. If there were changes a new plugin version is released and should be automatically updated in your...

> Here's one advantage that's been mentioned: > > > enables use of yt-dlp even on Kodi versions constrained to Python 2 Thanks, I missed that one. That's arguably an...

Nope, [each day at 17:00](https://github.com/firsttris/plugin.video.sendtokodi/blob/c334d0ebb0faa78f1a0306e11fe5c5de4504993d/.github/workflows/update-libs.yml#L4) ([UTC](https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#schedule)) 🤓 Full disclosure: the `legacy/leia` branch is currently still updated manually. It's non-trivial to automate that as well due to conflict resolution. We might...