Summary: | Patches: media-sound/easytag-2.4.3 metadata and cddb request bugs | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | rogge <kermitthefrog> |
Component: | Current packages | Assignee: | Gentoo Sound Team <sound> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
CDDB patch
metainfo patch Build log easytag ebuild with two new patches |
Description
rogge
2021-12-17 02:53:03 UTC
Created attachment 759381 [details, diff]
metainfo patch
Created attachment 759382 [details]
Build log
Created attachment 759383 [details]
easytag ebuild with two new patches
This is what's happen in the patch: * Kicking out all unnecessary FreeDB stuff * Since GnuDB can handle cddb requests there is no need to deal with 'HTTP/1.0' nor fall back to http requests only * The 'Manual Search' uses actually a hack now. The search request is going to 'www.gnudb.org' (no cgi path), but while klicking on the results (e. g. 43 Albums found → klicking on one) the further request will be cddb one. BUT 'www.gnudb.org' can't handle that. Here are one and a half problems: The cddb request needs a cgi path, which can be added easily and wont disturb the former www search request. However the cddb URL will be derived from the search request and results in 'www.gnudb.org/~cddb/cddb.cgi'. As reported this wont work. That's why the URL for the attached cddb request will derived from the first 'Automated Search' field. * Apropos 'Manual search': the recognition pattern handling the search results is fixed. Tested with the latest version 2.4.3-r2. The compiling process is still producing some warnings, but not due to the patch nor patch related. |