- October 26, 2010
- 537
- 201
- Home Country
-
Germany
You have to define a fixed port for the MP2 server: https://forum.team-mediaportal.com/index.php?posts/1155292
Yes, if use cache option is enabled it will transcode the full video. The full transcode is always used during seeking if possible but if this is not possible a partial transcode will be created in parallel.The server is transcoding, when I seek it keeps transcoding, but starts a second transcoding job? But wants to keep the whole file once it is fully transcoded.
I did initially not know there was such a function. I will change it.You use your own proprietary way of saving config files, is there a reason for not to use the in MP inbuilt function?
The default profile should give you direct streaming. I did not test this though.Do you have also interest in adding the direct streaming profile?
Will check that, thanksThanks, WifiRemote now works. I noticed that it don't seem to work to request for now playing info. WifiRemote should then send out a new now playing message. E.g. useful when coming back from device resume.
I will implement the offset function. In the beginning I thought offset is to move the image around on a surface, that's why I implemented it the way it is^^Please don't pick random images
niceI got the stacktrace now with faulty requests, thanks!
The aspect ration issue really bothers me... I can only test it with AMPdroid and it doesn't have these issues, so I guess we need patience and a bit of try and errorExample of stretched image thumb
This is the current mapping, I added some comments:
{ WebFileType.Backdrop, FanArtConstants.FanArtType.FanArt }, // most likely 16:9
{ WebFileType.Banner, FanArtConstants.FanArtType.Banner }, // a banner, so small in height, large in width
{ WebFileType.Content, FanArtConstants.FanArtType.Thumbnail }, // has the aspect ration of the source material
{ WebFileType.Cover, FanArtConstants.FanArtType.Poster }, // 4:3 good to use as a cover, like in your screenshot above where the Play Icon is
{ WebFileType.Logo, FanArtConstants.FanArtType.FanArt }, // not sure about this mapping, but also most likely 16:9
{ WebFileType.Poster, FanArtConstants.FanArtType.Poster }, // 4:3 as above
So If you would like to get 4:3 your only chance is pretty much to use the poster (That's what AMPdroid is doing). I don't know which of these types you are using in your example above, but it would be helpful to know![]()
artwork type is 4 and means cover which is translated to poster. Could you try some URLs in the browser? I mean from a movie where it is working and a movie where it is not working? Check if the URLs are the same except the ID. And looks at the returned image.I checked movies and both the regular thumbs(that are placed in the movie grid list) and movie details thumb uses:
mediatype=0
artworktype=4
offset=0
Thank you for clarification, that makes totally senseYes, if use cache option is enabled it will transcode the full video. The full transcode is always used during seeking if possible but if this is not possible a partial transcode will be created in parallel.
Hehe, I guess there is a lot more we both don't know about MP2I did initially not know there was such a function. I will change it.
It doesn't appear in the list, because it has no target defined.The default profile should give you direct streaming. I did not test this though.
Is this also true for a tvserver only installation, without defining any media sources?@pünktchen
I hope I also fixed your issues except the last one. MP2 uses GUIDs so I can't change it to int and return you the TVEDB id. I get it directly from the MP2 DB, because it also takes care of the thumbs creation etc..
I guess you would be fine if you handle the id internally as string![]()
Yes. Everything is manges by the MP2 DB.Is this also true for a tvserver only installation, without defining any media sources?