Unable to locate flac.
#1
I recently installed the flac-encoder package for Vivid, but cannot rip cd's. The log file gives me this error message:
Code:
ERROR: ADDON: Could not locate audioencoder.flac.so
It looks like Kodi may be looking in the wrong place for the encoder as aac is working correctly, but is pre-installed. Is anybody else having similar problems?

Cheers, Bez
Reply
#2
Post your complete Debug Log
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#3
And also the encoder you have installed - use: dpkg -l
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#4
Debug Log I'm using the Vivid kodi-audioencoder-flac from the Stable PPA (1.0.0-1~vivid ).
Reply
#5
Quote:14:55:11 T:139853553317824 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.flac has been installed.'

but later
Quote:14:55:21 T:139852146255616 ERROR: ADDON: Could not locate audioencoder.flac.so

dpkg -L kodi-audioencoder-flac | pastebinit please
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#6
dpkg -L kodi-audioencoder-flac:
Code:
/.
/usr
/usr/share
/usr/share/kodi
/usr/share/kodi/addons
/usr/share/kodi/addons/audioencoder.flac
/usr/share/kodi/addons/audioencoder.flac/icon.png
/usr/share/kodi/addons/audioencoder.flac/resources
/usr/share/kodi/addons/audioencoder.flac/resources/settings.xml
/usr/share/kodi/addons/audioencoder.flac/resources/language
/usr/share/kodi/addons/audioencoder.flac/resources/language/English
/usr/share/kodi/addons/audioencoder.flac/resources/language/English/strings.po
/usr/share/kodi/addons/audioencoder.flac/addon.xml
/usr/share/doc
/usr/share/doc/kodi-audioencoder-flac
/usr/share/doc/kodi-audioencoder-flac/copyright
/usr/share/doc/kodi-audioencoder-flac/changelog.Debian.gz
/usr/lib
/usr/lib/x86_64-linux-gnu
/usr/lib/x86_64-linux-gnu/addons
/usr/lib/x86_64-linux-gnu/addons/audioencoder.flac
/usr/lib/x86_64-linux-gnu/addons/audioencoder.flac/audioencoder.flac.so.1.0.0
/usr/lib/x86_64-linux-gnu/addons/audioencoder.flac/audioencoder.flac.so
/usr/lib/x86_64-linux-gnu/addons/audioencoder.flac/audioencoder.flac.so.15.1
Everything seems to be there. Where does Kodi look for it?

EDIT: I've manually checked through Caja (just in case dpkg was at fault) and can confirm that audioencoder.flac.so is indeed where it claims to be.
Reply
#7
na, the so files are in wrong dir

should be in /usr/lib/kodi/addons/audioencoder.flac/

either copy them there or symlink them.

or better yet, uninstall that and build from source.
Reply
#8
(2015-09-25, 18:52)uNiversal Wrote: na, the so files are in wrong dir

should be in /usr/lib/kodi/addons/audioencoder.flac/

either copy them there or symlink them.

or better yet, uninstall that and build from source.
That's sorted it, thanks!
As I installed if from the PPA that's probably a bug in the .deb file. Shall I report that through launchpad?
Reply
#9
No, that was already solved in packaging (I know because it was me reported this bug on another unrelated binary addon visualization.shadertoy), wsnipex needs only to push new packages to be built to ppa that contain the updated stuff.

see http://forum.kodi.tv/showthread.php?tid=...pid2011704 and http://forum.kodi.tv/showthread.php?tid=...pid2012676 and others onwards.

If you compile that will be fixed also.

When Kodi is patched to recognize multiarch then this wont be an issue either, but thus far no one has done that in any PR. So probably v16 Jarvis or after.

Ping wsnipex.
Reply

Logout Mark Read Team Forum Stats Members Help
Unable to locate flac.0