]> git.parisson.com Git - telemeta.git/commitdiff
tune for awdio
authoryomguy <yomguy@localhost.localdomain>
Fri, 26 Nov 2010 01:56:52 +0000 (01:56 +0000)
committeryomguy <yomguy@localhost.localdomain>
Fri, 26 Nov 2010 01:56:52 +0000 (01:56 +0000)
telemeta/htdocs/timeside/css/timeside.css
telemeta/templates/telemeta/mediaitem_detail.html
telemeta/web/base.py

index cadc79ad264a19a8a56f3130bbdac49c0b289456..014ae61975a43ea40cc3cfa8497a20dc0792b7cd 100755 (executable)
     position: relative;
 }
 
+.ts-image-container {
+    background-color: #000000;
+}
+
 .ts-player .ts-wave .ts-image {
     position: absolute;
     left: 0;
index 9072900685f68ced5a714fd47230795fee5110be..57ac71d0647f6d23d6833d364857a464c66b861d 100644 (file)
@@ -1,5 +1,8 @@
 {% extends "telemeta_default/mediaitem_detail.html" %}
 
+{% load telemeta_utils %}
+{% load i18n %}
+
 {% block content %}
 
 <h3>Item : {{ item }}</h3>
@@ -18,7 +21,7 @@
             <div class="ts-viewer">
                 <div class="ts-wave">
                     <div class="ts-image-container">
-                        <a href="{% url telemeta-item-export item.public_id,"m4a" %}">
+                        <a href="{% url telemeta-item-export item.public_id,"mp3" %}">
                         <img class="ts-image" src="{% url telemeta-item-visualize item.public_id,visualizer_id,1800,233 %}"
                           alt="" /></a>
                     </div>
 
 </div> <!-- with-rightcol -->
 
-{% endblock %}
\ No newline at end of file
+{% endblock %}
+
index e3c22b3048a686be54a59143ac9e24e28566871b..a8fb2f2a31accde335a4c49a29482376b71013f6 100644 (file)
@@ -168,8 +168,8 @@ class WebView:
                     })
 
     def item_analyze(self):
-        pass
-        
+       pass
+    
     def item_visualize(self, request, public_id, visualizer_id, width, height):
         item = MediaItem.objects.get(public_id=public_id)
         mime_type = 'image/png'