04-03-2020, 08:22 PM
Hi Kent,
Thanks for your help.
I don't think that
will work for me because I'm on a Mac (no mpd/installed). Is that correct?
But yes, you correctly interpreted my imprecise prose. From my Mac Terminal:
Which I think is what you are seeing. Checking with moodeutl -t in another ssh connection I see:
Whereas, clicking the update button in the browser library config tab I get:
Which is probably unhelpfully verbose. The difference that I see (not any kind of expert) is that the second code shows two lines including waitWorker() that don't appear in the first.
I don't know - I'm out of my depth here. All I can say is that it's not a life and death issue.
Cheers,
Roger
Thanks for your help.
I don't think that
Code:
mpc -h <moode hostname> update
will work for me because I'm on a Mac (no mpd/installed). Is that correct?
But yes, you correctly interpreted my imprecise prose. From my Mac Terminal:
Code:
MacBook-Pro-6:~ rogerfking$ ssh pi@moode.local
[color=#44ce3b][size=x-small][font=Monaco]pi@moode.local's password: [/font][/size][/color]
Kernel 4.19.97-v7l+, Raspbian 10.2, moOde 6.4.2
[blah blah]
pi@moode:~ $ mpc update
[color=#44ce3b][size=x-small][font=Monaco]Updating DB (#19) ...[/font][/size][/color]
[color=#44ce3b][size=x-small][font=Monaco]volume:100% repeat: off random: off single: off consume: off[/font][/size][/color]
pi@moode:~ $
Which I think is what you are seeing. Checking with moodeutl -t in another ssh connection I see:
Code:
20200403 210329 enhanceMetadata(): coverurl: (/coverart.php/USB%2Fpimusic%2FAlfred%20Brendel%2FBach%20-%20Italian%20Concerto%20etc%2F02%20-%20Bach%2C%20J%20S%20-%20Italian%20Concerto%20in%20F%2C%20BWV%20971%20-%202.%20Andante.flac)
[color=#44ce3b][size=x-small][font=Monaco]20200403 210329 enhanceMetadata(): Song file[/font][/size][/color]
[color=#44ce3b][size=x-small][font=Monaco]20200403 210329 engine-mpd: Metadata returned to client: Size=(33)[/font][/size][/color]
[color=#44ce3b][size=x-small][font=Monaco]20200403 210329 enhanceMetadata(): coverurl: (/coverart.php/USB%2Fpimusic%2FAlfred%20Brendel%2FBach%20-%20Italian%20Concerto%20etc%2F02%20-%20Bach%2C%20J%20S%20-%20Italian%20Concerto%20in%20F%2C%20BWV%20971%20-%202.%20Andante.flac)[/font][/size][/color]
[color=#44ce3b][size=x-small][font=Monaco]20200403 210329 enhanceMetadata(): Song file[/font][/size][/color]
20200403 210329 engine-mpd: Metadata returned to client: Size=(32)
Whereas, clicking the update button in the browser library config tab I get:
Code:
20200403 210618 waitWorker(): Start (lib-config, w_active=1)
[color=#44ce3b][size=x-small][font=Monaco]20200403 210619 worker: Job updmpddb[/font][/size][/color]
[color=#44ce3b][size=x-small][font=Monaco]20200403 210619 enhanceMetadata(): coverurl: (/coverart.php/USB%2Fpimusic%2FAlfred%20Brendel%2FBach%20-%20Italian%20Concerto%20etc%2F02%20-%20Bach%2C%20J%20S%20-%20Italian%20Concerto%20in%20F%2C%20BWV%20971%20-%202.%20Andante.flac)[/font][/size][/color]
[color=#44ce3b][size=x-small][font=Monaco]20200403 210619 enhanceMetadata(): Song file[/font][/size][/color]
[color=#44ce3b][size=x-small][font=Monaco]20200403 210619 engine-mpd: Metadata returned to client: Size=(33)[/font][/size][/color]
[color=#44ce3b][size=x-small][font=Monaco]20200403 210619 waitWorker(): Wait (1)[/font][/size][/color]
[color=#44ce3b][size=x-small][font=Monaco]20200403 210619 waitWorker(): End (lib-config, w_active=0)[/font][/size][/color]
[color=#44ce3b][size=x-small][font=Monaco]20200403 210620 enhanceMetadata(): coverurl: (/coverart.php/USB%2Fpimusic%2FAlfred%20Brendel%2FBach%20-%20Italian%20Concerto%20etc%2F02%20-%20Bach%2C%20J%20S%20-%20Italian%20Concerto%20in%20F%2C%20BWV%20971%20-%202.%20Andante.flac)[/font][/size][/color]
[color=#44ce3b][size=x-small][font=Monaco]20200403 210620 enhanceMetadata(): Song file[/font][/size][/color]
20200403 210620 engine-mpd: Metadata returned to client: Size=(31)
Which is probably unhelpfully verbose. The difference that I see (not any kind of expert) is that the second code shows two lines including waitWorker() that don't appear in the first.
I don't know - I'm out of my depth here. All I can say is that it's not a life and death issue.
Cheers,
Roger