]> git.parisson.com Git - telemeta.git/commit
- added collection playlists in m3u and xspf formats
authorolivier <>
Fri, 18 May 2007 19:17:37 +0000 (19:17 +0000)
committerolivier <>
Fri, 18 May 2007 19:17:37 +0000 (19:17 +0000)
commit879d772cce6420403d442244c40f0f81e894fd19
treeec39c28a40a1e6c127e24bf7ab9768c02c6f6b6a
parent3815c512493ac017e7c62e8aa0ce1ab5e01f73e3
- added collection playlists in m3u and xspf formats
- embedded flash mp3 player in both collection and item displays.
Remark: there are two players available, you can switch them in the templates
- other fixes
16 files changed:
telemeta/htdocs/css/telemeta.css
telemeta/htdocs/js/swfobject.js [new file with mode: 0755]
telemeta/htdocs/swf/mp3player.swf [new file with mode: 0755]
telemeta/htdocs/swf/xspf_player.swf [new file with mode: 0644]
telemeta/htdocs/swf/xspf_player_slim.swf [new file with mode: 0644]
telemeta/models.py
telemeta/templates/base.html
telemeta/templates/base_xspf.xml [new file with mode: 0644]
telemeta/templates/collection.m3u [new file with mode: 0644]
telemeta/templates/collection_detail.html
telemeta/templates/collection_xspf.xml [new file with mode: 0644]
telemeta/templates/mediaitem_detail.html
telemeta/templates/mediaitem_xspf.xml [new file with mode: 0644]
telemeta/templatetags/telemeta_utils.py
telemeta/urls.py
telemeta/views/web.py