Change user data folder location of xbmc

By xngo on March 9, 2019

The idea is to create a symbolic link of the original folder to point to your desired location.

cd ~
mv .xbmc /to/your/desired/location/folder
ln -s /to/your/desired/location/folder/.xbmc .xbmc

About the author

Xuan Ngo is the founder of OpenWritings.net. He currently lives in Montreal, Canada. He loves to write about programming and open source subjects.