GithubHelp home page GithubHelp logo

dcue's Introduction

dcue

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

The original project was developed by Fluxtion on Sourceforge. It originally used its own implementation of the HTTP protocol based on raw sockets in order to remain dependency-free. However, the Discogs' API HTTP endpoint has been switched off and the API is now accessible only via HTTPS. Since providing a custom HTTPS implementation would require using a SSL library anyway, I went ahead and ported the code to use libcurl. The custom HTTP implementation was removed.

Please report bugs and ideas via the GitHub issue tracker. Thanks!

Compiling

Linux

Make sure you have the libcurl headers. Most distributions ship these as a separate package, for example libcurl-dev on Debian and libcurl-devel on Red Hat.

mkdir build
cd build
cmake ..
make

Windows

Windows isn't my main development platform, so there might be a few things that will probably seem a bit off to more seasoned developers. dcue is compiled with Visual Studio 2015 on Windows 7, and that's where the official release builds come from. The libcurl DLL is shipped alongside the main application.

  1. Choose a directory where the libcurl build files will be stored. This directory will be referred to as CURL_PATH from now on.
  2. Download the curl source distribution and extract the include directory to CURL_PATH, thus placing the headers into CURL_PATH/include/curl.
  3. Download the Windows binary distribution and extract the contents of the I386 directory into CURL_PATH/lib.
  4. Run CMake and set CURL_PATH to your directory via the appropriate -D option if you're using the commandline, or in the GUI after configuring.
  5. Launch the VS2015 x86 Native Tools Command Prompt, go into the CMake build directory and run msbuild dcue.sln.

dcue's People

Contributors

lighterowl avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.