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
840816c9301b4ecd7cd8aeb213d58f06b5ce533e
seasonedShows
/
seasoned_api
/
src
/
webserver
/
controllers
History
KevinMidboe
840816c930
request returns all requested items. Optional sort, query and filter params.
2018-11-10 01:50:24 +01:00
..
git
Linted all controllers
2018-02-07 13:51:57 +01:00
info
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
list
Controller for movie and shows. Each have multiple small export functions; one for each list search type
2018-11-01 00:16:56 +01:00
misc
Updated files with tripple === and some linting issues.
2018-05-06 18:23:29 +02:00
pirate
Controller now expects three parameters for posting to addMagnet; magnet, name and tmdb_id.
2018-08-12 23:59:26 +02:00
plex
Rewrote how local plex library is indexed and what it returns. After searching plex the response is separated into three classes by types (movie, show & episode). Plex also has a function for inputing a (tmdb)movie object and searching for matches of name & type in plex. If a match the object matchedInPlex variable is set to true.
2018-10-29 21:01:16 +01:00
request
request returns all requested items. Optional sort, query and filter params.
2018-11-10 01:50:24 +01:00
search
v2 endpoints added for clearer intent in endpoints. Two new controller categories; info and search.
2018-10-28 12:21:47 +01:00
seasoned
Linted all controllers
2018-02-07 13:51:57 +01:00
tmdb
Removed the id parameter, not used.
2018-03-20 20:14:44 +01:00
user
Updated files with tripple === and some linting issues.
2018-05-06 18:23:29 +02:00