Results 1 to 4 of 4

Thread: Using the picture player from python

  1. #1
    Join Date
    Mar 2011
    Location
    Norway
    Posts
    6

    Exclamation Using the picture player from python

    I'm trying to create a app that scrapes images from an external source using Python and then show it in the Boxee picture player.

    This is what I have so far: https://gist.github.com/1176995

    When the app starts, there is just a endless loading indicator.
    No error messages in the console.

    I'm certain I'm doing something wrong, but because of the lack of documentation/examples, I have no clue what I'm doing wrong.

    Any help?

  2. #2
    Join Date
    Apr 2011
    Posts
    108

    Default

    I might be wrong, but I don't think you can use a multiimage control to anything but locally stored files.

    At least that is the problem with the image control
    http://developer.boxee.tv/Image_Control

    Here only $INFO[ListItem.Thumb] or local-images are supported, i.e. no http links.

    I also doubt you will get anything sensible without having a "real" itemlayout on the list.
    ---
    In theory, theory and practice are the same. In practice they're not.
    http://razorax-repo.googlecode.com/svn/trunk/boxee

  3. #3

    Default

    You can download the images into a folder and then use the multiimage control (outside of the list control)

    Either way your not using the multiimage control properly.
    <imagepath>loading</imagepath>
    that means ..skin/Boxee Skin NG/media/loading/

    See:
    http://developer.boxee.tv/MultiImage_Control

    shawn rieger
    boxee
    r&d, apps, api

  4. #4

    Default

    Quote Originally Posted by Razorax View Post
    I might be wrong, but I don't think you can use a multiimage control to anything but locally stored files.
    This is correct you can only use the boxee image viewer on local files. I would discourage downloading the images to the local storage as the boxee box has very limited space and you can easily stall a box with it. (note that you can not dynamically write anymore to the application dir as of firmware 1.1 only to the temp dir)

    Best way is to make your own image viewer. It actually pretty simple just make a simple dialog with a list that has image items that fill the entire window. Now you can simple scroll all your images you have set (using largeimage control for external images)

    For more info on dialogs see this posts:
    http://developer.boxee.tv/blog/2010/...our-boxee-app/
    Have a look at my repo at www.bartsidee.nl

Tags for this Thread

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
  •