feat: add mpvKT support for Android#1570
feat: add mpvKT support for Android#1570Dhairya3391 wants to merge 6 commits intopystardust:masterfrom
Conversation
- Added android_mpvkt player function implementation - Added --mpvkt command line option - Updated help documentation with mpvKT option and example usage - mpvKT is only available on Android platforms - Uses the correct package name live.mehiz.mpvkt and MainActivity Fixes pystardust#1564
- Changed from live.mehiz.mpvkt/.MainActivity to live.mehiz.mpvkt/.ui.player.PlayerActivity - This is the correct activity that handles video playback in mpvKT - Fixes the issue where mpvKT was opening but not playing the video
- Added note to disable 'Save position on quit' in mpvKT settings - This prevents episodes from resuming from previous playback positions - Helps ensure each episode starts from the beginning when using mpvKT
- Apply proper indentation formatting to pass CI checks - Maintain all mpvKT functionality while ensuring code style consistency - Fixes shellcheck and shfmt CI failures
- Fixed printf format string argument count mismatch in help_info function - Ensure proper number of arguments match the %s placeholders - Addresses shellcheck SC2183 warning to pass CI checks
- Format code with shfmt using 4-space indentation to pass CI checks - Ensure consistent code style throughout the script - Fix any remaining formatting issues that were causing CI to fail Fixes CI failures in PR pystardust#1570
|
We're not adding another random mpv frontend. |
|
anyone else wondering to use another player, export this in shell
|
|
U don't need nohup in case of am start that command just pass the uri to application and terminates itself |
do not bother this doesnt work, jst results in endless buffering. |
Not jst another, the only other mpv frontend for android with an ui a sane human can look at. Please consider adding it (。・´д`・。). |
This PR adds support for mpvKT player on Android devices as requested in issue #1564.
Changes made:
Fixes #1564