Re: Request to change host freedb.org to gnudb.org for cddb
max muster <[email protected]>
| Newsgroups | gmane.comp.video.mplayer.user |
|---|---|
| Message-ID | <[email protected]> |
Hello Reimar,
many thanks.I've change stream/stream_cddb.c and it works :-)
Patch is attached
Am Sonntag, 7. Februar 2021, 12:13:28 MEZ hat Reimar Döffinger <[email protected]> Folgendes geschrieben:
On Sun, Feb 07, 2021 at 10:49:23AM +0000, max muster wrote:
> is it possible to change host freedb.org to gnudb.org for cddb ?
Can you compile MPlayer from source?
If so, you just need to change stream/stream_cddb.c, specifically
this line:
#define DEFAULT_FREEDB_SERVER "freedb.freedb.org"
I don't use cddb, so I'd prefer to not make any changes
without someone who actually uses it testing it first.
_______________________________________________
MPlayer-users mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
_______________________________________________
MPlayer-users mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
mplayer-cddb.patch
(application/octet-stream, 417 B)
diff --git a/stream/stream_cddb.c b/stream/stream_cddb.c
--- a/stream/stream_cddb.c 2020-09-08 21:51:30.464625000 +0200
+++ b/stream/stream_cddb.c 2021-02-07 22:07:48.668000000 +0100
@@ -77,7 +77,7 @@
#include "network.h"
#include "libavutil/common.h"
-#define DEFAULT_FREEDB_SERVER "freedb.freedb.org"
+#define DEFAULT_FREEDB_SERVER "gnudb.gnudb.org"
#define DEFAULT_CACHE_DIR "/.cddb/"
typedef struct {