caffeine-addictt / video-manager

CLI tool for downloading and managing videos ⭐️ Star to support our work!
MIT License
7 stars 1 forks source link

[Feature] Play command #48

Open caffeine-addictt opened 4 months ago

caffeine-addictt commented 4 months ago

Feature Request

A play command to play videos.

[!IMPORTANT] Contributions should use feature/v0.1.0 branch as a base

Describe the Solution You'd Like

[!NOTE] I'm still coming up with how I want to best implement this. Ideas and suggestions are welcome

1. It should be able to do everything you would expect from a player

2. If possible, make it configurable with other CLI programs (with opts)

For example, I'd be able to use ffplay or mpv with a set of options configured in the config file

Spec