I made a simple Java program to send a library update request to XBMC
#1
This should work cross platform as long as java can be installed.

Not sure if I'll add anything else, and it was more of just a test to see if I could get this to work in java. The source is here: https://github.com/jensbodal/xbmc.tools (NetBeans project)

If you want to just download the jar and try it, you can do that too, the link will be at the bottom.

For now it's just simple, you can run:

Code:
java -jar XBMC_Tools.jar "xbmc" "xbmc" "10.0.0.151" "8080"


and it will send the JSON VideoLibrary update request to xbmc:[email protected]:8080

This is more something that would be useful to add to other projects, and I'm sure other people have already done this, I was just more curious to see if I could get my simple batch script to work as a java program.

https://www.dropbox.com/sh/nqdyv76estqipjw/1Ao7yNeelN

Any questions or interest let me know.

Thanks
ATV2 running XBMC Eden (Skin: Quartz3)
Windows 7 running XBMC Eden (custom setup as I'm basically running it as a service)
MySQL installed on Windows 7 for sharing libraries
iOS Specific FAQ | Alternative ATV2 keymap | Default ATV2 keymap
Post log files to Pastebin

Image
Reply

Logout Mark Read Team Forum Stats Members Help
I made a simple Java program to send a library update request to XBMC0