Kodi Community Forum

Full Version: MP3 fails on xbmc 12
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello I have installed XBMC 12 with no issues, but when I try to reproduce an mp3 file, XBMC fails. not having the same issue on flacs files
Looks like a library is missing.
OS: OPEN SUSE 12.1
Any idea what's going on?

Here is the log

23:51:29 T:140618086656096 ERROR: Unable to load libmad.so.0, reason: libmad.so.0: cannot open shared object file: No such file or directory
23:51:29 T:140618086656096 ERROR: Previous line repeats 2 times.
23:51:29 T:140618086656096 ERROR: CAudioDecoder: Unable to Init Codec while loading file smb://192.168.1.250/MyC_docs$/Mp3/MP3/The.Beatles/A Hard Day's Night/01 A Hard Day's Night.mp3
23:51:29 T:140618086656096 WARNING: PAPlayer::QueueNextFileEx - Failed to create the decoder
23:51:29 T:140618086656096 ERROR: Playlist Player: skipping unplayable item: 0, path [smb://192.168.1.250/MyC_docs$/Mp3/MP3/The.Beatles/A Hard Day's Night/01 A Hard Day's Night.mp3]
23:51:29 T:140618086656096 ERROR: Unable to load libmad.so.0, reason: libmad.so.0: cannot open shared object file: No such file or directory
23:51:29 T:140618086656096 ERROR: Previous line repeats 1 times.
23:51:29 T:140618086656096 ERROR: CAudioDecoder: Unable to Init Codec while loading file smb://192.168.1.250/MyC_docs$/Mp3/MP3/The.Beatles/A Hard Day's Night/02 I Should Have Known Better.mp3
23:51:29 T:140618086656096 WARNING: PAPlayer::QueueNextFileEx - Failed to create the decoder
23:51:29 T:140618086656096 ERROR: Unable to load libmad.so.0, reason: libmad.so.0: cannot open shared object file: No such file or directory
23:51:29 T:140618086656096 ERROR: Previous line repeats 1 times.
23:51:29 T:140618086656096 ERROR: CAudioDecoder: Unable to Init Codec while loading file smb://192.168.1.250/MyC_docs$/Mp3/MP3/The.Beatles/A Hard Day's Night/02 I Should Have Known Better.mp3
23:51:29 T:140618086656096 WARNING: PAPlayer::QueueNextFileEx - Failed to create the decoder
23:51:29 T:140618086656096 ERROR: Unable to load libmad.so.0, reason: libmad.so.0: cannot open shared object file: No such file or directory
Are you able to play mp3 files on that system outside of XBMC (e.g., using a music player app included with your OS installation)? Are you able to play locally stored mp3 files using XBMC?

Also, please do not post log snippets here. Instead, upload your complete debug log (wiki) (with debugging enabled) to www.xbmclogs.com that shows you attempting to play mp3 files. Post the assigned URL for your uploaded log here.
[Solved] !
Thanks. For some reason, some libraries were missed in the installation.
I have installed vlc and that solved the issue
Thanks again.