Skip to content

Releases: lusum/ampache-xbmc-plugin

Version 0.9.9

15 Jan 18:37
Compare
Choose a tag to compare

This is a beta release for the 1.0 release

  • New interface
  • Multiple server management
  • Refactoring of the code, following kodi addon guidelines
  • Performance slight improved
  • Bugfix

Version 0.9.0.0

05 Dec 16:12
Compare
Choose a tag to compare
  • Porting to ampache api 400001, mantaining compatibility with nextcloud music addon
  • Stats management
  • Performance slight improved
  • Bugfix

Version 0.8.0.2

01 Dec 22:31
Compare
Choose a tag to compare
  • Translation updates
  • Bugfix

Version 0.8.0.1

01 Oct 15:21
Compare
Choose a tag to compare
  • Nextcloud ampache server supported
  • Various bugfixes

Version 0.8.0

23 Aug 05:46
Compare
Choose a tag to compare

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

21 Jul 07:24
Compare
Choose a tag to compare

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

16 Jul 09:52
Compare
Choose a tag to compare
  • 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

07 Nov 21:50
Compare
Choose a tag to compare

Minor version

  • removed bug ( unicode and urllib )

Version 0.5.1.1

06 Nov 14:33
Compare
Choose a tag to compare

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

21 Aug 18:22
Compare
Choose a tag to compare
  • add the possibility to skip ssl certification verification ( selfsigned certificates problem )
  • remove pycrypto requirements, use standard hashlib
  • bug fixing