Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Jav-It

The most comprehensive JAV video cataloging tool. · By jav-it

Is yr tool cannot direct scrap at Mount cloud drive such as google drive?

A topic by limeizhen1 created May 19, 2021 Views: 266 Replies: 3
Viewing posts 1 to 3

I used raildrive to mount my google drive, but I cannot use yr tools directly cut image on my cloud drive, possible update this?

Developer

Hi There,

Sorry I didn't notice this sooner (I think I might have just forgotten). Unfortunately, mounted cloud drives or drives stored on a network are not supported at this time. The biggest reason is that accessing and organizing large files over a network connection is not practical. There could also be unforseen permission issues associated with this as well. My best suggestion is to slowly convert your collection by converting videos each time you pull a copy for local use, and push the change up again to save. It isn't the greatest solution, but unfortunately this tool was never designed to access shares on a network in that way.

You can add a symbolic link to the original folder to the local folder and access the symbolic link of the folder. If the folder name includes blank, be sure to use parentheses on the path. EX) jav-it.exe catalog -d "<your_video_path>"

You can add a symbolic link using mklink.

mklink /d "local path" "your video path"

Personally, I use synology NAS and I store all my JAV there. I had my NAS connected to my HDD as Z drive.

I symbolic-linked my JAV folder to my local C drive as "mklink /d c:\nasjav z:\jav"

After setting the link, jav-it has been working flawlessly for me.

Developer

This is what I normally do on Linux, but the technique works equally well on Windows. Thanks for sharing!