Tzahi12345

Results 134 comments of Tzahi12345

@JasonGhent >You may note in the code that there are a few places that youtubedl.exec is being called, and none of them pass in (or allow a youtubedl-material end-user to...

@JasonGhent No problem! I think there's several ways to go about this problem, maybe I should add a dedicated setting for it since it seems used pretty often. Or I...

Hm there might be a simpler solution that running multiple instances. There's a `--proxy` arg ([see here](https://github.com/ytdl-org/youtube-dl#network-options)) which we could leverage. A setting like "on block use proxy" with a...

Absolutely, the only potential issue here is that people seem to have problems with the proxy arg [from time to time](https://github.com/Tzahi12345/YoutubeDL-Material/issues/177#issuecomment-730450463). If it works just fine for you, then I...

Hm do you have any other details, such as logs or errors that came up? This might be an obscure bug that only happens in edge cases. Or the channel...

This is still planned, but not the synching part to YouTube views. That is *kind of* in the works, but it may have to wait until v4.3, which is why...

Sorry about the data loss! It's always quite painful. There's actually a mechanism to fix this in place, but it won't do it from one click. This issue/ticket can address...

>Interesting... Well coincidentally I'm actually in a non-multi-user environment and nothing shows up. Well, this should make things quite easy then, especially since you don't have any subscriptions. Are you...

@GlassedSilver Just pushed a fix that should allow files in subfolders to be autorecognized -- there was a bug in the logic that was fixed [here](https://github.com/Tzahi12345/YoutubeDL-Material/commit/46ed0fe992f5b3cf002fc12d20e1283417f2d76e). Try pulling the latest...

Oops, there was another bug hidden there. This time, UNIX paths (with / instead of \\\\) were getting improperly parsed during the registration process (`PewDiePie/somevideo.mp4` became `ewDiePie/somevideo.mp4`). Anyways, I've gone...