Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 83861 - Easytag 1.99.3: hard-coded path to freedb.org
Summary: Easytag 1.99.3: hard-coded path to freedb.org
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-02 11:47 UTC by Dieter Verfaillie
Modified: 2005-03-02 12:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch cddb.c (cddb.patch,776 bytes, patch)
2005-03-02 11:48 UTC, Dieter Verfaillie
Details | Diff
correct patch (cddb.patch,790 bytes, patch)
2005-03-02 11:54 UTC, Dieter Verfaillie
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dieter Verfaillie 2005-03-02 11:47:54 UTC
Hi there,

Easytag 1.99.3 (and .2, didn't bother to look further) contains hardcoded paths to freedb.org instead of using the path entered in the preferences window. This doesn't work well with a local install of cddb and no internet connection...

Included patch fixes 2 of them.
I didn't know what to do with the rest (ie http://www.freedb.org/freedb_search.php on line 1820) as that doesn't work on a local cddb install (where can i find those php files???)

Reproducible: Always
Steps to Reproduce:
1. emerge easytag-1.99.3
2. get a local freedb install
3. change easytag cddb preferences
3. disconnect from internet (laptop)
4. use the cddb feature
Actual Results:  
tries to connecto to freedb.org

Expected Results:  
should have connected to cddb server specified in the preferences window
Comment 1 Dieter Verfaillie 2005-03-02 11:48:24 UTC
Created attachment 52481 [details, diff]
patch cddb.c
Comment 2 Dieter Verfaillie 2005-03-02 11:54:41 UTC
Created attachment 52482 [details, diff]
correct patch

discard 52481, this is the one... sorry...
Comment 3 Dieter Verfaillie 2005-03-02 12:23:45 UTC
just found out the hard way:
  -automatic search uses cddb.cgi and the freedb settings from preferences
  -manual search uses http://www.freedb.org/freedb_search.php
so, no need to patch anything...

sorry