Månad: januari 2012

  • Getting tmdb scraper to work in xbmc

    If you have trouble getting the tmdb scraper to work in xbmc, and your log shows this: WARNING: failed to load scraper XML Try to install the youtube addon, this installs the ”Common Plugin Cache” and that fixed it for me.

  • Update xbmc library remotely

    There are several solutions available for this, but all seems to call to the web interface of xbmc, you can make a script that uses curl to invoke the update library and call that with crontab/rtorrent/etc I however settled with a simple bookmark in my browser on my workstation that leads to http://domain.something:8080/xbmcCmds/xbmcHttp?command=ExecBuiltIn&parameter=XBMC.updatelibrary(video) You have…

  • DDclient and loopia.se

    Want to update a subdomain on loopia dns automatically? Install ddclient sudo apt-get install ddclient step through the conf, you will replace this conf later. after installed, edit the ddclient.conf sudo nano /etc/ddclient.conf And replace it with this below: ## ## LoopiaDNS (www.loopia.se/loopiadns/) ## (supports variables: wildcard,mx,backupmx) ## protocol=dyndns2 custom=yes server=dns.loopia.se/XDynDNSServer/XDynDNS.php use=web, web=dns.loopia.se/checkip/checkip.php, web-skip=’Current IP…