(04-15-2024, 02:35 PM)Tim Curtis Wrote: Thats correct. All the insecure images i.e., those with embedded users and passwords have been removed. This is for everyones benefit.
Try the fix in https://moodeaudio.org/forum/showthread....1#pid53641
After running these commands.
Code:
Code:
sudo apt -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" --allow-downgrades install shairport-sync=3.3.8-1moode1
You will prolly also want to remove the AirPlay 2 timing module because it won't be used by AirPlay 1.
Code:
Code:
sudo apt purge nqptp
Restarting the Pi, restarting iTunes, I still get
"The AirPlay device "Balcony" is not compatible with this version of iTunes"
The is the only moode player I have that has this problem as my others have not been updated for a long long time.
Note: I can airplay to it from my iPhone just not from my PC that runs iTunes as my home music server.
My output:
pi@Balcony:~ $ sudo apt -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" --allow-downgrades install shairport-sync=3.3.8-1moode1
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following package was automatically installed and is no longer required:
libplist3
Use 'sudo apt autoremove' to remove it.
The following held packages will be changed:
shairport-sync
The following packages will be DOWNGRADED:
shairport-sync
0 upgraded, 0 newly installed, 1 downgraded, 0 to remove and 0 not upgraded.
E: Held packages were changed and -y was used without --allow-change-held-packages.
pi@Balcony:~ $ sudo apt purge nqptp
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
shairport-sync : Depends: nqptp but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.