Telemeta

Latest version: v1.6.4

Safety actively analyzes 629503 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 6

0.3.22

* Add analyzers

-- Guillaume Pellerin <yomguyaltern.org> Mon, 15 Sep 2008 11:40:06 +0200

0.3.21

* Add analysis plugin component and views
* Add wav2png.py objects and views
* Add audiolab python library
* Modify dependencies

-- Guillaume Pellerin <yomguyaltern.org> Thu, 28 Aug 2008 01:13:14 +0200

0.3.11beta

* Clear some install features
* Change waveform color
* Change menu order
* Change link order at home
* Fix spectrogram
* Fix tuple bug for version
* Modify setup method (distutils)
* 2nd layout v0.4 item/view + item/edit
* Item instruments prototype display
* Hide empty fields on collection and item detail display
* Layout breaks under 1024x768 : fixbug
* image search, css pagination
* search results: display collection tab by default if there's no item
* fix search combining country/continent and ethnic group
* layout v0.4 item/view + item/edit
* advanced search form/results + fix wrong revert
* advanced seach css formulaire
* fix urls
* affichage mediafile, overflow pour spectrogram
* hide 4D internal field compil_face_plage
* do not print duplicate countries and ethnic groups on collection detail
* item/collection dublincore + fixbug css
* write item and not items with a single result
* enable searching items by publish date and collections by ethnic group
* fix advanced search by title; fix empty search
* affichage item v1 + bug largeur liste definition list
* (re) fix build_query_string filter
* collection dublin core
* collections avec tous les champs
* fix build_query_string filter
* item quick search now also searches the creator (auteur) field
* improved search; search results are now paginated, displaying either
* items or collections, with a tab view
* affichage collections + modifs css
* sort related items by id on collection detail
* advanced search: add missing templates
* model modularization ; add is_published() method for collections
* model modularization
* add advanced search
* models: code cleanup and new docstrings
* Rewrite README and INSTALL
* Show a table for 'normal' data view
* Logo Telemeta FINAL v2

-- Guillaume Pellerin <yomguyaltern.org> Thu, 28 Aug 2008 01:11:19 +0200

0.3.01

* Changed README and INSTALL
* fix spectrograms names
* accept underscore in viz id
* setting version to 'SVN' on trunk
* fix items and collections fields display ordering + make item title
* optional for django admin
* use css overflow instead of iframe for visualization scrolling
* Added metadata to OGG stream
* Tuned max sample lengths to reasonable values
* Tuned max sample lengths to reasonable values
* Changed time_limit to 300 (5mn) for Octave
* Added main tags to streamed mp3. Closes: 9
* Made Octave quiet
* Downsampling data for waveform2
* Add an iframe to scroll on visualizers
* Cleaned OctaveCoreVisualizer to avoid wrong subprocess calls
* Fix the maximum displayed length to 10s max for Octave visualizers
* Added octave2.9 dependency
* Added Waveform2 and Spectrogram2 visualization components
* Clean up
* Removed old/
* fix 28: use item id from export filename. WARNING: require crem data r3
* make htdocs variable dynamic and add draft for 0.3 INSTALL
* Fixed ExportProcessError
* Remove sox piping for FLAC
* simplify !TelemetaError
* Create ExportProcessError class in export.api
* cast double literals (breaks on Debian Sarge)
* remove extra space in M3U playlist (failed with Amarok)
* Fixed 26 partially for downloading but not for flash playing
* remove unused logger instance and duplicated telemeta version
* variable, use telemeta url variable + new telemeta_url template tag
* soften footer logo
* decrease homepage links size
* tracify menu bar, add footer, homepage links and fix items list in
* collection detail
* add version in __init__.py and telemeta_version template tag
* optimize and rename BackupBuilder to CollectionSerializer
* add method to retrieve items that do not belong to any collection
* display id on item detail
* rename !FloatField to !DecimalField for django svn !r5302
* Cleaned mp3 exporter
* Fixed syntax problem
* Restore Jeroen Wijering's Flash MP3 Player
* add backup core and command line tool
* consolidate MediaCore.to_dom() and fix encoding
* Adds main id3 tags during MP3 streaming
* Moved audio generator to ExporterCore.core_process
* add variable for static files root
* use named urls for static files
* add to_dom() to models
* renaming views to web
* renaming web.py to base.py
* add geographic navigator, coverage dc mapping to collection + other fixes
* 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
* media objects IDs are now validated at model level
* experimenting new logo by Julia
* trying some new layout + cleaned css
* renamed &34;dictionaries&34; to &34;enumerations&34;
* new PublishingStatus enumerations model (you simply need to syncdb)
* Telemeta logos v1
* convert DC elements values to strings
* fix doblock and spacing
* add default empty elements attribute for code clarity
* fix css issue between visualization and submenu
* add dublin core modelization and new to_dublincore() model methods
* improved dublin core mapping
* add dublin core HTML-based views of collections and items
* fixed URL handling with non aplhanumeric record IDs
* fix 21: the web view now properly handle export streams
* turn the model list() method into the tolist template filter
* new submenu template block + css fixes
* Tried new stream function in web.py, but....
* Partially fixes 19 by changing MediaCollection.copied_from properties.
* Made all exporters generators. Closes: 8 . Input audio raw data is
* now passed into sox while encoding (no decoding needed anymore...)
* Clean some stings
* Made Mp3Exporter a generator. The exported file is still written in the cache.
* misc template fixes
* fix items urls
* add LEM item fields + other fixes
* add paging and simplify layout
* bundle snack python bindings
* svn:ignore .pyc and .swp files
* add templatetags
* use named urls, add paging to collection, and others
* add LEM collection fields
* change visualization layout and waveform color
* add visualization to web item detail view
* add visualization components (waveform, spectrogram)
* ticket 10: mark IExporter.process() options argument as optional
* Replaced all tabs by spaces in export. Closes: 18
* typo
* added license headers + cleanup
* Temporary fixed mp3 date in urls.py
* created htdocs dir, images subdir and moved the css dir
* renamed the core css stylesheet
* updated css, new stylesheet for the admin
* Fixed indent pb
* Fixed ogg verbose
* Made options optional. Closes: 10
* Added Mp3Exporter with (very) partial mapping of DublinCore fields.
* fixed quick search form css/layout on Firefox
* No metadata in caching path (just ext/item_id.ext). No verbose by default
* web interface: added quick search and fixed export download
* Added Samalyse to COPYING
* coupled the web interface with the export layer
* improved collections and items browsing
* minor CSS improvements
* now using Django typical models instead of &34;dynamic&34; ones
* made simple models based on Dublin Core elements
* Fixed Default call and verbose
* Move default.py to old/
* Fixed export verbose mode in option dict (see export_test)
* Added Trac Components links. Added options dict to exporter arguments
* Add pre and post process in CoreExporter. Main calls to OggExporter

-- Guillaume Pellerin <yomguyaltern.org> Wed, 28 May 2007 22:28:42 +0200

0.2.52

* Fixed --help page

-- Guillaume Pellerin <yomguyaltern.org> Wed, 10 Jan 2007 12:01:13 +0100

0.2.51

* Fixed --create and --backup option behaviors, thanks to Olivier Guilyardi
* Created the Collection class and interface
* Fixed error messages
* Made the collection XML file saved in collection dir AND user default dir

-- Guillaume Pellerin <yomguyaltern.org> Mon, 8 Jan 2007 02:50:04 +0100

Page 4 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.