You've never tried MOC from sources? I'm asking if there is another copy of mocp in /usr/local/bin or somewhere. You can see if the mp3 plugin is loaded using mocp -SDF, just at the beginning of the output.
ok, i get this:
"can't load plugin libmp3_decoder".
but the interesting part is that i found all the plugins (including libmp3_decoder) in the /usr/lib/moc/decoder_plugins/ folder...
Loading plugins from /usr/lib/moc/decoder_plugins...
Loading plugin libffmpeg_decoder...
OK
Loading plugin libflac_decoder...
OK
Loading plugin libmp3_decoder...
Can't load plugin libmp3_decoder: librcc.so.0: cannot open shared object file: No such file or directory
Loading plugin libmusepack_decoder...
OK
Loading plugin libsndfile_formats_decoder...
OK
Loading plugin libspeex_decoder...
OK
Loading plugin libvorbis_decoder...
OK
Trying JACK...
JACK tmpdir identified as [/tmp]
Aug 21 09:15:35.35294: server.c:518 server_error(): ERROR: cannot create client jack server not running?
Aug 21 09:15:35.35401: server.c:410 add_event_all(): No events have been added because there are no clients.
Trying ALSA...
Aug 21 09:15:35.37328: alsa.c:260 alsa_init_mixer_channel(): Opened mixer (PCM), volume range: 0-31
Aug 21 09:15:35.37376: alsa.c:260 alsa_init_mixer_channel(): Opened mixer (Master), volume range: 0-31
Aug 21 09:15:35.43006: audio.c:850 print_output_capabilities(): Sound driver capabilities: channels 1 - 10000, formats: 8-bit signed, 8-bit unsigned, 16-bit signed, 16-bit unsigned, 24-bit signed (as 32-bit samples), 24-bit unsigned (as 32-bit samples) little-endian (native)
Aug 21 09:15:35.43083: audio.c:864 audio_initialize(): Disabling 24bit modes because Allow24bitOutput is set to no.
Aug 21 09:15:35.43212: tags_cache.c:538 tags_cache_load(): Loading tags cache from /home/grim/.moc/tags_cache...
Aug 21 09:15:35.43278: tags_cache.c:653 tags_cache_load(): Loaded 0 items to the cache
Aug 21 09:15:35.43412: server.c:1215 server_loop(): MOC server started, pid: 5611
Aug 21 09:15:35.43463: out_buf.c:66 read_thread(): entering output buffer thread
Aug 21 09:15:35.43511: tags_cache.c:297 reader_thread(): tags reader thread started
Aug 21 09:15:35.43548: tags_cache.c:319 reader_thread(): all queues empty, waiting
This is a problem with your distribution's package. Installing a package which provides librcc will help. I recommend filling a bug report about this to the package maintainer.
Free Thinker
Sat, 2007-08-18 17:43
Permalink
and i checked this
and i checked this already
http://moc.daper.net/node/220
daper
Sun, 2007-08-19 08:01
Permalink
So ./configure says that mp3
So ./configure says that mp3 plugin is to be build (message when it finishes)?
And did you killed all mocp processes before trying newly compiled mocp?
--
Damian Pietras - MOC developer
Free Thinker
Sun, 2007-08-19 14:59
Permalink
i am using arch linux and
i am using arch linux and installed moc using pacman, so it should include all needed libs.
daper
Sun, 2007-08-19 16:22
Permalink
You've never tried MOC from
You've never tried MOC from sources? I'm asking if there is another copy of mocp in /usr/local/bin or somewhere. You can see if the mp3 plugin is loaded using
mocp -SDF
, just at the beginning of the output.--
Damian Pietras - MOC developer
Free Thinker
Sun, 2007-08-19 21:30
Permalink
ok, i get this: "can't load
ok, i get this:
"can't load plugin libmp3_decoder".
but the interesting part is that i found all the plugins (including libmp3_decoder) in the /usr/lib/moc/decoder_plugins/ folder...
daper
Mon, 2007-08-20 21:06
Permalink
Please cite exactly what it
Please cite exactly what it says including few lines surrounding this message.
--
Damian Pietras - MOC developer
Free Thinker
Tue, 2007-08-21 06:15
Permalink
Loading plugins from
Loading plugins from /usr/lib/moc/decoder_plugins...
Loading plugin libffmpeg_decoder...
OK
Loading plugin libflac_decoder...
OK
Loading plugin libmp3_decoder...
Can't load plugin libmp3_decoder: librcc.so.0: cannot open shared object file: No such file or directory
Loading plugin libmusepack_decoder...
OK
Loading plugin libsndfile_formats_decoder...
OK
Loading plugin libspeex_decoder...
OK
Loading plugin libvorbis_decoder...
OK
Trying JACK...
JACK tmpdir identified as [/tmp]
Aug 21 09:15:35.35294: server.c:518 server_error(): ERROR: cannot create client jack server not running?
Aug 21 09:15:35.35401: server.c:410 add_event_all(): No events have been added because there are no clients.
Trying ALSA...
Aug 21 09:15:35.37328: alsa.c:260 alsa_init_mixer_channel(): Opened mixer (PCM), volume range: 0-31
Aug 21 09:15:35.37376: alsa.c:260 alsa_init_mixer_channel(): Opened mixer (Master), volume range: 0-31
Aug 21 09:15:35.43006: audio.c:850 print_output_capabilities(): Sound driver capabilities: channels 1 - 10000, formats: 8-bit signed, 8-bit unsigned, 16-bit signed, 16-bit unsigned, 24-bit signed (as 32-bit samples), 24-bit unsigned (as 32-bit samples) little-endian (native)
Aug 21 09:15:35.43083: audio.c:864 audio_initialize(): Disabling 24bit modes because Allow24bitOutput is set to no.
Aug 21 09:15:35.43212: tags_cache.c:538 tags_cache_load(): Loading tags cache from /home/grim/.moc/tags_cache...
Aug 21 09:15:35.43278: tags_cache.c:653 tags_cache_load(): Loaded 0 items to the cache
Aug 21 09:15:35.43412: server.c:1215 server_loop(): MOC server started, pid: 5611
Aug 21 09:15:35.43463: out_buf.c:66 read_thread(): entering output buffer thread
Aug 21 09:15:35.43511: tags_cache.c:297 reader_thread(): tags reader thread started
Aug 21 09:15:35.43548: tags_cache.c:319 reader_thread(): all queues empty, waiting
golemj
Tue, 2007-08-21 13:16
Permalink
Can you paste output of
Can you paste output of "ldd /usr/lib/moc/decoder_plugins/libmp3_decoder.so" command?
Free Thinker
Sun, 2007-08-26 06:50
Permalink
solved!
ok, problem solved by installing librcc.
solution here:
http://bbs.archlinux.org/viewtopic.php?id=36341
daper
Tue, 2007-08-21 14:52
Permalink
This is a problem with your
This is a problem with your distribution's package. Installing a package which provides librcc will help. I recommend filling a bug report about this to the package maintainer.
--
Damian Pietras - MOC developer