Matthias C. Hormann

Results 412 comments of Matthias C. Hormann

Here’s my ideas, sorted by priority (top=highest): 1. **Bugfixes for handling larger collections** (~150k here) (see https://github.com/AzuraCast/AzuraCast/issues/6088) 2. **Overhaul of the tag reader/writer**, using internal names and mappings for different...

I’m necromancing, but just in case and because this is still open… Here’s my load testing script, if anyone is interested: ```bash #!/bin/bash # # run concurrent curls which download...

Here’s another version, a little easier to read for human eyes ;-) Needs `awk`. ```bash #!/bin/bash # # run concurrent curls which download from URL to /dev/null. output total #...

Would still be nice to have, but in the meantime I call the API and have to traverse the list of streamers to get at it.

Hm, ok, so I stick with my API call for now. The dumb thing is I have to traverse the streamers list and compare the login name to get the...

Would still be a "nice-to-have", even if it can be done "the hard way".

Yeah, it’s actually not hard and I do it for my videostreams all the time. We _could_ also just close this, if it requires extra API calls in LS. My...

Done for your testing. Didn’t touch any input handlers or version numbers. Let me know!

+1 for `.deb` packages and an apt repo. The Debian/Ubuntu/Mint user base is large and not everyone likes AppImages. Installation using a PPA might be easier, and who knows, maybe...

Hm. Have read that rather often, let’s hope 10.9 really fixes that many issues and will eventually be released…