Kodi Community Forum
OS X Application + application support on external drive? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Mac OS X (https://forum.kodi.tv/forumdisplay.php?fid=56)
+---- Thread: OS X Application + application support on external drive? (/showthread.php?tid=352163)



Application + application support on external drive? - ricimer - 2020-02-29

Hi!
Is it possible to have both the Kodi application and it’s application support folder on an external hard drive? How?
Thanks!


RE: Application + application support on external drive? - kambala - 2020-02-29

just symlink app support folder to external drive I believe, like this:
Code:
mv ~/Library/Application\ Support/Kodi /Volumes/mydrive
ln -s /Volumes/mydrive/Kodi ~/Library/Application\ Support/Kodi



RE: Application + application support on external drive? - ricimer - 2020-02-29

(2020-02-29, 21:02)kambala Wrote: just symlink app support folder to external drive I believe, like this:
Code:
mv ~/Library/Application\ Support/Kodi /Volumes/mydrive
ln -s /Volumes/mydrive/Kodi ~/Library/Application\ Support/Kodi

Thanks!
I should just type that in terminal?


RE: Application + application support on external drive? - ricimer - 2020-03-01

Done! It works!
Thanks again!


RE: Application + application support on external drive? - requa3r0 - 2021-04-06

(2020-02-29, 21:02)kambala Wrote: just symlink app support folder to external drive I believe, like this:
Code:
mv ~/Library/Application\ Support/Kodi /Volumes/mydrive
ln -s /Volumes/mydrive/Kodi ~/Library/Application\ Support/Kodi

I just tried to do this to a NFS share on my linux server.
The shares are automatically mounted on the mac inside USER on boot.
 
Quote: ln -s /Users/SOMEMOUNTPOINT/Kodi /Users/mac/Library/Application\ Support
Kodi lods just fine, and all sources and addons works just fine.

But no content has been set on any sources and the library is empty?

I can rename the folder database inside userdata..and set content and scan. This will make a new database on my symlinked location, and work fine.

But I can not use the old database?

Can anyone tell me why