dcue

DCue is a tool for generating CUE sheets from Discogs data.

MPL-2.0 License

Stars
26
Committers
2

Bot releases are visible (Hide)

dcue - 1.5 Latest Release

Published by xavery almost 2 years ago

DCue version 1.5.
Changes in this version :

  • Fix handling of index and medley tracks. In older versions, CUE files for releases with index tracks were completely wrong while generating CUEs for releases with medley tracks was just not possible as DCue refused to work with those. This is now fixed and each of the track types can be handled in three different ways. See the help output and #9 for more information.
  • Lots of code changes.

Generated by GH actions : Windows and Linux.

a18040d1799ed6bc6c87c519f96ecbea2f77600ada767cba584d6b3c95d405e6  dcue-1.5-lnx-x86_64.AppImage
61d695030500cae89e419ccb1c73c1f6be45260c242a780cd7fb611bdc09a3e6  dcue-1.5-win32.7z
dcue - 1.4

Published by xavery over 3 years ago

DCue version 1.4.
Changes in this version :

  • Previous versions incorrectly interpreted the "join string" when concatenating artists, resulting in artist names being stuck together when more than one was listed as a track's author.
  • Windows builds now use Windows' internal routines for Internet access, which results in a somewhat smaller binary size and automatically using a proxy server if one is defined in the control panel.

Generated by GH actions : Windows and Linux.

92e7b47e9b8df0a64dda6a1fe9c9db909a9f77e212880a82cd29aac4085d036e  dcue-1.4-win32.7z
7199a616abee9d45c1cbdc946aea95b08d3f1591bc02274b9a34c6f4bdadc98a  dcue-1.4-lnx-x86_64.AppImage
dcue - 1.3

Published by xavery almost 4 years ago

DCue version 1.3.
No functional changes - just an official Linux build is now available.
Generated by GH actions : Windows and Linux.

53534119c01b94241b8dfb1b72c87fbb6f16ef5f0685cbb7a985607682111540  dcue-1.3-win32.7z
9d7d6f77259605e5664f4cea1b219c71aed24740aa86363bc26a840600518e9b  dcue-1.3-lnx-x86_64.AppImage
dcue - 1.2

Published by xavery almost 4 years ago

DCue version 1.2.
Fixed bug related to treating some releases as multi-disc ones mistakenly, and implemented fetching covers via the --cover option.
SHA256 : e6c93cace0b1c765eb16b215c3d783c2e7779035ee209e2713c777e078ee8709, created by Build #12

dcue - 1.1

Published by xavery almost 7 years ago

dcue now communicates with Discogs via HTTPS by using libcurl, as the HTTP endpoint has been shut down.