Results 82 comments of tcely

I'd suggest `channel/playlist` as a solution. Lately, I've been using a structure like this when adding a channel and playlists from that channel. * The channel itself in the `channel`...

Is this still an issue? The post processing options for `yt-dlp` were reworked recently.

Thanks for checking. I've opened #791 to see if we can make `opus` work as well. Please close this issue, if thumbnails are being embedded with `mp4a`.

I'm interested in using something like this. If either @flokoe or @socheatsok78 want to maintain a distribution I could `COPY` from instead that would simplify my current `Dockerfile` rather a...

That looks really good to me. There is only one thing that my current process does that yours doesn't; checking the downloaded files. If you added download and verification of...

When I did this work, I found that the `sha256sum` from `busybox` wasn't behaving as I liked. I'd suggest: - install `cmd:sha256sum` with `apk` - use `sha256sum --check --warn --strict`...

> Is there a way to start the docker version with a more verbose logging mode so that I can post more information? There is a [TUBESYNC_DEBUG](https://github.com/meeb/tubesync#advanced-configuration) environment variable that...

@garbled1 > I'm having the same issue. That's unlikely. Please open your own issue and provide as much information as you can about what you see. > Just updated an...

@pfeiffee Can this issue be closed now?

What's the status of support for Django `5.1`? I'd very much like to know about a version that can use the database adjustments added in that version.