Ross Patterson

Results 51 issues of Ross Patterson

From [feedback on a previous docs PR](https://github.com/jmbannon/ytdl-sub/pull/1318#discussion_r2315375939), document a better way for new users to test their configurations iteratively. > this actually isnt good practice because what happens is, ytdlp...

While finally letting my configuration run free on all subscriptions I ran into [YT's more traditional rate limits](https://github.com/yt-dlp/yt-dlp/wiki/Extractors#common-youtube-errors). Provide a pre-built preset to just comply with those rate limits. Because...

Since YT started throttling resolution/quality/formats for download, I've been sort of bisecting `throttle_protection: / sleep_per_download_s:` settings to try and find what delays avoid triggering the throttle. Add support to the...

Here are some unanswered questions and confusions I ran across while getting started with this app for the first time. I don't have much time for shepherding this issue through...

As we've been improving the docs, @jmbannon noted that there should be a more user-friendly way to serve the same use cases as long `--dl-override="--... --... --..."` CLI options, such...

The presets for series or TV shows all have `TV Show` in their names, while the presets for music don't have `Music` in their names. Audit all "public" preset names...

Reconcile example media library paths used throughout the Docker Compose configuration, the bare Docker CLI example, and the example paths throughout the docs, example configurations, and comments. Discuss the approach...

> What would be better is we just make a full-compatible prebuilt preset, which is just something like > > ``` > Cross-Compatible TV Show by Date: > # in...

I tried both `$ make lint` and `$ make docs` per [the docs](https://ytdl-sub.readthedocs.io/en/latest/guides/development/index.html#linter), but both fail before my changes. _Originally posted by @rpatterson in https://github.com/jmbannon/ytdl-sub/issues/1273#issuecomment-3190445196_

The `$ man lxc.container.conf 5` documentation doesn't list the supported prefixes for the `lxc.rootfs.path` configuration value. It mentions `nbd:`, `overlayfs:`, and `loop:` and the example at the bottom uses `dir:`,...