blob: edfe09b572aa48f9d315dec8f5d6e1bd2665b8c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# movie tools
imdblookup.py Rename with Text gui
imdbinfo.py general tools
# install
pip install -r requirements.txt
pip install --user -r requirements.txt
# TMDB:
for tmdb you need a Api-Key
# IMDB:
for imdb we use the mobile api.
By executing the tool you are probably violating the imdb ToS.
|