Description
There are many apps that can play media lists, this app focuses on
- Ability to play media inside action extension (allows you to view your media without leaving your favorite apps)
- Privacy (no data is saved to disk or collected, no metadata or cover art is downloaded)
Supported gestures during playback:
- Single tap: show/hide the controls
- Double tap: pause/play
- Swipe left/right: play next/previous item in list
- Swipe down: dismiss action extension
- Pinch: zoom
Supported keyboard shortcuts:
- Space bar: pause/play
- Shift-Right arrow: go to next frame
Supported playlist types:
- XSPF
This app integrates VLCKit for media playback. VLCKit is an open-source library provided by the VideoLAN project (https://www.videolan.org).
VLCKit is licensed under the LGPL-2.1 License, which can be found here: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
Source code of Media List Player is available at: https://gitlab.com/huv/media-list-player