Hello World の例をサーバーのカスタム リポジトリに追加しようとしていますが、アプリが Boxee に表示されず、何が間違っているのかわかりません。リポジトリは表示されますが、アプリは表示されません。これが私の構成です:
サーバー/レポ/リポジトリ.xml
<repository>
<id>com.server</id>
<url>server</url>
<name>My repository</name>
<thumb>thumb.png</thumb>
<description>My Boxee app reposiory.</description>
</repository>
サーバー/レポ/index.xml
<apps>
<app>
<id>com.server.hello</id>
<name>Hello World</name>
<version>1.0</version>
<description>Test application</description>
<thumb>thumb.png</thumb>
<repositoryid>com.server</repositoryid>
<repository>server</repository>
<media>video</media>
<author>Me</author>
<copyright>Me</copyright>
<email>me@me.com</email>
<type>skin</type>
<startWindow>14000</startWindow>
<platform>all</platform>
<minversion>0.9.14</minversion>
</app>
</apps>
実際のアプリは次の場所にserver/repo/download
あり、名前が付けられていますcom.server.hello-1.0.zip