GithubHelp home page GithubHelp logo

00mjk / dcue Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xavery/dcue

0.0 0.0 0.0 324 KB

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

License: Mozilla Public License 2.0

CMake 0.14% C++ 99.58% C 0.09% Batchfile 0.03% Shell 0.16%

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 (and later wininet). The custom HTTP implementation was removed.

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

Compiling

Please note that due to image URLs being available only when the Discogs API is accessed via a registered application identified by its own key and secret, fetching images is only possible when running the official builds. Thus, you will not be able to use this functionality if you compile the application yourself (--cover and --cover-file will be ignored and won't even appear in the help output). If you need a build for another platform, please file an issue.

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

Just use CMake to generate the build files and build. If you use Visual Studio, chances are everything will work out of the box.

Windows builds use WinInet to access the Discogs API and as such have no curl dependency.

dcue's People

Contributors

xavery 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.