mov-cli / mov-cli

Watch everything from your terminal.
https://mov-cli.github.io/
MIT License
463 stars 38 forks source link

[FEATURE] add range and watch options #226

Open EbanNox opened 3 months ago

EbanNox commented 3 months ago

So I have tested v4 around a bit , and I have a question , so movies works fine, but trying to watch any series sems not to work atm, is it just an effect of v4 still in development?

Also, when its done and working, will it be able to have same thing ans ani-cli, where watching a episode on a season it will prompt u when u finnish the episode to watch the next episode, previus episode, replay episode, and also store the history of watched episode in the backround?

And also be able to binch watch episode like ani-cli can do, like for example, in ani-cli if I type [ani-cli --dub -r "4-20" "Overlord III"] it will start scraping first and fetch the links for Overlord season 3 episode 4, then it will automatically start playing episode 4 of thay season, open mpv, and when mpv successfuly opens and start playing episode 4, it will instantly start scraping for the next episode (preparing it, then wait for mpv to close) where after mpv closes it instantaneously re launches mpv with the next episode, and it does that up to episode 20, then it stops

(argument: [-r "4-20"] ) means to start playing episode 4 up to 20 automatically for the given series

Will this be a possible thing aswell for mov-cli v4?? (Big hopes for a yes!)

Won't be disappointed tho if no, mov-cli is a great tool and u guys are awesome for developing and maintaining it!

Hope the new management will thrive with mov-cli under its wings

THEGOLDENPRO commented 3 months ago

mov-cli v4 is still in very deep development so what you are experiencing there is unfinished code.

Development has been up and down for the last couple of months, I've been struggling to find spare time to work on it. Although very recently we've been talking about the possibility of continuing development.

And also be able to binch watch episode like ani-cli can do, like for example, in ani-cli if I type [ani-cli --dub -r "4-20" "Overlord III"]

Yes that will be a v4 feature hopefully, I've worked on it partially.

Also, when its done and working, will it be able to have same thing ans ani-cli, where watching a episode on a season it will prompt u when u finnish the episode to watch the next episode, previus episode, replay episode, and also store the history of watched episode in the background?

Yes, as I'm also an ani-cli enjoyer this will be included.

it will start scraping first and fetch the links for Overlord season 3 episode 4, then it will automatically start playing episode 4 of thay season, open mpv, and when mpv successfuly opens and start playing episode 4, it will instantly start scraping for the next episode (preparing it, then wait for mpv to close) where after mpv closes it instantaneously re launches mpv with the next episode, and it does that up to episode 20, then it stops

Exactly what you are describing here would be a little difficult, although this is something I'll look into as an additional feature after release.

THEGOLDENPRO commented 2 months ago

The main bug you mentioned has actually been fixed now after development started moving once again: https://github.com/mov-cli/mov-cli/issues/188#issuecomment-1981831492

THEGOLDENPRO commented 2 months ago

TODO