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 1
MediaPortal 1 Skins
Popular Skins
StreamedMP
Moving Pictures: Movie Details
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="BigBear" data-source="post: 671365" data-attributes="member: 67488"><p>Hi all,</p><p></p><p>im using the newest StreamedMP-Version.</p><p></p><p>Im organizing my movies with ember media manger. As we all know the emm doesnt give us "writer"-Information. So on all my Movie Details pages i see a vast emptiness after WRITERS.</p><p></p><p></p><p>But EMM gets the imdb top 250 information. so i thought of this:</p><p></p><p>-Remove the Writer-Line.</p><p>-Move Director Up th where Writer was</p><p>-Put Runtime where Director was</p><p>-Put the new IMDB Top 250: where Runtime was.</p><p></p><p></p><p>Am i to asume, the xml-file to change is movingpictures.common.details.xml?</p><p>I use the ModPack discussed here: <a href="https://forum.team-mediaportal.com/streamedmp-301/mod-latest-streamedmp-logos-display-86305/index2.html" target="_blank">https://forum.team-mediaportal.com/streamedmp-301/mod-latest-streamedmp-logos-display-86305/index2.html</a></p><p></p><p>So that should be the complete writers section:</p><p><control></p><p> <description>Writers Label</description></p><p> <type>label</type></p><p> <label>#MovingPictures.Translation.Writers.Label</label></p><p> <id>0</id></p><p> <posX>363</posX></p><p> <posY>584</posY></p><p> <width>120</width></p><p> <font>mediastream11c</font></p><p> <textcolor>ff909090</textcolor></p><p> <visible>!control.isvisible(50)+!control.isvisible(51)</visible></p><p> <animation effect="fade" time="250" delay="0">WindowClose</animation></p><p> </control></p><p> <control></p><p> <description>Writer</description></p><p> <type>label</type></p><p> <label>#MovingPictures.SelectedMovie.writers</label></p><p> <id>0</id></p><p> <posX>488</posX></p><p> <posY>584</posY></p><p> <width>370</width></p><p> <font>mediastream11c</font></p><p> <textcolor>ffFFFFFF</textcolor></p><p> <visible>!control.isvisible(50)+!control.isvisible(51)</visible></p><p> <animation effect="fade" time="250" delay="0">WindowClose</animation></p><p> </control></p><p></p><p>Id use the posx and posy and copy that to the director section. same thing from director to runtime.</p><p>so i think then id have the director and runtime at the right place.</p><p></p><p>the complete writer section above gets deleted (or commented out).</p><p></p><p>So all thats missing is the imdb top 250. Id say i copy the writer section from above, change the posx and posy</p><p>to the former runtime settings. But then i would have just moved the writer section on the details page...</p><p>what do i have to change to which settings to get it to read the imdb top 250 and change the Name from Writers to IMDB Top 250.</p><p></p><p>If i change "#MovingPictures.Translation.Writers.Label" just to "IMDB Top 250" i guess it would change the Name of the Field.</p><p>I dont know if "hardcoded" information is good here.</p><p></p><p>But if im right with where to find the label, this one "#MovingPictures.SelectedMovie.writers" would enter the actual value from the database.</p><p>correct? So what has to go here to enter the number? Or am i out of luck and the information just doesnt get parsed from the nfo into the database?</p><p></p><p>Maybe someone already did something like that or can point me in the right direction? Im not at home in xml files...</p><p></p><p>Thanks for any help! much appreciated!</p></blockquote><p></p>
[QUOTE="BigBear, post: 671365, member: 67488"] Hi all, im using the newest StreamedMP-Version. Im organizing my movies with ember media manger. As we all know the emm doesnt give us "writer"-Information. So on all my Movie Details pages i see a vast emptiness after WRITERS. But EMM gets the imdb top 250 information. so i thought of this: -Remove the Writer-Line. -Move Director Up th where Writer was -Put Runtime where Director was -Put the new IMDB Top 250: where Runtime was. Am i to asume, the xml-file to change is movingpictures.common.details.xml? I use the ModPack discussed here: [url]https://forum.team-mediaportal.com/streamedmp-301/mod-latest-streamedmp-logos-display-86305/index2.html[/url] So that should be the complete writers section: <control> <description>Writers Label</description> <type>label</type> <label>#MovingPictures.Translation.Writers.Label</label> <id>0</id> <posX>363</posX> <posY>584</posY> <width>120</width> <font>mediastream11c</font> <textcolor>ff909090</textcolor> <visible>!control.isvisible(50)+!control.isvisible(51)</visible> <animation effect="fade" time="250" delay="0">WindowClose</animation> </control> <control> <description>Writer</description> <type>label</type> <label>#MovingPictures.SelectedMovie.writers</label> <id>0</id> <posX>488</posX> <posY>584</posY> <width>370</width> <font>mediastream11c</font> <textcolor>ffFFFFFF</textcolor> <visible>!control.isvisible(50)+!control.isvisible(51)</visible> <animation effect="fade" time="250" delay="0">WindowClose</animation> </control> Id use the posx and posy and copy that to the director section. same thing from director to runtime. so i think then id have the director and runtime at the right place. the complete writer section above gets deleted (or commented out). So all thats missing is the imdb top 250. Id say i copy the writer section from above, change the posx and posy to the former runtime settings. But then i would have just moved the writer section on the details page... what do i have to change to which settings to get it to read the imdb top 250 and change the Name from Writers to IMDB Top 250. If i change "#MovingPictures.Translation.Writers.Label" just to "IMDB Top 250" i guess it would change the Name of the Field. I dont know if "hardcoded" information is good here. But if im right with where to find the label, this one "#MovingPictures.SelectedMovie.writers" would enter the actual value from the database. correct? So what has to go here to enter the number? Or am i out of luck and the information just doesnt get parsed from the nfo into the database? Maybe someone already did something like that or can point me in the right direction? Im not at home in xml files... Thanks for any help! much appreciated! [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Skins
Popular Skins
StreamedMP
Moving Pictures: Movie Details
Contact us
RSS
Top
Bottom