Reply to topic

KIO Audiocd doesn't provide OGG files

Myoh
Registered Member
Posts
2
Karma
0
Hi, new to the forums, so first post here :)

I have a few problems with the audicd:/ KIO-slave.

When you insert an audio CD, Dolphin allows to browse and rip it using audiocd:/. In KDE 4.8, I was able to rip OGG files that way, but since 4.9 (and it's betas), the OGG folder doesn't show up. MP3, FLAC and CDA folders are listed and work as expected. There also used to be some settings related to OGG transcoding in the 'Multimedia' section in Systemsettings, which is gone aswell.

A second problem is that when the disc spins down, I'm no longer able to copy/transcode any of the files. The only way to make it work again is to eject the disc, and reinsert it, and start copying before the disc spins down. (Annoying, but not entirely deal-breaking)

I'm on Kubuntu 12.04, with KDE 4.9.0. The audiocd-kio package is installed, aswell as vorbis-tools.
Not entirely sure if its a KDE-related problem or a Kubuntu packaging problem, since I haven't found anything like this in these forums or others.
User avatar Mamarok
Manager
Posts
3460
Karma
10
OS
Indeed, there is no more listing for the ogg file. Could you please file a bug on http://bugs.kde.org?


Mamarok, hanging out in the Amarok forum since August, 2007
Currently running Kubuntu Zesty 17.04, Plasma 5.10.5, Amarok 2.8-git of the day
User avatar bcooksley
Administrator
Posts
19759
Karma
86
OS
Can you please locate the file libaudiocd_encoder_vorbis.so? It should be underneath /usr.


KDE Sysadmin
[img]http://forum.kde.org/content/bcooksley_sig.png[/img]
User avatar Mamarok
Manager
Posts
3460
Karma
10
OS
bcooksley wrote:Can you please locate the file libaudiocd_encoder_vorbis.so? It should be underneath /usr.


It seems to be at the right place:

/usr/lib/debug/usr/lib/kde4/libaudiocd_encoder_vorbis.so
/usr/lib/kde4/libaudiocd_encoder_vorbis.so


Mamarok, hanging out in the Amarok forum since August, 2007
Currently running Kubuntu Zesty 17.04, Plasma 5.10.5, Amarok 2.8-git of the day
User avatar bcooksley
Administrator
Posts
19759
Karma
86
OS
Are the other plugins for lame, etc beside it?


KDE Sysadmin
[img]http://forum.kde.org/content/bcooksley_sig.png[/img]
User avatar sandsmark
KDE Developer
Posts
64
Karma
0
OS
Does `ldd /usr/lib/kde4/libaudiocd_encoder_vorbis.so` show any missing libraries, maybe?


User avatar Mamarok
Manager
Posts
3460
Karma
10
OS
sandsmark wrote:Does `ldd /usr/lib/kde4/libaudiocd_encoder_vorbis.so` show any missing libraries, maybe?

No, apparently everything is there:
Code: Select all
 ldd /usr/lib/kde4/libaudiocd_encoder_vorbis.so
        linux-vdso.so.1 =>  (0x00007fff1a5ff000)
        libkdeui.so.5 => /usr/lib/libkdeui.so.5 (0x00007f464b4ba000)
        libkdecore.so.5 => /usr/lib/libkdecore.so.5 (0x00007f464afe3000)
        libQtCore.so.4 => /usr/lib/x86_64-linux-gnu/libQtCore.so.4 (0x00007f464ab10000)
        libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f464a810000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f464a453000)
        libSM.so.6 => /usr/lib/x86_64-linux-gnu/libSM.so.6 (0x00007f464a24a000)
        libICE.so.6 => /usr/lib/x86_64-linux-gnu/libICE.so.6 (0x00007f464a030000)
        libX11.so.6 => /usr/lib/x86_64-linux-gnu/libX11.so.6 (0x00007f4649cfc000)
        libQtGui.so.4 => /usr/lib/x86_64-linux-gnu/libQtGui.so.4 (0x00007f464902d000)
        libQtXml.so.4 => /usr/lib/x86_64-linux-gnu/libQtXml.so.4 (0x00007f4648dea000)
        libattica.so.0.3 => /usr/lib/libattica.so.0.3 (0x00007f4648afc000)
        libQtNetwork.so.4 => /usr/lib/x86_64-linux-gnu/libQtNetwork.so.4 (0x00007f46487af000)
        libQtSvg.so.4 => /usr/lib/x86_64-linux-gnu/libQtSvg.so.4 (0x00007f4648557000)
        libdbusmenu-qt.so.2 => /usr/lib/x86_64-linux-gnu/libdbusmenu-qt.so.2 (0x00007f4648323000)
        libXrender.so.1 => /usr/lib/x86_64-linux-gnu/libXrender.so.1 (0x00007f4648118000)
        libQtDBus.so.4 => /usr/lib/x86_64-linux-gnu/libQtDBus.so.4 (0x00007f4647e9b000)
        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f4647ba1000)
        libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f4647989000)
        libbz2.so.1.0 => /lib/x86_64-linux-gnu/libbz2.so.1.0 (0x00007f4647779000)
        liblzma.so.5 => /usr/lib/x86_64-linux-gnu/liblzma.so.5 (0x00007f4647557000)
        libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f4647339000)
        libdlrestrictions.so.1 => /usr/lib/libdlrestrictions.so.1 (0x00007f4647135000)
        libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f4646f1f000)
        libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f4646d1a000)
        librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f4646b12000)
        libglib-2.0.so.0 => /lib/x86_64-linux-gnu/libglib-2.0.so.0 (0x00007f464681d000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f464bd66000)
        libuuid.so.1 => /lib/x86_64-linux-gnu/libuuid.so.1 (0x00007f4646617000)
        libxcb.so.1 => /usr/lib/x86_64-linux-gnu/libxcb.so.1 (0x00007f46463f9000)
        libfontconfig.so.1 => /usr/lib/x86_64-linux-gnu/libfontconfig.so.1 (0x00007f46461c3000)
        libaudio.so.2 => /usr/lib/x86_64-linux-gnu/libaudio.so.2 (0x00007f4645faa000)
        libpng12.so.0 => /lib/x86_64-linux-gnu/libpng12.so.0 (0x00007f4645d82000)
        libfreetype.so.6 => /usr/lib/x86_64-linux-gnu/libfreetype.so.6 (0x00007f4645ae6000)
        libgobject-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 (0x00007f4645896000)
        libXi.so.6 => /usr/lib/x86_64-linux-gnu/libXi.so.6 (0x00007f4645687000)
        libXext.so.6 => /usr/lib/x86_64-linux-gnu/libXext.so.6 (0x00007f4645476000)
        libdbus-1.so.3 => /lib/x86_64-linux-gnu/libdbus-1.so.3 (0x00007f4645231000)
        libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007f4644ff4000)
        libXau.so.6 => /usr/lib/x86_64-linux-gnu/libXau.so.6 (0x00007f4644df0000)
        libXdmcp.so.6 => /usr/lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007f4644bea000)
        libexpat.so.1 => /lib/x86_64-linux-gnu/libexpat.so.1 (0x00007f46449c0000)
        libXt.so.6 => /usr/lib/x86_64-linux-gnu/libXt.so.6 (0x00007f4644759000)
        libffi.so.6 => /usr/lib/x86_64-linux-gnu/libffi.so.6 (0x00007f4644551000)


Mamarok, hanging out in the Amarok forum since August, 2007
Currently running Kubuntu Zesty 17.04, Plasma 5.10.5, Amarok 2.8-git of the day
User avatar bcooksley
Administrator
Posts
19759
Karma
86
OS
Does your system use /usr/lib64 or /usr/lib, as it appears that your system is a 64-bit install.


KDE Sysadmin
[img]http://forum.kde.org/content/bcooksley_sig.png[/img]
User avatar Mamarok
Manager
Posts
3460
Karma
10
OS
It' is using /user/lib AFAICT, and I don't think Kubuntu uses the distinction with /usr/lib64


Mamarok, hanging out in the Amarok forum since August, 2007
Currently running Kubuntu Zesty 17.04, Plasma 5.10.5, Amarok 2.8-git of the day
User avatar bcooksley
Administrator
Posts
19759
Karma
86
OS
Unfortunately, I can't see what is wrong here... can you file a bug against Kubuntu, as I suspect there may be something wrong in their packaging possibly here. It should work.


KDE Sysadmin
[img]http://forum.kde.org/content/bcooksley_sig.png[/img]

 
Reply to topic

Bookmarks



Who is online

Registered users: Bing [Bot], claydoh, fernando_morais, Google [Bot], Lightenupmyday, Sogou [Bot], Twilight Sparkle, Yahoo [Bot]