Commit Graph

63 Commits

Author SHA1 Message Date
ddda6a3003 Funciton for what calling and sending data from tmdb to right places. It sends to be converted to the universal movie class 2017-04-20 22:30:04 +02:00
98d8e3dd7d Converts all the info you get per media item from plex to the universal movie class 2017-04-20 22:28:11 +02:00
df90cc1037 Added a movie class so that different movie types (plex vs tmdb) can be converted into a universal movie class 2017-04-20 22:27:24 +02:00
c662525988 Added page parameter to plex search function 2017-04-20 22:20:42 +02:00
0743e40757 Added router endpoint for searching tmdb. 2017-04-20 22:19:52 +02:00
b9683e7b25 Added function for searching through media on plex with its api endpoint. The returned data is then passed to a convert function so a movie class only holds information we want. 2017-04-20 22:18:38 +02:00
16c89ab6e7 Added endpoints for plex searching 2017-04-14 18:54:30 +02:00
f49d7eaeb4 Added a controller and handler for dumping JSON data from git webhooks 2017-04-14 18:09:32 +02:00
Kevin Midboe
59e56b970e Added endpoint for github webhooks 2017-04-14 17:14:11 +02:00
Kevin Midboe
36d1f4473f Removed unused endpoint. 2017-04-14 17:04:04 +02:00
Kevin Midboe
4c385d1dc1 Added function for verifing a stray, this also calls the py script for moving the files to correct place. 2017-04-13 12:33:31 +02:00
416d0a5a54 Fixed a lot of naming errors. 2017-04-12 22:37:24 +02:00
Kevin Midboe
6c29e59b2b src holds all controllers, config and api 2017-04-12 22:20:31 +02:00