This is an attempt at creating a native Plex player for macOS/iPadOS/iOS. Why did I create this ?
- Free / Opensource alternative to the iOS client
- Performance
- Native / Apple look and feel
- Learning purpose
- Inspired by this great plex design reddit post
The project was never finished but it can already do basics things. I probably won't be working on it unless many people show interest. However I will gladly accept any valid PRs.
Design heavily inspired by this reddit post .
- Login using your Plex account
- List account librairies for movies and series
- Show some details about a movie
- Play videos supported by AVFoundation codecs (only direct file streaming -> codec list)
- Picture in picture and all the features coming with the default AVPlayer (subtitles, sound track selection, ...)
- Stream encoded video stream
- Support other codecs with VLCKit
- UI polishing
- Local caching
- Played / unplayed button
- Restart from timestamp
- Rate movie button
- Edit button
- Other librairies type (pictures, ...)
Feel free to create PRs I will gladly review and accept them.