feat: move storage path setting to configuration file
- change default storage path to /srv/libretime - remove music dirs table - use /tmp for testing storage - storage dir should always have a trailing slash
This commit is contained in:
parent
b3ff2defc4
commit
f7bb6e7592
48 changed files with 464 additions and 4701 deletions
|
@ -1,15 +1,7 @@
|
|||
cc_music_dirs:
|
||||
- id: "1"
|
||||
directory: "/tmp/libretime-test"
|
||||
type: "stor"
|
||||
exists: "t"
|
||||
watched: "t"
|
||||
|
||||
cc_files:
|
||||
- id: "1"
|
||||
mime: "audio/mp3"
|
||||
ftype: "audioclip"
|
||||
directory: "1"
|
||||
filepath: "imported/1/oneminute.mp3"
|
||||
mtime: "2017-08-06 04:27:36"
|
||||
utime: "2017-08-06 04:26:47"
|
||||
|
@ -31,7 +23,6 @@ cc_files:
|
|||
- id: "2"
|
||||
mime: "audio/mp3"
|
||||
ftype: "audioclip"
|
||||
directory: "1"
|
||||
filepath: "imported/1/fiveminute.mp3"
|
||||
mtime: "2017-08-06 04:28:36"
|
||||
utime: "2017-08-06 04:27:47"
|
||||
|
@ -53,7 +44,6 @@ cc_files:
|
|||
- id: "3"
|
||||
mime: "audio/mp3"
|
||||
ftype: "audioclip"
|
||||
directory: "1"
|
||||
filepath: "imported/1/track1.mp3"
|
||||
mtime: "2017-08-06 04:28:36"
|
||||
utime: "2017-08-06 04:27:47"
|
||||
|
@ -76,7 +66,6 @@ cc_files:
|
|||
- id: "4"
|
||||
mime: "audio/mp3"
|
||||
ftype: "audioclip"
|
||||
directory: "1"
|
||||
filepath: "imported/1/track2.mp3"
|
||||
mtime: "2017-08-06 04:28:36"
|
||||
utime: "2017-08-06 04:27:47"
|
||||
|
@ -99,7 +88,6 @@ cc_files:
|
|||
- id: "5"
|
||||
mime: "audio/mp3"
|
||||
ftype: "audioclip"
|
||||
directory: "1"
|
||||
filepath: "imported/1/track3.mp3"
|
||||
mtime: "2017-08-06 04:28:36"
|
||||
utime: "2017-08-06 04:27:47"
|
||||
|
@ -122,7 +110,6 @@ cc_files:
|
|||
- id: "6"
|
||||
mime: "audio/mp3"
|
||||
ftype: "audioclip"
|
||||
directory: "1"
|
||||
filepath: "imported/1/track1-2.mp3"
|
||||
mtime: "2017-08-06 05:28:36"
|
||||
utime: "2017-08-16 04:27:47"
|
||||
|
@ -145,7 +132,6 @@ cc_files:
|
|||
- id: "7"
|
||||
mime: "audio/mp3"
|
||||
ftype: "audioclip"
|
||||
directory: "1"
|
||||
filepath: "imported/1/track2-2.mp3"
|
||||
mtime: "2017-08-06 04:28:36"
|
||||
utime: "2017-08-06 04:27:47"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue