General discussion

Here you can discuss everything related to MOC which doesn't fit other subforum.

Some mp3 files doesn't find MOCP

In MOCP (2.5.0 Alpha, Xubuntu), can't detect some mp3 files (But anothers i can see and play good), are in the directory using the Thunar File Viewer but i don't see to appear to the Mocp List?.

Having issues with streaming

Hello. I am an Arch Linux user and yesterday, after updating my system I have tried to play streaming radios as ever. But moc could not connect to it nor other streaming radios. Also, when I run moc, an error appear:

mocp: symbol lookup error: /usr/lib/libstdc++.so.6: undefined symbol: _ZNSt14error_categoryD2Ev, version GLIBCXX_3.4.15

This is a known bug but I don't know if this is related.

Regards.

[PATCH] Fix for RGB themes

Currently (rev 2312) value for red channel is incorrectly set.
Here's patch to fix it (misplaced parenthesis):

Index: themes.c
===================================================================
--- themes.c (wersja 2312)
+++ themes.c (kopia robocza)
@@ -431,7 +431,7 @@
return 0;
}

- if ((red = parse_rgb_color_value(line_num, errors_are_fatal) == -1)
+ if ((red = parse_rgb_color_value(line_num, errors_are_fatal)) == -1
|| (green = parse_rgb_color_value(line_num,
errors_are_fatal)) == -1
|| (blue = parse_rgb_color_value(line_num,

I found this change today, bu made it in December. Because it's still unfixed i decided to share it.
And here's theme, if anyone is interested:

colordef black = 0 0 0
colordef grey = 200 200 200
colordef red = 900 100 0
colordef blue = 400 0 900
colordef yellow = 1000 900 0
colordef green = 300 900 100

background = default black
frame = grey default
window_title = white default
directory = blue default
selected_directory = black blue
playlist = green default
selected_playlist = black green
file = green default
selected_file = black green
marked_file = yellow default
marked_selected_file = black yellow
info = grey default
selected_info = grey default
marked_info = grey default
marked_selected_info = grey default
status = white default
title = green default
state = grey default
current_time = white default bold
time_left = grey default
total_time = white default bold
time_total_frames = grey default
sound_parameters = grey default
legend = grey default
disabled = grey default
enabled = white default bold
empty_mixer_bar = white default
filled_mixer_bar = black grey
empty_time_bar = white default
filled_time_bar = black grey
entry = white default
entry_title = white default
error = white red
message = white default
plist_time = white default bold

Screenshot

Hope patch ends up in trunk :)

patch for rxvt-unicode-256color termcap

As rxvt-unicode now supports 256 color it also adds a new termcap name "rxvt-unicode-256color" for this. I did a little patch that makes this and also termcap "xterm-256color" recognized as xterms by config option XTermTheme.
I don't know if this is the right place to suggest this? However, here is the small patch:
http://pastebin.com/WEZ7yEF1

Unicode / UTF-8

What's about implenenting Unicode in MOC?
I dunno which encodings are supported yet, but some japanese characters in my songs are only shown as dots.

stopping after...

Hello.
I like using moc but I have one question. How can I make it stop playing after current song?
Sorry if I have mistakes, I'm russian:)

Delete/manage files

I would like to know how to permanently delete lousy music that has made its way into my collection :-) This topic seems to come up pretty often in the forums but is there really no built-in solution?

A new user who discovered moc through ubuntu's repositories.

Have a question or sugestion, it depends...

I'm a recent MOC user and is an awesome music player but I can't find how to search a song in the list that I've added...is there an opcion to do it?

Thank you...

Pages

Subscribe to RSS - General discussion