SOLVED Ampache - How to add a catalog / media with custom storage?
-
I feel stupid, but anyway, I'll ask:
Under "Resources", I configured Ampache to use a custom storage path:
/media/SG2TB/Ampache
. I created a folderMusic
under/media/SG2TB/Ampache
.Now, when I want to add a catalogue as a local resournce in Ampache, no matter if I enter
/media/SG2TB/Ampache/Music
,/Music
orMusic
, Ampache tells me the path does not exist...? -
Permissions:
drwxrwxrwx 8 kdj users 4,0K Nov 9 11:02 . drwxrwxrwx 13 kdj users 16K Nov 9 10:59 .. drwxrwxrwx 2 kdj users 4,0K Nov 9 08:47 channel drwxrwxrwx 2 kdj users 4,0K Nov 9 11:01 config drwxrwxrwx 2 www-data www-data 4,0K Nov 9 11:02 Music -rwxrwxrwx 1 kdj users 109 Nov 9 08:47 php.ini drwxrwxrwx 2 kdj users 4,0K Nov 9 08:47 play drwxrwxrwx 2 kdj users 4,0K Nov 9 08:47 rest drwxrwxrwx 2 kdj users 4,0K Nov 9 11:01 themes
(I tried with
kdj:users
as well) -
@necrevistonnezr I think this will be
/app/data/Music
. Essentially, whatever you provide as the appdata directory will be mounted into the/app/data
of the app. -
@girish Thanks - that was not super obvious and should maybe go into the docs...
-
@necrevistonnezr Indeed. Very few apps require "paths" inside the filesystem though. But let me look into adding some text in the UI.