background preloader

XBMC

Facebook Twitter

Updating your XBMC library via cron | manipulate.org. TL;DR – It is critical that my XBMC Library stays up to date with my fileserver, but I don’t want to deal with restarting XBMC, initiating a scan while watching, or using plugins. So I chose to use a web call. You have to tell your XBMC to rescan your video shares routinely so that it can detect when new videos have been added, but this can be a bit of a chore.

Sure, you can setup your software so that it pushes a Growl notification to XBMC, but there can be times where this doesn’t work perfectly, and a full scan is preferred. I have also heard some good things about some of the plugins that are available to do this very thing, such as XBMC Library Auto Update. Updating your library is generally a pretty quick process (less than a minute on a decent sized share) if your XBMC is running on a computer with a good CPU. Now, there are several ways of being able to do this, but the reliability of it is going to depend largely on your setup and how things startup and shutdown.

Works great. Basic MySQL Commands for Begineers | Linux Desktop. How Do I Enable Remote Access To MySQL Database Server? By default remote access to the MySQL database server is disabled for security reasons. However, some time you need to provide remote access to database server from home or a web server. This post will explain how to setup a user account and access a mysql server remotely on a Linux or Unix-like systems. You need type the following commands which will allow remote connections to a mysql server. Step # 1: Login Using SSH (if server is outside your data center) First, login over ssh to remote MySQL database server. You may need to login to your MySQL server as the root user: OR directly login as root user: Step # 2: Edit the my.cnf file Once connected you need to edit the MySQL server configuration file my.cnf using a text editor such as vi: If you are using Debian Linux file is located at /etc/mysql/my.cnf location.If you are using Red Hat Linux/Fedora/Centos Linux file is located at /etc/my.cnf location.If you are using FreeBSD you need to create a file /var/db/mysql/my.cnf location.

[mysqld] Import MySQL Dumpfile, SQL Datafile Into My Database. How can I import a MySQL dumpfile into my database? I'm using CentOS Linux 5 server. My old hosting provider gave me a data.sql file and I do have access to my Unix / Linux server via ssh. So How do I restore my data using command line over the ssh session? You can easily restore or import MySQL data with the mysql command itself. First you need to login to your system using ssh or putty client. Step #1: Upload File To MySQL Server You can upload data.sql file using the sftp or scp command, enter: $ scp data.sql vivek@example.cyberciti.biz:/home/vivek The data.sql file will be uploaded to /home/vivek directory. Step #2: Login To Remote Server Type the following command at the shell prompt: $ ssh loginname@example.cyberciti.biz Replace example.cyberciti.biz with actual server name or an IP address. Step#3: Import Datafile If you do not know the database name or database name is included in sql dump you can try out something as follows: $ mysql -u username -p -h 202.54.1.10 < data.sql.

How To Install XBMC On Your iPad. We’ve already shown you how to install XBMC on your Apple TV, now we’re back with specific tips and tricks to install popular media center software XBMC on your iPad (or other portable iOS device). Although the final outcome is largely the same—you get to enjoy awesome and open-source XBMC on your device—the process is completely different and, because of the mobility of the iPad (as opposed to the fixed location of the Apple TV), requires some additional tweaks and tricks. What You’ll Need For this tutorial you won’t need much as, assuming you’re already in possession of a suitable iOS device such as an iPad, iPhone, or iPod Touch, you’ll just need some free software. You’ll need: A Jailbroken iOS device running iOS 4.0+ (we’re using the iPad because of the spacious screen)Cydia App installed (which, for 99% of the jailbreak hacks, it’s automatically installed)Access to the internet from the iOS device Unfortunately, jailbreaking is a must for this tutorial.

Installing XBMC On Your iPad. Userdata/advancedsettings.xml. Note: The advancedsettings.xml file does not exist by default. You have to create it first! The advancedsettings.xml file, which does not exist by default, can be created by a user in their userdata folder. This file is used for advanced settings and options that do not have GUI controls inside of Kodi. Some settings are experimental or very rarely set, so they can only be used via the advancedsettings.xml file. The following page will describe the structure of the advancedsettings.xml file and the various individual settings. Note: All XML tags must be lowercase. 1 Layout The layout of advancedsettings.xml is as follows: <advancedsettings> <setting>value</setting> ... Where "setting" gives the name of the setting, and "value" gives it's value. A list of the available "setting" strings and their values is given below. 2.1 Troubleshooting settings 2.1.1 loglevel <loglevel hide="attribute">options</loglevel> The logging level that Kodi will use to log errors and information.

Example: 2.1.2 jsonrpc. Set up OpenELEC and MySQL « Raspberry Pi HTPC. Transmission settings not saved | OpenELEC - The living room PC for everyone. Cinema Experience - the new Home Theater Experience Script. I had just started playing around with this script a couple of days ago and had many questions on how to get it to run. Like most people i downloaded the zip from and installed from the addons in xbmc through install from zip file. I proceeded to then enable and install the Home Cinema Experience addon in xbmc under the program addons.

Once installed I then looked at all the stuff I could configure in it. Seeing the run script before video under the misc section I assumed I needed to click that and point it toward the Home Cimema Experience script., which I located under Home/ addons then script.cinema.experience and finally addon.py. I left the configure screen and proceeded to start up a video and see what would happen. Nothing. So I close off XBMC and head on over to the forums searching for some answers. After reading most of 1 day with 80 plus pages on the HTE, I dove in and started to grap some files. Keyboard.xml. Keyboard.xml is a XML base keymap file that define the mappings of keys (keyboard keys, mouse/remote/joysticks buttons and more) to XBMC actions. Keyboard.xml was first introduced in XBMC 10 ("Dharma"), in versions prior to that it was called Keymap.xml. 1 Location of keymaps Keymap configuration files are stored in the "keymaps" folder in the userdata folder: 1.1 Android location Sometimes the exact path will differ from device to device. 1.2 Defaults The keymap configuration files that ship with XBMC are stored in the "/system/keymaps/" folder within the XBMC root directory.

All *.xml files in these folders are applied as keymaps. By default there will be no files in these locations, so grab one from the link below to make a new one/over-ride: Default keymaps shipped with XBMC 2 101 on keymaps For a full guide, see: HOW-TO:Modify keyboard.xml 3 Structure There is one global keymap and several window-specific keymaps. The format of keymapping files is as follows: <Home> [...] 4 Keynames Example: Xbmc/xbmc/input/ButtonTranslator.cpp at master · xbmc/xbmc. Sharing files from OpenELEC - OpenELEC Wiki. This tutorial describes how to share files stored on your OpenELEC computer with other machines on the network. Even if you're trying to share files from a USB drive, we can manage that since local drive mounting occurs before network services start. First of all, you'll need access to your configuration files. There are two ways to do this and I'm going to cover the easier one. If you have experience with Linux, you can use ssh/putty to open a terminal to your OpenELEC machine (there are guides on how to do this elsewhere on the site); the configuration files are held in /storage/.config and you can use vi or nano to edit them.

However, for most users the easiest way is to browse to the Configfiles share that already exists on the OpenELEC machine. From a Windows PC, open an explorer window and browse to the IP address or the network name of the OpenELEC machine. or If you don't know what the IP address is, go to the menu of the OpenELEC machine : System > System Info. Mounting network shares - OpenELEC Wiki. This guide will show you how to access media from your NAS on your OpenELEC computer and make them permanently available. To mount files, we need to get access to your configuration files on the OpenELEC files. Fortunately, OpenELEC shares this folder so you can access it from your computer (unless you've removed it previously). If you have experience with Linux, you can use SSH to open a terminal to your OpenELEC machine (there are guides on how to do this elsewhere on the site); the configuration files are held in /storage/.config and you can use vi or nano to edit them. OpenELEC 2.0 Ever since preEden the netmount.conf is no longer used.

If you want to mount, you can use the autostart.sh file (You can also use this file to automate other things at startup). If you don't know Linux, then you can simply follow the guides below. Once the window appears, open the Configfiles share. You create a file called autostart.sh (If it does not exist yet). And copy the following code into the file: #! #! [WINDOWS] Using XBMC as a DLNA/UPNP remote! Hi Cluis, Great work! I want to play video and audio and pictures on my tv which is network connected (dlna compatible) to my windows 7 computer (running xbmc and serviio), in another room. To control xbmc remotely I can use constellation or soulmote, or the web interface of xbmc, from my Ipad.

So I select media with my Ipad, but the streaming occurs from the pc. For those who asked in this thread how to do it: edit playercorefactory.xml in the system folder in the xbmc folder. (for configuration and testing: when you run upnpcontroller.exe from commandprompt without parameters, it shows help.) I also found out: When I change <hideconsole> in the .xml file to false I see a window on my pc which tells me that the server and renderer are found and after that it starts searching for file. So that leads to my request to Cluis for help: Why does it last that long? Jos My playercorefactory.xml looks like this now: <playercorefactory> <players> <! Ssh commands - OpenELEC Wiki. Introduction SSH provides secure remote access to your OpenELEC install.

This guide shows some basic SSH commands you may need. SSH or Secure Shell is a basic secured network protocol that enables a secured remote control of a device that has SSH enabled. And because this is a tutorial for people who never worked with it, it doesn't need a bigger description. You don't have to be an expert so I'm only going to tell what you can do with it for use with OpenELEC's XBMC. The main function we are using SSH now for OpenELEC's XBMC is editing the configuration files that enable or define functions like network access, SAMBA, audio, etc. For those using Eden builds SSH is disabled by default in Eden builds of OpenELEC. Putty To make a connection with OpenELEC's XBMC through SSH, we need a program that supports such connections on the computer that is going to make the connection.

I always use the program Putty, which is free and easy to use. Double click the icon: Useful commands killall -9 xbmc.bin. NFS Shares with Synology - OpenELEC Wiki. This guide will show you how to configure your Synology NAS device to work with OpenELEC. Enable the NFS service found under Control Panel -Win/MAC/NFS. Check the "Enable NFS" box and click OK You must add a NFS Privileges entry for the share that you want to access using NFS i.e.

The default 'video' share. This is found in Control Panel - Shared Folder Highlight the share to want to access using NFS and click "NFS Privileges" near the top (highlighted in red below) Click Create and add an entry for the IP address of your Openelec device as shown. The Synology NAS supports wildcards if you need more than one device with NFS access On OpenELEC 2.0 netmount.conf is not used anymore. . #! Additional steps Please see. [REQUEST] Intro to Programming Addons. HOW-TO customize the home menu with custom categories. “I am a big fan of Anime, how can I create a home menu item for it? I don’t like how it sits in the same list as my TV Shows”. “I have a lot of Disney movies for my kids. How can I make it so they appear in a different list than my regular movies?”. Many have asked these questions and many others have answered.

But to my knowledge no answer explained things, in detail, from A to Z. I too have looked around the forum on different occasions trying to find an easy answer. My wishes What I wanted was to create a home menu with the following items: Anime: For my many anime series. I’ll mostly be talking about the Anime, Anime Movies, Movies and TV Shows folders. 1. I have files on the local drive of my player, but most of it is located on a media server. Secondly, we also need different folders to hold our background images for each categorie. Intermission 1 As it is now we actually have a basic setup and configuration of XBMC. 3. Code: <? Now, some explanation:<? <? Movies.xsp <?

TV Shows.xsp <? Category:How-to. Write Python Scripts for XBMC. This article was originally a copy of a python HOW-TO tutorial was prepared by Nelson Minar. The article have since then been reformatted, restructured, modified and updated several times. Note that this article was written with ease of understanding in mind so experienced python developers may be irritated by how much this article been simplified and dumbed down, but this tutorial was not written for them. 1.1 Python is not a snake 1.2 Some basic rules - be careful of the snake! Some features are added with time and so I really advice you to have the very latest version of XBMC or else some python scripts may not work. The script launcher is based in the parameters settings of XBMC so go there to launch scripts.

Keyboard : if you have ran you script return to the Scripts screen and press 'i'. You may need internet access to run some scripts so configure XBMC correctly and do not forget to edit the name server (a.k.a. 1.3 Always notice the snake behavior 1.4 the real work begins 1.4.1 Window. Sync multiple libraries. For simple library sharing see: HOW-TO:Share libraries using UPnP Introduction If you have more than one XBMC device on your local network then you might want to synchronize them using a MySQL library. Using a MySQL library allows you to store information about your whole video library in a central database, so that multiple XBMC devices can access the same information at the same time. This gives you the ability to do things like: Share watched and unwatched status for your media on all devices Stop watching a movie or TV show in one room then finish watching it in another room automatically Only one library to maintain for all devices.

How to Sync Your Media Across Your Entire House with XBMC. 5 Amazing Add-Ons For The XBMC Media Center. Databases. Mounting internal hdd | OpenELEC - The living room PC for everyone.