mpv_dart 0.0.1 mpv_dart: ^0.0.1 copied to clipboard
MPV player's JSON IPC binding for Dart (Flutter)
0.0.1 #
- JSON IPC based bindings for MPV player
- Starts mpv sub process for JSON-IPC socket with
start
load
file/network URL stringMPVEvents
- loads playlist with
loadPlaylist
- Control for
play|pause|next|prev|volume|mute|shuffle|playlistMove|loopPlaylist
- Audio/Video/Subtitle Load/Remove/Control Support
- Get/Set/Observe/Cycle any viable Property arbitrarily with
getProperty|setProperty|observeProperty|cycleProperty
- Send commands independently with
command
or use the defined ones - Documentation & Code created by @KRTirtho