PlayerKit icon indicating copy to clipboard operation
PlayerKit copied to clipboard

Audio player library that supports multiple services(apple music, spotify, youtube, AVPlayer)

Results 4 PlayerKit issues
Sort by recently updated
recently updated
newest added

Hello, I am looking to create an app that allows for playing music from spotify, apple music, etc. Does this library still work and function properly?

I am using QueuePlayer to play Apple Music items. I see in that you only ever have 1 track here: `func preparePlayer() { guard let track = track, let id...

Hello I noticed this piece of code: `case .didPlayToEndTime: notify(.didPlayToEndTime) if let _ = nextTrackIndexPath() { next() play() } else { notify(.nextPlaylistRequested) } ` In the listen(_ event:) function of...