sax path notes
This commit is contained in:
parent
7bc8cd1bee
commit
67b67d87fa
1 changed files with 13 additions and 0 deletions
13
sax.py
13
sax.py
|
@ -13,6 +13,19 @@ project = KDEnliveProject(root)
|
||||||
long_wav = "Soon_Kim_Long_Reverb_Only2.wav"
|
long_wav = "Soon_Kim_Long_Reverb_Only2.wav"
|
||||||
nois_wav = "Soon_Kim_Noise.wav"
|
nois_wav = "Soon_Kim_Noise.wav"
|
||||||
reverb_wav = "Soon_Kim_Short_Reverb_Mix2.wav"
|
reverb_wav = "Soon_Kim_Short_Reverb_Mix2.wav"
|
||||||
|
'''
|
||||||
|
i = item.models.Item.objects.get(data__title='Soon_Kim_Long_Reverb_Only2')
|
||||||
|
i.files.all()[0].data.path
|
||||||
|
'/srv/pandora/data/media/6b/44/16/3f2905e886/data.wav'
|
||||||
|
|
||||||
|
i = item.models.Item.objects.get(data__title='Soon_Kim_Short_Reverb_Mix2')
|
||||||
|
i.files.all()[0].data.path
|
||||||
|
'/srv/pandora/data/media/ee/e0/04/d4ab42c3de/data.wav'
|
||||||
|
|
||||||
|
i = item.models.Item.objects.get(data__title='Soon_Kim_Noise')
|
||||||
|
i.files.all()[0].data.path
|
||||||
|
'/srv/pandora/data/media/84/88/87/d2fb2e2dc2/data.wav'
|
||||||
|
'''
|
||||||
|
|
||||||
|
|
||||||
long = {
|
long = {
|
||||||
|
|
Loading…
Reference in a new issue