|
|
28a731efbf
|
Merge pull request #82 from KevinMidboe/testing
Testing
|
2018-02-07 14:41:05 +01:00 |
|
|
|
878c71ef4a
|
Merge pull request #81 from KevinMidboe/frontend
Frontend
|
2018-02-07 14:38:16 +01:00 |
|
|
|
bd1e3c4455
|
Added test for checking popular shows list in tmdb.
|
2018-02-07 14:35:36 +01:00 |
|
|
|
1be8bc0319
|
Merge branch 'master' of github.com:kevinmidboe/seasonedShows
|
2018-02-07 14:25:31 +01:00 |
|
|
|
f0476b2890
|
Merge pull request #80 from KevinMidboe/linting
Linting
|
2018-02-07 14:24:43 +01:00 |
|
|
|
72294e19c5
|
Merge pull request #79 from KevinMidboe/api
Api
|
2018-02-07 14:22:50 +01:00 |
|
|
|
30b494e356
|
The id used for searching was somehow not a movies id and returned false.
|
2018-02-07 14:20:34 +01:00 |
|
|
|
b037cb23a2
|
Updated test to reflect new tmdb response.
|
2018-02-07 14:16:45 +01:00 |
|
|
|
98b10aa693
|
Changed the api endpoint to one that requires to be logged in.
|
2018-02-07 14:15:10 +01:00 |
|
|
|
3ca3c06824
|
Removed static tag in tmdb functions.
|
2018-02-07 14:13:50 +01:00 |
|
|
|
f6c504223a
|
Now yarn lint lints all files in src not only webserver.
|
2018-02-07 13:53:15 +01:00 |
|
|
|
93e1ef6d99
|
Linted app and server.js files.
|
2018-02-07 13:52:39 +01:00 |
|
|
|
58449fc753
|
Linted all middleware.
|
2018-02-07 13:52:08 +01:00 |
|
|
|
34982c14fe
|
Linted all controllers
|
2018-02-07 13:51:57 +01:00 |
|
|
|
81aeed86ef
|
Linted all pirate, git, tmdb and searchHistory scripts.
|
2018-02-07 13:51:42 +01:00 |
|
|
|
a8ec7acff5
|
Linted all seasoned scripts.
|
2018-02-07 13:51:02 +01:00 |
|
|
|
74d143775b
|
Linted all user files.
|
2018-02-07 13:50:16 +01:00 |
|
|
|
dda1db6c5f
|
Linted all plex scripts.
|
2018-02-07 13:50:05 +01:00 |
|
|
|
97217a2826
|
Linted all media_classes
|
2018-02-07 13:49:37 +01:00 |
|
|
|
272300249e
|
Linted all database files.
|
2018-02-07 13:49:22 +01:00 |
|
|
|
fe1ad2b1ad
|
Linted all config files.
|
2018-02-07 13:49:11 +01:00 |
|
|
|
444295d5d1
|
Updated our eslint config file. Still extends airbnb, but have changed indent rule and dropped some other rules.
|
2018-02-07 13:47:11 +01:00 |
|
|
|
a40d4f7cd5
|
Removed movie and show in replacement with a common media.js and tmdb and plex that extend this media class.
|
2018-02-07 13:44:26 +01:00 |
|
|
|
6fd65fdb23
|
Refactoring where now we can search lists and lookup movies or shows by using the new tmdbMethod function which takes the api endpoint variable and type to return the appropriate tmdbMethod name for the matching api call to tmdb. Removed a lot of the globally defined variables.
|
2018-02-07 13:42:46 +01:00 |
|
|
|
7e874bbc9d
|
Now our convert scripts use our new plex and tmdb classes. Also compacted and abstracted a lot of the code here.
|
2018-02-07 13:39:45 +01:00 |
|
|
|
6564948af8
|
Split up our plex and tmdb classes into more logical files with a common media class that it extends off of.
|
2018-02-07 13:38:25 +01:00 |
|
|
|
fafb5c30e0
|
Merge pull request #76 from KevinMidboe/api
Api
|
2018-02-05 22:57:22 +01:00 |
|
|
|
af64a4e28a
|
Removed and clean up function and formatting.
|
2018-02-05 22:48:41 +01:00 |
|
|
|
3c263a1ae7
|
Now we have brand spanking new functions for lookup and searching. The idea here is to match tmdb items to plex counterparts.
|
2018-02-05 22:48:00 +01:00 |
|
|
|
d8b2cef18f
|
Removed filtering of items when searching tmdb. Also added total_results object to all return statements.
|
2018-02-05 22:46:10 +01:00 |
|
|
|
6f626d410d
|
Rewrote most of this class. Now we have helper functions for getting info about items in plex. Used function is inPlex where we can input a tmdb item and it append if the item exsists in plex.
|
2018-02-05 22:44:57 +01:00 |
|
|
|
e6b81ef0dd
|
Merge pull request #75 from KevinMidboe/api_fixes
Api fixes
|
2018-02-05 15:02:10 +01:00 |
|
|
|
cfb878fa64
|
Fixed issue where a item would not be returned when nothing was found matching query in plex. Also moved checkId up in the request.
|
2018-02-05 14:55:49 +01:00 |
|
|
|
44878a295c
|
Merge branch 'api_fixes' of github.com:kevinmidboe/seasonedShows into api_fixes
|
2018-02-05 14:25:25 +01:00 |
|
|
|
9b0fa88a72
|
Changed docstring and removed the unused port variable.
|
2018-02-05 14:25:13 +01:00 |
|
|
|
80582f0022
|
Changed so that tmdb now gets its own type, tmdbtype
|
2018-02-05 14:23:40 +01:00 |
|
|
|
77d7167fcb
|
Changed so that one must not be auth to get requested elements. This might change.
|
2018-02-05 14:22:44 +01:00 |
|
|
|
39cff99c10
|
Merge branch 'master' of github.com:kevinmidboe/seasonedShows
|
2018-02-05 14:04:11 +01:00 |
|
|
|
3edf7d43cb
|
Changes reflecting update in api for naming scheme.
|
2018-02-05 13:57:57 +01:00 |
|
|
|
4c5384ed2e
|
We can now sort filesizes that have a human size name and not in bytes. These values will be converted and saved as byte size.
|
2018-02-05 13:57:27 +01:00 |
|
|
|
2c36b7eb30
|
Api changed that a item has title, not name. These changes are reflected here. Also removed a console.log
|
2018-02-05 13:56:33 +01:00 |
|
|
|
3d2fb6e28c
|
Api changed that a item has title, not name. These changes are reflected here.
|
2018-02-05 13:54:02 +01:00 |
|
|
|
952fe7220e
|
Reflected changes in api, now we receive a results json object, not requestedItems.
|
2018-02-05 13:53:17 +01:00 |
|
|
|
eedfe4cf3f
|
Changed schema to reflect changes movie title from name to title.
|
2018-02-05 13:48:16 +01:00 |
|
|
|
cfedd4e9c8
|
Added ability to check if a element is previously been requested. Also changed the schema of db to store movies poster as poster_path and background as background_path.
|
2018-02-05 13:47:10 +01:00 |
|
|
|
cefbb5e41c
|
Added length of elements in return statement as total_results in api response.
|
2018-02-05 13:44:13 +01:00 |
|
|
|
89ec9d496b
|
Changed the ip addres of plex server
|
2018-02-05 13:42:35 +01:00 |
|
|
|
bd0c7b8ab5
|
Now also has size of the existing file.
|
2018-02-05 13:41:41 +01:00 |
|
|
|
0c3ad3a95e
|
Fixed a issue where the tmdb type was not being selected correctly. (movie/show)
|
2018-02-02 11:51:13 +01:00 |
|
|
|
c0c9587066
|
Update README.md
|
2018-01-09 23:45:01 +01:00 |
|