BLeeEZ / amperfy

Amperfy is an iOS/iPadOS/macOS app to play songs from an Ampache or Subsonic server
GNU General Public License v3.0
457 stars 37 forks source link

Carplay #269

Open Ang3er opened 3 months ago

Ang3er commented 3 months ago

Play music which is streamed and not offline as well as offline Musik. Currently K must first download /cache Musik to be able to play it in CarPlay is that the designed workflow?

How can I enable music streaming over mobile internet, as well as have my complete library available

best

BLeeEZ commented 3 months ago

Yes this is intended behavior. Apple suggests in their CarPlay guidelines to use offline / cached elements to ensure two things:

  1. no additional costs due to mobile streaming
  2. Avoid driver concentration interruption due to streaming and connection issues
BLeeEZ commented 2 months ago

Added a new tab to CarPlay which only contains the downloaded elements (142bcf9c640b726be897ad7f8788cf8c691eefe3): image Library tab will display the elements taking OfflineMode into account: If OfflineMode is active the elements are equal to Cached tag. In OnlineMode all elements of the sections are displayed.