You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -174,7 +174,7 @@ termux-setup-storage
174
174
```txt
175
175
include="/storage/emulated/0/mpv/mpv.config.mp4"
176
176
```
177
-
- Make sure to have storage (photos and videos on newer android) permission allowed to both MPV and termux.
177
+
- Make sure to have storage (photos and videos on newer android) permission allowed to both MPV and termux. These permissions are asked by mpv if you click on the "file picker (legacy)" option.
Copy file name to clipboardExpand all lines: ani-cli
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@ where_mpv() {
142
142
get_links() {
143
143
case"$*"in
144
144
*mp4upload*)
145
-
episode_link=$(curl --max-time 15 -sLk "$*" -A "$agent" -e "$allanime_refr"| sed -nE 's|.*src: "([^"]*)"[[:space:]]*|Mp4Upload >\1|p')
145
+
episode_link=$(curl --max-time 10 -sLk "$*" -A "$agent" -e "$allanime_refr"| sed -nE 's|.*src: "([^"]*)"[[:space:]]*|Mp4Upload >\1|p')
146
146
;;
147
147
*tools.fast4speed.rsvp*)
148
148
episode_link=$(printf "%s\n""Yt >$*")
@@ -594,7 +594,7 @@ dep_ch "fzf" || true
594
594
case"$player_function"in
595
595
debug) ;;
596
596
download) dep_ch "ffmpeg""aria2c" ;;
597
-
android*) printf"\33[2K\rChecking of players on Android is disabled\n" ;;
597
+
android*) printf"\33[2K\rChecking of players on Android is disabled.\nANI-CLI recommends Android MPV for full compatibility.\nAdd:\n include='/storage/emulated/0/mpv/mpv.config.mp4'\nto:\n MPV > Settings > Advanced > mpv.conf\nfor full functionality.\nIgnore, If Done.\n" ;;
598
598
*iSH*) printf"\33[2K\rChecking of players on iOS is disabled\n" ;;
599
599
flatpak_mpv) true ;; # handled out of band in where_mpv
0 commit comments