falkben / media-organizer

terminal app for media and metadata organization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

media-organizer

terminal app for media and metadata organization

install

Get poetry

Then:

poetry install

run

poetry run python media_organizer/main.py

API Key for TMDB

  1. Register for and verify an account.
  2. Log into your account.
  3. Select the API section on account settings.
  4. Click on the link to generate a new API key and follow the instructions.

Copy the .env.example into a new .env file

Edit the new file and enter your API token.

Add media path to env file

Edit the .env file to add the full path to your media files

Test

run the example to ensure the environment and API token has been set up correctly

$ python example.py
Movie title: The Matrix

Examples

Reads an example movie into a load database file (database.db)

python examples/load_into_db.py

About

terminal app for media and metadata organization

License:MIT License


Languages

Language:Python 99.2%Language:Shell 0.8%