]> git.parisson.com Git - timeside.git/commit
Server: add download methods for transcoded media (for api serilaizers and timeside...
authorThomas Fillon <thomas@parisson.com>
Mon, 1 Dec 2014 15:15:19 +0000 (16:15 +0100)
committerThomas Fillon <thomas@parisson.com>
Mon, 15 Dec 2014 16:38:09 +0000 (17:38 +0100)
commit8ec875099b696e6d42251010f61223fa1c61bc8c
tree1b3516b592c2536cf8ad811afdc1a115707e2735
parentcce8fbcf8aa9ec2424f6f91efef2939cdd5b6171
Server: add download methods for transcoded media (for api serilaizers and timeside.server app)

Add a html5 audio player to the item page

see:
- for app : /item/1, /item/1/download/ogg, /item/1/download/mp3
- for api Serializers : /results/1/audio/
timeside/server/models.py
timeside/server/templates/timeside/index.html
timeside/server/templates/timeside/item_detail.html [new file with mode: 0644]
timeside/server/urls.py
timeside/server/utils.py [new file with mode: 0644]
timeside/server/views.py