How do I set "public" in the program? It automatically shares my videos as private.
@johnharshit2 ай бұрын
I suppose in YT Studio, when you go to the Setting and upload defaults there's an option to change the default upload to public.
@beveradbАй бұрын
I added a "Privacy Status" dropdown option for that in a newer version of the program - make sure you're using the latest version: github.com/beveradb/youtube-bulk-upload/releases/tag/v0.4.1
@RawView9862 ай бұрын
question regarding the title options. giving a replacement pattern such as "C:\Users\exblu\PycharmProjects\AIKZbin\Videos" to only contain the files actual name results in no the program uploading nothing. what would be a fix to this?
@RawView9862 ай бұрын
trying the name provided "C:/Users/exblu/PycharmProjects/AIKZbin/Videos\" but removing the last backwards slash works but it of course still contains the backwards slash
@beveradbАй бұрын
Sorry, the code for KZbin Bulk Upload is free and open-source for anyone to take and improve as they see fit: github.com/beveradb/youtube-bulk-upload but I don't personally have a need for it and I don't have enough free time to spend investigating issues for people / helping people out with it. I wish you the best of luck and hope it helps you, but if not the only thing I can suggest is trying to learn some Python and dig into the code yourself :)
@ericmaurer619115 күн бұрын
Yeah I don't know enough about the exact way python parses the text, but I bet if you toss on one more slash that it would work. "C:/Users/exblu/PycharmProjects/AIKZbin/Videos\\" Thats what I had to do for mine
@shampistols692 ай бұрын
Hi, I tried the program out. Very smart I, I like it. Is there a way I can get my VOB video files to upload? I tried adding it to the input file extensions but that didn't work (I had to rename VOB files to MP4 to get it to work). My error => No video files found in current directory to upload.
@beveradbАй бұрын
I'm not sure why the input file extensions box didn't work for you, that's what that is meant to be for but perhaps there's some kinda bug. Feel free to raise an issue with more details in the git repo: github.com/beveradb/youtube-bulk-upload/issues/ however unless it's a trivial fix, I probably won't have any free time/motivation to work on this project for a while - it's open source though so feel free to fix yourself and raise a PR!
@beveradbАй бұрын
My bad, turns out the GUI wasn't passing in the value from that file extension input field into the class instance at all... I've fixed it in this commit: github.com/beveradb/youtube-bulk-upload/commit/17733a22f7d627bf33f9a53a7b0f48feb416eb0c#diff-511cb6301c5b24f873bf627b50f7749f846f51dba214bfbb185511d7b7ae7088R630 If you download version 0.4.2 the file extension field in the GUI should work, and I've updated the default file extensions to include a bunch more video formats anyway: github.com/beveradb/youtube-bulk-upload/releases/tag/v0.4.2
@frkotou2 ай бұрын
Does not work with .mkv. 👎
@beveradbАй бұрын
Assuming you tried the input file extensions box? I'm not sure why that didn't work for you, that's what that is meant to be for but perhaps there's some kinda bug. Feel free to raise an issue with more details in the git repo: github.com/beveradb/youtube-bulk-upload/issues/ however unless it's a trivial fix, I probably won't have any free time/motivation to work on this project for a while - it's open source though so feel free to fix yourself and raise a PR!
@frkotouАй бұрын
@@beveradb Yes, I used the input file extension correctly, but it still says no video files found in current directory to upload. I'm not familiar with programming, so I can't fix it myself, in fact I don't even know how to edit the code in your GUI version. I'm using the executable exe file of the GUI version for Windows.
@beveradbАй бұрын
@@frkotou Ahh my bad, turns out the GUI wasn't passing in the value from that file extension input field into the class instance at all... I've fixed it in this commit: github.com/beveradb/youtube-bulk-upload/commit/17733a22f7d627bf33f9a53a7b0f48feb416eb0c#diff-511cb6301c5b24f873bf627b50f7749f846f51dba214bfbb185511d7b7ae7088R630 If you download version 0.4.2 the file extension field in the GUI should work, and I've updated the default file extensions to include a bunch more video formats anyway: github.com/beveradb/youtube-bulk-upload/releases/tag/v0.4.2
@frkotouАй бұрын
@@beveradb Thank you very much. :) And while we're at it, would it be possible to disable duplicate video checking in the GUI? I regularly upload videos with a similar name and only change the date, then the program thinks it's the same video. I'm the one who asked on GitHub if it could be done.
@beveradbАй бұрын
Ah, well I told myself I wasn't gonna implement any new features for this project cos I have a ton of other things on my plate and this one isn't something I actually use myself but this was a quick thing to add and you happened to catch me when I was procrastinating from my day job so here you go, hope it works (I haven't tested) github.com/beveradb/youtube-bulk-upload/releases/tag/v0.5.0