mvodb

Rename and move files using metadata from online databases.


License
ISC
Install
pip install mvodb==0.1.0

Documentation

mvodb

ci documentation pypi version

Rename and move files using metadata from online databases.

Requirements

mvodb requires Python 3.6 or above.

To install Python 3.6, I recommend using pyenv.
# install pyenv
git clone https://github.com/pyenv/pyenv ~/.pyenv

# setup pyenv (you should also put these three lines in .bashrc or similar)
export PATH="${HOME}/.pyenv/bin:${PATH}"
export PYENV_ROOT="${HOME}/.pyenv"
eval "$(pyenv init -)"

# install Python 3.6
pyenv install 3.6.12

# make it available globally
pyenv global system 3.6.12

Installation

With pip:

python3.6 -m pip install mvodb

With pipx:

python3.6 -m pip install --user pipx

pipx install --python python3.6 mvodb

Usage (as a library)

TODO

Usage (command-line)

$ mvodb -h
usage: mvodb [-h] [-y] FILE [FILE ...]

positional arguments:
  FILE              Files to move/rename.

optional arguments:
  -h, --help        show this help message and exit
  -y, --no-confirm  Do not ask confirmation.