diff options
author | Alib <aliboba@free.fr> | 2010-03-16 01:28:39 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-03-16 01:28:39 +0100 |
commit | d1f8c381b7aabba27d261274548fa5b51e3dcc94 (patch) | |
tree | bca5abf41bbda01dce58872dd79a1bf41e589c9e /bin/textfiles/browseFolder-aud.txt | |
parent | 438912c0c4a4075a5cd74cf9689451c9df4bbe34 (diff) | |
download | istreamdev-d1f8c381b7aabba27d261274548fa5b51e3dcc94.tar.gz istreamdev-d1f8c381b7aabba27d261274548fa5b51e3dcc94.tar.bz2 |
audio stream in progress
Diffstat (limited to 'bin/textfiles/browseFolder-aud.txt')
-rw-r--r-- | bin/textfiles/browseFolder-aud.txt | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/bin/textfiles/browseFolder-aud.txt b/bin/textfiles/browseFolder-aud.txt new file mode 100644 index 0000000..e2e71be --- /dev/null +++ b/bin/textfiles/browseFolder-aud.txt @@ -0,0 +1,36 @@ +{ + "list": + [ + { + "type": "folder", + "name": "album1", + "path": "/mnt/music/album1" + }, + { + "type": "folder", + "name": "album2", + "path": "/mnt/music/album2" + }, + { + "type": "audio", + "name": "audiofile.mp3", + "number": "1", + "length": "3.30", + "path": "/mnt/music/audiofile.mp3" + }, + { + "type": "audio", + "name": "audiofile2.mp3", + "number": "2", + "length": "2.27", + "path": "/mnt/music/audiofile2.mp3" + }, + { + "type": "audio", + "name": "audiofile3.mp3", + "number": "3", + "length": "4.03", + "path": "/mnt/music/audiofile3.mp3" + } + ] +} |