CoolnsX / dra-cla

A cli tool to browse and play korean drama, chinese drama
GNU General Public License v3.0
69 stars 10 forks source link

[Feature Request] Add iOS Support #20

Open pnvnd opened 1 month ago

pnvnd commented 1 month ago

Feature Request

I originally found this repo from ani-cli and dra-cla works great on Android! While there is no mention of iOS support, ani-cli works with Android so I was wondering if iOS support can be added?

Problem

When using dra-cla on iOS, it does not detect VLC media player. I have iSH and VLC installed from the app store and used the command to install:

apk add grep sed curl fzf git aria2 ncurses-utils openssl-tool
apk add ffmpeg
git clone https://github.com/CoolnsX/dra-cla ~/.dra-cla
cp ~/.dra-cla/dra-cla /usr/local/bin/dra-cla
chmod +x /usr/local/bin/dra-cla
rm -rf ~/.dra-cla

Then I ran it with this command, but got Program vlc not found. Please install it:

dra-cla -v

image

I was kind of hoping this would work the same way with ani-cli when I use this command:

ani-cli

image

Use Case

I have an old iPad Air 1 stuck on iOS 12.5.7 that won't even install YouTube anymore, so this would give this old iPad some life back.

CoolnsX commented 1 month ago

Okay I will add the IOS support by yoinking code from ami-cli