This website requires JavaScript.
Explore
Help
Sign In
KevinMidboe
/
seasonedShows
Watch
1
Star
0
Fork
0
You've already forked seasonedShows
Code
Issues
20
Pull Requests
2
Packages
Projects
Releases
8
Wiki
Activity
Files
5d8869e0420b0028e6975dfb26cf4febe29861a6
seasonedShows
/
seasoned_api
History
KevinMidboe
5d8869e042
Rewrote every function for searching and looking up items from tmdb library. Now there are separate functions for the four categories of search and three for info (multi, movie, show & person). Each function now has its own endpoint and matching controller. Converting tmdb results into a class has been alterted from using three classes; movie, show & person, and each have each their own convertTmdbTo function. Now the structure of the three types are more structured and no longer a single "seasoned" class object.
2018-10-29 20:55:18 +01:00
..
conf
New parameter in config and added axios package for new plex connect command.
2018-10-29 20:47:57 +01:00
src
Rewrote every function for searching and looking up items from tmdb library. Now there are separate functions for the four categories of search and three for info (multi, movie, show & person). Each function now has its own endpoint and matching controller. Converting tmdb results into a class has been alterted from using three classes; movie, show & person, and each have each their own convertTmdbTo function. Now the structure of the three types are more structured and no longer a single "seasoned" class object.
2018-10-29 20:55:18 +01:00
test
Updated fixtures.
2018-03-20 21:18:11 +01:00
.eslintrc.json
Added custom rule for object-shorthand and comma-dangle.
2018-04-08 11:58:16 +02:00
.gitignore
When a element is not found in plex it now still gets a matchedInPlex value, now False when not found.
2018-02-26 16:59:56 +01:00
package.json
Changed moviedb package to my own fork of it. The old package had vulnerabilities and needed updating.
2018-10-29 20:49:21 +01:00
yarn.lock
Updated string_decoder.
2018-04-04 23:08:00 +02:00