Skip to content

Version 1.2.0

Compare
Choose a tag to compare
@Neraste Neraste released this 03 Jun 18:31
· 549 commits to develop since this release

1.2.0 - 2018-06-03

Added

  • Kara status: global status to run, pause or stop the karaoke.
    • play: Same as previous behaviour.
    • pause: No additional song is played by the player. The player finishes playing current song.
    • stop: Player stops playing, playlist is emptied, can't add song to playlist.
  • Kara status to digest route.
  • Route /playlist/played-entries/ to list played playlist entries with date played.
  • Date when the entry is supposed to be played for playlist entries with date_play.
  • End of playlist date with date_end.
  • Limit to playlist size (default to 100 entries).
  • Auto-generated documentation of the API: /api-docs/.

Changed

  • Playlist routes:
    • /player/* > /playlist/device/*
    • /playlist/ > /playlist/entries/
    • /playlist/<id>/ > /playlist/entries/<id>/
    • /playlist/player/ > /playlist/digest/
  • Digest route (old player route) content change:
    • status > player_status
    • manage > player_manage
    • errors > player_errors
  • Attempting to delete playing playlist entry now returns 404 instead of 403.
  • Pagination information (current and last) for views that use a paginator are now gathered in the pagination key in the response.
  • Song serialization no longer contains the link_type_name key (work link long name), the info has to be deduced from link_type.
  • In the route /playlist/entries, the key to designate a song has changed: song > song_id.
  • Users are now listed by their user name.
  • Song search now looks in song version, detail and video_detail fields.