musikcube v0.83.0 Release Notes

Release Date: 2020-01-12 // about 4 years ago
  • 0.83.0 changes:

    • ๐Ÿง #309: fixed a minor CMake configuration bug that could cause some formats (e.g. opus) to not get recognized on some platforms (e.g. linux).

    0.82.0 changes:

    • ๐Ÿ›  Fixed a small bug that could cause dialogs to get partially obscured on certain versions of curses.

    0.81.0 changes:

    • #308: audio decoding doesn't work with older versions of ffmpeg
    • #307: database initialization issue (hectorm)
    • โšก๏ธ #304: Updated ru_RU localization (adem4ik)
    • โž• Added an advanced setting to hide the star rating column

    0.80.0 changes:

    musikcube

    • โž• Added zh_CN localization (Siheyuan98)
    • ๐Ÿ›  Fixed #287: Window size not properly restored in Windows build
    • ๐Ÿ›  Fixed #276: Added the ability to rate tracks via r shortcut in all track list views.
    • ๐Ÿ›  Fixed #260: Added the ability to sort track list results via ^S" in search and browse views
    • ๐Ÿ›  Fixed #173: Show song artist and title in the terminal titlebar
    • ๐Ÿ›  Fixed #299: Windows drives disappear in directory browser after checking/unchecking "show dotfiles" option.
    • ๐Ÿ›  Fixed #257: Added an option to hide the command bar when not in command mode
    • ๐Ÿ”Œ Backported SchemaOverlay from upstream cursespp and use it in PluginsOverlay.
    • โž• Added an advanced settings to the settings view and re-arranged things a bit.

    musikcore

    • ๐Ÿ›  Fixed #290: A brand new transcoder implementation powered by ffmpeg that supports ogg, opus, aac, flac, wavepack, and wma files. mp3 transcoding is still handled by libmp3lame.
    • ๐Ÿ›  Fixed a bug in FfmpegDecoder that could result in a pre-mature / incorrect EOF error.
    • ๐Ÿ›  Fixed #294: we weren't properly querying the local DB for lyrics.
    • ๐Ÿ›  Fixed #293: bug parsing disc number in AAC files.
    • ๐Ÿ›  FIxed #298: bug decoding APE files. changes also include a complete refactor and overhaul of the FfmpegDecoder plugin to use modern, non-deprecated ffmpeg APIs.
    • ๐Ÿ›  Fixed #160: added support for WAV and AIF files.
    • ๐Ÿ›  Fixed #133: properly label and sort blank / empty category names as [unknown] and ensure they are returned at the bottom of their respective lists.

    musikdroid

    • ๐Ÿ‘ Allow for transcoder format selection in musikdroid's settings screen. (Part of #290)
    • โฌ†๏ธ Upgraded musikdroid to use the latest stable Android Studio and other dependencies (ExoPlayer, AndroidX, etc), plus a bunch of compiler warning fixes.
    • ๐Ÿ›  Fixed #296: notification not dismissed on stopping playback on some devices running Android 10