]> 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, 1 Dec 2014 15:15:19 +0000 (16:15 +0100)
commit4eea0f280230cc296773511e4278b343efffbbaf
tree1b3516b592c2536cf8ad811afdc1a115707e2735
parentb484ec5782019889b483724bf40053b7d4b8cd39
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