Commit Graph

569 Commits

Author SHA1 Message Date
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
8b81c33975 Started setup of webserver 2017-04-06 17:33:30 +02:00
53805b9118 There was a line split accidentally, this is now fixed 2017-04-06 12:32:02 +02:00
Kevin Midboe
79a71c0cff Added ds_store and the env variables. 2017-04-06 10:14:09 +02:00
Kevin Midboe
d1b44739b1 Environment variables to more easily run on diff clients. 2017-04-06 10:13:04 +02:00
Kevin Midboe
43e5b42bbf Rewritten how the directory is scanned for new files and now all new items are class instances for easier handling of new items. 2017-04-06 10:12:11 +02:00
51227641e4 Merge branch 'master' of github.com:KevinMidboe/seasonedShows 2017-04-05 18:57:36 +02:00
a8e1893d14 Now a git ignore to hide DS_Store and the shows database. 2017-04-05 18:56:53 +02:00
Kevin Midboe
591bd323b1 The script showing how to get a language of a subtitle file by reading through and finding the closest matching language. 2017-04-05 18:54:25 +02:00
Kevin Midboe
300aa93b97 A script showing how to create a hash of a directory (or other byte object) 2017-04-05 18:53:36 +02:00
Kevin Midboe
54a562deca Started working on making the logic of stray finder more compact by rewriting to use a class per media item 2017-04-05 18:52:49 +02:00
Kevin Midboe
315d844205 Merge branch 'master' of github.com:KevinMidboe/seasonedShows 2017-03-21 13:29:31 +01:00
Kevin Midboe
15ac039f61 No functionality changes, just moved the functions around for better readability. 2017-03-21 13:27:36 +01:00
Kevin Midboe
869ffa6534 Created a test script for creating pastee docs and moved it to modules folder 2017-03-21 13:26:33 +01:00
Kevin Midboe
265c5504c6 Moved lookForNewEpisodes funciton down in the doc for better readability. 2017-03-21 13:25:21 +01:00
Kevin Midboe
55992983d1 Added paragraph for intro 2017-03-21 13:24:04 +01:00
322b45f4ef Update README.md 2017-03-07 14:37:39 +01:00
a08f8f4cae Added a loop function to run every 10 seconds 2017-03-05 17:27:25 +01:00
3ee9b0d5bd Updates to database 2017-03-05 17:26:38 +01:00
585f20acbc Not samples and RARGB files are excluded from media_items 2017-03-05 17:21:22 +01:00
ecb7c46f34 Added "/" to directory of trash deletor 2017-03-05 17:14:46 +01:00
e014b32511 Now trash iterates over json object not string of trash 2017-03-05 17:12:24 +01:00
07589d6c2b Now only deletes the files in trash 2017-03-05 17:09:54 +01:00
e3af744679 Now uses os.remove and os.rmdir instead of shutil that removes everything 2017-03-05 17:08:14 +01:00
fed2d94724 Forgot to import tweepy library in folderCreator 2017-03-05 17:02:03 +01:00
f55d7324cf Now favorites the response that verified the changes 2017-03-05 17:00:51 +01:00
bb50cf1619 Added response_id column to db 2017-03-05 16:58:24 +01:00
47da048975 Added support for new column response_id 2017-03-05 16:56:28 +01:00
c81d2df9e7 Added a new variable in db that holds responding tweet id 2017-03-05 16:54:43 +01:00
c0e05b8909 Added twitter api 2017-03-05 16:53:50 +01:00
a439222f76 Added delete folder with trash contents 2017-03-05 16:52:41 +01:00
36cf0e7dcf Added os.rename to move the files to their new location, instead of printing the old and new location 2017-03-05 16:40:29 +01:00
748dfa5c5f Had wrong function call for folderCreator 2017-03-05 16:36:24 +01:00
24e20c7f5c Corrected show directory 2017-03-05 16:36:00 +01:00