Results 738 comments of meeb

This would currently be quite difficult to add such that it doesn't also impact other people. I'll pop it on the wishlist as I can see the use case but...

What file system are you using for your `/downloads` mount?

I'll look at implementing a truncation for video titles. This is a relatively rare event because YouTube limit titles to 100 characters so to be over 255 bytes once encoded...

> Sounds good, but this could still cause an issue with very long videos exceeding 1000 parts, because the filename can grow during downloading Yeah I was going to pad...

@AC13139 Yeah that doesn't make any sense as clearly your path isn't too long. What file system is your `/downloads` volume on? It's probably not something in-container our our end...

Ah, looks like someone sneaked in some CSS into the description and the `{` is throwing the metadata parser off. Thanks for the report.

Thanks for the update, even if there are errors with the subtitles it shouldn't generate an exception locally so I'll hack something in for better subtitle handling.

What's your media format set to for the source? Do you know if the "Episode 06-17" is coming from the embedded metadata?

This is actually entirely expected and nothing really to do with tubesync. I would strongly suggest you drop the worker count back to 1. YouTube will aggressively rate limit and...

The metadata is required to determine if a media item is to be and can be downloaded so I just scheduled it first, that's about it. Significantly fancier methods of...