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
77433e8505af4cd139883f7af1f981082919f7bb
seasonedShows
/
seasoned_api
/
src
/
plex
History
Kevin Midboe
77433e8505
Query of plex search is now encoded
2019-07-02 23:53:08 +02:00
..
stream
Linted all plex scripts.
2018-02-07 13:50:05 +01:00
types
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
convertPlexToEpisode.js
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
convertPlexToMovie.js
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
convertPlexToSeasoned.js
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
convertPlexToShow.js
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
convertPlexToStream.js
Linted all plex scripts.
2018-02-07 13:50:05 +01:00
convertStreamToMediaInfo.js
Linted all plex scripts.
2018-02-07 13:50:05 +01:00
hookDump.js
Linted all plex scripts.
2018-02-07 13:50:05 +01:00
mailTemplate.js
Linted all plex scripts.
2018-02-07 13:50:05 +01:00
plex.js
Added timeout to plex requests and include error in error message when unable to search
2019-06-04 23:53:54 +02:00
plexRepository.js
Query of plex search is now encoded
2019-07-02 23:53:08 +02:00
requestRepository.js
Now a plex ip address is dynamically passed into the plexrepository, fetched from the config
2019-06-04 23:45:22 +02:00