|
|
afe0a698f0
|
Added morgan 1.8.2 to packages
|
2017-06-02 12:15:14 +02:00 |
|
|
|
b9851aee3f
|
Merge pull request #3 from KevinMidboe/react_setup
React setup
|
2017-06-02 12:08:07 +02:00 |
|
|
|
d9721555dd
|
Babelrc now has presets.
|
2017-06-02 12:06:48 +02:00 |
|
|
|
f548dba7e1
|
Setup of yarn and package.json. Also added first page which queries api for info
|
2017-06-02 12:04:43 +02:00 |
|
|
|
76b8c46197
|
Test if bitrate exists
|
2017-06-02 08:49:20 +02:00 |
|
|
|
5ab71d9ed8
|
Added morgan for logging purposes
|
2017-06-02 08:49:00 +02:00 |
|
|
|
b16d2ab60d
|
Setup of react environment
|
2017-06-01 19:04:31 +02:00 |
|
|
|
89e506cf6e
|
Now when it tries to tweet without a name it sends the it as a dm, this should fix alot of the crashes. Also added a couple of TODOs
|
2017-06-01 19:03:09 +02:00 |
|
|
|
8e5dd60495
|
This is just for documenting ideas and future implementations.
|
2017-05-24 22:12:24 +02:00 |
|
|
|
dd1145111a
|
Added package request-promise to package.json
|
2017-05-24 22:04:50 +02:00 |
|
|
|
24d250fe09
|
Chagned to use os.path.join for better accuraccy.
|
2017-05-21 23:39:40 +02:00 |
|
|
|
197a41bfd8
|
Changed confirmation text when successfull response from api.
|
2017-05-19 10:49:15 +02:00 |
|
|
|
c8090dfb96
|
Added option for filtering in verified and page number when searching through all stray episodes.
|
2017-05-15 12:30:18 +02:00 |
|
|
|
48188f859e
|
Added conf/classedOutput.log
|
2017-05-15 11:59:44 +02:00 |
|
|
|
713aa0629d
|
Blank logfile
|
2017-05-15 11:59:07 +02:00 |
|
|
|
7ec4165f23
|
Added logging where previous prints, also checks if logfile exists and is prevented to run if not found
|
2017-05-15 11:58:43 +02:00 |
|
|
|
a5f8a2adce
|
Linting, added newline at eos
|
2017-05-14 08:19:24 +02:00 |
|
|
|
1e47d1c599
|
Changed the strictness of name matching, and now sets name to something if not found.
|
2017-05-14 08:18:12 +02:00 |
|
|
|
411f4029c7
|
Added style, image and div for verified image if the episode is already verified.
|
2017-05-13 13:23:00 +02:00 |
|
|
|
86df508a7f
|
Displays image if the episode is verified
|
2017-05-13 13:21:54 +02:00 |
|
|
|
c4a1fb5c78
|
In readall, the verified status is also sent.
|
2017-05-13 13:21:17 +02:00 |
|
|
|
9f67354bd4
|
Controllers for routing tmdb requests to correct functions is tmdbRepo and returns approp status messgaes on errors
|
2017-05-10 20:19:37 -06:00 |
|
|
|
9424de9037
|
Classes for holding info from different parts of a plex stream
|
2017-05-10 20:18:38 -06:00 |
|
|
|
dfb8c40a29
|
Routes request to correct function in plexRepo and if error, returns correct error.
|
2017-05-10 20:16:35 -06:00 |
|
|
|
a5ecaff00e
|
Routes request to correct function in plexRepo and if error, returns correct error.
|
2017-05-10 20:16:05 -06:00 |
|
|
|
98d30257f0
|
Routes plex webhook to handler.
|
2017-05-10 20:14:55 -06:00 |
|
|
|
4bdffad9fb
|
Similar to tmdb and plex search and lookup. This uses both at same time to check if a searched tmdb item is in plex and adds matchedInPlex tag to the item.
|
2017-05-10 20:13:45 -06:00 |
|
|
|
8d16a4952f
|
Just console logs the request from plex webhook. This was created just to test webhooks for plex and will later handle input
|
2017-05-10 20:00:51 -06:00 |
|
|
|
3a83b98df0
|
Function that converts json object about stream from plex format to wanted custom format.
|
2017-05-10 19:59:25 -06:00 |
|
|
|
baa8515bd4
|
Creates a stream object that converts the plex now_playing json format to contain only the wanted information about the palyer, user, transcode, and whats playing
|
2017-05-10 19:57:49 -06:00 |
|
|
|
f6a77660db
|
Added config file that should be autogenerated on startup
|
2017-05-10 19:49:45 -06:00 |
|
|
|
5464837682
|
Removed unused import
|
2017-05-10 19:46:59 -06:00 |
|
|
|
81b41c0d39
|
Added new endpoints to api. All for plex and tmdb.
|
2017-05-10 19:45:52 -06:00 |
|
|
|
53ab8cd002
|
Changed search funciton to use the correct default multi_search type. The search function now also filters the items by popularity so movies that are pretty unknown are not returned, this will maybe be set manually later. New lookup function that gets movie info from tmdb by id. Tmdb function now also uses items from new methodType object.
|
2017-05-10 19:44:28 -06:00 |
|
|
|
b7f229ac77
|
Now have player, movie, mediaInfo and user. These are small classes that holds vars for the specific type. The movie class is the same as the one prev in src/movie/movie.js
|
2017-05-10 19:40:29 -06:00 |
|
|
|
3f043a2a11
|
Changed so that movieClass from tmdb checks if it is a movie by checking media_type and if releasedate is set and tv show by if first_air_date is set. NB, object is called movie, but could also be ep.
|
2017-05-10 19:38:45 -06:00 |
|
|
|
b72e291c1e
|
Added a nowPlaying function that reads, maps to custom stream object and returns in stuborn promise way
|
2017-05-10 19:19:53 -06:00 |
|
|
|
77addaaa23
|
Changed the location of movie from movie folder to media_classes
|
2017-05-10 19:18:19 -06:00 |
|
|
|
8f43f1f878
|
Changed to import location for movie to reflect changes. Added a if statement to check if item is tv show episode and set varaibles respectively.
|
2017-05-10 19:17:36 -06:00 |
|
|
|
dc97e906c5
|
Added node-cache to package.json
|
2017-05-10 19:15:07 -06:00 |
|
|
|
8e4506e320
|
Now searching in tmdb handles type for filtering media type
|
2017-04-21 17:01:35 +02:00 |
|
|
|
76d39416a1
|
Now can handle type selector aswell
|
2017-04-21 16:59:07 +02:00 |
|
|
|
cbe06abf88
|
Now does multisearch instead of just moviesearch
|
2017-04-21 16:57:17 +02:00 |
|
|
|
98161f0616
|
Now handles movies and tv shows
|
2017-04-21 16:56:50 +02:00 |
|
|
|
5a6111c865
|
Now saves plex poster and background images
|
2017-04-21 16:56:02 +02:00 |
|
|
|
55be31b3db
|
Removed unused function
|
2017-04-20 22:50:12 +02:00 |
|
|
|
ba8536e1e5
|
Added changes to the webpage to reflect the changes done to the endpoints and return data of the endponits.
|
2017-04-20 22:41:37 +02:00 |
|
|
|
8719d91abd
|
Added todo for errorhandling
|
2017-04-20 22:40:26 +02:00 |
|
|
|
74004533e9
|
The function that interfaces calls search function for tmdb and responds the http request correctly.
|
2017-04-20 22:31:51 +02:00 |
|
|
|
3a3799340a
|
Converts all the info you get per media item from tmdb to the universal movie class
|
2017-04-20 22:30:20 +02:00 |
|