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
Slim Tv Service Application
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="morpheus_xx" data-source="post: 1061290" data-attributes="member: 48495"><p>Ok, there are different things to consider:</p><ol> <li data-xf-list-type="ol">Development of TVE3.5 is done inside MP1-repository, not inside MP2-repository.</li> <li data-xf-list-type="ol">Published testbuilds contain a "manually assembled" build (binaries from MP1 branch compilation).</li> </ol><p>If you like to get a current version you can:</p><ol> <li data-xf-list-type="ol">Download a full installer, it also brings the SlimTV.Service plugin including templated database (MP2TVE.s3dv): this is the simplest way <a href="https://forum.team-mediaportal.com/threads/testbuilds-for-native-mp2-tv-updated-for-alpha-4-2014-01-26.114068/" target="_blank">https://forum.team-mediaportal.com/threads/testbuilds-for-native-mp2-tv-updated-for-alpha-4-2014-01-26.114068/</a><br /> <br /> <u>Attention: to build a snapshot, you have to do many steps manually!</u><br /> <br /> </li> <li data-xf-list-type="ol">Compile binaries yourself: best is to use my fork <a href="https://github.com/morpheusxx/MediaPortal-1/tree/EXP-TVE3.5-MP1-MP2-20140118" target="_blank">https://github.com/morpheusxx/MediaPortal-1/tree/EXP-TVE3.5-MP1-MP2-20140118</a>:<ul> <li data-xf-list-type="ul">Compile the TvServer project (<a href="https://github.com/morpheusxx/MediaPortal-1/blob/EXP-TVE3.5-MP1-MP2-20140118/TvEngine3/Mediaportal/TV/Server/Mediaportal.TV.Server.sln" target="_blank">https://github.com/morpheusxx/MediaPortal-1/blob/EXP-TVE3.5-MP1-MP2-20140118/TvEngine3/Mediaportal/TV/Server/Mediaportal.TV.Server.sln</a>) as release build (you might disable TvPlugin, it's not required for MP2!)</li> <li data-xf-list-type="ul">Use the "<a href="https://github.com/morpheusxx/MediaPortal-1/blob/EXP-TVE3.5-MP1-MP2-20140118/TvEngine3/Mediaportal/TV/Server/Collect%20MP2%20SlimTV%20Files.bat" target="_blank">https://github.com/morpheusxx/MediaPortal-1/blob/EXP-TVE3.5-MP1-MP2-20140118/TvEngine3/Mediaportal/TV/Server/Collect MP2 SlimTV Files.bat</a>" batch to collect all references (will be placed into _MP2SlimTV subfolder)</li> <li data-xf-list-type="ul">Copy contents of _MP2SlimTV into MP2\Incubator\SlimTvService.</li> <li data-xf-list-type="ul">Compile MP2.</li> </ul></li> <li data-xf-list-type="ol">You can run MP2-Server as console for debugging by using "-c" as argument</li> </ol><p></p><p></p><p>This is a very different topic:</p><ul> <li data-xf-list-type="ul">MP2 uses its own "FanartService" that can supply covers, posters of movies and series, but also channel logos. The currently included channel logos are supplied from <a href="https://github.com/MediaPortal/MediaPortal-2/tree/dev/MediaPortal/Incubator/SlimTvResources" target="_blank">https://github.com/MediaPortal/MediaPortal-2/tree/dev/MediaPortal/Incubator/SlimTvResources</a></li> <li data-xf-list-type="ul">A lookup is simply done by channel name</li> </ul><p>The distribution of channel logos is currently reworked, see <a href="https://forum.team-mediaportal.com/threads/idea-port-logomanager-into-mp2-server-plugin.123231/" target="_blank">https://forum.team-mediaportal.com/threads/idea-port-logomanager-into-mp2-server-plugin.123231/</a>.</p><p></p><p>In general we are working hard to improve the way of integration of TVE35 into MP2 building and deploy process, but it takes time and many small steps.</p><p></p><p>If you have further questions, please ask.</p></blockquote><p></p>
[QUOTE="morpheus_xx, post: 1061290, member: 48495"] Ok, there are different things to consider: [LIST=1] [*]Development of TVE3.5 is done inside MP1-repository, not inside MP2-repository. [*]Published testbuilds contain a "manually assembled" build (binaries from MP1 branch compilation). [/LIST] If you like to get a current version you can: [LIST=1] [*]Download a full installer, it also brings the SlimTV.Service plugin including templated database (MP2TVE.s3dv): this is the simplest way [url]https://forum.team-mediaportal.com/threads/testbuilds-for-native-mp2-tv-updated-for-alpha-4-2014-01-26.114068/[/url] [U]Attention: to build a snapshot, you have to do many steps manually![/U] [*]Compile binaries yourself: best is to use my fork [url]https://github.com/morpheusxx/MediaPortal-1/tree/EXP-TVE3.5-MP1-MP2-20140118[/url]: [LIST] [*]Compile the TvServer project ([url]https://github.com/morpheusxx/MediaPortal-1/blob/EXP-TVE3.5-MP1-MP2-20140118/TvEngine3/Mediaportal/TV/Server/Mediaportal.TV.Server.sln[/url]) as release build (you might disable TvPlugin, it's not required for MP2!) [*]Use the "[url]https://github.com/morpheusxx/MediaPortal-1/blob/EXP-TVE3.5-MP1-MP2-20140118/TvEngine3/Mediaportal/TV/Server/Collect%20MP2%20SlimTV%20Files.bat[/url]" batch to collect all references (will be placed into _MP2SlimTV subfolder) [*]Copy contents of _MP2SlimTV into MP2\Incubator\SlimTvService. [*]Compile MP2. [/LIST] [*]You can run MP2-Server as console for debugging by using "-c" as argument [/LIST] This is a very different topic: [LIST] [*]MP2 uses its own "FanartService" that can supply covers, posters of movies and series, but also channel logos. The currently included channel logos are supplied from [url]https://github.com/MediaPortal/MediaPortal-2/tree/dev/MediaPortal/Incubator/SlimTvResources[/url] [*]A lookup is simply done by channel name [/LIST] The distribution of channel logos is currently reworked, see [url]https://forum.team-mediaportal.com/threads/idea-port-logomanager-into-mp2-server-plugin.123231/[/url]. In general we are working hard to improve the way of integration of TVE35 into MP2 building and deploy process, but it takes time and many small steps. If you have further questions, please ask. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 2
Plugin Development
Slim Tv Service Application
Contact us
RSS
Top
Bottom