[Patch] xine-lib: fix cddb server
Xavier Bachelot <[email protected]> Tue, 22 Sep 2020 14:09:17 +0200
| Newsgroups | gmane.comp.video.xine.devel |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format. --------------E8994E21932D9DAF9FDAD076 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi, The CDDB server used by default in xine-lib is dead. The attached patch replaces it with a (the only ?) working CDDB server. Regards, Xavier --------------E8994E21932D9DAF9FDAD076 Content-Type: text/x-patch; charset=UTF-8; name="xine-lib-fix_cddb_server.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="xine-lib-fix_cddb_server.patch" # HG changeset patch # User Xavier Bachelot <[email protected]> # Date 1600357105 -7200 # Thu Sep 17 17:38:25 2020 +0200 # Node ID b0f1606d773b62ff54f766bbae38a2a108109872 # Parent 79af5718c10d2d88afdff576c50825f1ad02e584 Use a working CDDB server diff -r 79af5718c10d -r b0f1606d773b src/input/input_cdda.c --- a/src/input/input_cdda.c Sun Sep 06 23:16:07 2020 +0300 +++ b/src/input/input_cdda.c Thu Sep 17 17:38:25 2020 +0200 @@ -90,7 +90,7 @@ #define DEFAULT_CDDA_DEVICE "/dev/cdrom" #endif -#define CDDB_SERVER "freedb.freedb.org" +#define CDDB_SERVER "gnudb.gnudb.org" #define CDDB_PORT 8880 #define CDDB_PROTOCOL 6 #define CDDB_TIMEOUT 5000 --------------E8994E21932D9DAF9FDAD076 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline --------------E8994E21932D9DAF9FDAD076 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ xine-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xine-devel --------------E8994E21932D9DAF9FDAD076--