Commit Graph

252 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
e2968121b9 Added moviedb to package.json 2017-04-20 22:13:05 +02:00
16c89ab6e7 Added endpoints for plex searching 2017-04-14 18:54:30 +02:00
c6fa89f0fa Added node package request 2017-04-14 18:53:39 +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
8535bb4f19 Moved the queries dict to the object and not have it as a function. Prevents the list from being built every function call 2017-04-14 17:03:19 +02:00
Kevin Midboe
f3f4efc6a9 Rewrote the notify function and twitter object so that the class does more of the work 2017-04-14 17:01:36 +02:00
Kevin Midboe
351ffd777b Merge branch 'master' of github.com:KevinMidboe/seasonedShows 2017-04-13 13:27:22 +02:00
Kevin Midboe
d73597d7f1 Changes so the lists are printed out more nicely. 2017-04-13 13:27:14 +02:00
Kevin Midboe
4971433c18 Formatting issue 2017-04-13 13:22:11 +02:00
846787ab7a Now waits 30 secs between checking for new files. 2017-04-13 13:21:24 +02:00
Kevin Midboe
a31c0062f3 Script takes id as input at moves its content to veried place. 2017-04-13 12:34:16 +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
Kevin Midboe
ae52d04382 Ignored all .pyc files and node-debug.log 2017-04-13 12:32:35 +02:00
Kevin Midboe
8f943d50b2 Added python-shell to node modules 2017-04-13 12:31:28 +02:00
Kevin Midboe
d690fbe9d4 Now checks and only sends notif if it managed to save to db. 2017-04-13 12:30:31 +02:00
Kevin Midboe
5d2ae1da2c Changed the way subtitles are saved, now only two entires, prev and new. 2017-04-13 11:34:37 +02:00
Kevin Midboe
47da1d1bfa Now the post and get functions work with changes done with the api. 2017-04-12 22:48:20 +02:00
Kevin Midboe
93b56f4778 Now points to correct path. 2017-04-12 22:47:46 +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
Kevin Midboe
35146a5964 Config file with db locaiton and port select. 2017-04-12 22:19:40 +02:00
Kevin Midboe
c6221e8073 Added the env_variables script to html page. 2017-04-12 22:16:45 +02:00
Kevin Midboe
f6e353378c Quick way to have env variables for working in diff envs. 2017-04-12 22:16:04 +02:00
Kevin Midboe
4704259bc9 Changed url to be read from env_variables. 2017-04-12 22:15:36 +02:00
Kevin Midboe
2a66ab7b9a Added startup command to npm and added cross-env and reverted back to sqlite 2017-04-12 22:14:26 +02:00
Kevin Midboe
daab2bee28 Renamed getId class to getUniqueId and started adding so that every id is unique. Also added some TODO comments. 2017-04-12 22:13:31 +02:00
Kevin Midboe
23475299a8 Changed port number of server 2017-04-07 12:48:30 +02:00
Kevin Midboe
bbd6d0d85b Moved js to a seperate file 2017-04-07 11:36:38 +02:00
Kevin Midboe
43e1e88865 Moved old files to modules from root folder. 2017-04-07 11:33:19 +02:00
Kevin Midboe
b7f894b407 Moved to parent folder and did some cleanup and added twitter class. 2017-04-07 11:32:53 +02:00
Kevin Midboe
294105f7ac Updated gitignore to reflect change of env.py filename to env_variables 2017-04-07 11:32:04 +02:00
Kevin Midboe
82e05801a1 Created stylesheet 2017-04-07 11:31:05 +02:00
Kevin Midboe
972bbc1f0f Big and early commit, need to clean up and seperate JS to external file. 2017-04-07 11:29:57 +02:00
Kevin Midboe
ede006c370 Big update, now looks to work. V0.1 2017-04-07 09:22:24 +02:00
Kevin Midboe
81ed339787 A local copy of website to fetch and display episode from server 2017-04-06 22:49:59 +02:00
Kevin Midboe
8f6cf9adf0 Now have start of functional post request for a episode 2017-04-06 22:49:26 +02:00
Kevin Midboe
8641f9f7aa Added post router with simple console log of body 2017-04-06 21:37:39 +02:00
Kevin Midboe
cc1a5b66dd Fixed to check for certificates in the certificates folder 2017-04-06 19:15:18 +02:00
Kevin Midboe
a830001e99 Added SSL certification to all requests 2017-04-06 19:13:17 +02:00
Kevin Midboe
311bb668fe Now sendes with Acces-Control-Allow-Origin header. 2017-04-06 18:40:33 +02:00
Kevin Midboe
f3ef2ef15a The async function for getting episodes now send response when the async function is done. 2017-04-06 17:42:28 +02:00
Kevin Midboe
97e062ef13 Added sqlite3 to packages 2017-04-06 17:41:51 +02:00