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
2d465d841ec680191e08473eafd940da82eba3fb
seasonedShows
/
seasoned_api
/
src
History
KevinMidboe
2d465d841e
Before when doing a request search we had a lot of promisses and loops within one-another, now it's more split so easier to read and better error handling if something goes wrong when looking up either in plex or tmdb api.
2017-09-20 10:23:36 +02:00
..
config
Moved eveything related to the api to a seperate folder seasoned_api.
2017-08-06 16:45:02 +02:00
database
Downgraded from sqlite3 to sqlite because of connection function error.
2017-08-23 10:26:23 +02:00
git
Moved eveything related to the api to a seperate folder seasoned_api.
2017-08-06 16:45:02 +02:00
media_classes
For some reason this was player info, but it is now been replaced with all the variables specific for mediaInfo
2017-09-07 23:48:06 +02:00
plex
Before when doing a request search we had a lot of promisses and loops within one-another, now it's more split so easier to read and better error handling if something goes wrong when looking up either in plex or tmdb api.
2017-09-20 10:23:36 +02:00
seasoned
Changed filename for moveSeasoned to include dir
2017-08-14 22:33:28 +02:00
tmdb
Rewrote the search function in tmdb to now return a JSON object with results: (all movie/show objects), number_of_items: (count of result objects), page and total page. Split up the filtering and converting of the result from tmdb api to finished seasoned objects for better readability.
2017-09-20 10:21:57 +02:00
webserver
Added TODO and a output of what is requested in the router
2017-09-03 18:17:07 +02:00