Results 1 to 4 of 4

Thread: Player subtitle

  1. #1
    Join Date
    Jul 2009
    Posts
    1

    Default Player subtitle

    Hello everybody!

    I'm developing a python app for Boxee and I bumped into a problem with the subtitle.
    The app is pretty much as follows:
    - in the first window I have a button which on click runs a python script which opens a url, get a XML response, parse it with minidom then appends each entry to a List.ListItems()
    - after the button is clicked a new group is shown with the items above in a panel control
    - you click the items in the panel, a dialog shows where you can Play it or Read more about it.
    - and of course if you choose to play it, it plays.

    Over the last 2 steps I don't have any control. The problem is the following: while parsing the XML response in a for loop I do something like
    Code:
    item.SetPath(str(node.childNodes[21].firstChild.data))
    and the path would be "http://mydomain.com/boxee/movie.avi". The movie.avi is a symlink to a non-public folder/file. If I put in the public folder boxee a subtitle for the file "movie.avi" named movie.srt the player doesn't show it.

    What should I do to see also the subtitle when the movie is played?

    Thanks!

  2. #2

    Default

    To my knowledge, you can't use subtitle functionality with media pulled from the web right now.
    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!

  3. #3

    Default

    Thanks DPK, is this still the case? I would love to be able to do this as well...

  4. #4

    Default

    Still true unfortunately. I know they've been doing work on the api as the upcoming beta rolls around this fall, so I'd check back in a couple months.

    Promote your idea at:
    http://www.getsatisfaction.com/boxee
    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!

Similar Threads

  1. Subtitle help... Again please.
    By Gkf9 in forum general boxee help
    Replies: 2
    Last Post: March 30th, 2011, 04:23 AM
  2. ITV Player and Sky Player on Boxee
    By ChasF in forum boxee for appletv help
    Replies: 1
    Last Post: February 18th, 2011, 12:32 PM
  3. Replies: 0
    Last Post: August 7th, 2010, 05:31 PM
  4. Replies: 8
    Last Post: February 26th, 2010, 09:25 PM
  5. Use Media Player Classic for player???
    By bshifflett in forum boxee for windows help
    Replies: 5
    Last Post: November 20th, 2009, 09:19 PM

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
  •