home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 2
Plugin Development
Featured Plugins
MP2Extended
Plugin: MP2Extended
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="johanj" data-source="post: 1155600" data-attributes="member: 88055"><p>So got further with series and GetTVShowsBasic return information. With MP2 upgrade I also can set the port. </p><p></p><p>But I get resource not found when getting the banner: </p><p><a href="http://192.168.1.88:4323/MPextended/StreamingService/stream/GetArtworkResized?mediatype=5&id=cbc569bb-5f66-47ba-a5d3-bce750154373&artworktype=2&offset=0&maxWidth=668&maxHeight=124&borders=stretch&res=@2x" target="_blank">http://192.168.1.88:4323/MPextended/StreamingService/stream/GetArtworkResized?mediatype=5&id=cbc569bb-5f66-47ba-a5d3-bce750154373&artworktype=2&offset=0&maxWidth=668&maxHeight=124&borders=stretch&res=@2x</a></p><p>but then it downloads the correct image after a looong time. I know that MPExt. uses a caching folder for all the images that are requested to speed things up. But I don't remember that the initial requests take this long. </p><p></p><p>GetTVShowDetailedById returns mainly empty:</p><p><a href="http://192.168.1.88:50059/MPExtended/MediaAccessService/json/GetTVShowDetailedById?id=b1c448d4-affe-4b2c-8ab3-221f6203fad1" target="_blank">http://192.168.1.88:50059/MPExtended/MediaAccessService/json/GetTVShowDetailedById?id=b1c448d4-affe-4b2c-8ab3-221f6203fad1</a></p><p>{"Summary":null,"Status":null,"Network":null,"AirsDay":null,"AirsTime":null,"Runtime":0,"Id":null,"IsProtected":false,"DateAdded":"\/Date(-3600000+0100)\/","Genres":[],"Artwork":[],"Actors":[],"Title":"Shaun the Sheep","Year":0,"EpisodeCount":80,"UnwatchedEpisodeCount":0,"SeasonCount":0,"Rating":0.0,"ContentRating":null,"ExternalId":[],"PID":0}</p><p></p><p>I have had to restart the MP2 server several times since it after some requests just fail with the requests that used to work. Maybe it's the image requests that are doing this? I place all the banner urls in a list and iViewer basically request them all almost at the same time. But in this case it's just 9 banner images. </p><p></p><p>For the thumbnail I also get resource not found:</p><p><a href="http://admin:admin@192.168.1.88:4323/MPextended/StreamingService/stream/GetArtworkResized?mediatype=5&id=57e437c2-1587-4759-9461-658b0e89a76b&artworktype=3&offset=0&maxWidth=404&maxHeight=608&borders=stretch&res=@2x" target="_blank">http://admin:admin@192.168.1.88:4323/MPextended/StreamingService/stream/GetArtworkResized?mediatype=5&id=57e437c2-1587-4759-9461-658b0e89a76b&artworktype=3&offset=0&maxWidth=404&maxHeight=608&borders=stretch&res=@2x</a></p><p></p><p>For GetTVEpisodesBasicForSeason I get </p><p>InternalServerError: Failed to proccess! - Exception: {0}</p><p><a href="http://192.168.1.88:4323/MPExtended/MediaAccessService/json/GetTVEpisodesBasicForSeason?id=57e437c2-1587-4759-9461-658b0e89a76b" target="_blank">http://192.168.1.88:4323/MPExtended/MediaAccessService/json/GetTVEpisodesBasicForSeason?id=57e437c2-1587-4759-9461-658b0e89a76b</a></p><p></p><p>So this is as far that I get with series for now.</p></blockquote><p></p>
[QUOTE="johanj, post: 1155600, member: 88055"] So got further with series and GetTVShowsBasic return information. With MP2 upgrade I also can set the port. But I get resource not found when getting the banner: [URL]http://192.168.1.88:4323/MPextended/StreamingService/stream/GetArtworkResized?mediatype=5&id=cbc569bb-5f66-47ba-a5d3-bce750154373&artworktype=2&offset=0&maxWidth=668&maxHeight=124&borders=stretch&res=@2x[/URL] but then it downloads the correct image after a looong time. I know that MPExt. uses a caching folder for all the images that are requested to speed things up. But I don't remember that the initial requests take this long. GetTVShowDetailedById returns mainly empty: [URL]http://192.168.1.88:50059/MPExtended/MediaAccessService/json/GetTVShowDetailedById?id=b1c448d4-affe-4b2c-8ab3-221f6203fad1[/URL] {"Summary":null,"Status":null,"Network":null,"AirsDay":null,"AirsTime":null,"Runtime":0,"Id":null,"IsProtected":false,"DateAdded":"\/Date(-3600000+0100)\/","Genres":[],"Artwork":[],"Actors":[],"Title":"Shaun the Sheep","Year":0,"EpisodeCount":80,"UnwatchedEpisodeCount":0,"SeasonCount":0,"Rating":0.0,"ContentRating":null,"ExternalId":[],"PID":0} I have had to restart the MP2 server several times since it after some requests just fail with the requests that used to work. Maybe it's the image requests that are doing this? I place all the banner urls in a list and iViewer basically request them all almost at the same time. But in this case it's just 9 banner images. For the thumbnail I also get resource not found: [URL]http://admin:admin@192.168.1.88:4323/MPextended/StreamingService/stream/GetArtworkResized?mediatype=5&id=57e437c2-1587-4759-9461-658b0e89a76b&artworktype=3&offset=0&maxWidth=404&maxHeight=608&borders=stretch&res=@2x[/URL] For GetTVEpisodesBasicForSeason I get InternalServerError: Failed to proccess! - Exception: {0} [URL]http://192.168.1.88:4323/MPExtended/MediaAccessService/json/GetTVEpisodesBasicForSeason?id=57e437c2-1587-4759-9461-658b0e89a76b[/URL] So this is as far that I get with series for now. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 2
Plugin Development
Featured Plugins
MP2Extended
Plugin: MP2Extended
Contact us
RSS
Top
Bottom