Here you can discuss everything related to MOC which doesn't fit other subforum.
Submitted by milaidin on Sun, 2005-12-04 13:47
Hallo!
Is there a opportunity to move a song to another position within the playlist?
For example, I´ve got a playlist with
1. song 1
2. song 2
3. song 3
4. song 4
now I want the following order:
1. song 1
2. song 4
3. song 2
4. song 3
Can I do this without clearing the playlist and re-adding the files in my favourite order?
Without this option, working with bigger playlists is nearly impossible for me... or am I just to stupid?
Beside this problem, moc is exatly what I was looking for... great work!
greetings from germany,
milaidin
Submitted by preed on Thu, 2005-11-24 23:06
Is there any way to make moc start in playlist mode when I (re)start it; typically, if I've got something playing, what I want to see when I (re)connect to it is the playlist, not some random music directory I was last in (or my "main" music directory; yes, I know about the StartInMusicDir option).
Just wondering if I missing a startup or config option.
Thanks!
Submitted by acampbell on Thu, 2005-11-24 17:51
Just compiled and installed moc but on trying to run it I get this message:
No decoder plugins have been loaded.
Obviously something elementary but I don't see how to do this. There are decoder_plugins in the source directory but where are they supposed to go?
Submitted by papy on Mon, 2005-11-21 15:13
Hi,
I'd like to be able to launch moc in the background with "mocp -p" and have it play
from the remembered playlist, but it doesn't work.
Thanks for you help
PS: using debian's 2.3.2-4
Submitted by rixx on Sat, 2005-11-12 20:00
This patch eliminates memory leak when playing internet stream.
--- player.c.orig 2005-09-09 08:20:13.000000000 +0000
+++ player.c
@@ -378,6 +378,8 @@ static void update_tags (const struct de
show_tags (curr_tags);
tags_changed = 1;
}
+ else
+ free(stream_title);
if (tags_changed)
tags_change ();
http://kala.ee/rix/moc-player-c.patch
Submitted by oddbjorn on Wed, 2005-11-09 16:36
Hi!
I'm having problems running moc on a discless Mini-ITX box running Debian Stable over nfs. I can start playing a track, but if I try to change tracks while one is running or try to stop the track, moc crashes with one of the following messages:
FATAL_ERROR: Can't send() int to the server.
FATAL_ERROR: Can't receive value from the server.
The problem is not 100% reproducible, but if I change 2-3 songs in rapid succession the program always crashes with one of the messages listed above.
The linux kernel on the machine is not the stock Debian kernel, but based on the 2.6.8 Debian kernel sources with the necessary drivers statically compiled in (for easier tftp-boot). Could this be causing the problems?
I wish I could supply more information, but I can't think of anything else to add.
moc version 2.2.1-2 from the Debian repository.
I could of course compile a newer version from source or use Debian Unstable packages, but I would rather avoid this.
Any suggestions?
Submitted by TheBurn on Tue, 2005-11-01 20:37
Hi,
I have an problem with playing MP3. I'm using MOC player for a long time and everything worked well, but today, i've registered failure - i've compiled new packages (emerge -vuD world) in my system and when i want to play some new music - moc player failed. I've restarted it, because i thought that was alsa modules (which was recompiled), but that's not the problem. Now, when i play some mp3 file (i don't have some else supported format on my hdd), i hear the music, but wery strong noise. alsamixer don't affected anything, other players (like xmms, mplayer) works well. Do anyone know what to do whit this?...I don't have any ideas.
theburn@LAMA ~ $ mocp -V
moc 2.3.0 Build: Nov 1 2005 21:27:38
Compiled with: OSS ALSA DEBUG internet streams resample
theburn@LAMA ~ $ uname -a
Linux LAMA 2.6.14-rc5 #1 SMP PREEMPT Tue Nov 1 19:59:08 CET 2005 i686 AMD Athlon(tm) XP 2000+ AuthenticAMD GNU/Linux
Submitted by cdepauw on Sat, 2005-10-29 19:29
Hi!
first, I really like moc. Its one of the coolest applications that I use.
I upgraded moc on my arch linux system and now when I run mocp I get this error
mocp: error while loading shared libraries: libjack.so.0: cannot open shared object library: no such file or directory.
where can I get libjack.so.0? Where where should I put it once I get it?
If this is just something I would fix by compiling from source, then I'll just compile moc from source!
thanks
Pages