]> git.parisson.com Git - telecaster-client.git/commit
readd module, get first json status
authoryomguy <yomguy@parisson.com>
Thu, 30 Jun 2011 12:40:08 +0000 (14:40 +0200)
committeryomguy <yomguy@parisson.com>
Thu, 30 Jun 2011 12:40:08 +0000 (14:40 +0200)
commitfb75c64dbd79746f81903db7a7e5fbeae04581b4
tree9dbd1131efef5546633a1f8ad82ef17c4357006d
parent4c4f39327f5d09f9a5455489e60216094c96c727
readd module, get first json status
101 files changed:
telecaster/AUTHORS [new file with mode: 0644]
telecaster/__init__.py [new file with mode: 0644]
telecaster/admin.py [new file with mode: 0644]
telecaster/export/api.py [new file with mode: 0644]
telecaster/export/core.py [new file with mode: 0644]
telecaster/export/mp3.py [new file with mode: 0644]
telecaster/export/ogg.py [new file with mode: 0644]
telecaster/export/tools.py [new file with mode: 0644]
telecaster/favicon.ico [new file with mode: 0644]
telecaster/forms.py [new file with mode: 0644]
telecaster/htdocs/css/telecaster.css [new file with mode: 0644]
telecaster/htdocs/images/accept.png [new file with mode: 0644]
telecaster/htdocs/images/arrow_refresh.png [new file with mode: 0644]
telecaster/htdocs/images/bin.png [new file with mode: 0644]
telecaster/htdocs/images/cancel.png [new file with mode: 0644]
telecaster/htdocs/images/control_pause_blue.png [new file with mode: 0644]
telecaster/htdocs/images/control_play_blue.png [new file with mode: 0644]
telecaster/htdocs/images/control_stop.png [new file with mode: 0644]
telecaster/htdocs/images/control_stop_blue.png [new file with mode: 0644]
telecaster/htdocs/images/desktop/128x128/apps/preferences-desktop-rotate.png [new file with mode: 0644]
telecaster/htdocs/images/desktop/16x16/apps/preferences-desktop-rotate.png [new file with mode: 0644]
telecaster/htdocs/images/desktop/22x22/apps/preferences-desktop-rotate.png [new file with mode: 0644]
telecaster/htdocs/images/desktop/32x32/apps/preferences-desktop-rotate.png [new file with mode: 0644]
telecaster/htdocs/images/desktop/48x48/apps/preferences-desktop-rotate.png [new file with mode: 0644]
telecaster/htdocs/images/desktop/64x64/apps/preferences-desktop-rotate.png [new file with mode: 0644]
telecaster/htdocs/images/desktop/8x8/apps/preferences-desktop-rotate.png [new file with mode: 0644]
telecaster/htdocs/images/drive_add.png [new file with mode: 0644]
telecaster/htdocs/images/drive_burn.png [new file with mode: 0644]
telecaster/htdocs/images/drive_delete.png [new file with mode: 0644]
telecaster/htdocs/images/drive_error.png [new file with mode: 0644]
telecaster/htdocs/images/folder_go.png [new file with mode: 0644]
telecaster/htdocs/images/folder_link.png [new file with mode: 0644]
telecaster/htdocs/images/ipod_cast.png [new file with mode: 0644]
telecaster/htdocs/images/logo_telecaster_wh.png [new file with mode: 0644]
telecaster/htdocs/images/rotate_desktop.desktop [new file with mode: 0644]
telecaster/htdocs/images/stop.png [new file with mode: 0644]
telecaster/htdocs/images/tick.png [new file with mode: 0644]
telecaster/htdocs/images/transmit.png [new file with mode: 0644]
telecaster/htdocs/images/transmit_add.png [new file with mode: 0644]
telecaster/htdocs/images/transmit_blue.png [new file with mode: 0644]
telecaster/htdocs/images/transmit_delete.png [new file with mode: 0644]
telecaster/htdocs/images/transmit_edit.png [new file with mode: 0644]
telecaster/htdocs/images/transmit_error.png [new file with mode: 0644]
telecaster/htdocs/images/transmit_go.png [new file with mode: 0644]
telecaster/htdocs/images/tux.png [new file with mode: 0644]
telecaster/install.py [new file with mode: 0644]
telecaster/jack/jack.py [new file with mode: 0644]
telecaster/js/rssajax.js [new file with mode: 0644]
telecaster/media/silence_mono.mp3 [new file with mode: 0644]
telecaster/media/silence_mono.ogg [new file with mode: 0644]
telecaster/models.py [new file with mode: 0644]
telecaster/station.py [new file with mode: 0644]
telecaster/telecaster_old.py [new file with mode: 0755]
telecaster/templates/telecaster/base.html [new file with mode: 0644]
telecaster/templates/telecaster/start.html [new file with mode: 0644]
telecaster/templates/telecaster/stop.html [new file with mode: 0644]
telecaster/templatetags/__init__.py [new file with mode: 0644]
telecaster/templatetags/telecaster_utils.py [new file with mode: 0644]
telecaster/tests.py [new file with mode: 0644]
telecaster/tools/PyRSS2Gen.py [new file with mode: 0644]
telecaster/tools/__init__.py [new file with mode: 0644]
telecaster/tools/acpi.py [new file with mode: 0644]
telecaster/tools/logger.py [new file with mode: 0644]
telecaster/tools/scripts/ffmpeg_dv_jack_fifo_fw [new file with mode: 0755]
telecaster/tools/scripts/ffmpeg_dv_jack_fifo_usb [new file with mode: 0755]
telecaster/tools/scripts/ffmpeg_dv_jack_fifo_usb_gst [new file with mode: 0755]
telecaster/tools/tools.py [new file with mode: 0644]
telecaster/tools/xmltodict.py [new file with mode: 0644]
telecaster/urls.py [new file with mode: 0644]
telecaster/vendor/edcast-jack/Makefile.am [new file with mode: 0644]
telecaster/vendor/edcast-jack/Makefile.in [new file with mode: 0644]
telecaster/vendor/edcast-jack/aclocal.m4 [new file with mode: 0644]
telecaster/vendor/edcast-jack/conf/sample.cfg [new file with mode: 0644]
telecaster/vendor/edcast-jack/config.guess [new file with mode: 0644]
telecaster/vendor/edcast-jack/config.sub [new file with mode: 0644]
telecaster/vendor/edcast-jack/configure [new file with mode: 0755]
telecaster/vendor/edcast-jack/configure.in [new file with mode: 0644]
telecaster/vendor/edcast-jack/depcomp [new file with mode: 0644]
telecaster/vendor/edcast-jack/edcast.cpp [new file with mode: 0644]
telecaster/vendor/edcast-jack/install-sh [new file with mode: 0644]
telecaster/vendor/edcast-jack/libedcast/Makefile [new file with mode: 0644]
telecaster/vendor/edcast-jack/libedcast/Makefile.am [new file with mode: 0644]
telecaster/vendor/edcast-jack/libedcast/Makefile.in [new file with mode: 0644]
telecaster/vendor/edcast-jack/libedcast/Socket.cpp [new file with mode: 0644]
telecaster/vendor/edcast-jack/libedcast/cbuffer.c [new file with mode: 0644]
telecaster/vendor/edcast-jack/libedcast/cbuffer.h [new file with mode: 0644]
telecaster/vendor/edcast-jack/libedcast/enc_if.h [new file with mode: 0644]
telecaster/vendor/edcast-jack/libedcast/libedcast.cpp [new file with mode: 0644]
telecaster/vendor/edcast-jack/libedcast/libedcast.dsp [new file with mode: 0644]
telecaster/vendor/edcast-jack/libedcast/libedcast.h [new file with mode: 0644]
telecaster/vendor/edcast-jack/libedcast/libedcast_resample.h [new file with mode: 0644]
telecaster/vendor/edcast-jack/libedcast/libedcast_socket.h [new file with mode: 0644]
telecaster/vendor/edcast-jack/libedcast/resample.c [new file with mode: 0644]
telecaster/vendor/edcast-jack/ltmain.sh [new file with mode: 0644]
telecaster/vendor/edcast-jack/m4/lame.m4 [new file with mode: 0644]
telecaster/vendor/edcast-jack/m4/mad.m4 [new file with mode: 0644]
telecaster/vendor/edcast-jack/m4/ogg.m4 [new file with mode: 0644]
telecaster/vendor/edcast-jack/m4/vorbis.m4 [new file with mode: 0644]
telecaster/vendor/edcast-jack/missing [new file with mode: 0644]
telecaster/views.py [new file with mode: 0644]
telecaster/webview.py [new file with mode: 0644]