06-29-2021, 10:43 PM
(06-29-2021, 10:09 PM)fdealexa Wrote: Hello everybody,
would anyone be kind enough to try to help me?!?!?!?
I tried a fresh install twice and encountered the following problem: the
Quote:/var/local/www/currentsong.txt
it exists but is empty.
I have also tried, on the same system, to upgrade from 7.2.1 and it seems that the problem does not occur.
Do you have any suggestions?
Sincerely and thanks,
Francesco
On the r730 release image:
As shipped the file is empty
Code:
pi@moode:~ $ cat /var/local/www/currentsong.txt
pi@moode:~ $
After turning the "Metadata file" option ON in System Config it gets populated
Code:
pi@moode:~ $ cat /var/local/www/currentsong.txt
file=SDCARD/Stereo Test/LRMonoPhase4.flac
artist=Koz
album=Stereo Test
title=LR Channel And Phase
coverurl=/coverart.php/SDCARD%2FStereo%20Test%2FLRMonoPhase4.flac
track=1
date=1997
composer=
encoded=16/48 FLAC
bitrate=431 kbps
outrate=0 bps
volume=0
mute=0
state=pause
pi@moode:~ $