Ross Patterson

Results 51 issues of Ross Patterson

### Please describe your bug TL;DR: Jellyfin "trusts" `**/*.nfo` XML content which can lead to an effective DOS by bloating the DB. Jellyfin should sanitize its inputs from `**/*.nfo` XML...

bug

Add [a `logging.Handler` sub-class](https://docs.python.org/3/howto/logging.html#handlers) so that Python projects can re-use a user's `~/.ntfy.yml` configuration to send application-specific notifications using its `logging` configuration. An application could then use its `logging` configuration...

### Is there an existing issue for this? - [X] I have searched the existing open and closed issues ### Current Behavior When sending a mal-formed API request, such as...

Type: Bug
Status: Help Wanted
Area: API

While [the previously implemented `shtab` completion](https://github.com/fsfe/reuse-tool/issues/629#issuecomment-2366730356) is faster and more secure, it also requires installing a `/etc/bash_completion.d/*` for each tool or application. Alternatively, the completion provided by [argcomplete](https://kislyuk.github.io/argcomplete/#installation) requires installing...

When a remote IRC server is using old `SSLCiphers`, connections fail only with a `ssl/tls alert handshake failure` message and none of the SSL/TLS options in the network's web config...

Much of the internal workings of the API client are reported at the `INFO` log level, which isn't appropriate for a library. A user-facing script or app should report only...

These changes represent my attempts to understand how using SSHFS-Win works from the perspective of someone more familiar with Linux OpenSSH administration than Windows network share administration. I didn't read...

### This issue respects the following points: - [x] This issue is **not** already reported on [GitHub](https://github.com/jellyfin/jellyfin-web/issues?q=is%3Aissue) _(I've searched it)_. - [x] I agree to follow Jellyfin's [Code of Conduct](https://jellyfin.org/docs/general/community-standards.html#code-of-conduct)....

bug

Clarify the `/config/ytdl-sub-configs/cron` script with explanatory comments and a default `--dry-run` command. Also change the wrapper script to echo commands for easier debugging. To update an existing script, move the...

I was thrown off by how [yt-dlp loops back over a subscription after it finishes downloading "everything"](https://discord.com/channels/994270357957648404/1102703969266049174/1411461245697261698). I tried to read the logs, but I missed relevant differences between the...