Commit Graph

72 Commits

Author SHA1 Message Date
KevinMidboe edda38b3ef Changed print statement and error return statement 2017-02-18 11:41:00 +01:00
KevinMidboe 53fe6d3ba3 Better error handling and dir setting 2017-02-18 11:40:23 +01:00
KevinMidboe 57869e2d66 Added better header items 2017-02-18 11:39:44 +01:00
KevinMidboe 2b3db61253 Made changes to cpuTemp to make sure cpu temp reads are do be done only if machine is linux and also added return of both max and min temps alongside avg. 2017-02-15 22:55:54 +01:00
KevinMidboe 4eb949c661 Removed depricated cpu temp script 2017-02-15 12:20:18 +01:00
KevinMidboe 4192d739fd Shortend down on load.py and made it logically faster. 2017-02-15 10:24:44 +01:00
KevinMidboe 602ce3f2d0 Merge branch 'master' of github.com:/kevinmidboe/statusHandler 2017-02-10 01:34:50 +01:00
KevinMidboe d5b28a3bd0 Needed to do some small fixes for new request response from plex. Look in plexSearch.py for TODO 2017-02-10 01:34:30 +01:00
KevinMidboe b425a97b1d Delete xmlMovieLib.xml 2017-02-09 00:53:28 +01:00
KevinMidboe d4f1dc5b9a Merge branch 'themoviedb' 2017-02-09 00:50:41 +01:00
KevinMidboe d44e084add Formatting broke the merge 2017-02-09 00:50:26 +01:00
KevinMidboe 2d0b26ed44 Got app.py ready for pull request 2017-02-09 00:44:02 +01:00
KevinMidboe 9e64a2d53a Done with most of the requests of movies and started most of the dyn loading of elements 2017-02-09 00:41:15 +01:00
KevinMidboe e7f806655d Added __init__ files to all directories and changed the directories at import in app.py to reflect the changes to the dir hierarchy 2017-02-08 20:20:19 +01:00
KevinMidboe c17ab40f6a Major cleanup, added all old files (python2) to 'old_v0.1' folder 2017-02-08 20:03:36 +01:00
Kevin Midboe 94e5389e44 Fixed path for template image 2017-02-08 19:42:44 +01:00
Kevin Midboe dcbd4ed3f1 Added template image if image from tmdb is not found 2017-02-08 19:38:07 +01:00
Kevin Midboe 51707f8bb2 Moved js into seperate folder and file 2017-02-08 19:37:30 +01:00
Kevin Midboe 64a1976053 Some cleanup after moving plexSearch to plexSearch.py 2017-02-08 19:29:33 +01:00
Kevin Midboe 8c6e142dc4 Added a search bar and button 2017-02-08 19:28:52 +01:00
Kevin Midboe e74bbd0abf Seperated movie and show into two functions. 2017-02-08 18:28:13 +01:00
Kevin Midboe 5fabd21e29 Start of a skeleton where a searchresult is displayed by pure JS. 2017-02-08 18:17:16 +01:00
Kevin Midboe 229f87bb20 plexSearch is a script to get info about a movie or tv show based on a URL 2017-02-08 18:16:44 +01:00
Kevin Midboe fa9c158743 Code for handling URL and getting search results from themoviedb and returning only valuable data back. 2017-02-08 18:15:57 +01:00
Kevin Midboe 402c6f51b7 Removed code from GET request 'plex/request' and added it to a new file tmdb.py 2017-02-08 18:15:04 +01:00
Kevin Midboe e82948e44d Added .gitignore file 2017-02-08 14:58:25 +01:00
KevinMidboe f96da1557e Started working on requesting and handling information from themoviedb api. Going to be using this API for getting movies for request page. 2017-02-08 14:15:02 +01:00
KevinMidboe 0b5626ecdd Merge pull request #5 from KevinMidboe/python3
Python3
2017-02-08 14:10:26 +01:00
KevinMidboe fd10b553f5 Changed host to have localhost as default ip 2017-02-08 13:52:11 +01:00
KevinMidboe ec9ac55748 Changed '/api/v1/plex/request' endpoint to return json obj 2017-02-08 13:51:08 +01:00
KevinMidboe 30aa820cd2 Merge pull request #4 from KevinMidboe/master
Creating prelim merge
2017-02-08 13:40:58 +01:00
KevinMidboe 3d0d0f68bd Merge branch 'master' of github.com:/kevinmidboe/statusHandler 2017-02-08 13:36:02 +01:00
KevinMidboe aea7491964 Added XML requests for plex, but will be replaced with a api request handling JSON objects instead. Also created cpuTemp for reading linux cpu temps, and added this to app API 2017-02-08 13:35:09 +01:00
KevinMidboe 1a270bb556 Update README.md 2017-02-07 01:02:28 +01:00
KevinMidboe 23e94d26a4 Update README.md 2017-02-07 01:02:00 +01:00
KevinMidboe acf03f75f7 Update README.md 2017-02-07 00:59:28 +01:00
KevinMidboe d9d3ab6fcb Update README.md 2017-02-07 00:59:18 +01:00
KevinMidboe fb61212454 Fixed authentication required 2017-02-02 20:19:15 +01:00
KevinMidboe db469a35cf Another syntax error fixed (extra + at line 23) 2017-01-31 23:13:51 +01:00
KevinMidboe 5f1e884bfb Forgot to return something from secToHour() in uptimes.py 2017-01-31 23:12:15 +01:00
KevinMidboe e2e8be5ab3 Added uptime to api request and changed returning state to None 2017-01-31 23:02:01 +01:00
KevinMidboe 04426babde Added host='0.0.0.0' to run command for addressing from other than localhost 2017-01-31 22:38:27 +01:00
KevinMidboe 6f0188238d Now allows a optional path to be checked, and added some error handling if directory doesn't exist 2017-01-31 22:33:16 +01:00
KevinMidboe f64347da34 Changed 'disks' to do some error handling and doesn't return errors from diskusage.py 2017-01-31 22:32:07 +01:00
KevinMidboe b7aa452911 Started to create a small FLASK restful api for handling requests 2017-01-31 21:44:42 +01:00
KevinMidboe 261b3afa01 Added better comments and cleaned up by making seperate converting functions and some small error handling. 2017-01-31 21:43:45 +01:00
KevinMidboe 94270a67f4 Added better comments and cleaned up by making seperate converting functions and some small error handling. 2017-01-31 21:42:54 +01:00
KevinMidboe ae634ee4f4 Added simple node server and automatic changes to plex_watching & plexPlaying 2017-01-31 18:00:24 +01:00
KevinMidboe a3955cdec1 Added normalize lib 2017-01-28 23:35:26 +01:00
KevinMidboe 7a7bb4aa34 Last changes on the sys call 2017-01-28 23:32:42 +01:00