Post your bug reports here
Submitted by zealcharm on Sat, 2020-02-08 20:14
Hello,
After noticing that I was regularly seeing some core dumps in journalctl, I decided to find out why. After some investigation, I found the following:
* The crashes didn't come from just having MOC running but rather from the py3status's MOC plugin which adds some information about the track that is currently playing in the status bar. The way this works is that every N seconds, it runs `moc --info` to poll the currently playing track.
Submitted by DRRDietrich on Fri, 2020-01-31 11:30
Seek forward/backward is not possible with any of my MKV files. The files play well, but seek forward/backward does nothing in case of .mkv.
Submitted by slackhead on Mon, 2020-01-27 01:13
Hi,
Version: mocp svn pull earlier today.
zsh 5.6.2
Slackware 14.2 64bit.
screen 4.6.2
TERM=screen.linux (ssh'ing to server from plain tty/framebuffer)
I added some commands for OnSongChange and OnStop:
OnSongChange = "/home/david/scripts/moctitle %a %r %t"
RepeatSongChange = yes
OnStop = '/home/david/scripts/moctitle'
The moctitle script is just a short shell script to print song details to a
file in /tmp for reading by another application.
Submitted by zealcharm on Fri, 2020-01-24 00:10
After some time noticing an sporadic glitch where MOC had a wrongly sized layout upon initialization, I decided to dive upon it.
My real reproduction scenario is that I often launch MOC using 'xfce4-terminal -e mocp --fullscreen', and maybe 1/30 times, this results in MOC not filling the screen, so the result can look something like this: https://i.imgur.com/QmZTWkF.png. For me this happens more often under load (e.g. compiling code).
After some investigation I have found that the cause of the problem is the following:
Submitted by jbalint on Mon, 2019-11-11 09:52
KDFC stream does not play
Submitted by abi on Sun, 2019-09-15 14:20
moc's volume resets to 45% after every seek or track switch.
I use FreeBSD and OSS backend. config file is empty (except for theme).
Not sure why it's 45%, I don't have such value in the mixer.
Submitted by eugenez on Sat, 2019-08-24 09:04
Hello, friends!
I am one of moc package mainainers at NixOS repository.
https://github.com/aethelz/nixpkgs/blob/master/pkgs/applications/audio/moc/default.nix
A couple of month ago I did a major refactor of package to allow for pretty much all compilation options.
Unfortunately, I found out that even though moc works fine, it now segfaults on exit.
I narrowed it down to curl support flag. Without it, it exits gracefully.
I'm willing to provide any info necessary to debug this issue and willing to follow through.
Submitted by tangens on Thu, 2019-05-30 11:36
First of all sorry, i'm new to linux, so this could be trivial issue or not connected to moc at all
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.6 LTS
Release: 16.04
Codename: xenial
$ mocp --version
Pages