anime-dl / anime-downloader

A simple but powerful anime downloader and streamer.
The Unlicense
1.92k stars 220 forks source link

External players for "watch" command #646

Open HasanAbbadi opened 3 years ago

HasanAbbadi commented 3 years ago

Describe the feature here so basically, using something like "anime watch --player " i really dislike mpv and I cannot find a way to use an external player other than mpv

I can use adl or the anime gui but that is really limiting.

Blatzar commented 3 years ago

vlc as player is also supported :) change config player to "vlc" or use --play vlc

HasanAbbadi commented 3 years ago

but that is for the anime dl command isn't it ? I was looking for a way to do that in "anime watch " so i can manage and watch the list easily.

for now I am using "anime dl [name] -e [num]" and manage my list manually.

IguanasInPyjamas commented 3 years ago

If you set the config player to vlc, it should play with vlc using watch right?

Blatzar commented 3 years ago

If you set the config player to vlc, it should play with vlc using watch right?

lmao apparently not https://github.com/anime-dl/anime-downloader/blob/c43ded9a63291a0f97790f060f11346643abbc5d/anime_downloader/commands/watch.py#L297-L307

IguanasInPyjamas commented 3 years ago

Welp, time to make a pr lol

ArjixWasTaken commented 3 years ago

I wonder where that spicy PR is at.