lbryio / lbry-desktop

A browser and wallet for LBRY, the decentralized, user-controlled content marketplace.
https://lbry.tech
MIT License
3.56k stars 413 forks source link

BLOB Files location #1966

Open kodxana opened 6 years ago

kodxana commented 6 years ago

Can we get option to move huge blob files to another hard drive. I tested that creating symblink and moving files to another drive works without problems to the app. But it will be better to do it from gui app 👍

tzarebczan commented 6 years ago

Blob files are part of the data_dir location which can be configured on the daemon. This is a bit tricky because when you change this location, you'd need to close the daemon, move current contents to the new location (excluding the daemon_settings file (https://github.com/lbryio/lbry/issues/1375)), and then restart.

We are looking at solutions for the daemon side to get rid of blob files completely, and instead just generate them from the output file.

kodxana commented 6 years ago

I tested it by creating symblink in original folder to new folder on other drive where I copied all files.