[mythtv-commits] Ticket #13650: Rip CD screen freezes while freedb.musicbrainz.org requests timeout
MythTV
noreply at mythtv.org
Wed Jul 15 13:56:18 UTC 2020
#13650: Rip CD screen freezes while freedb.musicbrainz.org requests timeout
--------------------------------------+--------------------------
Reporter: moodytux | Owner: paul-h
Type: Bug Report - General | Status: new
Priority: minor | Milestone: needs_triage
Component: Plugin - MythMusic | Version: v31-fixes
Severity: medium | Keywords:
Ticket locked: 0 |
--------------------------------------+--------------------------
When selecting "Rip CD" in mythmusic with a CD is in the drive, mythmusic
scans the CD. When it does so, it makes requests to freedb.musicbrainz.org
for every track on the CD. Since this endpoint is no longer working, the
request hits the timeout before failing and moving onto the next track.
This is repeated for each track resulting in the screen freezing until all
requests have finished timing out.
I believe this functionality lives in cddb.cpp
As a proof of concept, I've added the following entry to my /etc/hosts so
the requests fail sooner, and found that whilst scanning the CD it only
freezes for a couple of seconds:
127.0.0.1 localhost freedb.musicbrainz.org
It seems that the service has closed down based on this article:
https://developers.slashdot.org/story/20/03/02/2245216/freedborg-is-
shutting-down
--
Ticket URL: <https://code.mythtv.org/trac/ticket/13650>
MythTV <http://www.mythtv.org>
MythTV Media Center
More information about the mythtv-commits
mailing list