Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.
/ pyMovieShelf Public archive

Python/Django based DVD and blu-ray collection manager with IMDb integration

Notifications You must be signed in to change notification settings

mrstegeman/pyMovieShelf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

pyMovieShelf is a Python/Django based DVD and Blu-ray collection manager. It allows a user to search for and select a movie from IMDb's database. When selected, info from IMDb will be imported into the database. The user is presented with a full movie list, as well as a details page for each movie. Details shown for each movie include title, year, genres, length, a plot summary, format (DVD/Blu-ray/digital), and a movie poster.

Requirements

Besides Django (tested with 1.11), pyMovieShelf requires IMDbPY (http://imdbpy.sourceforge.net/).

Usage

Populate Database

$ python3 manage.py sqlmigrate pymovieshelf 0001
$ python3 manage.py migrate

Run Server

$ python3 manage.py runserver

About

Python/Django based DVD and blu-ray collection manager with IMDb integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages