Bug reports

Post your bug reports here

.opus Files not found

Forums:

Hi!

My mocp doesn't see files which end with .opus, though I extra installed fmpeg with --enable-libopus. I open a library and I can't see anything, but the files are there. I couldn't find a solution for that.

This is : Music On Console
Version : 2.5.0-alpha4
Built : Feb 26 2012 16:00:51
Compiled with : OSS ALSA JACK DEBUG internet streams resample

ffmpeg version N-74034-gce46627 Copyright (c) 2000-2015 the FFmpeg developers
built with gcc 4.7 (Debian 4.7.2-5)
configuration: --enable-gpl --enable-libopus
libavutil 54. 29.100 / 54. 29.100
libavcodec 56. 55.100 / 56. 55.100
libavformat 56. 40.101 / 56. 40.101
libavdevice 56. 4.100 / 56. 4.100
libavfilter 5. 29.100 / 5. 29.100
libswscale 3. 1.101 / 3. 1.101
libswresample 1. 2.101 / 1. 2.101
libpostproc 53. 3.100 / 53. 3.100

Distro: MX Linux
uname -a
Linux hostname-removed 3.14-0.bpo.2-686-pae #1 SMP Debian 3.14.15-2~bpo70+1 (2014-08-21) i686 GNU/Linux

I used MOC in the past with another distro and if I recall right there it worked with every file, this one was Ubuntu based, now it's Debian, so this might be the problem. However, installing Version 2.6 of MOC isn't possible in a simple way. So I hope this isn't the problem.

Greets,
Sev

mocp fails to to due to empty /etc/popt.d

Forums:

Hi all,

this issue has been reported in Fedora 23 by RPMFusion bug tracker:

$ mocp

WARNING: The following fatal error message may be bogus!
If you have an empty /etc/popt.d directory, try
adding an empty file to it. If that does not fix
the problem then you have a genuine error.

FATAL_ERROR: Error reading default POPT config file: No such file or directory

MOC seems need an empty file in /etc/popt.d to work.
MOC's executable file is effectively linked to libipopt.so library but does it really need it?

frozen console, fried cpu..

Forums:

wasted 15mins of my lifetime, lamers..

.wav format doesn't show (kbps number)

Forums:

Hello MOC staff/devs!!!

For some time i have noticed "WAV Files" doesn't show kbp/s numbers below window.
Only on WAV format have see something like this missing.

FLAC, APE, MP3... are showing normally.

here it is
IMAGE(http://i.imgur.com/mhejGx1.png)

I do not mind posting, simply a cosmetic issue but can you check a ".wav" files please?

$ nili@debian:~$ apt-cache policy moc

moc:
Installed: 1:2.5.0-1
Candidate: 1:2.5.0-1
Version table:
*** 1:2.5.0-1 0
500 http://ftp.us.debian.org/debian/ jessie/main i386 Packages
100 /var/lib/dpkg/status

Regards,
Nili

Build problems 2.5.0

Forums:

Hi there

I'm trying to build MOC from source without success
There seems to be a problem with API changes in ffmpeg 2.7.2 ('AVCODEC_MAX_AUDIO_FRAME_SIZE' undeclared)
Any clue how to fixing this ?
Thanks in advance

Here's the part of build log

Making all in ffmpeg
make[3]: Entering directory '/data/pkgmk/work/moc/src/moc-2.5.0/decoder_plugins/ffmpeg'
/bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -pthread -O2 -march=x86-64 -pipe -Wall -W -I/usr/include/alsa -MT libffmpeg_decoder_la-ffmpeg.lo -MD -MP -MF .deps/libffmpeg_decoder_la-ffmpeg.Tpo -c -o libffmpeg_decoder_la-ffmpeg.lo `test -f 'ffmpeg.c' || echo './'`ffmpeg.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -pthread -O2 -march=x86-64 -pipe -Wall -W -I/usr/include/alsa -MT libffmpeg_decoder_la-ffmpeg.lo -MD -MP -MF .deps/libffmpeg_decoder_la-ffmpeg.Tpo -c ffmpeg.c -fPIC -DPIC -o .libs/libffmpeg_decoder_la-ffmpeg.o
ffmpeg.c: In function 'is_timing_broken':
ffmpeg.c:475:16: error: 'AVFormatContext' has no member named 'file_size'
file_size = ic->file_size;
^
ffmpeg.c: In function 'ffmpeg_info':
ffmpeg.c:546:2: warning: implicit declaration of function 'av_open_input_file' [-Wimplicit-function-declaration]
err = av_open_input_file (&ic, file_name, NULL, 0, NULL);
^
ffmpeg.c:562:2: warning: implicit declaration of function 'av_find_stream_info' [-Wimplicit-function-declaration]
err = av_find_stream_info (ic);
^
ffmpeg.c:644:8: error: 'AVFormatContext' has no member named 'track'
if (ic->track != 0)
^
ffmpeg.c:645:19: error: 'AVFormatContext' has no member named 'track'
info->track = ic->track;
^
ffmpeg.c:646:8: error: 'AVFormatContext' has no member named 'title'
if (ic->title[0] != 0)
^
ffmpeg.c:647:28: error: 'AVFormatContext' has no member named 'title'
info->title = xstrdup (ic->title);
^
ffmpeg.c:648:8: error: 'AVFormatContext' has no member named 'author'
if (ic->author[0] != 0)
^
ffmpeg.c:649:29: error: 'AVFormatContext' has no member named 'author'
info->artist = xstrdup (ic->author);
^
ffmpeg.c:650:8: error: 'AVFormatContext' has no member named 'album'
if (ic->album[0] != 0)
^
ffmpeg.c:651:28: error: 'AVFormatContext' has no member named 'album'
info->album = xstrdup (ic->album);
^
ffmpeg.c:659:2: warning: implicit declaration of function 'av_close_input_file' [-Wimplicit-function-declaration]
av_close_input_file (ic);
^
ffmpeg.c: In function 'ffmpeg_open':
ffmpeg.c:999:2: warning: implicit declaration of function 'avcodec_open' [-Wimplicit-function-declaration]
if (avcodec_open (data->enc, data->codec) < 0)
^
ffmpeg.c:1045:38: error: 'AVFormatContext' has no member named 'file_size'
data->avg_bitrate = (int) (data->ic->file_size /
^
ffmpeg.c: In function 'decode_packet':
ffmpeg.c:1218:14: error: 'AVCODEC_MAX_AUDIO_FRAME_SIZE' undeclared (first use in this function)
char avbuf[(AVCODEC_MAX_AUDIO_FRAME_SIZE * 3) / 2] __attribute__((aligned(16)));
^
ffmpeg.c:1218:14: note: each undeclared identifier is reported only once for each function it appears in
ffmpeg.c:1234:3: warning: implicit declaration of function 'avcodec_decode_audio' [-Wimplicit-function-declaration]
len = avcodec_decode_audio (data->enc, (int16_t *)data->avbuf,
^
ffmpeg.c:1218:7: warning: unused variable 'avbuf' [-Wunused-variable]
char avbuf[(AVCODEC_MAX_AUDIO_FRAME_SIZE * 3) / 2] __attribute__((aligned(16)));
^
Makefile:410: recipe for target 'libffmpeg_decoder_la-ffmpeg.lo' failed
make[3]: *** [libffmpeg_decoder_la-ffmpeg.lo] Error 1
make[3]: Leaving directory '/data/pkgmk/work/moc/src/moc-2.5.0/decoder_plugins/ffmpeg'
Makefile:363: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/data/pkgmk/work/moc/src/moc-2.5.0/decoder_plugins'
Makefile:717: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/data/pkgmk/work/moc/src/moc-2.5.0'
Makefile:472: recipe for target 'all' failed
make: *** [all] Error 2

Mocp cleans playlist after execute external command and press left or right

Forums:

Mocp cleans playlist after execute external command and press left || right.
Reproduce in Gentoo, Mint. I reproduced this bug in old version, in current version it's reproduce too.

$ mocp -V
This is : Music On Console
Version : 2.6-alpha1
Revision : Unversioned directory
Built : Jul 30 2015 15:13:31
Compiled with : ALSA Network streams resample
Running on : Linux 3.15.0-pf5 x86_64

How reproduce:
1. Insert to .moc/config line like this:

ExecCommand1 = "cp %f /var/tmp/"

2. Enter mocp
3. Press F1, Left, Left.
4. Playlist is clean now.

can't load plugin libmusepack_decoder

Forums:

I downloaded moc 2.5.0 and compiled it on Salixos 14 (32 bit). Everything went fine. Only thing I changed was directory prefix, from '/usr/local' to '/usr'. I launched moc and received this error,
can't load plugin libmusepack_decoder
moc runs and everything else works fine but this message is bugging me. I've made sure that required dependencies are fulfilled. I've checked and made sure that ffmpeg, musepack-tools, libmpcdec and taglib are installed. I've also checked '/usr/lib/moc/decoder_plugins' directory and libmusepack related '.so' and '.la' files are there. Any clues as to what could be wrong? Thanks!

MOC freeze after pause using ogg 24 bit

Forums:

How to get MOC freeze:
- use 24 bit hardware
- play a ogg file
- pause playing (with Space)
- change file and start playing (with Enter)
- there is a high chance that MOC freezes

You can do the same without a freeze, if you one of this:
- use 16 bit hardware
- use wav files
- change to a file (with Enter) without pressing pause before

It causes a total freeze of MOC. There is no error message.
Tested version: 2.5.0 (final) and 2.6-alpha1

Pages

Subscribe to RSS - Bug reports