Mov-cli

Latest version: v4.3.14

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

Scan your dependencies

Page 1 of 2

4.3.0

> 🌟 _"Let's make mov-cli plugins great again!"_
We added plugin update notifications and they are dope + many features that will help squash feature bugs.

<div align="center">

![8m8jx5](https://github.com/mov-cli/mov-cli/assets/66202304/fb39c303-cee2-4b4b-9723-0af81c520664)

![image](https://github.com/mov-cli/mov-cli/assets/66202304/d37ac4b3-3d18-4910-b77a-1f84aae13013)

</div>

:star: New Features
- MacOS support.
- Config `editor` key now falls back to `EDITOR` environment key by default on Linux. 274 and 272
- Improved scraper options (previously called args). https://github.com/mov-cli/mov-cli/pull/278
- Mov-cli now notifies you when there is a plugin update. **Will only work after your first plugin upgrade.** https://github.com/mov-cli/mov-cli/pull/285
- You can now list plugins and scrapers including their versions with `--list-plugins` or `-lp`. https://github.com/mov-cli/mov-cli/pull/286, https://github.com/mov-cli/mov-cli/pull/288, #284 and 283
- HTTP errors are now only logged in debug mode. 273
- Stdout now no longer ruins your prompt selector.
- Improved mov-cli update checker. https://github.com/mov-cli/mov-cli/commit/08774ea9d19e3cfaa3ef1e665c606f74ccdb57d9
- Config key for defaulting to lower resolution streams. https://github.com/mov-cli/mov-cli/commit/5f7cb58d9f20d0c505bb5390477b940bfc98a955
- Mov-cli now falls back to python inquirer prompt selector if the fzf binary isn't available. https://github.com/mov-cli/mov-cli/commit/2e6150e79447da371f2d886dc7c401b068e0bc76
- You can now configure mov-cli to not check for updates when invoking the binary. https://github.com/mov-cli/mov-cli/commit/e92b6ba0cafd9c8d96f3bf0190076c0b5ad91fe5
- Mov-cli now skips update checker when invoked with a query for faster searches.

Then just a bunch of big refactors and codebase improvements.

🐞 Bug Fixes
- Custom players not working. 276
- Editor fails to open on MacOS. https://github.com/mov-cli/mov-cli/commit/6f9946d4a71806edf22b687a7decf6a07b96a5e0

: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.2.5...4.3.0

4.2.5

> 🌟 A more stable experience.
Some fixes and improvements were done to the prompt selector thingy and mov-cli now depends on a new version of mov-cli-test.

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

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

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.