Closed aicynide closed 3 months ago
const val ACTION_PLAY_EPISODE_IN_MPV_YTDL = 18
Both 18 correct?
const val ACTION_MARK_AS_WATCHED = 18
I also think there must be a way to reduce duplicate code as your just copying MTV and changing one single line, but I am not absolutely certain.
@Luna712 "App not Found" error Maybe issue with package name/Activity intent
Intent working fine
am start --user current -R 2 -a android.intent.action.VIEW -d "https://website.domain/file.mkv" -n 'is.xyz.mpv.ytdl/is.xyz.mpv.MPVActivity'
(run in termux/adb)
I will take a look tomorrow if I have time.
I've squashed all the commits
Code looks good, will merge after testing. No need to squash yourself as every PR is squashed in the merge to main.
Code looks good, will merge after testing. No need to squash yourself as every PR is squashed in the merge to main.
"App not Found" error idk why. mpv+ytdl app Package name and Activity name are correct
Tested and its working fine
@fire-light42
Added mpv+ytdl app Apk link- https://github.com/mpv-android/mpv-android/pull/58