Mythmusic Import CD Hangs

Have a MythTV related problem? Ask for help from other MythTV users here.

Moderator: Forum Moderators

Post Reply
klugja
Newcomer
Posts: 14
Joined: Sun Dec 04, 2016 7:35 pm
United States of America

Mythmusic Import CD Hangs

Post by klugja »

Maybe it is hanging on musicbrainz? Is the CDDB URL configurable?

Code: Select all

Dec 24 13:15:29 tvscribe mythfrontend.real: mythfrontend[6957]: I CoreContext cddb.cpp:124 (Query) CDDB lookup: http://freedb.musicbrainz.org/~cddb/cddb.cgi?cmd=cddb+query+d30c490f+15+150+17335+34850+43882+63022+79367+95955+111552+127662+141370+158672+172242+188565+203820+222812+3145&hello=klugja+tvscribe+MythTV+31.20200101-1+&proto=5
Or maybe it is hopeless?

Code: Select all

Dec 24 13:44:23 tvscribe mythfrontend.real: mythfrontend[8950]: N CoreContext mythmainwindow.cpp:1903 (RegisterMediaPlugin) Registering Internal as a media playback plugin.
Dec 24 13:44:23 tvscribe mythfrontend.real: mythfrontend[8950]: A CoreContext mediamonitor-unix.cpp:213 (CheckMountable) MMUnix:CheckMountable: DBus interface error: The name org.freedesktop.UDisks was not provided by any .service files
Dec 24 13:44:23 tvscribe mythfrontend.real: mythfrontend[8950]: W CoreContext mediamonitor-unix.cpp:220 (CheckMountable) MMUnix:UDisks2 service found. Media Monitor does not support this yet!
Dec 24 13:44:23 tvscribe mythfrontend.real: mythfrontend[8950]: I CoreContext mythtranslation.cpp:64 (load) Loading en_us translation for module mytharchive
Dec 24 13:44:23 tvscribe mythfrontend.real: mythfrontend[8950]: N CoreContext mythmainwindow.cpp:1903 (RegisterMediaPlugin) Registering WebBrowser as a media playback plugin.
User avatar
paulh
Developer
Posts: 909
Joined: Thu Feb 06, 2014 6:09 pm
Great Britain

Re: Mythmusic Import CD Hangs

Post by paulh »

Yes the hang when importing a CD is caused by the cddb lookup. It has already been fixed in master by simply removing all the cddb lookup stuff which MusicBrainz no longer supports and there are no free cddb services available we can use. So in master you can RIP a CD but you have to manually enter the metadata.

Playing a CD is also broken because our media monitor that looks for removable media only supports the old UDISKS DBUS service and nearly every distro has switched to UDISKS2 which we currently don't support.

I have working both UDISKS2 support for the media monitor and also a proof of concept that uses the MusicBrainz API to get the metadata for a CD I just need to work out how to integrate the latter into MythMusic.
Post Reply