Commit Graph

63 Commits

Author SHA1 Message Date
KevinMidboe eb2de340a3 Added variables for audioProfile, videoProfile, duration and container for a playback. 2017-09-07 23:52:05 +02:00
KevinMidboe 0370f051bc Changed the error message returned if something goes wrong when fetching playing 2017-09-07 23:51:22 +02:00
KevinMidboe 3eb2bbe54e Removed a console log 2017-09-07 23:49:21 +02:00
KevinMidboe cd52d295b0 Now both Media and Media.Part in the JSON object about a stream is a list and need to index the first element of the stream to get this info. 2017-09-07 23:47:11 +02:00
KevinMidboe 9eb31ea433 Added type input to the sendRequest function. 2017-09-03 18:16:26 +02:00
KevinMidboe 84a897da6e Added popularity and vote_count to movie and show object and added a new check for name and title of movie 2017-09-02 22:51:49 +02:00
KevinMidboe 17dd66e9ac Fixed a bug where if a seach query did not pass anything back when checking existance in plex, then you would get a 404 message. 2017-09-02 21:12:38 +02:00
KevinMidboe 3bf646483d Renamed file. Now converts to both movie and show. Also added more data that is saved to the object. 2017-09-02 18:13:51 +02:00
KevinMidboe 622e89ea50 Changed import name from convertPlexToMovie -> convertPlexToSeasoned and changed from map function to reduce to be able to filter only movies and shows to be parsed. 2017-09-02 18:13:08 +02:00
KevinMidboe b4a005da42 Changed the name of convertPlexToMovie -> convertPlexToSeasoned 2017-09-02 18:11:59 +02:00
KevinMidboe a82dc1ae78 Added requestRep again 2017-09-02 16:36:54 +02:00
KevinMidboe e33840f1db Commented out unused elements. 2017-09-02 16:03:43 +02:00
KevinMidboe 47aa638fd8 Moved eveything related to the api to a seperate folder seasoned_api. 2017-08-06 16:45:02 +02:00