Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download shared file (store as splitted archive) #165

Open
rromm opened this issue Oct 22, 2019 · 6 comments
Open

Download shared file (store as splitted archive) #165

rromm opened this issue Oct 22, 2019 · 6 comments

Comments

@rromm
Copy link

rromm commented Oct 22, 2019

heard that WDMRC splitting big files cause of size limits.
but I'm almost sure there's no mentioned (in title) function (otherwise where's the info about splitting placed).

@yar229
Copy link
Owner

yar229 commented Oct 22, 2019

Yep, big files splits to chunks by cloud filesize limit detected automatically (usually it's 2Gb for free accounts).

That's how you can see one and work with in your file manager:

image

And splitted files in cloud:

image

video3.mkv really is a header file
video3.mkv.wdmrc.001 and video3.mkv.wdmrc.002 contains data.

If there's no wdmrc, you can download video3.mkv.wdmrc.001, video3.mkv.wdmrc.002 and
simply combine them
Using cmd:
COPY video3.mkv.wdmrc.001 + video3.mkv.wdmrc.002 video3.mkv

...or Using TotalCommander Files -> Combine

...or anything else

@rromm
Copy link
Author

rromm commented Oct 22, 2019

ok but what about subject? if I share those 3 files will friend see 1 file just like me in his WDMRC?

@rromm
Copy link
Author

rromm commented Oct 22, 2019

by the way I wouldn't change format of data keeping it video, because it's usually watchable on web cloud mail ru.

@rromm
Copy link
Author

rromm commented Oct 22, 2019

at least some players could open it so I could share those couple of data for those who doesn't have WDMRC.

@yar229
Copy link
Owner

yar229 commented Oct 22, 2019

ok but what about subject? if I share those 3 files will friend see 1 file just like me in his WDMRC?

  1. If you share video3.mkv using special command >>share video3.mkv you'll got 3 links (take a look on file video3.mkv.share.wdmrc), it's not the way you use to.

  2. If you share a folder, your friend can attach it to his cloud using wdmrc spec.command >>link (.,.link) and then he can see video3.mkv as single file.

by the way I wouldn't change format of data keeping it video, because it's usually watchable on web cloud mail ru.

There's a big trouble - Cloud web interface cannot play splitted videos.

at least some players could open it so I could share those couple of data for those who doesn't have WDMRC.

Maybe so, but not for all video formats.

@rromm
Copy link
Author

rromm commented Oct 22, 2019

− if I share those 3 files — will friend see 1 file just like me in his WDMRC?
− If you share video3.mkv using special command >>share video3.mkv you'll got 3 links

I assume it's yes.
but for convinient sharing it would be good to place data in splitted (uncompressed?) archive, for example — zip opens as folder in windows, so files is accessible while it's in some (any) part of archive.
as for videos we could test splitted formats for playing, after all — such sharing is better than nothing (to those friends etc without WDMRC).

@rromm rromm changed the title Download shared splitted file as 1 file? Download shared splitted file as 1 file (store as archive) Oct 23, 2019
@rromm rromm changed the title Download shared splitted file as 1 file (store as archive) Download shared file (store as splitted archive) Oct 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants