github DJDoubleD/QobuzDownloaderX-MOD 1.2.5.0
Version 1.2.5.0

7 months ago

What's Changed

New Features / improvements

  • Display full Release Date in search results (resolves #30)

    The full release date is now displayed in the search results instead of only the year.
    Opted for the format yyyy-mm-dd as it seems most obvious internationally.

  • Added Long Paths support (resolves #56)

    When downloading tracks for which the total path length exceeds the Windows maximum of 260 characters, the following error can occur:
    System.IO.DirectoryNotFoundException: Could not find a part of the path <path to file>

    To prevent this error, the application now supports Long Paths when Enabled by the user in Windows 10 (Version 1607 and Later).
    In order to enable Long Paths, you can either run the .reg file in the EnableLongPaths.zip file attached to this release or execute the following command in a powershell window (run as administrator!):

    New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" `
    -Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force

    As an alternative workaround, it is still possible to limit the length of paths and filenames by reducing the value of the Max File Name Length setting.

  • Added Explicit indication to search results (resolves #55)

    Search results now show an "E" label for Explicit Tracks & Albums:

    QBDLX-Search-Explicit

Bug Fixes

  • Fix missing dialog buttons for long release notes (resolves #50 )

    When the release notes were to long, the update dialog could grow so large that the buttons were unreachable.
    This has been fixed by using a FlexibleMessageBox, which will adapt to the screen size and introduce a scrollbar when needed.

Don't miss a new QobuzDownloaderX-MOD release

NewReleases is sending notifications on new releases.