Here's how to install and add the plugin to mov-cli.
- Install the package.
pip install mov-cli-files
yay -S python-mov-cli-files
- Then add the plugin to your mov-cli config.
mov-cli -e
[mov-cli.plugins]
files = "mov-cli-files"
mov-cli -s files {query}
Let's say I want to play an mp4 file in my Videos folder named "osaka_america_ya.mp4", this is the command you can use:
mov-cli -s files america ya
If you would like to quickly search in a path that is not scanned by the plugin use the path
scraper option like so:
mov-cli -s files osaka oh my gah -- --path ./Downloads
If you would like to search for everything use the star chatacter (*
) instead of entering a query like so:
mov-cli -s files "*"