RuneAudio+R e6

Raspberry Pi related support

Re: RuneAudio+R e6

Postby RolandBlaze » 24 Oct 2020, 14:48

kiko wrote:MPD is getting partially through scanning the media shares and will end up with:

Oct 22 14:15 : exception: error on client 93: Output buffer is full
Oct 22 14:15 : exception: No such directory


I have a large collection also and just noticed i have the same issue on a watching output of a full scan on a complete rebuild from scratch today.

Oct 24 14:43:24 runeaudio taskset[402]: exception: error on client 483: Output buffer is full
RuneAudio+R e6 20201108 
Raspberry Pi 4 Model B Rev 1.
User avatar
RolandBlaze
 
Posts: 31
Joined: 14 Oct 2017, 10:52

Re: RuneAudio+R e6

Postby R101 » 24 Oct 2020, 16:16

rern wrote:
R101 wrote:...
The /etc/netctl/SSID file which is saved in backup.gz is not the current one, but the one which was last restored. If I edit the profile in /etc/netctl, the changed file is not saved in the backup. I think this might be the case for some other files as well.

It seems like there's no need to restore Wi-Fi data because RuneAudio Wi-Fi has connected already to be able to restore. So it should be removed.

rern


That seems a good solution, rern. Presumably the file created from /boot/wifi is overwritten when the settings are restored?
(Pi 3B, rAudio-1, JLS I2S over USB)
R101
 
Posts: 343
Joined: 29 Apr 2016, 16:16

Re: RuneAudio+R e6

Postby RolandBlaze » 24 Oct 2020, 18:13

@Rern

There's a problem with output mpc listall command for a very large Library, might be 30,000 tracks or more.
Please post results of:

Code: Select all
mpc listall | wc -l
mpc list album | wc -l


mpc listall | wc -l
MPD error: Connection closed by the server
0
mpc list album | wc -l
12728


Since generating thumbnails for all the albums and then starting from scratch with the latest image I cannot get my mpd to finish scanning my NAS, and get the error below at the end of scanning and the library icon is left flashing but nothing listed in library, only option is to restart mpd /rune and it will start scanning again.. and fail etc.. stuck in a loop :(

Appears as if MPD cannot handle the size of db after the extra added data with the thumbnails /covers/etc now:

Oct 24 18:01:12 runeaudio taskset[1238]: exception: error on client 330: Output buffer is full
Oct 24 18:02:08 runeaudio taskset[1238]: exception: error on client 336: Output buffer is full
Oct 24 18:02:10 runeaudio taskset[1238]: exception: error on client 337: Output buffer is full
RuneAudio+R e6 20201108 
Raspberry Pi 4 Model B Rev 1.
User avatar
RolandBlaze
 
Posts: 31
Joined: 14 Oct 2017, 10:52

Re: RuneAudio+R e6

Postby s.k. » 24 Oct 2020, 19:34

RolandBlaze wrote:There's a problem with output mpc listall command for a very large Library, might be 30,000 tracks or more.
Please post results of:

Code: Select all
mpc listall | wc -l
mpc list album | wc -l

mpc listall | wc -l
MPD error: Connection closed by the server
0
mpc list album | wc -l
12728

Same problem here.
I have bypassed the error with this suggestion.
https://www.runeaudio.com/forum/tuning-of-mpd-output-buffer-t1053.html

How can I rescan the albums without rebuild the library ?

@ rern
Is this normal ?
Image
RPi2B Rev 1.1, Allo DigiOne, ATXRaspi, 16x2 OLED display - running rAudio
s.k.
 
Posts: 113
Joined: 04 Jan 2017, 08:38

Re: RuneAudio+R e6

Postby RolandBlaze » 24 Oct 2020, 19:47

Same problem here.
I have bypassed the error with this suggestion.
tuning-of-mpd-output-buffer-t1053.html


@s.k. Thanks bud. Have already tried "16384", but that failed so have now changed to "32768". But will take a while to rescan again to see if works.
RuneAudio+R e6 20201108 
Raspberry Pi 4 Model B Rev 1.
User avatar
RolandBlaze
 
Posts: 31
Joined: 14 Oct 2017, 10:52

Re: RuneAudio+R e6

Postby s.k. » 24 Oct 2020, 20:03

I also had "16384" but I have used "45056" :D
My scan have finished - the Albums are visible :!:

@ rern
A tweak button for very large collections seams good idea
RPi2B Rev 1.1, Allo DigiOne, ATXRaspi, 16x2 OLED display - running rAudio
s.k.
 
Posts: 113
Joined: 04 Jan 2017, 08:38

Re: RuneAudio+R e6

Postby kiko » 25 Oct 2020, 00:54

I have set max_output_buffer_size "49152" and stil get Output buffer is full.

Any more ideas on what to change?
kiko
 
Posts: 19
Joined: 08 Oct 2020, 18:01

Re: RuneAudio+R e6

Postby rern » 25 Oct 2020, 09:29

@RolandBlaze, @s.k. and @kiko,

Please try:
- Download a revised update script:
Code: Select all
wget https://github.com/rern/RuneAudio-Re6/raw/UPDATE/srv/http/bash/cmd-list.sh -O /srv/http/bash

- Library > NAS or USB > go to an album track list
- Coverart context menu > Update database

rern
rAudio @ https://github.com/rern/rAudio-1
Raspberry Pi 4B
Raspberry Pi 3B > SMSL M8 DAC
Raspberry Pi Zero W
User avatar
rern
 
Posts: 723
Joined: 14 Jul 2016, 08:15

Re: RuneAudio+R e6

Postby Beelzebassie » 25 Oct 2020, 20:48

rern wrote:
Code: Select all
wget https://github.com/rern/RuneAudio-Re6/raw/UPDATE/srv/http/bash/cmd-list.sh -O /srv/http/bash

rern


I assume part of the syntax was missing; added "/cmd-list.sh" to it.

For me, the database now updates within 5 minutes. Thanx!
Raspberry Pi 3B (rev. 1.2) | Allo DigiOne
Beelzebassie
 
Posts: 74
Joined: 09 Nov 2014, 12:16

Re: RuneAudio+R e6

Postby rern » 26 Oct 2020, 06:04

Beelzebassie wrote:
rern wrote:
Code: Select all
wget https://github.com/rern/RuneAudio-Re6/raw/UPDATE/srv/http/bash/cmd-list.sh -O /srv/http/bash

rern


I assume part of the syntax was missing; added "/cmd-list.sh" to it.

For me, the database now updates within 5 minutes. Thanx!

Sorry.
Now it's included in today's update.

@RolandBlaze, @s.k. and @kiko,
Please remove the buffer tweak and update Library again.

rern
rAudio @ https://github.com/rern/rAudio-1
Raspberry Pi 4B
Raspberry Pi 3B > SMSL M8 DAC
Raspberry Pi Zero W
User avatar
rern
 
Posts: 723
Joined: 14 Jul 2016, 08:15

support RuneAudio Donate with PayPal

PreviousNext

Return to Raspberry Pi

Who is online

Users browsing this forum: Bing [Bot] and 11 guests