Skip to content

6.2.0

Compare
Choose a tag to compare
@lachlan-00 lachlan-00 released this 03 Nov 05:53
· 63 commits to master since this release
54f95a1

python3-ampache 6.2.0

Ampache 6.1.0 is the latest API6 release.

This release has two new methods have been added

The bookmark methods have had a bit of a rework as they were not very useful

Added

  • New Method: bookmark (Get single bookmark by bookmark_id)
  • New Method: lost_password (Allows a non-admin user to reset their password)
  • bookmark_create: Add include parameter (if true include the object in the bookmark)
  • bookmark_edit: Add include parameter (if true include the object in the bookmark)
  • get_bookmark
    • Add include parameter (if true include the object in the bookmark)
    • Add all parameter (if true include every bookmark for the object)
  • bookmarks
    • Add parameter client to filter by specific groups of bookmarks
    • Add include parameter (if true include the object in the bookmark)

Changed

  • get_bookmark
    • add bookmark as a valid object_type
    • Don't return single JSON bookmarks as an object
  • bookmark_create: Remove client parameter default value ('AmpacheAPI')
  • bookmark_edit
    • Remove client parameter default value ('AmpacheAPI')
    • show error on missing bookmark instead of empty object
    • add bookmark as a valid object_type
    • Don't return single JSON bookmarks as an object
  • bookmark_delete
    • Remove client parameter default value ('AmpacheAPI')
    • show error on missing bookmark instead of empty object
    • add bookmark as a valid object_type

Fixed

  • video: error type was song instead of filter