Skip to content

Commit

Permalink
MythMusic: use the MusicBrainz freedb gateway to lookup a cd's metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Harrison committed May 11, 2013
1 parent 4839d4b commit e6d86d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mythplugins/mythmusic/mythmusic/cddb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ const int CDROM_LEADOUT_TRACK = 0xaa;
const int CD_FRAMES_PER_SEC = 75;
const int SECS_PER_MIN = 60;

static const char URL[] = "http://freedb.freedb.org/~cddb/cddb.cgi?cmd=";
//static const char URL[] = "http://freedb.musicbrainz.org/~cddb/cddb.cgi?cmd=";
//static const char URL[] = "http://freedb.freedb.org/~cddb/cddb.cgi?cmd=";
static const char URL[] = "http://freedb.musicbrainz.org/~cddb/cddb.cgi?cmd=";
static const QString& helloID();

namespace {
Expand Down

0 comments on commit e6d86d0

Please sign in to comment.