Change location for files to upload

Hi there at the install i could choose a location to upload and store the music. Now i put in a new hd and want to store the files there on the new hd…
Where do i change the path?
I do not see it in the config file…

Thank you!

Hey,

The configuration is currently stored in the DB. The future release of LibreTime should move this configuration to the config file.

If you want to change this anyway, you can change the first entry in the cc_music_dirs table:

UPDATE public.cc_music_dirs
	SET directory='/mnt/libretime/data/'
	WHERE id=1;

Be sure that your path has a trailing slash !

Cheers

Thank you!
That helped me out!