Skip to content

Commit 575c110

Browse files
committed
feat: resolve comments
1 parent 3e14d51 commit 575c110

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ termux-setup-storage
174174
```txt
175175
include="/storage/emulated/0/mpv/mpv.config.mp4"
176176
```
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.
178178

179179
</details>
180180

ani-cli

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ where_mpv() {
142142
get_links() {
143143
case "$*" in
144144
*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')
146146
;;
147147
*tools.fast4speed.rsvp*)
148148
episode_link=$(printf "%s\n" "Yt >$*")
@@ -594,7 +594,7 @@ dep_ch "fzf" || true
594594
case "$player_function" in
595595
debug) ;;
596596
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" ;;
598598
*iSH*) printf "\33[2K\rChecking of players on iOS is disabled\n" ;;
599599
flatpak_mpv) true ;; # handled out of band in where_mpv
600600
*) dep_ch "$player_function" ;;

0 commit comments

Comments
 (0)