Can you not batch upload to 3D Vision Live?
Is there a way to batch upload to 3D Vision Live? I've resorted to using two different windows at the same times, but I keep forgetting which file im on because it doesn't list the file name after its uploaded [and my memory is shot, well was never there really..].
Is there a way to batch upload to 3D Vision Live? I've resorted to using two different windows at the same times, but I keep forgetting which file im on because it doesn't list the file name after its uploaded [and my memory is shot, well was never there really..].

46" Samsung ES7500 3DTV (checkerboard, high FOV as desktop monitor, highly recommend!) - Metro 2033 3D PNG screens - Metro LL filter realism mod - Flugan's Deus Ex:HR Depth changers - Nvidia tech support online form - Nvidia support: 1-800-797-6530

#1
Posted 12/18/2013 03:01 AM   
At one point but not anymore. I ran into same dilemma. What I do is upload first. Then delete top. upload second. repeat. Go to garbage bin. restore. ------------------------ Or if its alot I'd rather just put in a video photo album but thats me. [Actually saves time if its more then like 15] [url]http://www.3dvisionlive.com/ugc/24949/zeno-clash-2-photo-album-3d[/url]
At one point but not anymore. I ran into same dilemma.
What I do is upload first.
Then delete top. upload second.
repeat.

Go to garbage bin. restore.

------------------------
Or if its alot I'd rather just put in a video photo album but thats me. [Actually saves time if its more then like 15]
http://www.3dvisionlive.com/ugc/24949/zeno-clash-2-photo-album-3d

Co-founder of helixmod.blog.com

If you like one of my helixmod patches and want to donate. Can send to me through paypal - eqzitara@yahoo.com

#2
Posted 12/18/2013 03:39 AM   
Cool, thanks for that :)
Cool, thanks for that :)

46" Samsung ES7500 3DTV (checkerboard, high FOV as desktop monitor, highly recommend!) - Metro 2033 3D PNG screens - Metro LL filter realism mod - Flugan's Deus Ex:HR Depth changers - Nvidia tech support online form - Nvidia support: 1-800-797-6530

#3
Posted 12/18/2013 05:36 AM   
You know you want to -_o [url]http://www.youtube.com/watch?v=OAs1ZcaOQwQ[/url] Edit: Holy crap I can embed html 5 3D videos in forums now! Man I rock, it made me laugh how well that theme fit to pictures lol.
You know you want to -_o

" rel="nofollow" target = "_blank">

Edit: Holy crap I can embed html 5 3D videos in forums now!
Man I rock, it made me laugh how well that theme fit to pictures lol.

Co-founder of helixmod.blog.com

If you like one of my helixmod patches and want to donate. Can send to me through paypal - eqzitara@yahoo.com

#4
Posted 12/18/2013 08:42 AM   
Notice how the video doesn't fit the entire window or is it just me? My 3D mass effect video and others do that also recently.
Notice how the video doesn't fit the entire window or is it just me? My 3D mass effect video and others do that also recently.

46" Samsung ES7500 3DTV (checkerboard, high FOV as desktop monitor, highly recommend!) - Metro 2033 3D PNG screens - Metro LL filter realism mod - Flugan's Deus Ex:HR Depth changers - Nvidia tech support online form - Nvidia support: 1-800-797-6530

#5
Posted 12/18/2013 10:29 AM   
Yeah, that lack of batch uploading is a giant pain, and the UI bounces all over. One thing I've done in the past is to open multiple tabs (like 10) at the upload screen, and go through each. But, this sounds like a job for the mighty TsaebehT! Seems like maybe this could be externally scripted with the AHK driving the UI. Any chance I could give a script a list of files and a gallery name, and have it auto-upload?
Yeah, that lack of batch uploading is a giant pain, and the UI bounces all over. One thing I've done in the past is to open multiple tabs (like 10) at the upload screen, and go through each.


But, this sounds like a job for the mighty TsaebehT! Seems like maybe this could be externally scripted with the AHK driving the UI. Any chance I could give a script a list of files and a gallery name, and have it auto-upload?

Acer H5360 (1280x720@120Hz) - ASUS VG248QE with GSync mod - 3D Vision 1&2 - Driver 372.54
GTX 970 - i5-4670K@4.2GHz - 12GB RAM - Win7x64+evilKB2670838 - 4 Disk X25 RAID
SAGER NP9870-S - GTX 980 - i7-6700K - Win10 Pro 1607
Latest 3Dmigoto Release
Bo3b's School for ShaderHackers

#6
Posted 12/18/2013 10:35 AM   
Funny you should mention that ... I was already thinking of ways I might be able to do it. :) I was poking around in the source for the upload page, I found this http://photos.3dvisionlive.com/js/uploadify.swf which at first appears to work by itself ... it says BROWSE and when clicked lets you select a file ... BUT really doesn't work by itself, when run separately it's missing parameters ... it's shame because that would have been easier to work with. ... anyway I think I might be able to get something to work in AutoHotKey, I have to read up a little on it and test it but if I can get that part of it to work (and at different resolutions) then I can make it look for a list first and then if it doesn't exist to work off of everything in the current folder. It might take awhile, no promises but I'll be working on it. edit: This is crazy ... I have to figure out how to put it all together but I really think this is going to work ... I already have AHK 'looking for' and pressing the upload button and then it watches for when it's finished and it refreshes the page all automatically. :) edit: So far I've tested it at resolutions ranging from 1280x800 down to 800x600 and it's worked like a charm, I have to tweak the AHK a bit and work on the rest of it. Unfortunately there isn't a way to add an album name from the upload although I may be able to come up with a way to make it click the 'create new album' button ... might be more work than it's work though.
Funny you should mention that ... I was already thinking of ways I might be able to do it. :)

I was poking around in the source for the upload page, I found this http://photos.3dvisionlive.com/js/uploadify.swf which at first appears to work by itself ... it says BROWSE and when clicked lets you select a file ... BUT really doesn't work by itself, when run separately it's missing parameters ... it's shame because that would have been easier to work with.

... anyway I think I might be able to get something to work in AutoHotKey, I have to read up a little on it and test it but if I can get that part of it to work (and at different resolutions) then I can make it look for a list first and then if it doesn't exist to work off of everything in the current folder. It might take awhile, no promises but I'll be working on it.

edit: This is crazy ... I have to figure out how to put it all together but I really think this is going to work ... I already have AHK 'looking for' and pressing the upload button and then it watches for when it's finished and it refreshes the page all automatically. :)

edit: So far I've tested it at resolutions ranging from 1280x800 down to 800x600 and it's worked like a charm, I have to tweak the AHK a bit and work on the rest of it. Unfortunately there isn't a way to add an album name from the upload although I may be able to come up with a way to make it click the 'create new album' button ... might be more work than it's work though.
#7
Posted 12/18/2013 04:25 PM   
[quote="Libertine"]Notice how the video doesn't fit the entire window or is it just me? My 3D mass effect video and others do that also recently.[/quote] Someone told me to do this. "Hi. To correct changes made by YouTube, please add "yt:crop=16:9" to the tags for your 3D videos. This will enable them to be played fullscreen again. " I haven't really noticed since I use HTML5 but Im going to add it now..... to my 110 videos... Edit: yea it works.
Libertine said:Notice how the video doesn't fit the entire window or is it just me? My 3D mass effect video and others do that also recently.



Someone told me to do this.
"Hi. To correct changes made by YouTube, please add "yt:crop=16:9" to the tags for your 3D videos. This will enable them to be played fullscreen again. "

I haven't really noticed since I use HTML5 but Im going to add it now..... to my 110 videos...
Edit: yea it works.

Co-founder of helixmod.blog.com

If you like one of my helixmod patches and want to donate. Can send to me through paypal - eqzitara@yahoo.com

#8
Posted 12/18/2013 11:48 PM   
Well it's looking good so far, I just learned that I can pass parameters to an AHK script, so I should be able to come up with a script for making a new gallery, and another for uploading an image (mostly already made), and call either one from the shell script ... I'm still working out how I want to approach it all ... So far I'm thinking for 'list' support ... if 'x.txt' exists and if the first line isn't an image 'file' it will use that first line as the gallery name and if it is an image file it will just start uploading them from the list. I'm also thinking of revamping that old 3D image management script, something like next, previous, delete, and add to 'upload' list ... but for now I'll try to focus on just the upload utility. edit: a bit of a snag with the albums, creating them is fine but selecting them when uploading isn't. The only way to select which album to upload to is either selecting it with the mouse, which there's no real way of telling it which one to click, or by pressing the first letter's key, which can be done but there's no way for it to know how many 'D' albums you have and which one is it. (although ... I could have it use a unique *temporary* name and then have it rename it when it's done ...)
Well it's looking good so far, I just learned that I can pass parameters to an AHK script, so I should be able to come up with a script for making a new gallery, and another for uploading an image (mostly already made), and call either one from the shell script ... I'm still working out how I want to approach it all ...

So far I'm thinking for 'list' support ... if 'x.txt' exists and if the first line isn't an image 'file' it will use that first line as the gallery name and if it is an image file it will just start uploading them from the list.

I'm also thinking of revamping that old 3D image management script, something like next, previous, delete, and add to 'upload' list ... but for now I'll try to focus on just the upload utility.

edit: a bit of a snag with the albums, creating them is fine but selecting them when uploading isn't. The only way to select which album to upload to is either selecting it with the mouse, which there's no real way of telling it which one to click, or by pressing the first letter's key, which can be done but there's no way for it to know how many 'D' albums you have and which one is it. (although ... I could have it use a unique *temporary* name and then have it rename it when it's done ...)
#9
Posted 12/19/2013 03:00 PM   
Ok, here it is think of it as a beta ... it works like a charm BUT it still needs work, mostly failsafes ... it'll work with *.jps, *.pns, [u]OR[/u] *.mpo images. For now only it works in the folder with the images, no list support, and only on one filetype at a time. It takes maybe a second or so to do it's thing for each image, plus the actual upload time for each image. It's pretty easy to use, drop it in the folder with the images (again, just make sure they're all the same filetype, ALL JPS, ALL PNS, [u]or[/u] ALL MPO ...) So drop it in the folder with the images, noting their filetype we'll say they were PNS for example, run ImageUploadEngine, it'll create the AHK script, and 2 pngs, and the window will say "Upload Next Image?" Do not do anything (DON'T PRESS Y ... the AHK script will when necessary) now switch to your browser and select "upload PNS file" (again for example) ... and sit back and relax. It will click the Upload button, paste the filename, hit enter and in the background it will send Y to IUE, copying the next filename to the clipboard while it's waiting patiently for the damn thing to upload, and then it will refresh the page, and do it all over again until it's finished, and then it'll clean up after itself. :) https://www.dropbox.com/s/v7mphx7jejisxqp/_ImageUpoadEngine.exe I just uploaded 9 Dead Space 2 screenshots as a test with it. http://photos.3dvisionlive.com/TsaebehT/album/0/ Obviously you need to let it do it's thing, it's just automating the process so you can't do anything else while it's working. It's very important to chose the right "upload *** file" on 3DVisionLive.com because it will let you upload a PNS even though you selected "upload JPS file" [b][u]BUT[/u][/b] (a big bold underlined but!) they won't actually post, so it'll look like your uploading them when in fact you're not ... I'll come up with a failsafe for this later, maybe even a way for it to change to the right format if necessary.
Ok, here it is think of it as a beta ... it works like a charm BUT it still needs work, mostly failsafes ... it'll work with *.jps, *.pns, OR *.mpo images. For now only it works in the folder with the images, no list support, and only on one filetype at a time.

It takes maybe a second or so to do it's thing for each image, plus the actual upload time for each image. It's pretty easy to use, drop it in the folder with the images (again, just make sure they're all the same filetype, ALL JPS, ALL PNS, or ALL MPO ...) So drop it in the folder with the images, noting their filetype we'll say they were PNS for example, run ImageUploadEngine, it'll create the AHK script, and 2 pngs, and the window will say "Upload Next Image?" Do not do anything (DON'T PRESS Y ... the AHK script will when necessary) now switch to your browser and select "upload PNS file" (again for example) ... and sit back and relax. It will click the Upload button, paste the filename, hit enter and in the background it will send Y to IUE, copying the next filename to the clipboard while it's waiting patiently for the damn thing to upload, and then it will refresh the page, and do it all over again until it's finished, and then it'll clean up after itself. :)

https://www.dropbox.com/s/v7mphx7jejisxqp/_ImageUpoadEngine.exe

I just uploaded 9 Dead Space 2 screenshots as a test with it.
http://photos.3dvisionlive.com/TsaebehT/album/0/

Obviously you need to let it do it's thing, it's just automating the process so you can't do anything else while it's working. It's very important to chose the right "upload *** file" on 3DVisionLive.com because it will let you upload a PNS even though you selected "upload JPS file" BUT (a big bold underlined but!) they won't actually post, so it'll look like your uploading them when in fact you're not ... I'll come up with a failsafe for this later, maybe even a way for it to change to the right format if necessary.
#10
Posted 12/20/2013 12:37 AM   
Updated the link above, technically it wasn't being wonky it was something else. Oddly enough when testing things I found a good way to test it without actually eating into my upload cap on 3DVL was to chose the wrong format on purpose, as it goes through the motions but doesn't apply any of it to the upload cap.
Updated the link above, technically it wasn't being wonky it was something else. Oddly enough when testing things I found a good way to test it without actually eating into my upload cap on 3DVL was to chose the wrong format on purpose, as it goes through the motions but doesn't apply any of it to the upload cap.
#11
Posted 12/22/2013 07:42 PM   
Just gave this a whirl, but didn't have any luck. (Uploading some Infinite shots.) Doesn't appear to do anything. Just waits at the "upload next image?" question. Tried Chrome, tried IE11, no change. Changed UAC off Admin in case that was happening here too. Anything else to try?
Just gave this a whirl, but didn't have any luck. (Uploading some Infinite shots.)

Doesn't appear to do anything. Just waits at the "upload next image?" question.

Tried Chrome, tried IE11, no change. Changed UAC off Admin in case that was happening here too.

Anything else to try?

Acer H5360 (1280x720@120Hz) - ASUS VG248QE with GSync mod - 3D Vision 1&2 - Driver 372.54
GTX 970 - i5-4670K@4.2GHz - 12GB RAM - Win7x64+evilKB2670838 - 4 Disk X25 RAID
SAGER NP9870-S - GTX 980 - i7-6700K - Win10 Pro 1607
Latest 3Dmigoto Release
Bo3b's School for ShaderHackers

#12
Posted 01/28/2014 07:28 AM   
Sorry completely missed when you posted ... odd, it's not working for me now either. It's not 'clicking' the Upload Button like it's supposed to, I'm not sure if they changed the 'Button' or not. It's not really an image so I can't link to it, so I have to capture it ... I'll try recapturing it to see if that works. edit: That was it the areas it is supposed to click changed ... I told you 'they' love breaking stuff. :) Here's a couple new ones zipped up that work for me, try them out just unzip them in the same folder as IUE, and [u]set them as read-only[/u] [s]if you don't want IUE to delete them when it's finished[/s] otherwise it'll overwrite them when it starts and use the old ones.
Sorry completely missed when you posted ... odd, it's not working for me now either. It's not 'clicking' the Upload Button like it's supposed to, I'm not sure if they changed the 'Button' or not. It's not really an image so I can't link to it, so I have to capture it ... I'll try recapturing it to see if that works.

edit: That was it the areas it is supposed to click changed ... I told you 'they' love breaking stuff. :) Here's a couple new ones zipped up that work for me, try them out just unzip them in the same folder as IUE, and set them as read-only if you don't want IUE to delete them when it's finished otherwise it'll overwrite them when it starts and use the old ones.
#13
Posted 02/06/2014 08:23 PM   
Scroll To Top