https://github.com/sveetch/deovi
A set of utilities to collect and rename media files
https://github.com/sveetch/deovi
Last synced: 4 months ago
JSON representation
A set of utilities to collect and rename media files
- Host: GitHub
- URL: https://github.com/sveetch/deovi
- Owner: sveetch
- License: mit
- Created: 2021-11-07T16:35:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-28T00:07:50.000Z (about 2 years ago)
- Last Synced: 2026-01-09T06:51:48.273Z (5 months ago)
- Language: Python
- Homepage: https://deovi.readthedocs.io/
- Size: 10.4 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
.. _Python: https://www.python.org/
.. _Click: https://click.palletsprojects.com
.. _Python Slugify: https://github.com/un33k/python-slugify
.. _Unidecode: https://github.com/avian2/unidecode/tree/master/unidecode
.. _PyYAML: https://github.com/yaml/pyyaml/
.. _deepdiff: https://github.com/seperman/deepdiff
.. _tmdbv3api: https://github.com/AnthonyBloomer/tmdbv3api
.. _requests: https://requests.readthedocs.io/en/latest/
=====
Deovi
=====
A set of utilities to collect and rename media files.
Links
*****
* Read the documentation on `Read the docs `_;
* Download its `PyPi package `_;
* Clone it on its `Github repository `_;
Dependancies
************
* `Python`_ >=3.8;
* `Click`_ >=8.0;
* `Python Slugify`_ >=5.0.0;
* `Unidecode`_;
* `PyYAML`_;
And optional dependancies when ``scrapping`` feature is enabled:
* `deepdiff`_;
* `tmdbv3api`_ ==1.7.7;
* `requests`_;