Here you can discuss everything related to MOC which doesn't fit other subforum.
Submitted by lenoch on Sat, 2010-01-09 17:06
Hi daper,
I ran into an "common.c:57 fatal(): FATAL ERROR: Bad whence value: -1225471296" error. It is caused by an incorrect order of parameters passed to io_seek() in mp3.c.
When I'm at posting patches, here is a fix along with a couple of other one-liners (against the latest rev. 2239): http://www.fi.muni.cz/~xsvobo15/lenoch.zip
The patch changes some files' encoding from ISO-8859-2 to UTF-8 (I think that's desired), contains typo fixes in comments and a fix for a warning in ffmpeg.c.
Submitted by gamaral on Sat, 2010-01-09 10:41
I have had this problem for a while, but today I noticed that it has something to do with the album art in the id3 tags; if the art is big (above 300x300 ish). I was able to fix most of my songs by reducing the iTunes supplied artwork for a smaller version.
I looked at the MP3 decoder code but I have no idea where to start looking.
The garbage scratching sound is always at start (maybe it reads the tag as sound data or something), it stops if I strip the artwork from the tag.
Ant hits will be appreciated :)
Submitted by Bach on Fri, 2010-01-08 09:53
Hello.
I am trying to open a nautilus window of the folder MOC is playing. I tried to put
ExecCommand2 = "nautilus %f"
in the config file. But %f passes not only the path of the folder but also the name of the file. Is there a way to pass only the path of the folder to nautilus?
Submitted by chombee on Sat, 2010-01-02 15:47
If I'm listening to say a podcast, or to the long playlist of ambient music that I play while I work, then I always want to resume playback where I left off. I know moc remembers its state so I can pause playback and close moc, and come back later and resume. But what I want is to be able to resume where I left off even if I've played some other file or playlist in the meantime, or turned the computer off. Moc should remember the last position reached on a per-file and per-playlist basis and have an action to resume a file or playlist where you left off, rather than playing it again from the start.
Submitted by riesebie on Fri, 2010-01-01 12:23
Latest svn version 2235 doesn't compile:
/bin/sh ../../libtool --tag=CXX --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -DHAVE_UNIX -DHAVE_UNIX -I../.. -g -O2 -MT libsidplay2
libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -DHAVE_UNIX -DHAVE_UNIX -I../.. -g -O2 -MT libsidplay2_decoder_la-sidplay2.lo -MD -MP -MF .d
In file included from ../../files.h:5,
from sidplay2.h:28,
from sidplay2.cc:14:
../../lists.h:12: error: '_Bool' does not name a type
../../lists.h:23: error: expected ',' or '...' before 'new'
../../lists.h:25: error: expected ',' or '...' before 'new'
../../lists.h:28: error: expected ',' or '...' before 'new'
../../lists.h:30: error: expected ',' or '...' before 'new'
Submitted by macjinlan on Fri, 2010-01-01 09:16
Hey everyone.
I got one not fixable problem with MOC player and sound controller (KMix): Console players are use the keyboard control, so when i try to get more sound in my console player (cmus or MOC), my Kmix controller "Master" input is bumping down or up, i need only console player sound "bumping". Is this fixable?
Thank you.
Submitted by dimonomid on Wed, 2009-12-30 11:59
Dear developers.
I trying to set up moc. Now i successfully can play mp3 files, but 99% of my music is wma. I have installed ffmpeg, and now i can play wma by ffplay.
MOC tells me:
Can't load plugin libffmpeg_decoder: file not found
but in directory /usr/lib/moc/decoder_plugins the following files exists:
libffmpeg_decoder.la libflac_decoder.la libmp3_decoder.la libvorbis_decoder.la
libffmpeg_decoder.so libflac_decoder.so libmp3_decoder.so libvorbis_decoder.so
I have read much existing topics on forum, no one helps ms :(
Thank you for any help.
Submitted by Miczi on Sun, 2009-12-13 11:53
hi,
after I had installed librcc, compilation problem appeared:
miczi@Miczi:~/Pulpit/moc-2.5.0-alpha4$ make
make all-recursive
make[1]: Entering directory `/home/miczi/Pulpit/moc-2.5.0-alpha4'
Making all in themes
make[2]: Entering directory `/home/miczi/Pulpit/moc-2.5.0-alpha4/themes'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/miczi/Pulpit/moc-2.5.0-alpha4/themes'
Making all in decoder_plugins
make[2]: Entering directory `/home/miczi/Pulpit/moc-2.5.0-alpha4/decoder_plugins'
Making all in mp3
make[3]: Entering directory `/home/miczi/Pulpit/moc-2.5.0-alpha4/decoder_plugins/mp3'
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -W -I/usr/include/alsa -export-dynamic -o libmp3_decoder.la -rpath /usr/local/lib/moc/decoder_plugins -module -avoid-version libmp3_decoder_la-mp3.lo libmp3_decoder_la-xing.lo -lmad -lid3tag -lz -lrcc -ldb -lm
/bin/grep: /usr/lib/libenca.la: No such file or directory
/bin/sed: can't read /usr/lib/libenca.la: No such file or directory
libtool: link: `/usr/lib/libenca.la' is not a valid libtool archive
make[3]: *** [libmp3_decoder.la] Error 1
make[3]: Leaving directory `/home/miczi/Pulpit/moc-2.5.0-alpha4/decoder_plugins/mp3'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/miczi/Pulpit/moc-2.5.0-alpha4/decoder_plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/miczi/Pulpit/moc-2.5.0-alpha4'
make: *** [all] Error 2
what could I do to fix it?
sorry for my english
Pages