Mov-cli

Latest version: v4.4.19

Safety actively analyzes 714973 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 8

4.2.3

> 🔮 Introducing watch options... ~~and large codebase refactors causing breaking changes (255)~~

<div align="center">

![image](https://github.com/mov-cli/mov-cli/assets/66202304/77c46529-6747-4797-b847-61759bbe3f55)

</div>

:star: New Features
- Watch options. 267 and 226
- Custom scraper arguments. https://github.com/mov-cli/mov-cli/pull/261

sh
mov-cli -c 1 -s youtube 82 99 F.M macross 82-99 -- --audio

> Refer to [this wiki page](https://github.com/mov-cli/mov-cli/wiki/Plugins#custom-scraper-arguments) for more info on that.

- ``Scraper.scrape_metadata_episodes()`` was removed! https://github.com/mov-cli/mov-cli/commit/5843bfe1e791512046bcc3c25a271067c76b0893 and #255
- A warning is now given to update plugins whenever an exception occurs within a plugin. https://github.com/mov-cli/mov-cli/commit/dbc74f4d938f91d96017b30857a8ffaed12b1840
- The "skipping prompt..." message is now a debug message.

🐞 Bug Fixes
- Wheels being empty when building. https://github.com/mov-cli/mov-cli/commit/5c4d8f2fd555d06245a0d73ba8181e7b5d0b0047 and #150
- mov-cli would crash if query was missing with typer 0.10.0. https://github.com/mov-cli/mov-cli/commit/b734a5e7f4c149b9dbaa1f75173b6358636522b1, https://github.com/mov-cli/mov-cli/commit/efd375d2dc93250303fecea527adef9e19e7dd99, https://github.com/mov-cli/mov-cli/commit/216a27f79a358f9daa8fda89416cd6a53f3e7b9c and #268
- The wheel was missing the config.template.toml file. https://github.com/mov-cli/mov-cli/commit/445d8b64188139632a240049426a24edcedef1fd

:heart: Contributors
We'd like to thank all the contributors who worked on this release!

- PRSouzaFM
- r3tr0ananas
- THEGOLDENPRO

**Full Changelog**: https://github.com/mov-cli/mov-cli/compare/4.1.6...4.2.3

4.1.6

> 🚦🚧 VLC, whooo yeahhhh...
> *those emojis were mean't to represent the VLC traffic cone as sadly there's no traffic cone emoji 😔*

:star: New Features
- VLC support for Android. 🚦🚧 https://github.com/mov-cli/mov-cli/commit/200eaa3234fabeec5ae389ecb0cc30a1258fb966

![image](https://github.com/mov-cli/mov-cli/assets/66202304/8852c85c-73e3-4089-8274-4c7334b3d2f8)

🐞 Bug Fixes
- CLI would error if there was no choices to choose from. https://github.com/mov-cli/mov-cli/commit/0d6ac98143a64de4a0fcc87cfb20e9e0714d4be8
- Episode selector wouldn't work. https://github.com/mov-cli/mov-cli/commit/a727fca05f4966a57f59214a95de8aac8c58d465

:heart: Contributors
We'd like to thank all the contributors who worked on this release!

- r3tr0ananas
- THEGOLDENPRO

**Full Changelog**: https://github.com/mov-cli/mov-cli/compare/4.1.3...4.1.6

4.1.3

**Full Changelog**: https://github.com/mov-cli/mov-cli/compare/4.1.2...4.1.3

4.1.2

> 🛠️ Just some internal changes...

📰 Changes
- TMDb wrapper rewrite 260
- The deprecation of ``Scraper.scrape_metadata_episodes()``. 255 and https://github.com/mov-cli/mov-cli/commit/fe166bbd770863b960cb31bb2c9f8ba3854eca90#r140066375

:heart: Contributors
We'd like to thank all the contributors who worked on this release!

- r3tr0ananas
- THEGOLDENPRO

**Full Changelog**: https://github.com/mov-cli/mov-cli/compare/4.1.0...4.1.2

4.1.0

> 💫 NEW command options (``-c`` / ``--choice``), improved `--episode` / `-ep` and faster prompt.

:star: New Features
- Auto select via ``-c`` / ``--choice``. 182
- Downloads... *idk much about it, I just know that we have it now via the ``--download`` flag.* https://github.com/mov-cli/mov-cli/commit/519b6b4b0dc0ee610a4923cf382ffd1204ae95fa
- `editor` config key now defaults to `nano` for MacOS. https://github.com/mov-cli/mov-cli/commit/519b6b4b0dc0ee610a4923cf382ffd1204ae95fa
- Episode and Season numbers are now displayed with the media title on supported media players (mpv, vlc).

<img width="300px" src="https://github.com/mov-cli/mov-cli/assets/66202304/2680741b-9250-41e4-b499-9c3013c49302">
<img width="300px" src="https://github.com/mov-cli/mov-cli/assets/66202304/15760752-9a3d-48cd-83ec-8a1428b992b9">

- Prompt now preselects if there's only a single choice to choose from. 182
- `--episode` / `-ep` now allows you to just pass episode number like --> ``--episode 1``. 253

🐞 Bug Fixes
- FileNotFoundError on Android and iOS when running "mov-cli -e". 248 and 250

:heart: Contributors
We'd like to thank all the contributors who worked on this release!

- r3tr0ananas
- THEGOLDENPRO

**Full Changelog**: https://github.com/mov-cli/mov-cli/compare/4.0.4...4.1.0

4.0.4

> 🌠 The new generation is here! mov-cli [V4](https://pypi.org/project/mov-cli/) release!
mov-cli v4 is a complete rewrite of v3 with a fresh codebase built from the ground up to be simultaneously used as a cli tool and library for your applications. (However, do note the library side of it is still alpha, so wait for it to mature before going head over heels).

There's so many changes and features to list down so I'll filter it down to the relevant ones.

:star: New Features
- Improved command line interface and UX. ✨
![image](https://github.com/mov-cli/mov-cli/assets/66202304/c8133c6b-2f78-4a15-a14c-9850cd585cc1)
- Persistent configuration via our ``toml`` file. --> [wiki](https://github.com/mov-cli/mov-cli/wiki/Configuration), [config.template.toml](https://github.com/mov-cli/mov-cli/blob/v4/mov_cli/config.template.toml)
- You can now write your own scrapers thanks to the plugin system --> https://github.com/mov-cli/mov-cli/pull/236
- mov-cli's internals can now be used as a library 📚 -> https://github.com/mov-cli/mov-cli/issues/188#issuecomment-1783967775
- Custom player support. Use any media player your heart desires. :heart: --> https://github.com/mov-cli/mov-cli/issues/195#issuecomment-1784184713
- ⚡ Rapid search results, v4 was designed to stream the search results to [fzf](https://github.com/junegunn/fzf) instead of waiting until all the results have been gathered. **Check out the video below** and also you can read more about this over here: https://github.com/dahlia/iterfzf#key-features

[!rapid search showcase](https://github.com/mov-cli/mov-cli/assets/66202304/ce88c612-b12d-40d1-9abe-c42146674450)

- Fzf is now optional, you don't need it but it's recommended. We now have a nice fallback thanks to [inquirer](https://github.com/magmax/python-inquirer).
- First-class support for Android, Windows and Linux. 🌟

**and we are working on many more...**

🐞 Bug Fixes
- VLC media player has been fixed and is first party support in v4. 🎊 219
- _and literally everything else lmao_

:heart: Contributors
We'd like to thank all the contributors who worked on this release!

- r3tr0ananas
- THEGOLDENPRO
- EbanNox

<br>

<div align="center">

<img width="700px" src="https://github.com/mov-cli/mov-cli/assets/66202304/2fc6e40e-5637-4828-9a9d-4d105eeb53b7">

> thanks EbanNox for the logo banner

</div>

**Full Changelog**: https://github.com/mov-cli/mov-cli/compare/1.5.7...4.0.4

Page 5 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.