Skip to content

alocaputo/UMT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UMT

Universal Media Tracker


movTra

movTra is a self hosted movie tracking software written in python using django and The Movie Database API.

Installation:

Requirements:

  • TMDb API key
  • Python3
  • Django

Enter your TMDBb API key and the Django's secret key in UMT/.env Such as:

APIKEY='yourAPIKEY'
SECRET_KEY='yourSECRET_KEY'

Then:

python ./manage.py makemigrations
python ./manage.py migrate

And finally run the server:

python ./manage.py runserver

Features:

  • Diary: Log a movie with your rating, review of it, and date in which you have seen it.
  • Lists: Create lists of movies.
  • Upcoming: Displays the upcoming movies.
  • Now Playing: Displays the movies now in theatres.
  • Stats: Display stats of your viewings.

TODO:

  • Watchlist
  • Import/Export

--

tvTra

--

bookTra

--

gameTra

About

Universal Media Tracker - Self hosted media tracker

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors