xfzv

Results 171 comments of xfzv

Well, I assume this is the intended behavior after finding this: https://github.com/sharkdp/fd/pull/58#issue-261764675 > File extension comparison is always case insensitive.

> The log is important. `% mpd --verbose`: ```sh config_file: loading file /home/xfzv/.config/mpd/mpd.conf server_socket: bind to '0.0.0.0:6600' failed (continuing anyway, because binding to '[::]:6600' succeeded): Failed to bind socket: Address...

> Your log shows that MPD never plays anything. Indeed, my bad. :man_facepalming: The following was after another restart of the systemd user service and an `.mp3` playback ended (I...

I'm sorry. I enabled `log_level verbose` in `~/.config/mpd/mpd.conf` and restarted the service. `% journalctl | rg mpd`: ```sh ...skipping... jan. 10 20:43:13 gentoo mpd[50499]: client: [0] command returned 0 jan....

I finally came across this after experimenting with my `.zshrc` to find out what was the culprit. > - Set `POWERLEVEL9K_PROMPT_CHAR_OVERWRITE_STATE=false` can fix this bug This one doesn't make any...

I'm getting the same error: ```bash ERROR [av1an_core::concat] mkvmerge concatenation failed with output: Output { status: ExitStatus( unix_wait_status( 512, ), ), stdout: "mkvmerge v67.0.0 ('Under Stars') 64-bit\nError: The file '00000.mkv'...

> I had this issue once before, the ulimit didn't work, I had to edit /etc/systemd/system.conf and increase the DefaultLimitNOFILE parameter. I have it set like "DefaultLimitNOFILE=8096:524288". > > I...

> > Thanks for the suggestion but I'm still getting the same error even with `DefaultLimitNOFILE=8096:524288` in `/etc/systemd/system.conf` (I rebooted after modifying the value). I'm using Arch Linux too. >...

> As a workaround you can also try concatenating with ffmpeg if possible, which does not (to my knowledge) attempt to read all the files at the same time which...

> I actually run the command using the root user, have you tried running it as root? Which command are you talking about? > Ah, so you've hit one of...