+telemeta (1.4-1) unstable; urgency=low
+
+For users:
+
+ * add a Desk providing links to home and personal data
+ * add Fonds, Corpus and their related media to the models and to the search engine
+ * add some fancy drop down menus for main tabs
+ * add video media handling (WebM formats only and with the last TimeSide master branch)
+ * add playlist metadata editor
+ * fix some sad bugs for YouTube related URLs and previews
+ * cleanup admin page
+ * many bugfixes !
+
+For developers and maintainers:
+
+ * a new setting parameter: TELEMETA_DOWNLOAD_FORMATS = ('wav', 'mp3', 'webm') or whatever
+ * before upgrading, you need to BACKUP and manually delete old wrong MediaCorpus and MediaCorpusRelated tables
+ * we now use South for data model migration (./manage.py migrate telemeta). Add it to your apps. See INSTALL.rst. Email me if any pb!
+
+-- Guillaume Pellerin <yomguy@parisson.com> Fri, 10 Feb 2012 16:10:22 +0200
+
telemeta (1.3-1) unstable; urgency=low
* add related media objects to collections and items (mime type detection, image preview, URL only capable, YouTube URL detection and preview)
Here are the main features of Telemeta:
* Secure archiving, editing and publishing of audio files over internet.
- * User friendly web frontend including workflows and high level search methods
+ * User friendly and full HTML web frontend including workflows and high level search methods
* Smart dynamical and skinnable audio player (thanks to Timeside and SoundManager2)
* "On the fly" analyzing, transcoding and metadata embedding based on an easy plugin architecture
* Multi-format support : FLAC, OGG, MP3, WAV and more
See `INSTALL.rst <http://github.com/yomguy/Telemeta/blob/master/INSTALL.rst>`_ and `telemeta.org <http://telemeta.org>`_ for more informations.
-Changelog
-=========
+Changes
+========
+
+(from 1.3)
+
+For users:
+
+ * add a Desk providing links to home and personal data
+ * add Fonds, Corpus and their related media to the models and to the search engine
+ * add some fancy drop down menus for main tabs
+ * add video media handling (WebM formats only and with the last TimeSide master branch)
+ * add playlist metadata editor
+ * fix some sad bugs for YouTube related URLs and previews
+ * cleanup admin page
+ * many bugfixes !
+
+For developers and maintainers:
+
+ * a new setting parameter: TELEMETA_DOWNLOAD_FORMATS = ('wav', 'mp3', 'webm') or whatever
+ * before upgrading, you need to BACKUP and manually delete old wrong MediaCorpus and MediaCorpusRelated tables
+ * we now use South for data model migration (./manage.py migrate telemeta). Add it to your apps. See INSTALL.rst. Email me if any pb!
-See `CHANGELOG <http://github.com/yomguy/Telemeta/blob/master/CHANGELOG>`_
+Full changelog : see `CHANGELOG <http://github.com/yomguy/Telemeta/blob/master/CHANGELOG>`_
Development
'author' : gettext('author'),
'Paste HTML to embed player in website': gettext('Paste HTML to embed player in website'),
'delete the item permanently?' : gettext('delete the item permanently?'),
- 'delete the collection permanently?' : gettext('delete the collection permanently?')
- 'delete the playlist permanently?' : gettext('delete the playlist permanently?')
- 'delete the resource from the playlist permanently?' : gettext('delete the resource from the playlist permanently?')
+ 'delete the collection permanently?' : gettext('delete the collection permanently?'),
+ 'delete the playlist permanently?' : gettext('delete the playlist permanently?'),
+ 'delete the resource from the playlist permanently?' : gettext('delete the resource from the playlist permanently?'),
};
function gettrans(str){