Hello there!
 
I just wanted to inform you that i just released my first xbmc-addon.
 
It's called xbmcdialog and it is a drop-in replacement for dialog-commands like xdialog, kdialog or cdialog on the linux/unix platform.
It allows you to simplify scripting in xbmc by using it as a wrapper between shell-scripting and xbmc-scripting.
 
Example:
 
#!/bin/sh
MYLOG=`xbmcdialog --fselect "Select Log-File to view..." /var/log`
xbmcdialog --tailbox $MYLOG
 
Installation info
 
For now, just clone the git repository and move the script directory to your addon directory (special://home/addons/)
In the script-directory you'll find the main-script which needs to be in you $PATH.
To make it accessable to anybody on the machine, just copy it to /usr/local/bin
 
cp $HOME/.xbmc/addons/script.xbmcdialog/xbmcdialog /usr/local/bin
chmod +x /usr/local/bin/xbmcdialog
 
An installation package for debian is already prepared and will be released soon after my holidays.
 
Greetings,
inf0rmix
 
------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to