Page 1 of 3 123 LastLast
Results 1 to 10 of 23

Thread: [Info] How do you test an app w/out a repository?

  1. #1

    Default [Info] How do you test an app w/out a repository?

    There's a trick that you can use and it just requires an extra line in you apps descriptor!

    1. Put your app (my-app in this example) in the apps directory:

      ~/BOXEE/userdata/apps/my-app

    2. Upload the thumbnail of your app (200 x 200 pixels) to an image host temporarily. I'm a big fan of http://imgur.com, but to each their own.

    3. Open up your apps "descriptor.xml" file (located in ~/BOXEE/userdata/aps/my-app) and add the test-app tag:
      Code:
      <app>
      	<id>my-app</id>
      	<name>My App</name>
      	<version>0.0.1</version>
      	<description>My test app!</description>
      	<repository>http://dir.domain.com</repository>
      	<media>videos</media>
      	<copyright>Me</copyright>
      	<email>me@domain.com</email>
      	<type>skin</type>
      	<startWindow>14000</startWindow>
      	<platform>all</platform>
      	<minversion>0.9.20</minversion>
      	<test-app>true</test-app>
      </app>
      ...replacing what is in bold with your app's information.

    4. Restart Boxee. Go to your Apps section of Boxee and My App should be listed along with your other applications.
    Last edited by DPK; March 8th, 2010 at 08:33 PM.
    Common issues w/ Boxee:
    Beta Important Info | FAQ & Support Requests | Hulu Mature Content | Search

    UnBoxeed app development:
    Comics.com | ESPN360 | Weather

    For more info, follow app development on Twitter!

  2. #2
    Join Date
    Jan 2009
    Location
    Akron, Ohio
    Posts
    4,992

    Default

    Nice How To.
    First STOP-Issues with video playback in Boxee Beta?
    BOXEE Box

    Acer Revo R3610 Atom/ION Win-7 64 Review & Setup & Flash Setup
    Windows XP & ATV (sold)
    Windows Home Server OEM 3TB
    Judge's Apps-NBC News Video Podcast & SomaFM-2 at Boxee Repo

  3. #3

    Default

    I got tired of seeing people ask this question every day. Figured something like this was needed, lol.
    Common issues w/ Boxee:
    Beta Important Info | FAQ & Support Requests | Hulu Mature Content | Search

    UnBoxeed app development:
    Comics.com | ESPN360 | Weather

    For more info, follow app development on Twitter!

  4. #4
    Join Date
    Jan 2010
    Posts
    24

    Default

    is there a way I can test out my feed only in Boxee?

    I've added my feed on the website to my accout, but how do I see in Boxee?

  5. #5
    Join Date
    Oct 2008
    Posts
    735

    Default

    From looking through the documentation at developer.boxee.tv I have found that there is a much easier way of adding your apps to Boxee for testing. You simply need to add the following into the app element in your descriptor.xml file for the app:
    Code:
    <test-app>true</test-app>
    For example:
    Code:
    <app>
      <id>mytestapp</id>
      <name>My Test App</name>
      <version>1.0</version>
      <description>Test application</description>
      <thumb>thumb url</thumb>
      <repositoryid>myrepo</repositoryid>
      <repository>repository url</repository>
      <media>video</media>
      <copyright>Me</copyright>
      <email>my email address</email>
      <type>skin</type>
      <startWindow>14000</startWindow>
      <platform>all</platform>
      <minversion>0.9.11</minversion>
      <test-app>true</test-app>
    </app>
    When you start Boxee it will look for any apps in the UserData/apps directory with the test-app property set to true and automatically add them to your apps. Once you have finished testing your app, simply remove the test-app element or change it to
    Code:
    <test-app>false</test-app>
    Doing this will remove it from your apps when you restart Boxee and you can submit it to Boxee or add it to your repository.

  6. #6
    Join Date
    Jan 2009
    Posts
    185

    Default

    StevenR, you just made my day.
    A Guy Who Makes Boxee Apps Intermittently



  7. #7

    Default

    Imagine someone rtfm! Great tip thanks!
    The Boxee Repository - An All-In-One Solution for your 3rd party repositories.
    Like Fuzzthed.com on Facebook

  8. #8

    Default

    Mr. Rieger also posted about this yesterday, but it kind of got buried in a thread:
    http://forum.boxee.tv/showpost.php?p=81742&postcount=8
    Common issues w/ Boxee:
    Beta Important Info | FAQ & Support Requests | Hulu Mature Content | Search

    UnBoxeed app development:
    Comics.com | ESPN360 | Weather

    For more info, follow app development on Twitter!

  9. #9
    Join Date
    Jan 2009
    Location
    Akron, Ohio
    Posts
    4,992

    Default

    Man, that is sweet. Thanks
    Just in time as I'm trying to write my 3rd version of the SomaFM app.
    First STOP-Issues with video playback in Boxee Beta?
    BOXEE Box

    Acer Revo R3610 Atom/ION Win-7 64 Review & Setup & Flash Setup
    Windows XP & ATV (sold)
    Windows Home Server OEM 3TB
    Judge's Apps-NBC News Video Podcast & SomaFM-2 at Boxee Repo

  10. #10
    Join Date
    Feb 2009
    Posts
    427

    Default

    Could the first post be updated to include the recomended solution of using test-app. Just for people who don't read the whole thread through before trying a solution.

Similar Threads

  1. Changing a test app name...
    By norbu in forum boxee applications
    Replies: 2
    Last Post: January 7th, 2013, 10:34 AM
  2. [Info] Why won't my repository load in Boxee?!
    By DPK in forum boxee applications
    Replies: 9
    Last Post: July 12th, 2012, 04:57 PM
  3. Who wants to test my app?
    By jeepsterryan in forum boxee applications
    Replies: 8
    Last Post: September 28th, 2010, 04:35 PM
  4. Can't see my test app
    By chicao in forum boxee for windows help
    Replies: 3
    Last Post: March 3rd, 2010, 12:42 PM
  5. Repository of Developer Test Applications
    By Fuzzgtp in forum boxee applications
    Replies: 4
    Last Post: February 28th, 2010, 11:44 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •