Skip to content

Releases: jcorporation/myMPD

myMPD v20.0.0

01 Feb 15:40
Compare
Choose a tag to compare

This release improves the Lua scripting interface, supports the newest MPD 0.24 sticker commands and add's a trigger for smart playlist creation.

With endless scrolling, a long-delayed feature is now also available. It can be switched on in the settings, the page-by-page display remains the standard.

API changes

  • MYMPD_API_STICKER_INC: Add value parameter
  • MYMPD_API_STICKER_DEC: New
  • MYMPD_API_STICKER_PLAYCOUNT: New

Scripting changes

  • mympd.cache_cover_write: Add mimetype parameter
  • mympd.cache_thumbs_write: Add mimetype parameter
  • mympd.http_header_get: New function
  • mympd.tmp_file: Creates an empty file only if it is a new file

Changelog

  • Feat: Support new MPD 0.24 "sticker (inc|dec)" sub-commands #1390
  • Feat: New trigger event for smart playlist update #1389
  • Feat: Add current_album to mympd_state Lua table
  • Feat: Add option for "Endless scrolling"
  • Feat: Add search to list of scripts to import
  • Upd: libmympdclient 1.0.33

myMPD v19.0.3

12 Jan 11:15
Compare
Choose a tag to compare

This is a small bug fix release.

Changelog

  • Fix: Memory leak in playlist search
  • Fix: Grid layout for filesystem view

myMPD v19.0.2

26 Dec 17:35
Compare
Choose a tag to compare

This is a small bug fix release.

Changelog

  • Fix: Show MPD Sticker Connection settings
  • Fix: Link to API documentation #1395
  • Fix: Link only "Tags to browse" in playback view #1396
  • Fix: Urldecode script names
  • Fix: startupview for playlists #1399

myMPD v19.0.1

15 Dec 21:13
Compare
Choose a tag to compare

This is a small bug fix release.

Changelog

  • Fix: Import of scripts
  • Fix: Lua wrapper for mympd.api
  • Fix: Emmit correct trigger event for INTERNAL_API_TRIGGER_EVENT_EMIT

myMPD v19.0.0

15 Dec 13:17
Compare
Choose a tag to compare

This is a small maintenance release. It ships support for the newest MPD 0.24 protocol commands and enhancements for user defined stickers.

Scripting

  • The deprecated var_ entries are remove from mympd_env, use the subtable var.

API changes

  • MYMPD_API_STICKER_NAMES: respect type parameter

Changelog

  • Feat: Support "stickernamestypes" command (MPD 0.24) #1092
  • Feat: Support "tagtypes reset" command (MPD 0.24) #1367
  • Feat: Generate smart playlists by user defined song stickers #1345
  • Feat: Show user defined stickers in lists #1368
  • Feat: New Lua method mympd.api_partition #1387
  • Upd: Improve lists layout
  • Upd: libmympdclient 1.0.32
  • Upd: bootstrap.native 5.1 #1372
  • Upd: Improve local playback
  • Upd: Mongoose 7.16 #1375
  • Upd: Improve http client
  • Upd: sds to current master
  • Upd: Remove IntersectionObserver, use image tag with lazy loading
  • Fix: Support "contains" and "starts_with" sticker operators
  • Fix: Increase max header count from 30 to 50
  • Fix: rpm dependency - whiptail is in package newt #1381

myMPD v18.2.2

21 Nov 17:24
Compare
Choose a tag to compare

This is a small bug fix release.

Changelog

  • Fix: Parse hh:mm:ss timestamps #1370
  • Fix: Pause streams with known duration #1371
  • Fix: Show title for last played song in album view

myMPD v18.2.1

15 Nov 16:26
Compare
Choose a tag to compare

This is a small bug fix release.

Changelog

  • Upd: Translations
  • Fix: Add correct number of songs to sticker based smart playlist #1369
  • Fix: Do not crop playlists on shuffle #1369
  • Fix: Remove duplicate depends in Debian Control file

myMPD v18.2.0

01 Nov 16:38
Compare
Choose a tag to compare

This is a small maintenance release.

Changelog

  • Feat: Add Last-Modified and Added (MPD 0.24) to sort tags in Search and Current Queue view
  • Feat: Support new "tagtypes available" command (MPD 0.24) #1352
  • Feat: Support new "protocol" command (MPD 0.24) #1353
  • Feat: Support mpd playlist search command (MPD 0.24) #1351
  • Upd: Translations
  • Upd: libmympdclient 1.0.31
  • Upd: bootstrap.native
  • Fix: Populate sort tags for Radio Favorites
  • Fix: Home Widgets in Chrome
  • Fix: Home Widgets behind Reverse Proxy

myMPD v18.1.2

13 Oct 09:39
Compare
Choose a tag to compare

This is a small bug fix release.

Changelog

  • Upd: Improve webserver error logging and responses
  • Fix: Add check featStickers before setting feedback #1359
  • Upd: mongoose to latest master with fix for #1358

myMPD v18.1.1

09 Oct 19:56
Compare
Choose a tag to compare

This is a small bug fix release.

Changelog

  • Fix: Revert to mongoose 7.14 #1358