A basic package that handles Blu-Ray and DVD Movie Media, Meta data searching
This makes use of the 3rd party API OMDBapi http://www.omdbapi.com in order to grab information/meta-data on the searched DVD and Blu-Ray Movie title. Currently works on Text titles, but in future imdb specific id's as well.
-
Create an OMDBapi API key. Read more here
-
Clone repo into target folder/directory.
-
Create private_data folder in root directory.
-
In private_data folder, create text file private_key.txt and paste in the key. Make sure the text format in the file reads:
key:placeKeyTextHere
Most of the core functionality is complete.
- Need to add support for imdb ID's
- Support for user defined Lists (Both tt-ids and titles).
- Remove old code leftovers.
- Currently still in development