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/browseAudio.txt | |
parent | 438912c0c4a4075a5cd74cf9689451c9df4bbe34 (diff) | |
download | istreamdev-d1f8c381b7aabba27d261274548fa5b51e3dcc94.tar.gz istreamdev-d1f8c381b7aabba27d261274548fa5b51e3dcc94.tar.bz2 |
audio stream in progress
Diffstat (limited to 'bin/textfiles/browseAudio.txt')
-rw-r--r-- | bin/textfiles/browseAudio.txt | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/bin/textfiles/browseAudio.txt b/bin/textfiles/browseAudio.txt deleted file mode 100644 index 2f91c4f..0000000 --- a/bin/textfiles/browseAudio.txt +++ /dev/null @@ -1,21 +0,0 @@ -{ - "list": - [ - { - "type": "folder", - "name": "album1", - "path": "/mnt/music/album1" - }, - { - "type": "folder", - "name": "album2", - "path": "/mnt/music/album2" - }, - { - "type": "audio", - "name": "audiofile.mp3", - "length": "3.30", - "path": "/mnt/music/audiofile.mp3" - } - ] -} |