Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julianschiavo/Playerly
A lightweight app to play videos from the Files app in a better (dark) interface which avoids losing your playback position.
https://github.com/julianschiavo/Playerly
Last synced: 3 months ago
JSON representation
A lightweight app to play videos from the Files app in a better (dark) interface which avoids losing your playback position.
- Host: GitHub
- URL: https://github.com/julianschiavo/Playerly
- Owner: julianschiavo
- License: mit
- Created: 2018-12-17T09:26:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-17T10:58:04.000Z (almost 6 years ago)
- Last Synced: 2024-05-01T17:25:50.539Z (6 months ago)
- Language: Swift
- Size: 5.87 MB
- Stars: 32
- Watchers: 2
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- fucking-open-source-ios-apps - Playerly
README
Playerly
Playerly is a very lightweight Swift app that allows you to select a file (video or movie) from the built in Document Browser, and play it in the native iOS video player.
I built Playerly because I didn't like the Files app's outdated video player, which was hard to scrub and looked bad, and wanted to gain some experience with accessing the Files app (using `UIDocumentBrowserViewController`) and playing videos (using `AVPlayerViewController` from `AVKit` and `AVFoundation`).
## Running
To run Playerly, just download it, change the bundle identifier, and run it. If you encounter any issues that you can't solve, feel free to create an [issue](#contributing).
## Contributing
I'm not planning to work on this project further in the future as it was just a side project for me, however, please feel free to file issues or make pull requests to improve Playerly!
If you do want to contribute, please make sure to read the [License](LICENSE) and [Code of Conduct](CODE_OF_CONDUCT.md) first.
## Release
I'm not currently planning to release Playerly on TestFlight or on the App Store, but this may change in the future.
## License
I've released Playerly under the MIT license so anyone can use it, even in their own projects. However, please do credit Playerly if you use any code from this project.
## Credits
Playerly was designed and built by me, Julian Schiavo. The Playerly logo is Copyright © Julian Schiavo 2018.
Playerly includes the third party framework [`PullToDismissTransition`](https://github.com/benguild/pulltodismisstransition).