Releases: lusum/ampache-xbmc-plugin
Releases · lusum/ampache-xbmc-plugin
Version 0.9.9
Version 0.9.0.0
- Porting to ampache api 400001, mantaining compatibility with nextcloud music addon
- Stats management
- Performance slight improved
- Bugfix
Version 0.8.0.2
- Translation updates
- Bugfix
Version 0.8.0.1
- Nextcloud ampache server supported
- Various bugfixes
Version 0.8.0
Major Release:
- Implemented stats
- Completed the implementation of the ampache api
- Better handling of kodi web client
- Refactoring of code
- Various bugfixes
Version 0.7.0
Major Release:
- Tags support
- Added Show artist from this song and Show album from this song to contextmenu
- Better handling of music data ( added rating too )
- Some optimisations
- Various bugfixes
Version 0.6.0
- Plugin now works with ampache 3.8.3 API
- Playlist support now complete
- Added api-key support
- Added italian language
- Heavily refactored code
Version 0.5.1.2
Minor version
- removed bug ( unicode and urllib )
Version 0.5.1.1
Minor release
- correct display bug on kodi 15.2
- remove old code no more used
- change encode("utf-8") -> unicode
- refactor duplicate code, add some song info, better maintenance
- added A LOT of comments
Version 0.5.1
- add the possibility to skip ssl certification verification ( selfsigned certificates problem )
- remove pycrypto requirements, use standard hashlib
- bug fixing