Kodi Community Forum
USB CDROM drive and CD AUDIO/RIP issue - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Windows (https://forum.kodi.tv/forumdisplay.php?fid=59)
+---- Thread: USB CDROM drive and CD AUDIO/RIP issue (/showthread.php?tid=66479)

Pages: 1 2 3 4


RE: USB CDROM drive and CD AUDIO/RIP issue - artrafael - 2012-09-08

Upload the debug log (wiki) file to www.xbmclogs.com and post the URL link to the uploaded file here with your reply. This allows viewing of the file on-line without having to download it plus various elements will be highlighted automatically to improve readability.


RE: USB CDROM drive and CD AUDIO/RIP issue - benzodeaze - 2012-09-09

(2012-09-08, 15:43)rcrh Wrote: karoshi99 & benzodeaze could you please create the error again and post your log files? I can't say that it will help get some developer attention but at least they won't be able to say we didn't give them all of the info we have.

Thanks.

here's my log file after trying to play AUDIO CD a couple of time.
http://www.xbmclogs.com/show.php?id=8169
I'm on Windows Home Basic x86, Asus EEEbox PC EB1501P.
Thanks in advance for support on this problem.


RE: USB CDROM drive and CD AUDIO/RIP issue - karoshi99 - 2012-09-09

(2012-09-08, 19:53)artrafael Wrote: Upload the debug log (wiki) file to www.xbmclogs.com and post the URL link to the uploaded file here with your reply. This allows viewing of the file on-line without having to download it plus various elements will be highlighted automatically to improve readability.

Here we go: http://www.xbmclogs.com/show.php?id=8175



RE: USB CDROM drive and CD AUDIO/RIP issue - WiSo - 2012-09-22

Could any of you with problems using a usb drive please test this: http://mirrors.xbmc.org/build-deps/win32/test/XBMCSetup-20120922-78c7792-dx.exe
It's today's nightly but the third party library libcdio was replaced by windows methods to read the audio cd.


RE: USB CDROM drive and CD AUDIO/RIP issue - rcrh - 2012-09-22

(2012-09-22, 14:53)WiSo Wrote: Could any of you with problems using a usb drive please test this: http://mirrors.xbmc.org/build-deps/win32/test/XBMCSetup-20120922-78c7792-dx.exe
It's today's nightly but the third party library libcdio was replaced by windows methods to read the audio cd.

Before I bite on this can I install this without touching my existing implementation? I guess I could log in as a second user and install just for that user. Would that work?

Thanks for looking at this.


RE: USB CDROM drive and CD AUDIO/RIP issue - WiSo - 2012-09-22

Yeah that would work or start xbmc with -p. It'll then store all userdata inside the installation folder.


RE: USB CDROM drive and CD AUDIO/RIP issue - WiSo - 2012-09-24

Anyone else? Would like to know if this is the right direction, clean it up and bring it in the next merge window. Otherwise it won't go into the next release.


RE: USB CDROM drive and CD AUDIO/RIP issue - rcrh - 2012-09-26

(2012-09-22, 14:53)WiSo Wrote: Could any of you with problems using a usb drive please test this: http://mirrors.xbmc.org/build-deps/win32/test/XBMCSetup-20120922-78c7792-dx.exe
It's today's nightly but the third party library libcdio was replaced by windows methods to read the audio cd.

no joy.
with debug off nothing was written to the log. with debug on I got this

http://xbmclogs.com/show.php?id=9346

please let me know if there's anything else i can try.




RE: USB CDROM drive and CD AUDIO/RIP issue - WiSo - 2012-09-26

then I'm out off ideas. I'm using windows standard ioctls and it works fine on my laptop and desktop. I don't have an usb drive to test but wonder why this shouldn't work. we can't use simple mci commands here as we need the raw input.
Btw you should choose a different audio device. Try directsound.


RE: USB CDROM drive and CD AUDIO/RIP issue - mysticpete - 2013-04-08

No change to this issue in Frodo 12 either, think you can forget the playing and ripping cd's bit in XBMC for the long term.


RE: USB CDROM drive and CD AUDIO/RIP issue - rcrh - 2013-04-08

Wow, that's really is disappointing.


RE: USB CDROM drive and CD AUDIO/RIP issue - bearh - 2013-04-08

Not really.

Today I resolved the issue on the GNU/Linux x86 system and partly on RPi. There is a bug probably in libcdio but a patch to xbmc is enough to play and rip CD audio from USB drive. I will send the patch to the xbmc track and hopefully it will be included to xbmc sources.

Edit: Here is pull request: https://github.com/xbmc/xbmc/pull/2570


RE: USB CDROM drive and CD AUDIO/RIP issue - rcrh - 2013-04-08

Wow, that really is exciting!

(Wow, I'm very volitile).


RE: USB CDROM drive and CD AUDIO/RIP issue - mysticpete - 2013-04-09

(2013-04-08, 20:12)bearh Wrote: Not really.

Today I resolved the issue on the GNU/Linux x86 system and partly on RPi. There is a bug probably in libcdio but a patch to xbmc is enough to play and rip CD audio from USB drive. I will send the patch to the xbmc track and hopefully it will be included to xbmc sources.

Edit: Here is pull request: https://github.com/xbmc/xbmc/pull/2570

Thanks for taking this up and having a look
it's appreciated by those that wish to play CD's and Rrrrrrip! Big Grin


RE: USB CDROM drive and CD AUDIO/RIP issue - WiSo - 2013-04-09

So hopefully this will work on windows too. It's merged and should be available in tomorrows nightly.