[fixed] Plugin Maker does not accept update.xml from sourceforge.net (2 Viewers)

rolenof

Portal Member
April 29, 2011
18
8
34
Russia
Home Country
Russian Federation Russian Federation
MediaPortal Version: 1.2 Beta (1.1.0.6)
MediaPortal Skin: Default Wide
Windows Version: Windows XP SP3

Theere is the problem with extension maker. When you press Publish button on generate update.xml screen, and your update.xml located on sourceforge.net (not sourceforge.com) like mine https://mp-plugins.svn.sourceforge.net/svnroot/mp-plugins/trunk/plugins/Burner/MpeRelease/update.xml it says: "Im sorry but we only support new update-XMLs served from team-mediaportal.com (our repository), github.com, sourceforge.com and googlecode.com for speed- and security-reasons." Fix it please, becouse it is hard to repost plugin here after every update.
 

rolenof

Portal Member
April 29, 2011
18
8
34
Russia
Home Country
Russian Federation Russian Federation
No, it doesn't. But, i saw the source of plugin maker, and the problem is in remote server wher it uploads the information. Here is the code: http://install.team-mediaportal.com/MPEI/submit.php?url={0}&name={1}&version={2}&id={3}",
HttpUtility.UrlEncode(Package.GeneralInfo.UpdateUrl), Package.GeneralInfo.Name,
Package.GeneralInfo.Version,
Package.GeneralInfo.Id;
So fix should be done on the server's part.
 

jameson_uk

Retired Team Member
  • Premium Supporter
  • January 27, 2005
    7,258
    2,528
    Birmingham
    Home Country
    United Kingdom United Kingdom
    This is the submission script. I will update it later if I get time (else high needs to do it)
     

    Users who are viewing this thread

    Top Bottom