InfoService 1.5 beta support (1 Viewer)

Tgx

Retired Team Member
  • Premium Supporter
  • January 22, 2008
    1,560
    1,115
    Home Country
    Italy Italy
    As soon as i change something, it will be listed here: InfoService
    Sorry for the many skin changes, but it's still a beta

    If i use this code for "infoservice.xml"

    Code:
    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <window>
    	<id>16000</id>
    	<controls>
    		<control>
    			<description>BG</description>
    			<type>image</type>
    			<id>0</id>
    			<width>1280</width>
    			<height>720</height>
    			<texture>bg.jpg</texture>    
    		</control>
    	</controls>
    </window>

    MP gives me the common black window with the white small centered message: Invalid or missing xml file...

    Am i wrong?

    I have another question. This property "#infoservice.recentlyAdded.movie[1].title" does not work in my basichome. Is it referred to Moving Pictures or myvideotitles or MyFilms?

    Thanks

    Tgx
     

    edsche

    Community Plugin Dev
    January 7, 2007
    606
    360
    39
    Ulm
    Home Country
    Germany Germany
    At the moment there is no support by Moving Picture, MyFilms and MyVideo, therfore the movies properties are empty. But MPTVSeries support that feature. So you can test with this.
    The .xml looks right.
    Mh as chemelli has also problems with this, it could be a bug. Don't know right know. You can provide mit the infoservice.log and i look after it :p
     

    Tgx

    Retired Team Member
  • Premium Supporter
  • January 22, 2008
    1,560
    1,115
    Home Country
    Italy Italy
    These are my logs when i call the plugin from the home menu.
    Using the code above i get the black screen error with missing xml file and on top of it the menu to choose from feeds or twitter.
    In the logs i cannot find nothing wrong.:confused:

    Thanks

    Tgx
     

    edsche

    Community Plugin Dev
    January 7, 2007
    606
    360
    39
    Ulm
    Home Country
    Germany Germany
    Log is fine. I tested a little bit and found out that MP needs the defaultcontrol tag, otherwise the missing or invalid error appears. So i would suggest to use this:
    Code:
    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <window>
    	<id>16000</id>
    	<allowoverlay>no</allowoverlay>
    	<disabletopbar>true</disabletopbar>
    	<defaultcontrol>0</defaultcontrol>
    	<controls>
    		<control>
    			<description>BG</description>
    			<type>image</type>
    			<id>0</id>
    			<width>1280</width>
    			<height>720</height>
    			<texture>bg.jpg</texture>    
    		</control>
    	</controls>
    </window>

    You need to clean the cache :D
     

    Tgx

    Retired Team Member
  • Premium Supporter
  • January 22, 2008
    1,560
    1,115
    Home Country
    Italy Italy
    Good!

    Now it's working fine!

    Thank you a lot!

    Tgx
     

    edsche

    Community Plugin Dev
    January 7, 2007
    606
    360
    39
    Ulm
    Home Country
    Germany Germany
    Just wanted to know how far you are with the "recently added" thing? I would like to add some screenshots of the skin and that feature on my page But don't hurry, only want to hear a status :D
     

    Users who are viewing this thread

    Top Bottom