Telemeta 1.7.4 is out!
Changelog:
more ...
- Fix collection ZIP serializer
- Improve advanced search engine performance (thanks to @fpasquier93)
Changelog:
more ...
- Fix collection ZIP serializer
- Improve advanced search engine performance (thanks to @fpasquier93)
ChangeLog:
more ...
- Minor bug fixes and improvments
- Fix HTML5 audio compatibility (#173) for the web audio player. The SoundManager Flash player fallback should not be used in most modern web browser. Media files are now serves through Nginx (#155) which enables to stream music with byte range requests.
- Add a User permission "can_run_analysis" to specify that a user or a group of users has the right to list and select advanced Timeside analysis to be displayed in the Timeside web audio player.
- Temporarily remove Timeside server from INSTALLED_APPS until the development of this application is more advanced and is really used by Telemeta.
- Add enumeration management and statitics
- Improved media security allowing streaming through Nginx only from the application
- Add TimeSide as a submodule
- Add a validator for …
After months of hard development, I am very pleased to release Telemeta 1.7! It includes many transparent changes, mainly upgrading a lot of dependencies, especially those brought by the audio engine TimeSide which has also been released in its new version.
- Based on TimeSide 0.9
- Use Django 1.8
- Rename some directories
- Better video streaming
- Better logging
More details:
git pull origin master git submodule update --init --remote docker-compose run app /srv/app/bin/upgrade_from_1.6_to_1.7.sh
scripts/ and app/scripts/ directories has been renamed bin/ and app/bin/ respectively. So please adapt your management and maintenance personal scripts.
The 1 …
Telemeta is now usable on any OS, ready for development and for production in 5 mn! B-)
After months of hard work we are pleased to release a big update to Telemeta communities. It represents a huge milestone that makes Telemeta now compatible with more modern web technologies.
Changelog:
Download
more ...Changelog:
Download
more ...After a long debugging and producing period, Telemeta reaches a nice stable version.
Changelog:
Changes:
Upgrade:
sudo pip install --upgrade telemeta
Please first read README.rst and INSTALL.rst to get all informations about the news. Apply new rules, dependencies, modules and settings from your old version to the new one.
or download (MD5: 47b8d7a6fa8340388ff72be58aaff59c)
Enjoy ;)
more ...Changes:
Upgrade:
sudo pip install --upgrade telemeta
or download (MD5: ceec77f9b5e637cf1e2cb9b9fad21183)
As usual, please first read README.rst and INSTALL.rst to get all informations …
more ...Changes:
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 …