Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
86 views

How do I get the link and title from this (part of) html string in python

I'm writing a plugin for xbmc in python. I have got a list of strings in the format: <a href="/www.link.to/something">name of link</a> By using beautiful stone soup (the relevant part of ...
2
votes
1answer
472 views

Remotely run command in local X session?

I have an HTPC (with an HDTV as the monitor) running Ubuntu Karmic, and various other computers in the house. Sometimes I want to run X11 applications (usually, but not always, XBMC) on the HTPC ...
2
votes
1answer
154 views

Run XBMC plugins in a .net application

Is there any way to use xbmc plugins in .net? im thinking about those plugins that provide access to media content like GameTrailers and stuff like that..
1
vote
2answers
105 views

Matching with javascript

I'm currently developing a webinterface for XBMC witch contains ajax. Due the limitations of the out ajax i was forced to make use of the local resources, instead of my ajax class, that normally ...
1
vote
1answer
426 views

How to install xbmc module for Python

I tried to find the setup script from xbmcscripts.com but apparently that site is down. Neither 'easy_install' gives a desirable result. I'm running Ubuntu 11.04 and xbmc (Media Center) is installed ...
1
vote
1answer
243 views

Detecting if XBMC is playing, from shellscript?

I have an XBMC setup that I absolutely love at home. Now, I've been doing a bunch of automation to make everything run smoothly and without manual maintenance (Like updating my library automatically ...
1
vote
6answers
10k views

How to programmatically rename movie and TV show files in an iTunes library, for XBMC compatibility?

I have a collection of movies and TV shows in iTunes, and I'd like to rename them to an XBMC compatible naming convention without breaking the links in iTunes. All the necessary metadata (season ...
0
votes
0answers
33 views

python 2.4 urllib2 - handling refresh in the response

I am trying to retrieve the following url http://videomasti.net//?p=747 Here is the response I get inside xbmc addon(which uses python 2.4) Response info Date: Sun, 11 Dec 2011 14:46:27 GMT ...
0
votes
0answers
312 views

Is it possible to install a web browser in XBMC running in Apple TV? [closed]

I have installed the XBMC in my Apple TV, but I was wondering if there is a plugin, add-on, or a way to install a web browser like Firefox or Chrome. How do you do it ?
0
votes
2answers
88 views

Sniffing for WOL packets on port 9

So I am using XBMC (a media center program) that has an Android app with a feature that allows you to send Wake on LAN "magic packets" to computers you have XBMC installed on. While this would be a ...
0
votes
0answers
119 views

Creating a Boxee / XBMC type application

I would like to create a home theater application (like Boxee or XBMC). I wanted to know if there are any template projects available out there or sample projects to have a look at how to approach ...
0
votes
0answers
84 views

How do I write a xbmc plugin that runs on linux?

I'm trying to create a xbmc plugin for a website that will run on linux. This plugin claims to do what I want and more but I couldn't have figure out how to install it. I don't have the plugins or ...
0
votes
1answer
49 views

How do I search for a link in this web site (on Linux)?

I'm trying to write a xbmc plugin for mako.co.il (I know there is a xbmako but I can't install it on linux). When I try to regexp the episodes site I don't get any result. I tried this web page and I ...
0
votes
1answer
248 views

AppleScript to load a volume mount, start an application, and restart if the mac comes out of suspend.

I am having some issues with my Mac connecting to an SMB share on my network, and then loading an application immediately after that. For the most part, everything works when the mac turns on just by ...
0
votes
0answers
137 views

Add context menu to XBMC-Plugin

I am trying to get a context menu to display, where I have a button e.g. to delete (or whatever) the selected item.
0
votes
1answer
422 views

xbmc jsonrpc and jquery

Basically I'm trying to poll my xbmc using the jsonrpc with the following: _data = '{"jsonrpc":"2.0", "method":"VideoLibrary.GetMovies", "id":"1"}'; _XBMCHOST = "http://192.168.0.140:8080/jsonrpc"; ...
0
votes
1answer
483 views

How can I access the XBMC JSON interface via Java?

I've been searching for hours and I can't find the basics I need. :( I'm starting small, right now I just want to get this Java program to contact the JSON interface for XBMC and retrieve a list of ...
0
votes
1answer
64 views

Does XBMC web service have a call to instruct the service to update its library?

Does XBMC web service have a call to instruct the service to update its library? I can't seem to find it in the documentation but this would seem like a pretty basic thing to include.
0
votes
2answers
114 views

How to manage large amounts of delegates and usercallbacks in C# async http library

I'm coding a .NET library in C# for communicating with XBMC via its JSON RPC interface using HTTP. I coded and released a preliminary version but everything is done synchronously. I then recoded the ...
0
votes
1answer
2k views

XBMC Stream Video [closed]

Can XBMC stream video to a web interface that I can access with my mobile phone without the need to buy a slingbox
0
votes
1answer
790 views

Fastforward and rewind music in XBMC

As I was listening to the Stack Overflow Podcast #54 in XBMC on my XBOX I wanted to skip back a bit and hear something again. To my chagrin the controls for seeking like in the video app weren't ...