Skip to content

Releases: jcorporation/myMPD

myMPD v9.1.1

08 Feb 19:18
Compare
Choose a tag to compare

This is a small maintenance release.

Changelog

  • Feat: Use WebradioDB image for homescreen icon #674
  • Upd: korean translation #669
  • Fix: Searchable selects in mobile browsers #673
  • Fix: Case insensitive search for WebradioDB #672
  • Fix: Read environment if /var/lib/mympd/config does not exist #675
  • Fix: Add all IPs to certificates SAN #675
  • Fix: Remove zone identifiers from IPv6 addresses #675
  • Fix: Refresh queue popover after queue state change
  • Fix: save jukebox mode setting

myMPD v9.1.0

29 Jan 10:37
Compare
Choose a tag to compare

This release adds the webradio feature and some other small enhancements and updates.

You can now manage your own webradio favorites and browse the databases of my WebradioDB project and the popular RadioBrowser.

myMPD now supports also extended m3u playlists and can list the contents of playlists saved in the music directory.

The central folder for images has been replaced by individual folders by image type (backgrounds and thumbs). The streams folder is renamed to thumbs on first startup.

Changelog

  • Feat: webradio favorites #502
  • Feat: search radio-browser.info for webradios #502
  • Feat: integration of my new webradiodb project #502
  • Feat: list playlist contents from filesystem
  • Feat: support of extended m3u playlistinfo #650
  • Feat: support of mixrampdb
  • Feat: add compile time options to enable IPv6
  • Upd: improved image selects
  • Upd: separate folders by image type in /pics directory
  • Upd: improved jukebox code
  • Upd: do not unnecessarily update cover images
  • Upd: minimize work for counter refresh loop
  • Upd: use sds and rax from my forks
  • Upd: improved json encoding
  • Upd: improved usage of sds functions

myMPD v9.0.4

17 Jan 18:46
Compare
Choose a tag to compare

This is a small bugfix release.

Changelog

  • Fix: removed unused PUID/PGUID from docker documentation
  • Fix: chown workdir to mympd user on each startup #659
  • Fix: add -Wno-stringop-overflow to sds compile settings #652

myMPD v9.0.3

05 Jan 08:53
Compare
Choose a tag to compare

This is a small bugfix release.

Changelog

  • Fix: parsing of lrc files with windows line endings #651
  • Fix: add missing de-DE phrases

myMPD v9.0.2

25 Dec 16:41
Compare
Choose a tag to compare

This is a small bugfix release.

Changelog

  • Fix: Click in queue view for small displays #648
  • Fix: click on song tags in playback cards #649

myMPD v9.0.1

21 Dec 18:07
Compare
Choose a tag to compare

This release fixes some packaging issues.

Changelog

  • Fix: debian package dependency #645
  • Fix: build script #643
  • Fix: Gentoo ebuild #646

myMPD v9.0.0

17 Dec 16:53
Compare
Choose a tag to compare

This release upgrades Bootstrap to the new major release, brings many ui enhancements and adds support for new mpd 0.23 protocol features. With this release the major redesign of the myMPD code was final.

Changelog

  • Feat: reworked main menu
  • Feat: reworked popover menu
  • Feat: reworked pagination #
  • Feat: priority handling for songs in queue
  • Feat: harmonize popover menus #534
  • Feat: songs, directories, albums and streams can be added to home screen #604
  • Feat: add playlist, directory, search after current playing song (requires mpd 0.23.5) #579
  • Feat: insert directory, search, album into playlist (requires mpd 0.23.5) #579
  • Feat: integrate custom bootstrap and bootstrap.native build
  • Feat: improved support for multiple tag values #583
  • Feat: improve listviews for small displays #494
  • Feat: support albumart for cuesheet virtual folders #578
  • Feat: more granular timers #596
  • Feat: reworked some form elements #530
  • Feat: utf8 aware string handling
  • Feat: quick actions for navbar icons
  • Feat: replaced browser native local playback controls #634
  • Feat: support build on Termux #612
  • Upd: pressing pause button stops streams
  • Upd: libmpdclient for mpd 0.23.x support
  • Upd: improved notifications
  • Upd: bootstrap 5.1.3
  • Upd: removed default theme - dark is the new default
  • Upd: improved json validation for settings
  • Upd: improved handling for filenames with special chars #585
  • Upd: removed obsolete keyboard navigation for tables and menus
  • Upd: consistently use LastModified not Last-Modified
  • Upd: improve mpd autodetection
  • Upd: more accessible single-oneshot mode
  • Upd: improve theme-autodetect
  • Upd: improve jukebox mode
  • Upd: migrate to pcre2 library #611
  • Fix: check for fingerprint command #614
  • Fix: use /var/cache/mympd as cachedir #620
  • Fix: do not reset generate smartpls to default if empty #619
  • Fix: correct API call for smartpls update #627
  • Fix: sanitize filenames for generated smartpls files #629
  • Fix: timer startplay action #625
  • Fix: streamproxy connection handling #634 #618

myMPD v8.1.6

13 Nov 15:23
Compare
Choose a tag to compare

This is a small bugfix release.

Changelog

  • Fix: display correct jukebox unique tag #605
  • Fix: keepalive timer for websocket #606

myMPD v8.1.5

07 Nov 10:31
Compare
Choose a tag to compare

This is a small bugfix release.

Changelog

  • Fix: accept Last-Modified as sort tag #601
  • Fix: missing TRIGGER_MYMPD_START

myMPD v8.1.4

01 Nov 21:24
Compare
Choose a tag to compare

This is a small bugfix release.

Changelog

  • Fix: allow paths for playlists #588
  • Fix: improve path traversal detection #585
  • Fix: serviceworker behind reverse proxy (subdir) #586
  • Fix: invalid jsonrpc call for mympd_api_raw #592
  • Fix: return always complete result for mympd_api and mympd_api_raw
  • Fix: web notifications broken #587