Stable: 2.4.4
Development: 2.5.0-alpha4
MOC
Upload song to phone
Submitted by nicolas66 on Wed, 2012-02-01 18:28Hi there!
I just provide a useful script for those who want to upload songs to their phone connected by usb. It works perfectly for my Nokia 6120c and could probably be adapted to other phones without difficulty. Here is the script (require obexftp) :
Next, you just have to add this in ~/.moc/config :
ExecCommand1 = "upload_song_to_phone.sh %f"
Have fun!
--
Nicolas.
Compilation moc-2.5.0alpha4: ffmpeg error
Submitted by sagitter on Wed, 2012-02-01 16:41Hello !
With my Fedora 16 64bit the moc-2.5.0alpha4 compilation stops with some errors.
OSS Can't read from mixer on Debian Sid
Submitted by jelloir on Thu, 2012-01-26 08:52I am running Debian Unstable with OSS and cannot figure out how to get moc to use the mixer.
In moc I receive the error: (46766!) Can't read from mixer.
Also, I left moc running without a song playing and came back to find all my ram exausted and page file maxed out by the mocp process.
I have tried the following mixers against OSSMixerDevice in ~/.moc/config which I found.
/dev/mixer
/dev/mixer0 (/dev/mixer0 -> /dev/oss/oss_hdaudio0/mix0)
Currently the config is:
> grep OSS ~/.moc/config
# Sound driver - OSS, ALSA, JACK, SNDIO (on OpenBSD) or null (only for
LastFm plugin
Submitted by kompote on Sun, 2012-01-08 16:41Hi there,
Some months ago i've written a little plugin for MOC player in order to properly scrobble my library to my LastFm account.
I think it will be usefull for some guys.
Simply follow few steps described here:
http://kompote.net/moc-lastfm-plugin/
enjoy!
Kompote
Problem playing very short WAV files
Submitted by timmytobias on Thu, 2011-12-29 15:55Hi, I'm trying to use MOC as a sample browser, unfortunately very short WAV files, like percussion hits, just create a kind of dull click sound - longer samples seem to work fine. I'm running Arch and installed MOC via pacman and copied the example config specifying ALSA as the only driver. I know ALSA is working correctly, using "aplay sample.wav" plays the WAV correctly.
Any ideas would be greatly appreciated.
Thanks, Paul
mocp segmentation fault
Submitted by bggim on Mon, 2011-12-26 03:53I want to use mocp.
I build the mocp-2.4.4 successfully.
When I run mocp on my x-terminal, I rusulted the following.
[root@pear root]# mocp
Running the server...
Trying ALSA...
FATAL_ERROR: Server exited
[root@pear root]#
[root@pear .moc]# mocp -D -F -S
Loading plugins from /usr/local/lib/moc/decoder_plugins...
Loading plugin libffmpeg_decoder...
OK
Loading plugin libmp3_decoder...
OK
Trying ALSA...
Dec 26 11:46:08.499345: alsa.c:260 alsa_init_mixer_channel(): Opened mixer (PCM), volume range: 0-31
MOC makes clicking sound when playing the next mp3 file
Submitted by mwgrient on Fri, 2011-12-16 12:24Hi,
When I use MOC on a ssh connection, on a RHEL 6 system. MOC makes a clicking sound when playing "the next" mp3 file.
It does not do that when I play flac files.
Does someone know if this a known error, or better, how to fix this?
cheers,
Marco
Support for MMS and playlists from streams
Submitted by bug on Fri, 2011-12-02 19:29RadioTray has a script which seem to handle the mms protocol with urllib2
http://radiotray.sf.net/
File: DummyMMSHandler.py
[code]
##########################################################################
# Copyright 2009 Carlos Ribeiro
#
# This file is part of Radio Tray
#
# Radio Tray is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 1 of the License, or
# (at your option) any later version.
#
MOC should use the XDG directories
Submitted by Link Mauve on Wed, 2011-11-16 14:21Hello!
As I get “Your submission has triggered the spam filter and will not be accepted.” when I post the content of my bug report, I have hosted my request here: http://linkmauve.fr/files/moc.xhtml
Thanks,
Link Mauve
OpenSUSE 12.1 x86_64 build error
Submitted by IK on Tue, 2011-11-15 03:31Trying to build package in OpenSUSE 12.1 (OBS) x86_64:
/usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../x86_64-suse-linux/bin/ld: equalizer.o: undefined reference to symbol 'sinh@@GLIBC_2.2.5'
/usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../x86_64-suse-linux/bin/ld: note: 'sinh@@GLIBC_2.2.5' is defined in DSO /lib64/libm.so.6 so try adding it to the linker command line
/lib64/libm.so.6: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
Build on i586 is OK. WTF? ))