<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.linuxmce.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kir</id>
	<title>LinuxMCE - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.linuxmce.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kir"/>
	<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php/Special:Contributions/Kir"/>
	<updated>2026-07-21T18:29:32Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Folder_lock&amp;diff=9741</id>
		<title>Folder lock</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Folder_lock&amp;diff=9741"/>
		<updated>2008-03-21T08:12:06Z</updated>

		<summary type="html">&lt;p&gt;Kir: switch contents with redirect&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;When you are copying some folder with files to the LinuxMCE box, [[UpdateMedia]] can start scanning contents of the folder not waiting for the copy process to finish (for example when you are copying large files). Normally it does no harm, but in certain cases, such as when you are copying folder containing the ripped DVD, you may want to tell [[UpdateMedia]] to avoid scanning the contents of the folder. There is a way to create the &#039;folder lock&#039; file that will tell [[UpdateMedia]] to skip the given folder. See the example below&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;At the beginning&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
- You have folder named DVD_Movie containing VIDEO_TS and AUDIO_TS folders from the original DVD&lt;br /&gt;
&lt;br /&gt;
- You want to copy this folder to the LinuxMCE, for example to the location /home/public/data/videos&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To mark folder as locked before copying&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
- Create file /home/public/data/videos/DVD_Movie.folderlock -- this will tell [[UpdateMedia]] to ignore folder /home/public/data/videos/DVD_Movie and don&#039;t scan it contents. You can simply run the command&lt;br /&gt;
 touch /home/public/data/videos/DVD_Movie.folderlock&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Copy the folder &amp;quot;DVD_Movie&amp;quot; to the /home/public/data/videos folder as usually, wait until copying completes&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To tell [[UpdateMedia]] that it can now scan the folder&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
- Delete the folder lock file /home/public/data/videos/DVD_Movie.folderlock&lt;br /&gt;
 rm  /home/public/data/videos/DVD_Movie.folderlock&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The [[UpdateMedia]] will scan the DVD_Movie folder and (if it contains VIDEO_TS or AUDIO_TS folder, mark it as a &amp;quot;Ripped DVD&amp;quot; (MediaType = 3).&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Folder_lock&amp;diff=9740</id>
		<title>Folder lock</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Folder_lock&amp;diff=9740"/>
		<updated>2008-03-21T08:08:37Z</updated>

		<summary type="html">&lt;p&gt;Kir: Redirecting to Prevent UpdateMedia from scanning certain folder&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Prevent UpdateMedia from scanning certain folder]]&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Known_Issues_0710_Beta4&amp;diff=9731</id>
		<title>Known Issues 0710 Beta4</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Known_Issues_0710_Beta4&amp;diff=9731"/>
		<updated>2008-03-21T07:14:01Z</updated>

		<summary type="html">&lt;p&gt;Kir: formatting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* &amp;quot;Failed to get IVTV video driver&amp;quot; message on status window on Orbiter. This is because IVTV package fails to install.This can probably be safely ignored as the IVTV driver is now built into the Linux kernel.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* VIA video support is a bit lame at the moment: Cursor leaves dandruff with OpenChrome drivers (fix is to enable SWCursor in xorg.conf, need to make default), MythTV menu text not always drawn with VIA proprietary drivers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* nVidia 7150 + and some 6150 and 7050 systems have high cpu problem. This causes high Xorg usage with MythTV + Xine, unless V-Sync disabled. On machines with SSE (most modern CPUs), the solution is to install nvidia drivers 169.12 and add&lt;br /&gt;
 Option &amp;quot;UseEvents&amp;quot; &amp;quot;true&amp;quot; &lt;br /&gt;
to the video device section of the /etc/xorg.conf file. Then you can fully enable v-sync in nvidia-settings without drowning the CPU.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Zwave children have the device data&#039;s and room reseted after reload router. A fixed was committed (svn rev #19914) in General Info Plugin for this. To fix this on your machine, follow the steps:&lt;br /&gt;
&#039;&#039;- cd /usr/pluto/bin&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- mv General_Info_Plugin.so General_Info_Plugin.so.orig&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- wget -c ftp://builder32.linuxmce.com/Download/GIP-beta4-fix/i386/General_Info_Plugin.so &#039;&#039; (for i386)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;or&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- wget -c ftp://builder32.linuxmce.com/Download/GIP-beta4-fix/x86_64/General_Info_Plugin.so &#039;&#039; (for amd64)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- reload router&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Sorting by genre, performed etc. doesn&#039;t work correctly. A fixed was committed (svn rev #19953) in Media Plugin for this. Also, now  you can rip audio cd and play it in track order (the track number attribute will be attach to audio files). To fix this on your machine, follow the steps:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- cd /usr/pluto/bin&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- mv Media_Plugin.so Media_Plugin.so.orig&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- wget -c ftp://builder32.linuxmce.com/Download/Media_Plugin-beta4-fix/i386/Media_Plugin.so &#039;&#039; (for i386)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;or&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- wget -c ftp://builder32.linuxmce.com/Download/Media_Plugin-beta4-fix/x86_64/Media_Plugin.so &#039;&#039; (for amd64)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- reload router&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* MythTV affects performance of system because of too verbose logging, sometimes even freezing. The fix was commited (svn rev #19965). To fix it on your machine, follow the steps&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- cd /usr/pluto/bin&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- mv MythTV_Player MythTV_Player.orig&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- wget -c ftp://builder32.linuxmce.com/Download/MythTV_Player-beta4-fix/i386/MythTV_Player &#039;&#039; (for i386)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;or&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- wget -c ftp://builder32.linuxmce.com/Download/MythTV_Player-beta4-fix/x86_64/MythTV_Player &#039;&#039; (for amd64)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- chmod +x MythTV_Player&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- reload router&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Asterisk/FreePBX (automatic) configuration seems to be broken.  It fails to accept incoming calls, the following error is logged:&lt;br /&gt;
 [Mar  6 23:11:25] WARNING[19471] pbx.c: Channel &#039;SIP/0878700000-081dffa8&#039; sent into invalid extension &#039;102&#039; in context &#039;custom-linuxmce&#039;, but no invalid handler&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Support disked MD was dropped completely in 0710&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* DVDs fail to play on the M/D but play OK on the Core. &lt;br /&gt;
This is caused by the bug in the mounting script which is fixed already in the SVN. See the instruction how to patch your M/Ds in this post: http://forum.linuxmce.org/index.php?topic=4585.msg27572#msg27572&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Known_Issues_0710_Beta4&amp;diff=9730</id>
		<title>Known Issues 0710 Beta4</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Known_Issues_0710_Beta4&amp;diff=9730"/>
		<updated>2008-03-21T07:12:42Z</updated>

		<summary type="html">&lt;p&gt;Kir: added info about the DVD playback failure on the M/Ds and link to forums post with fix&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* &amp;quot;Failed to get IVTV video driver&amp;quot; message on status window on Orbiter. This is because IVTV package fails to install.This can probably be safely ignored as the IVTV driver is now built into the Linux kernel.&lt;br /&gt;
&lt;br /&gt;
* VIA video support is a bit lame at the moment: Cursor leaves dandruff with OpenChrome drivers (fix is to enable SWCursor in xorg.conf, need to make default), MythTV menu text not always drawn with VIA proprietary drivers&lt;br /&gt;
&lt;br /&gt;
* nVidia 7150 + and some 6150 and 7050 systems have high cpu problem. This causes high Xorg usage with MythTV + Xine, unless V-Sync disabled. On machines with SSE (most modern CPUs), the solution is to install nvidia drivers 169.12 and add&lt;br /&gt;
 Option &amp;quot;UseEvents&amp;quot; &amp;quot;true&amp;quot; &lt;br /&gt;
to the video device section of the /etc/xorg.conf file. Then you can fully enable v-sync in nvidia-settings without drowning the CPU.&lt;br /&gt;
&lt;br /&gt;
* Zwave children have the device data&#039;s and room reseted after reload router. A fixed was committed (svn rev #19914) in General Info Plugin for this. To fix this on your machine, follow the steps:&lt;br /&gt;
&#039;&#039;- cd /usr/pluto/bin&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- mv General_Info_Plugin.so General_Info_Plugin.so.orig&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- wget -c ftp://builder32.linuxmce.com/Download/GIP-beta4-fix/i386/General_Info_Plugin.so &#039;&#039; (for i386)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;or&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- wget -c ftp://builder32.linuxmce.com/Download/GIP-beta4-fix/x86_64/General_Info_Plugin.so &#039;&#039; (for amd64)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- reload router&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Sorting by genre, performed etc. doesn&#039;t work correctly. A fixed was committed (svn rev #19953) in Media Plugin for this. Also, now  you can rip audio cd and play it in track order (the track number attribute will be attach to audio files). To fix this on your machine, follow the steps:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- cd /usr/pluto/bin&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- mv Media_Plugin.so Media_Plugin.so.orig&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- wget -c ftp://builder32.linuxmce.com/Download/Media_Plugin-beta4-fix/i386/Media_Plugin.so &#039;&#039; (for i386)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;or&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- wget -c ftp://builder32.linuxmce.com/Download/Media_Plugin-beta4-fix/x86_64/Media_Plugin.so &#039;&#039; (for amd64)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- reload router&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* MythTV affects performance of system because of too verbose logging, sometimes even freezing. The fix was commited (svn rev #19965). To fix it on your machine, follow the steps&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- cd /usr/pluto/bin&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- mv MythTV_Player MythTV_Player.orig&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- wget -c ftp://builder32.linuxmce.com/Download/MythTV_Player-beta4-fix/i386/MythTV_Player &#039;&#039; (for i386)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;or&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- wget -c ftp://builder32.linuxmce.com/Download/MythTV_Player-beta4-fix/x86_64/MythTV_Player &#039;&#039; (for amd64)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- chmod +x MythTV_Player&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- reload router&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Asterisk/FreePBX (automatic) configuration seems to be broken.  It fails to accept incoming calls, the following error is logged:&lt;br /&gt;
 [Mar  6 23:11:25] WARNING[19471] pbx.c: Channel &#039;SIP/0878700000-081dffa8&#039; sent into invalid extension &#039;102&#039; in context &#039;custom-linuxmce&#039;, but no invalid handler&lt;br /&gt;
&lt;br /&gt;
* Support disked MD was dropped completely in 0710&lt;br /&gt;
&lt;br /&gt;
* The DVDs fail to play on the M/D but play OK on the Core. &lt;br /&gt;
This is caused by the bug in the mounting script which is fixed already in the SVN. See the instruction how to patch your M/Ds in this post: http://forum.linuxmce.org/index.php?topic=4585.msg27572#msg27572&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=UpdateMedia&amp;diff=9623</id>
		<title>UpdateMedia</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=UpdateMedia&amp;diff=9623"/>
		<updated>2008-03-10T12:05:08Z</updated>

		<summary type="html">&lt;p&gt;Kir: document extra parameter&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;UpdateMedia is a daemon that constantly scans for media files in the /home/public and each /home/user_xxx folder which is created for each family member, and any media is added to the pluto_media database, File table, and attributes and cover art go into the Attribute and Picture tables. Under /home/public and /home/users_xxx is a data subfolder which contains the actual video, audio, pictures folders. The /home/user_xxx directories themselves will contain system files for each user, like email boxes, and the main login for that user. That&#039;s why there&#039;s a &#039;data&#039; subfolder.&lt;br /&gt;
&lt;br /&gt;
* Learn more about [[How are media files organized? | media files are organized]].&lt;br /&gt;
&lt;br /&gt;
You can start/stop the UpdateMedia daemon from a console with this command:&lt;br /&gt;
 /usr/pluto/bin/UpdateMediaDaemonControl.sh -enable|-disable&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;fixDVDKeys.sh&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There is helper script fixDVDKeys.sh, located at the /usr/pluto/bin/fixDVDKeys.sh that extracts DVD CSS keys for each ripped DVD if the DVDCSS library is installed. This can significantly speedup the first playback of such DVDs, because the necessary keys will be already extracted. Additionally, this script can warn you if some keys cannot be extracted from the ripped DVD image (usually this means you cannot rip this DVD image directly - and should re-rip it with the latest version of LinuxMCE - post-beta4, so extract keys during the ripping). This script can be executed from the console:&lt;br /&gt;
&lt;br /&gt;
 /usr/pluto/bin/fixDVDKeys.sh&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally you can pass to the script the name of folder - keys for all *.dvd files in that folder will be extracted&lt;br /&gt;
&lt;br /&gt;
 /usr/pluto/bin/fixDVDKeys.sh /mnt/device/125&lt;br /&gt;
&lt;br /&gt;
[[Category: LinuxMCE Devices]]&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=UpdateMedia&amp;diff=9622</id>
		<title>UpdateMedia</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=UpdateMedia&amp;diff=9622"/>
		<updated>2008-03-10T11:06:44Z</updated>

		<summary type="html">&lt;p&gt;Kir: described fixDVDKeys.sh&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;UpdateMedia is a daemon that constantly scans for media files in the /home/public and each /home/user_xxx folder which is created for each family member, and any media is added to the pluto_media database, File table, and attributes and cover art go into the Attribute and Picture tables. Under /home/public and /home/users_xxx is a data subfolder which contains the actual video, audio, pictures folders. The /home/user_xxx directories themselves will contain system files for each user, like email boxes, and the main login for that user. That&#039;s why there&#039;s a &#039;data&#039; subfolder.&lt;br /&gt;
&lt;br /&gt;
* Learn more about [[How are media files organized? | media files are organized]].&lt;br /&gt;
&lt;br /&gt;
You can start/stop the UpdateMedia daemon from a console with this command:&lt;br /&gt;
 /usr/pluto/bin/UpdateMediaDaemonControl.sh -enable|-disable&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;fixDVDKeys.sh&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There is helper script fixDVDKeys.sh, located at the /usr/pluto/bin/fixDVDKeys.sh that extracts DVD CSS keys for each ripped DVD if the DVDCSS library is installed. This can significantly speedup the first playback of such DVDs, because the necessary keys will be already extracted. Additionally, this script can warn you if some keys cannot be extracted from the ripped DVD image (usually this means you cannot rip this DVD image directly - and should re-rip it with the latest version of LinuxMCE - post-beta4, so extract keys during the ripping). This script can be executed from the console:&lt;br /&gt;
&lt;br /&gt;
 /usr/pluto/bin/fixDVDKeys.sh&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: LinuxMCE Devices]]&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Backup_and_Restore&amp;diff=9616</id>
		<title>Backup and Restore</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Backup_and_Restore&amp;diff=9616"/>
		<updated>2008-03-10T08:23:42Z</updated>

		<summary type="html">&lt;p&gt;Kir: fix menu location&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Tutorials]]&lt;br /&gt;
{{NeedsToBeFixed}}&lt;br /&gt;
&lt;br /&gt;
LinuxMCE 0704 includes a new update mechanism which will make it automatically update itself in the future.  If you are currently using LinuxMCE 1.0 or a recent Pluto version they cannot be upgraded to LinuxMCE 0704.  However you can follow the process below to make a backup of your settings and configuration in LinuxMCE 1.0 or Pluto .44 &#039;&#039;&#039;before&#039;&#039;&#039; you install LinuxMCE 0704.  Save this backup on a CD or on another PC.  Then install 0704, which will clean out the hard drive and do a fresh install, and then restore the backup.  LinuxMCE 0704 will see that it is restoring a backup from a prior version and import the data into the new format.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Backup and Restore process&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
You can back-up your system and later restore it to that earlier configuration. The process works by saving a file and then later restore it. That file contains icons for users, rooms, scenarios and floor plans, devices list and settings for each; which are restored using a database dump.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How it works&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
Using web-admin site go to the Upper menu &amp;gt; Advanced &amp;gt; Configuration &amp;gt; Backups&lt;br /&gt;
&lt;br /&gt;
To create a restore point you have to press &#039;Backup&#039; and then save the file somewhere safe. Remember: download the backup and save it to another pc. Don&#039;t let it on your Linux MCE machine because you&#039;ll lose it.&lt;br /&gt;
&lt;br /&gt;
Later after reinstalling the system or in case of failure you can restore the system to that previous state.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
Use &#039;Browse&#039; button to locate the backup file and then press &#039;Restore&#039;.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
At this time there is a note what tells me that I have to reboot the system i order to install my configuration.&lt;br /&gt;
&#039;Backup file uploaded, please reboot the machine and be patient, since it will take longer than a normal reboot.&#039;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
Reboot the machine and wait for the whole process to finish. After the interface loads you should see your icons and floor plans.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
I used the restore successfully from a &#039;&#039;&#039;Pluto 2.0.0.44&#039;&#039;&#039; to a &#039;&#039;&#039;LINUX MCE 1.1&#039;&#039;&#039;.&lt;br /&gt;
What it didn&#039;t restore was the bookmarks created for media and the play lists.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
The restore from &#039;&#039;&#039;LINUX MCE 1.0&#039;&#039;&#039; to &#039;&#039;&#039;LINUX MCE 1.1&#039;&#039;&#039; was not complete. I have all the devices working but it didn&#039;t restore my icons for users, rooms and floor plans; and neither the bookmarks and play lists.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&#039;&#039;&#039;Note&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
If you use 192.168.80.1 for Pluto 2.0.0.44 or Linux MCE 1.0 internal network address and you later installed Linux MCE 1.1 with 192.168.80.1 you don&#039;t need to do anything else.&lt;br /&gt;
&amp;lt;br&amp;gt;If you use on internal network an address not like &#039;&#039;&#039;192.168.80.1&#039;&#039;&#039;, (i.e. 192.168.86.1) you need to go to Upper menu &amp;gt; Advanced &amp;gt; Network &amp;gt; Settings and hit &#039;update&#039; button. I installed Pluto 2.0.0.44 and Linux MCE 1.0 with 192.168.80.1 but I used 192.168.86.1 instead when I installed the Linux MCE 1.1 and I got TFTP timeout when booting the media directors.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Internet_Radio&amp;diff=9574</id>
		<title>Internet Radio</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Internet_Radio&amp;diff=9574"/>
		<updated>2008-03-07T14:14:59Z</updated>

		<summary type="html">&lt;p&gt;Kir: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Tutorials]]&lt;br /&gt;
Currently there is no direct support for the Internet Radio stations list, etc. in LinuxMCE. However, you can create the scenario shortcut to quick-start your favorite station. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Follow these steps&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
1. Go to Web Admin: open internet browser and type your LinuxMCE CORE IP address in the address field.&lt;br /&gt;
&lt;br /&gt;
2. Login with your LinuxMCE user and password.&lt;br /&gt;
&lt;br /&gt;
3. Go to &amp;quot;Advanced -&amp;gt; Configuration -&amp;gt; Scenarios -&amp;gt; Media Scenarios&amp;quot; and press &amp;quot;Add My Scenario&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
4. Under &amp;quot;Add My Scenario&amp;quot; type a description, like &amp;quot;DI - Lounge&amp;quot;, check on which entertainment area (room) you want this scenario to appear. Then press &amp;quot;Save&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
5. Then click on the description of the scenario that you&#039;ve just added.&lt;br /&gt;
&lt;br /&gt;
6. In &amp;quot;Scenario commands&amp;quot; select &amp;quot;Media Plug-in&amp;quot; from the &amp;quot;Device:&amp;quot; drop-down and &amp;quot;MH Play Media&amp;quot; from the &amp;quot;Command:&amp;quot; drop-down, then press the &amp;quot;Add&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
7. In the &amp;quot;#13 Filename (string)&amp;quot; field type the URL of your online radio station ( e.g.: http://scfire-chi0l-1.stream.aol.com/stream/1009 ), in the &amp;quot;#29 PK_MediaType (int)&amp;quot; type 4. In the &amp;quot;#45 PK_EntertainArea (string)&amp;quot; put the number of Entertain Area (it usually starts from 1, see the note below). Press the &amp;quot;Save&amp;quot; button and &amp;quot;Test Command&amp;quot; to see if it works.&lt;br /&gt;
&lt;br /&gt;
8. Do a Quick Reload &amp;amp; Regen and you&#039;ll be able to see on the media menu of your orbiter, your radio. Click on the button and it should start playing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes and troubleshooting&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
1) The media type &amp;quot;4&amp;quot; does correspond to the MEDIATYPE_pluto_StoredAudio_CONST. It is a current workaround, when all stuff will be working OK, it will be changed to the &amp;quot;6&amp;quot; (MEDIATYPE_pluto_LiveRadio_CONST)&lt;br /&gt;
&lt;br /&gt;
2) If radio station playback doesn&#039;t start - try play it couple of times more: there is an issue in xine-lib which causes it sometimes to fail first time.&lt;br /&gt;
&lt;br /&gt;
3) Be sure not to put the URL of playlist in &amp;quot;#13 Filename&amp;quot; parameter - it should be the URL of station itself. Playlist URLs usually end with &amp;quot;.m3u&amp;quot; and &amp;quot;.pls&amp;quot;. Download the playlist and get the URL of station from it (there can be many entries, representing mirrors).&lt;br /&gt;
&lt;br /&gt;
4) If you have issues identifying your Entertain Area ID, you can query the DB directly: at the terminal, start the mysql commandline too:&lt;br /&gt;
 mysql -u root -p pluto_main &amp;lt;enter&amp;gt;&lt;br /&gt;
then issue the following query&lt;br /&gt;
 mysql&amp;gt; SELECT PK_EntertainArea, Description FROM EntertainArea;&lt;br /&gt;
and select the ID of the desired area from the list:&lt;br /&gt;
 +------------------+------------------+&lt;br /&gt;
 | PK_EntertainArea | Description      |&lt;br /&gt;
 +------------------+------------------+&lt;br /&gt;
 |                1 | Bedroom (Master) |&lt;br /&gt;
 +------------------+------------------+&lt;br /&gt;
 1 row in set (0.00 sec)&lt;br /&gt;
type &#039;quit&#039; to exit:&lt;br /&gt;
 mysql&amp;gt; quit &amp;lt;enter&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Internet_Radio&amp;diff=9572</id>
		<title>Internet Radio</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Internet_Radio&amp;diff=9572"/>
		<updated>2008-03-07T14:02:33Z</updated>

		<summary type="html">&lt;p&gt;Kir: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Tutorials]]&lt;br /&gt;
Currently there is no direct support for the Internet Radio stations list, etc. in LinuxMCE. However, you can create the scenario shortcut to quick-start your favorite station. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Follow these steps&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
1. Go to Web Admin: open internet browser and type your LinuxMCE CORE IP address in the address field.&lt;br /&gt;
&lt;br /&gt;
2. Login with your LinuxMCE user and password.&lt;br /&gt;
&lt;br /&gt;
3. Go to &amp;quot;Advanced -&amp;gt; Configuration -&amp;gt; Scenarios -&amp;gt; Media Scenarios&amp;quot; and press &amp;quot;Add My Scenario&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
4. Under &amp;quot;Add My Scenario&amp;quot; type a description, like &amp;quot;DI - Lounge&amp;quot;, check on which entertainment area (room) you want this scenario to appear. Then press &amp;quot;Save&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
5. Then click on the description of the scenario that you&#039;ve just added.&lt;br /&gt;
&lt;br /&gt;
6. In &amp;quot;Scenario commands&amp;quot; select &amp;quot;Media Plug-in&amp;quot; from the &amp;quot;Device:&amp;quot; drop-down and &amp;quot;MH Play Media&amp;quot; from the &amp;quot;Command:&amp;quot; drop-down, then press the &amp;quot;Add&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
7. In the &amp;quot;#13 Filename (string)&amp;quot; field type the URL of your online radio station ( e.g.: http://scfire-chi0l-1.stream.aol.com/stream/1009 ), in the &amp;quot;#29 PK_MediaType (int)&amp;quot; type 4. In the &amp;quot;#45 PK_EntertainArea (string)&amp;quot; put the number of Entertain Area (it usually starts from 1, see the note below). Press the &amp;quot;Save&amp;quot; button and &amp;quot;Test Command&amp;quot; to see if it works.&lt;br /&gt;
&lt;br /&gt;
8. Do a Quick Reload &amp;amp; Regen and you&#039;ll be able to see on the media menu of your orbiter, your radio. Click on the button and it should start playing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes and troubleshooting&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
1) The media type &amp;quot;4&amp;quot; does correspond to the MEDIATYPE_pluto_StoredAudio_CONST. It is a current workaround, when all stuff will be working OK, it will be changed to the &amp;quot;6&amp;quot; (MEDIATYPE_pluto_LiveRadio_CONST)&lt;br /&gt;
&lt;br /&gt;
2) If radio station playback doesn&#039;t start - try play it couple of times more: there is an issue in xine-lib which causes it sometimes to fail first time.&lt;br /&gt;
&lt;br /&gt;
3) Be sure not to put the URL of playlist in &amp;quot;#13 Filename&amp;quot; parameter - it should be the URL of station itself. Playlist URLs usually end with &amp;quot;.m3u&amp;quot; and &amp;quot;.pls&amp;quot;. Download the playlist and get the URL of station from it (there can be many entries, representing mirrors).&lt;br /&gt;
&lt;br /&gt;
4) If you have issues identifying your Entertain Area ID, you can query the DB directly: at the terminal, start the mysql commandline too:&lt;br /&gt;
 mysql -u root -p pluto_main &amp;lt;enter&amp;gt;&lt;br /&gt;
then issue the following query&lt;br /&gt;
 mysql&amp;gt; SELECT PK_EntertainArea, Description FROM EntertainArea;&lt;br /&gt;
and select the ID of the desired area from the list:&lt;br /&gt;
 +------------------+------------------+&lt;br /&gt;
 | PK_EntertainArea | Description      |&lt;br /&gt;
 +------------------+------------------+&lt;br /&gt;
 |                1 | Bedroom (Master) |&lt;br /&gt;
 +------------------+------------------+&lt;br /&gt;
 1 row in set (0.00 sec)&lt;br /&gt;
type &#039;quit&#039; to exit:&lt;br /&gt;
 mysql&amp;gt; quit  &amp;lt;enter&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Known_Issues_0710_Beta4&amp;diff=9571</id>
		<title>Known Issues 0710 Beta4</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Known_Issues_0710_Beta4&amp;diff=9571"/>
		<updated>2008-03-07T11:05:30Z</updated>

		<summary type="html">&lt;p&gt;Kir: added fix for MythTV player&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* &amp;quot;Failed to get IVTV video driver&amp;quot; message on status window on Orbiter. it&#039;s because IVTV package fails to install.&lt;br /&gt;
* VIA video support is a bit lame at the moment: Cursor leaves dandruff with OpenChrome drivers (fix is to enable SWCursor in xorg.conf, need to make default), MythTV menu text not always drawn with VIA proprietary drivers&lt;br /&gt;
* nVidia 7150 + and some 6150 systems have high cpu problem. This causes high Xorg usage with MythTV + Xine, unless V-Sync disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Zwave children have the device data&#039;s and room reseted after reload router. A fixed was committed (svn rev #19914) in General Info Plugin for this. To fix this on your machine, follow the steps:&lt;br /&gt;
&#039;&#039;- cd /usr/pluto/bin&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- mv General_Info_Plugin.so General_Info_Plugin.so.orig&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- wget -c ftp://builder32.linuxmce.com/Download/GIP-beta4-fix/i386/General_Info_Plugin.so &#039;&#039; (for i386)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;or&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- wget -c ftp://builder32.linuxmce.com/Download/GIP-beta4-fix/x86_64/General_Info_Plugin.so &#039;&#039; (for amd64)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- reload router&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Sorting by genre, performed etc. doesn&#039;t work correctly. A fixed was committed (svn rev #19953) in Media Plugin for this. Also, now  you can rip audio cd and play it in track order (the track number attribute will be attach to audio files). To fix this on your machine, follow the steps:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- cd /usr/pluto/bin&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- mv Media_Plugin.so Media_Plugin.so.orig&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- wget -c ftp://builder32.linuxmce.com/Download/Media_Plugin-beta4-fix/i386/Media_Plugin.so &#039;&#039; (for i386)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;or&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- wget -c ftp://builder32.linuxmce.com/Download/Media_Plugin-beta4-fix/x86_64/Media_Plugin.so &#039;&#039; (for amd64)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- reload router&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* MythTV affects performance of system because of too verbose logging, sometimes even freezing. The fix was commited (svn rev #19965). To fix it on your machine, follow the steps&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- cd /usr/pluto/bin&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- mv MythTV_Player MythTV_Player.orig&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- wget -c ftp://builder32.linuxmce.com/Download/MythTV_Player-beta4-fix/i386/MythTV_Player &#039;&#039; (for i386)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;or&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- wget -c ftp://builder32.linuxmce.com/Download/MythTV_Player-beta4-fix/x86_64/MythTV_Player &#039;&#039; (for amd64)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- chmod +x MythTV_Player&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- reload router&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Axis_Network_Cameras&amp;diff=9546</id>
		<title>Axis Network Cameras</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Axis_Network_Cameras&amp;diff=9546"/>
		<updated>2008-03-06T22:17:12Z</updated>

		<summary type="html">&lt;p&gt;Kir: Undo revision 9545 by Kir (Talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Hardware]]&lt;br /&gt;
[[Category: Cameras]]&lt;br /&gt;
{{stub}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Manufacturer==&lt;br /&gt;
[[http://www.axis.com/ Axis Communications]]&lt;br /&gt;
&lt;br /&gt;
==Default Camera Settings==&lt;br /&gt;
MAC Address starts with 00:40:8C&lt;br /&gt;
&lt;br /&gt;
IP Address = &#039;&#039;Please use the manufacturer&#039;s website for directions on how to find/set the IP address&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Configuration Settings==&lt;br /&gt;
&#039;&#039;&#039;Most model Axis Cameras&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Path = /axis-cgi/jpg/image.cgi&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Axis 2100&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
Path = /cgi-bin/video320x240.mjpg (for low resolution)&lt;br /&gt;
&lt;br /&gt;
Path = /cgi-bin/video640x480.mjpg (for higher resolution)&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Axis_Network_Cameras&amp;diff=9545</id>
		<title>Axis Network Cameras</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Axis_Network_Cameras&amp;diff=9545"/>
		<updated>2008-03-06T22:16:20Z</updated>

		<summary type="html">&lt;p&gt;Kir: boldify titles&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Hardware]]&lt;br /&gt;
[[Category: Cameras]]&lt;br /&gt;
{{stub}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Manufacturer==&lt;br /&gt;
[[http://www.axis.com/ Axis Communications]]&lt;br /&gt;
&lt;br /&gt;
==Default Camera Settings==&lt;br /&gt;
MAC Address starts with 00:40:8C&lt;br /&gt;
&lt;br /&gt;
IP Address = &#039;&#039;Please use the manufacturer&#039;s website for directions on how to find/set the IP address&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Configuration Settings==&lt;br /&gt;
&#039;&#039;&#039;Most model Axis Cameras&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Path = /axis-cgi/jpg/image.cgi&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
Axis 2100&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
Path = /cgi-bin/video320x240.mjpg (for low resolution)&lt;br /&gt;
&lt;br /&gt;
Path = /cgi-bin/video640x480.mjpg (for higher resolution)&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=LinuxMCE:Site_support&amp;diff=9531</id>
		<title>LinuxMCE:Site support</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=LinuxMCE:Site_support&amp;diff=9531"/>
		<updated>2008-03-06T10:32:31Z</updated>

		<summary type="html">&lt;p&gt;Kir: Removing all content from page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Disable_autoplay&amp;diff=9494</id>
		<title>Disable autoplay</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Disable_autoplay&amp;diff=9494"/>
		<updated>2008-03-04T14:48:58Z</updated>

		<summary type="html">&lt;p&gt;Kir: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
When you insert the DVD or AudioCD, LinuxMCE starts playing it automatically. In most cases this is the desired behavior, but sometimes it needs to be disabled. One of such examples is when you are doing the ripping of disks inserting them one by one, while someone is watching stored media on the same M/D.&lt;br /&gt;
&lt;br /&gt;
It is possible to disable autoplay for given drive using the following steps:&lt;br /&gt;
&lt;br /&gt;
1. Start browser and open LinuxMCE web UI there by entering IP address of your LinuxMCE Core&lt;br /&gt;
&lt;br /&gt;
2. Login with your username and password&lt;br /&gt;
&lt;br /&gt;
3. Switch to the &amp;quot;Show devices tree&amp;quot; view&lt;br /&gt;
&lt;br /&gt;
4. Find in the tree the required &amp;quot;Disk_Drive&amp;quot; device for that M/D (note: if you have more than one drive connected, you will need to find the correct one)&lt;br /&gt;
&lt;br /&gt;
5. For this Disk_Drive device, in &amp;quot;Device data&amp;quot; section, uncheck the &amp;quot;Send Events&amp;quot; checkbox. Press &amp;quot;Save&amp;quot; button&lt;br /&gt;
&lt;br /&gt;
6. Do a quick reload router to apply new settings&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: when you will finish your ripping session, you will probably want to revert this modification back&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;This feature is available starting from 0710 beta4&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Disable_autoplay&amp;diff=9493</id>
		<title>Disable autoplay</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Disable_autoplay&amp;diff=9493"/>
		<updated>2008-03-04T14:48:15Z</updated>

		<summary type="html">&lt;p&gt;Kir: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials| ]]&lt;br /&gt;
When you insert the DVD or AudioCD, LinuxMCE starts playing it automatically. In most cases this is the desired behavior, but sometimes it needs to be disabled. One of such examples is when you are doing the ripping of disks inserting them one by one, while someone is watching stored media on the same M/D.&lt;br /&gt;
&lt;br /&gt;
It is possible to disable autoplay for given drive using the following steps:&lt;br /&gt;
&lt;br /&gt;
1. Start browser and open LinuxMCE web UI there by entering IP address of your LinuxMCE Core&lt;br /&gt;
&lt;br /&gt;
2. Login with your username and password&lt;br /&gt;
&lt;br /&gt;
3. Switch to the &amp;quot;Show devices tree&amp;quot; view&lt;br /&gt;
&lt;br /&gt;
4. Find in the tree the required &amp;quot;Disk_Drive&amp;quot; device for that M/D (note: if you have more than one drive connected, you will need to find the correct one)&lt;br /&gt;
&lt;br /&gt;
5. For this Disk_Drive device, in &amp;quot;Device data&amp;quot; section, uncheck the &amp;quot;Send Events&amp;quot; checkbox. Press &amp;quot;Save&amp;quot; button&lt;br /&gt;
&lt;br /&gt;
6. Do a quick reload router to apply new settings&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: when you will finish your ripping session, you will probably want to revert this modification back&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;This feature is available starting from 0710 beta4&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=ChangeLog_0710_Beta4&amp;diff=9492</id>
		<title>ChangeLog 0710 Beta4</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=ChangeLog_0710_Beta4&amp;diff=9492"/>
		<updated>2008-03-04T14:47:48Z</updated>

		<summary type="html">&lt;p&gt;Kir: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;•	Added subtitles support in Xine_Player&lt;br /&gt;
&lt;br /&gt;
•	Support for ocg files in OrbiterSDL &lt;br /&gt;
&lt;br /&gt;
•	Telecom, UpdateMedia improvements and fixes&lt;br /&gt;
&lt;br /&gt;
•	Latest fixes for MythTV&lt;br /&gt;
&lt;br /&gt;
•	Media playback and ripping fixes&lt;br /&gt;
&lt;br /&gt;
•	Added support for ELO and 3M touchscreen&lt;br /&gt;
&lt;br /&gt;
•	Improvements for gc100&lt;br /&gt;
&lt;br /&gt;
•	Webadmin Screensaver page improvements&lt;br /&gt;
&lt;br /&gt;
•	Fixes for dynamic providers list in phone lines.&lt;br /&gt;
&lt;br /&gt;
•	Fixes for sqlCVS client webpage to allow the user to commit DB changes&lt;br /&gt;
&lt;br /&gt;
•	Ripped DVDs with ISO extension now have DVD menu available&lt;br /&gt;
&lt;br /&gt;
•	Ported support of 24-bit FLAC from recent FFMPEG&lt;br /&gt;
&lt;br /&gt;
•	Fixed possible issue with Xine - seeking behind the end of movie&lt;br /&gt;
&lt;br /&gt;
•	Fixed broadcasting for bookmarked media&lt;br /&gt;
&lt;br /&gt;
•	Cleaning list of installed Add Software applications if M/D was reinstalled&lt;br /&gt;
&lt;br /&gt;
•	Launch Manager on Media Station will retry attempts to connect Core forever now - preventing timeout if Core is starting slower&lt;br /&gt;
&lt;br /&gt;
•	It is now possible to [[disable autoplay]] for DVDs/AudioCDs&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CD Installer:&lt;br /&gt;
&lt;br /&gt;
•       Fix installation of nvidia drivers when installing without internet&lt;br /&gt;
&lt;br /&gt;
•       Fix composite manager when running UIDiag&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Storage Devices:&lt;br /&gt;
&lt;br /&gt;
•       Fixed issues with raid status not reporting correctly on MDs&lt;br /&gt;
&lt;br /&gt;
•       Fixed disk free space detection&lt;br /&gt;
&lt;br /&gt;
•       Fixed samba/nfs shares offline detection&lt;br /&gt;
&lt;br /&gt;
•       Switched default from cifs to smbfs for samba shares&lt;br /&gt;
&lt;br /&gt;
•       Wrapper for mount to workaround a bug in umount.smbfs that left /etc/mtab unsync’d&lt;br /&gt;
&lt;br /&gt;
•       Improved password detection for samba shares&lt;br /&gt;
&lt;br /&gt;
•       Fixed internal drive detection for MDs&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other:&lt;br /&gt;
&lt;br /&gt;
•       Began adding support to change the internal network address after install&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: these are changes between SVN revisions 19409 (0710 beta3) and 19829 (0710 beta4)&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Disabling_autoplay&amp;diff=9491</id>
		<title>Disabling autoplay</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Disabling_autoplay&amp;diff=9491"/>
		<updated>2008-03-04T14:47:26Z</updated>

		<summary type="html">&lt;p&gt;Kir: Disabling autoplay moved to Disable autoplay&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Disable autoplay]]&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Disable_autoplay&amp;diff=9490</id>
		<title>Disable autoplay</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Disable_autoplay&amp;diff=9490"/>
		<updated>2008-03-04T14:47:26Z</updated>

		<summary type="html">&lt;p&gt;Kir: Disabling autoplay moved to Disable autoplay&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;When you insert the DVD or AudioCD, LinuxMCE starts playing it automatically. In most cases this is the desired behavior, but sometimes it needs to be disabled. One of such examples is when you are doing the ripping of disks inserting them one by one, while someone is watching stored media on the same M/D.&lt;br /&gt;
&lt;br /&gt;
It is possible to disable autoplay for given drive using the following steps:&lt;br /&gt;
&lt;br /&gt;
1. Start browser and open LinuxMCE web UI there by entering IP address of your LinuxMCE Core&lt;br /&gt;
&lt;br /&gt;
2. Login with your username and password&lt;br /&gt;
&lt;br /&gt;
3. Switch to the &amp;quot;Show devices tree&amp;quot; view&lt;br /&gt;
&lt;br /&gt;
4. Find in the tree the required &amp;quot;Disk_Drive&amp;quot; device for that M/D (note: if you have more than one drive connected, you will need to find the correct one)&lt;br /&gt;
&lt;br /&gt;
5. For this Disk_Drive device, in &amp;quot;Device data&amp;quot; section, uncheck the &amp;quot;Send Events&amp;quot; checkbox. Press &amp;quot;Save&amp;quot; button&lt;br /&gt;
&lt;br /&gt;
6. Do a quick reload router to apply new settings&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: when you will finish your ripping session, you will probably want to revert this modification back&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;This feature is available starting from 0710 beta4&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Disable_autoplay&amp;diff=9489</id>
		<title>Disable autoplay</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Disable_autoplay&amp;diff=9489"/>
		<updated>2008-03-04T14:46:52Z</updated>

		<summary type="html">&lt;p&gt;Kir: New page: When you insert the DVD or AudioCD, LinuxMCE starts playing it automatically. In most cases this is the desired behavior, but sometimes it needs to be disabled. One of such examples is whe...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;When you insert the DVD or AudioCD, LinuxMCE starts playing it automatically. In most cases this is the desired behavior, but sometimes it needs to be disabled. One of such examples is when you are doing the ripping of disks inserting them one by one, while someone is watching stored media on the same M/D.&lt;br /&gt;
&lt;br /&gt;
It is possible to disable autoplay for given drive using the following steps:&lt;br /&gt;
&lt;br /&gt;
1. Start browser and open LinuxMCE web UI there by entering IP address of your LinuxMCE Core&lt;br /&gt;
&lt;br /&gt;
2. Login with your username and password&lt;br /&gt;
&lt;br /&gt;
3. Switch to the &amp;quot;Show devices tree&amp;quot; view&lt;br /&gt;
&lt;br /&gt;
4. Find in the tree the required &amp;quot;Disk_Drive&amp;quot; device for that M/D (note: if you have more than one drive connected, you will need to find the correct one)&lt;br /&gt;
&lt;br /&gt;
5. For this Disk_Drive device, in &amp;quot;Device data&amp;quot; section, uncheck the &amp;quot;Send Events&amp;quot; checkbox. Press &amp;quot;Save&amp;quot; button&lt;br /&gt;
&lt;br /&gt;
6. Do a quick reload router to apply new settings&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: when you will finish your ripping session, you will probably want to revert this modification back&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;This feature is available starting from 0710 beta4&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=ChangeLog_0710_Beta4&amp;diff=9488</id>
		<title>ChangeLog 0710 Beta4</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=ChangeLog_0710_Beta4&amp;diff=9488"/>
		<updated>2008-03-04T14:44:39Z</updated>

		<summary type="html">&lt;p&gt;Kir: added info about revisions for beta3 and beta4&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;•	Added subtitles support in Xine_Player&lt;br /&gt;
&lt;br /&gt;
•	Support for ocg files in OrbiterSDL &lt;br /&gt;
&lt;br /&gt;
•	Telecom, UpdateMedia improvements and fixes&lt;br /&gt;
&lt;br /&gt;
•	Latest fixes for MythTV&lt;br /&gt;
&lt;br /&gt;
•	Media playback and ripping fixes&lt;br /&gt;
&lt;br /&gt;
•	Added support for ELO and 3M touchscreen&lt;br /&gt;
&lt;br /&gt;
•	Improvements for gc100&lt;br /&gt;
&lt;br /&gt;
•	Webadmin Screensaver page improvements&lt;br /&gt;
&lt;br /&gt;
•	Fixes for dynamic providers list in phone lines.&lt;br /&gt;
&lt;br /&gt;
•	Fixes for sqlCVS client webpage to allow the user to commit DB changes&lt;br /&gt;
&lt;br /&gt;
•	Ripped DVDs with ISO extension now have DVD menu available&lt;br /&gt;
&lt;br /&gt;
•	Ported support of 24-bit FLAC from recent FFMPEG&lt;br /&gt;
&lt;br /&gt;
•	Fixed possible issue with Xine - seeking behind the end of movie&lt;br /&gt;
&lt;br /&gt;
•	Fixed broadcasting for bookmarked media&lt;br /&gt;
&lt;br /&gt;
•	Cleaning list of installed Add Software applications if M/D was reinstalled&lt;br /&gt;
&lt;br /&gt;
•	Launch Manager on Media Station will retry attempts to connect Core forever now - preventing timeout if Core is starting slower&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CD Installer:&lt;br /&gt;
&lt;br /&gt;
•       Fix installation of nvidia drivers when installing without internet&lt;br /&gt;
&lt;br /&gt;
•       Fix composite manager when running UIDiag&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Storage Devices:&lt;br /&gt;
&lt;br /&gt;
•       Fixed issues with raid status not reporting correctly on MDs&lt;br /&gt;
&lt;br /&gt;
•       Fixed disk free space detection&lt;br /&gt;
&lt;br /&gt;
•       Fixed samba/nfs shares offline detection&lt;br /&gt;
&lt;br /&gt;
•       Switched default from cifs to smbfs for samba shares&lt;br /&gt;
&lt;br /&gt;
•       Wrapper for mount to workaround a bug in umount.smbfs that left /etc/mtab unsync’d&lt;br /&gt;
&lt;br /&gt;
•       Improved password detection for samba shares&lt;br /&gt;
&lt;br /&gt;
•       Fixed internal drive detection for MDs&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other:&lt;br /&gt;
&lt;br /&gt;
•       Began adding support to change the internal network address after install&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: these are changes between SVN revisions 19409 (0710 beta3) and 19829 (0710 beta4)&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Internet_Radio&amp;diff=9479</id>
		<title>Internet Radio</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Internet_Radio&amp;diff=9479"/>
		<updated>2008-03-04T11:43:22Z</updated>

		<summary type="html">&lt;p&gt;Kir: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Tutorials]]&lt;br /&gt;
Currently there is no direct support for the Internet Radio stations list, etc. in LinuxMCE. However, you can create the scenario shortcut to quick-start your favorite station. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Follow these steps&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
1. Go to Web Admin: open internet browser and type your LinuxMCE CORE IP address in the address field.&lt;br /&gt;
&lt;br /&gt;
2. Login with your LinuxMCE user and password.&lt;br /&gt;
&lt;br /&gt;
3. Go to &amp;quot;Advanced -&amp;gt; Configuration -&amp;gt; Scenarios -&amp;gt; Media Scenarios&amp;quot; and press &amp;quot;Add My Scenario&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
4. Under &amp;quot;Add My Scenario&amp;quot; type a description, like &amp;quot;DI - Lounge&amp;quot;, check on which entertainment area (room) you want this scenario to appear. Then press &amp;quot;Save&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
5. Then click on the description of the scenario that you&#039;ve just added.&lt;br /&gt;
&lt;br /&gt;
6. In &amp;quot;Scenario commands&amp;quot; select &amp;quot;Media Plug-in&amp;quot; from the &amp;quot;Device:&amp;quot; drop-down and &amp;quot;MH Play Media&amp;quot; from the &amp;quot;Command:&amp;quot; drop-down, then press the &amp;quot;Add&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
7. In the &amp;quot;#13 Filename (string)&amp;quot; field type the URL of your online radio station ( e.g.: http://scfire-chi0l-1.stream.aol.com/stream/1009 ), in the &amp;quot;#29 PK_MediaType (int)&amp;quot; type 4. In the &amp;quot;#45 PK_EntertainArea (string)&amp;quot; put the number of Entertain Area (it usually starts from 1, see the note below). Press the &amp;quot;Save&amp;quot; button and &amp;quot;Test Command&amp;quot; to see if it works.&lt;br /&gt;
&lt;br /&gt;
8. Do a Quick Reload &amp;amp; Regen and you&#039;ll be able to see on the media menu of your orbiter, your radio. Click on the button and it should start playing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes and troubleshooting&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
1) The media type &amp;quot;4&amp;quot; does correspond to the MEDIATYPE_pluto_StoredAudio_CONST. It is a current workaround, when all stuff will be working OK, it will be changed to the &amp;quot;6&amp;quot; (MEDIATYPE_pluto_LiveRadio_CONST)&lt;br /&gt;
&lt;br /&gt;
2) If radio station playback doesn&#039;t start - try play it couple of times more: there is an issue in xine-lib which causes it sometimes to fail first time.&lt;br /&gt;
&lt;br /&gt;
3) Be sure not to put the URL of playlist in &amp;quot;#13 Filename&amp;quot; parameter - it should be the URL of station itself. Playlist URLs usually end with &amp;quot;.m3u&amp;quot; and &amp;quot;.pls&amp;quot;. Download the playlist and get the URL of station from it (there can be many entries, representing mirrors).&lt;br /&gt;
&lt;br /&gt;
4) If you have issues identifying your Entertain Area ID, you can query the DB directly: at the terminal, start the mysql commandline too:&lt;br /&gt;
 mysql -u root -p pluto_main &amp;lt;enter&amp;gt;&lt;br /&gt;
then issue the following query&lt;br /&gt;
 mysql&amp;gt; SELECT PK_EntertainArea, Description FROM EntertainArea;&lt;br /&gt;
and select the ID of the desired area from the list:&lt;br /&gt;
 +------------------+------------------+&lt;br /&gt;
 | PK_EntertainArea | Description      |&lt;br /&gt;
 +------------------+------------------+&lt;br /&gt;
 |                1 | Bedroom (Master) |&lt;br /&gt;
 +------------------+------------------+&lt;br /&gt;
 1 row in set (0.00 sec)&lt;br /&gt;
type &#039;quit&#039; to exit:&lt;br /&gt;
 mysql&amp;gt; quit &amp;lt;enter&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Internet_Radio&amp;diff=9478</id>
		<title>Internet Radio</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Internet_Radio&amp;diff=9478"/>
		<updated>2008-03-04T11:42:50Z</updated>

		<summary type="html">&lt;p&gt;Kir: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Tutorials]]&lt;br /&gt;
Currently there is no direct support for the Internet Radio stations list, etc. in LinuxMCE. However, you can create the scenario shortcut to quick-start your favorite station. Follow these steps:&lt;br /&gt;
&lt;br /&gt;
1. Go to Web Admin: open internet browser and type your LinuxMCE CORE IP address in the address field.&lt;br /&gt;
&lt;br /&gt;
2. Login with your LinuxMCE user and password.&lt;br /&gt;
&lt;br /&gt;
3. Go to &amp;quot;Advanced -&amp;gt; Configuration -&amp;gt; Scenarios -&amp;gt; Media Scenarios&amp;quot; and press &amp;quot;Add My Scenario&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
4. Under &amp;quot;Add My Scenario&amp;quot; type a description, like &amp;quot;DI - Lounge&amp;quot;, check on which entertainment area (room) you want this scenario to appear. Then press &amp;quot;Save&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
5. Then click on the description of the scenario that you&#039;ve just added.&lt;br /&gt;
&lt;br /&gt;
6. In &amp;quot;Scenario commands&amp;quot; select &amp;quot;Media Plug-in&amp;quot; from the &amp;quot;Device:&amp;quot; drop-down and &amp;quot;MH Play Media&amp;quot; from the &amp;quot;Command:&amp;quot; drop-down, then press the &amp;quot;Add&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
7. In the &amp;quot;#13 Filename (string)&amp;quot; field type the URL of your online radio station ( e.g.: http://scfire-chi0l-1.stream.aol.com/stream/1009 ), in the &amp;quot;#29 PK_MediaType (int)&amp;quot; type 4. In the &amp;quot;#45 PK_EntertainArea (string)&amp;quot; put the number of Entertain Area (it usually starts from 1, see the note below). Press the &amp;quot;Save&amp;quot; button and &amp;quot;Test Command&amp;quot; to see if it works.&lt;br /&gt;
&lt;br /&gt;
8. Do a Quick Reload &amp;amp; Regen and you&#039;ll be able to see on the media menu of your orbiter, your radio. Click on the button and it should start playing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes and troubleshooting&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
1) The media type &amp;quot;4&amp;quot; does correspond to the MEDIATYPE_pluto_StoredAudio_CONST. It is a current workaround, when all stuff will be working OK, it will be changed to the &amp;quot;6&amp;quot; (MEDIATYPE_pluto_LiveRadio_CONST)&lt;br /&gt;
&lt;br /&gt;
2) If radio station playback doesn&#039;t start - try play it couple of times more: there is an issue in xine-lib which causes it sometimes to fail first time.&lt;br /&gt;
&lt;br /&gt;
3) Be sure not to put the URL of playlist in &amp;quot;#13 Filename&amp;quot; parameter - it should be the URL of station itself. Playlist URLs usually end with &amp;quot;.m3u&amp;quot; and &amp;quot;.pls&amp;quot;. Download the playlist and get the URL of station from it (there can be many entries, representing mirrors).&lt;br /&gt;
&lt;br /&gt;
4) If you have issues identifying your Entertain Area ID, you can query the DB directly: at the terminal, start the mysql commandline too:&lt;br /&gt;
 mysql -u root -p pluto_main &amp;lt;enter&amp;gt;&lt;br /&gt;
then issue the following query&lt;br /&gt;
 mysql&amp;gt; SELECT PK_EntertainArea, Description FROM EntertainArea;&lt;br /&gt;
and select the ID of the desired area from the list:&lt;br /&gt;
 +------------------+------------------+&lt;br /&gt;
 | PK_EntertainArea | Description      |&lt;br /&gt;
 +------------------+------------------+&lt;br /&gt;
 |                1 | Bedroom (Master) |&lt;br /&gt;
 +------------------+------------------+&lt;br /&gt;
 1 row in set (0.00 sec)&lt;br /&gt;
type &#039;quit&#039; to exit:&lt;br /&gt;
 mysql&amp;gt; quit &amp;lt;enter&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Internet_Radio&amp;diff=9477</id>
		<title>Internet Radio</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Internet_Radio&amp;diff=9477"/>
		<updated>2008-03-04T11:42:35Z</updated>

		<summary type="html">&lt;p&gt;Kir: categorized&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Tutorials]]&lt;br /&gt;
&lt;br /&gt;
Currently there is no direct support for the Internet Radio stations list, etc. in LinuxMCE. However, you can create the scenario shortcut to quick-start your favorite station. Follow these steps:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Go to Web Admin: open internet browser and type your LinuxMCE CORE IP address in the address field.&lt;br /&gt;
&lt;br /&gt;
2. Login with your LinuxMCE user and password.&lt;br /&gt;
&lt;br /&gt;
3. Go to &amp;quot;Advanced -&amp;gt; Configuration -&amp;gt; Scenarios -&amp;gt; Media Scenarios&amp;quot; and press &amp;quot;Add My Scenario&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
4. Under &amp;quot;Add My Scenario&amp;quot; type a description, like &amp;quot;DI - Lounge&amp;quot;, check on which entertainment area (room) you want this scenario to appear. Then press &amp;quot;Save&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
5. Then click on the description of the scenario that you&#039;ve just added.&lt;br /&gt;
&lt;br /&gt;
6. In &amp;quot;Scenario commands&amp;quot; select &amp;quot;Media Plug-in&amp;quot; from the &amp;quot;Device:&amp;quot; drop-down and &amp;quot;MH Play Media&amp;quot; from the &amp;quot;Command:&amp;quot; drop-down, then press the &amp;quot;Add&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
7. In the &amp;quot;#13 Filename (string)&amp;quot; field type the URL of your online radio station ( e.g.: http://scfire-chi0l-1.stream.aol.com/stream/1009 ), in the &amp;quot;#29 PK_MediaType (int)&amp;quot; type 4. In the &amp;quot;#45 PK_EntertainArea (string)&amp;quot; put the number of Entertain Area (it usually starts from 1, see the note below). Press the &amp;quot;Save&amp;quot; button and &amp;quot;Test Command&amp;quot; to see if it works.&lt;br /&gt;
&lt;br /&gt;
8. Do a Quick Reload &amp;amp; Regen and you&#039;ll be able to see on the media menu of your orbiter, your radio. Click on the button and it should start playing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes and troubleshooting&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
1) The media type &amp;quot;4&amp;quot; does correspond to the MEDIATYPE_pluto_StoredAudio_CONST. It is a current workaround, when all stuff will be working OK, it will be changed to the &amp;quot;6&amp;quot; (MEDIATYPE_pluto_LiveRadio_CONST)&lt;br /&gt;
&lt;br /&gt;
2) If radio station playback doesn&#039;t start - try play it couple of times more: there is an issue in xine-lib which causes it sometimes to fail first time.&lt;br /&gt;
&lt;br /&gt;
3) Be sure not to put the URL of playlist in &amp;quot;#13 Filename&amp;quot; parameter - it should be the URL of station itself. Playlist URLs usually end with &amp;quot;.m3u&amp;quot; and &amp;quot;.pls&amp;quot;. Download the playlist and get the URL of station from it (there can be many entries, representing mirrors).&lt;br /&gt;
&lt;br /&gt;
4) If you have issues identifying your Entertain Area ID, you can query the DB directly: at the terminal, start the mysql commandline too:&lt;br /&gt;
 mysql -u root -p pluto_main &amp;lt;enter&amp;gt;&lt;br /&gt;
then issue the following query&lt;br /&gt;
 mysql&amp;gt; SELECT PK_EntertainArea, Description FROM EntertainArea;&lt;br /&gt;
and select the ID of the desired area from the list:&lt;br /&gt;
 +------------------+------------------+&lt;br /&gt;
 | PK_EntertainArea | Description      |&lt;br /&gt;
 +------------------+------------------+&lt;br /&gt;
 |                1 | Bedroom (Master) |&lt;br /&gt;
 +------------------+------------------+&lt;br /&gt;
 1 row in set (0.00 sec)&lt;br /&gt;
type &#039;quit&#039; to exit:&lt;br /&gt;
 mysql&amp;gt; quit &amp;lt;enter&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Internet_Radio&amp;diff=9476</id>
		<title>Internet Radio</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Internet_Radio&amp;diff=9476"/>
		<updated>2008-03-04T11:41:31Z</updated>

		<summary type="html">&lt;p&gt;Kir: added notes and troubleshooting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Currently there is no direct support for the Internet Radio stations list, etc. in LinuxMCE. However, you can create the scenario shortcut to quick-start your favorite station. Follow these steps:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Go to Web Admin: open internet browser and type your LinuxMCE CORE IP address in the address field.&lt;br /&gt;
&lt;br /&gt;
2. Login with your LinuxMCE user and password.&lt;br /&gt;
&lt;br /&gt;
3. Go to &amp;quot;Advanced -&amp;gt; Configuration -&amp;gt; Scenarios -&amp;gt; Media Scenarios&amp;quot; and press &amp;quot;Add My Scenario&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
4. Under &amp;quot;Add My Scenario&amp;quot; type a description, like &amp;quot;DI - Lounge&amp;quot;, check on which entertainment area (room) you want this scenario to appear. Then press &amp;quot;Save&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
5. Then click on the description of the scenario that you&#039;ve just added.&lt;br /&gt;
&lt;br /&gt;
6. In &amp;quot;Scenario commands&amp;quot; select &amp;quot;Media Plug-in&amp;quot; from the &amp;quot;Device:&amp;quot; drop-down and &amp;quot;MH Play Media&amp;quot; from the &amp;quot;Command:&amp;quot; drop-down, then press the &amp;quot;Add&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
7. In the &amp;quot;#13 Filename (string)&amp;quot; field type the URL of your online radio station ( e.g.: http://scfire-chi0l-1.stream.aol.com/stream/1009 ), in the &amp;quot;#29 PK_MediaType (int)&amp;quot; type 4. In the &amp;quot;#45 PK_EntertainArea (string)&amp;quot; put the number of Entertain Area (it usually starts from 1, see the note below). Press the &amp;quot;Save&amp;quot; button and &amp;quot;Test Command&amp;quot; to see if it works.&lt;br /&gt;
&lt;br /&gt;
8. Do a Quick Reload &amp;amp; Regen and you&#039;ll be able to see on the media menu of your orbiter, your radio. Click on the button and it should start playing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes and troubleshooting&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
1) The media type &amp;quot;4&amp;quot; does correspond to the MEDIATYPE_pluto_StoredAudio_CONST. It is a current workaround, when all stuff will be working OK, it will be changed to the &amp;quot;6&amp;quot; (MEDIATYPE_pluto_LiveRadio_CONST)&lt;br /&gt;
&lt;br /&gt;
2) If radio station playback doesn&#039;t start - try play it couple of times more: there is an issue in xine-lib which causes it sometimes to fail first time.&lt;br /&gt;
&lt;br /&gt;
3) Be sure not to put the URL of playlist in &amp;quot;#13 Filename&amp;quot; parameter - it should be the URL of station itself. Playlist URLs usually end with &amp;quot;.m3u&amp;quot; and &amp;quot;.pls&amp;quot;. Download the playlist and get the URL of station from it (there can be many entries, representing mirrors).&lt;br /&gt;
&lt;br /&gt;
4) If you have issues identifying your Entertain Area ID, you can query the DB directly: at the terminal, start the mysql commandline too:&lt;br /&gt;
 mysql -u root -p pluto_main &amp;lt;enter&amp;gt;&lt;br /&gt;
then issue the following query&lt;br /&gt;
 mysql&amp;gt; SELECT PK_EntertainArea, Description FROM EntertainArea;&lt;br /&gt;
and select the ID of the desired area from the list:&lt;br /&gt;
 +------------------+------------------+&lt;br /&gt;
 | PK_EntertainArea | Description      |&lt;br /&gt;
 +------------------+------------------+&lt;br /&gt;
 |                1 | Bedroom (Master) |&lt;br /&gt;
 +------------------+------------------+&lt;br /&gt;
 1 row in set (0.00 sec)&lt;br /&gt;
type &#039;quit&#039; to exit:&lt;br /&gt;
 mysql&amp;gt; quit &amp;lt;enter&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Internet_Radio&amp;diff=9475</id>
		<title>Internet Radio</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Internet_Radio&amp;diff=9475"/>
		<updated>2008-03-04T11:35:14Z</updated>

		<summary type="html">&lt;p&gt;Kir: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Currently there is no direct support for the Internet Radio stations list, etc. in LinuxMCE. However, you can create the scenario shortcut to quick-start your favorite station. Follow these steps:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Go to Web Admin: open internet browser and type your LinuxMCE CORE IP address in the address field.&lt;br /&gt;
&lt;br /&gt;
2. Login with your LinuxMCE user and password.&lt;br /&gt;
&lt;br /&gt;
3. Go to &amp;quot;Advanced -&amp;gt; Configuration -&amp;gt; Scenarios -&amp;gt; Media Scenarios&amp;quot; and press &amp;quot;Add My Scenario&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
4. Under &amp;quot;Add My Scenario&amp;quot; type a description, like &amp;quot;DI - Lounge&amp;quot;, check on which entertainment area (room) you want this scenario to appear. Then press &amp;quot;Save&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
5. Then click on the description of the scenario that you&#039;ve just added.&lt;br /&gt;
&lt;br /&gt;
6. In &amp;quot;Scenario commands&amp;quot; select &amp;quot;Media Plug-in&amp;quot; from the &amp;quot;Device:&amp;quot; drop-down and &amp;quot;MH Play Media&amp;quot; from the &amp;quot;Command:&amp;quot; drop-down, then press the &amp;quot;Add&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
7. In the &amp;quot;#13 Filename (string)&amp;quot; field type the URL of your online radio station ( e.g.: http://scfire-chi0l-1.stream.aol.com/stream/1009 ), in the &amp;quot;#29 PK_MediaType (int)&amp;quot; type 4. In the &amp;quot;#45 PK_EntertainArea (string)&amp;quot; put the number of Entertain Area (it usually starts from 1, see the note below). Press the &amp;quot;Save&amp;quot; button and &amp;quot;Test Command&amp;quot; to see if it works.&lt;br /&gt;
&lt;br /&gt;
8. Do a Quick Reload &amp;amp; Regen and you&#039;ll be able to see on the media menu of your orbiter, your radio. Click on the button and it should start playing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes and troubleshooting&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
1) The media type &amp;quot;4&amp;quot; does correspond to the MEDIATYPE_pluto_StoredAudio_CONST. It is a current workaround, when all stuff will be working OK, it will be changed to the &amp;quot;6&amp;quot; (MEDIATYPE_pluto_LiveRadio_CONST)&lt;br /&gt;
&lt;br /&gt;
2) If radio station playback doesn&#039;t start - try play it couple of times more: there is an issue in xine-lib which causes it sometimes to fail first time.&lt;br /&gt;
&lt;br /&gt;
3) Be sure not to put the URL of playlist in &amp;quot;#13 Filename&amp;quot; parameter - it should be the URL of station itself. Playlist URLs usually end with &amp;quot;.m3u&amp;quot; and &amp;quot;.pls&amp;quot;. Download the playlist and get the URL of station from it (there can be many entries, representing mirrors).&lt;br /&gt;
&lt;br /&gt;
4) If you have issues identifying your Entertain Area ID, you can query the DB directly: issue the following query on the &amp;quot;pluto_main&amp;quot; db:&lt;br /&gt;
&amp;quot;SELECT PK_EntertainArea, Description FROM EntertainArea;&amp;quot; and select the ID of the desired area from the list.&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Internet_Radio&amp;diff=9474</id>
		<title>Internet Radio</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Internet_Radio&amp;diff=9474"/>
		<updated>2008-03-04T11:34:53Z</updated>

		<summary type="html">&lt;p&gt;Kir: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Currently there is no direct support for the Internet Radio stations list, etc. in LinuxMCE. However, you can create the scenario shortcut to quick-start your favorite station. Follow these steps:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Go to Web Admin: open internet browser and type your LinuxMCE CORE IP address in the address field.&lt;br /&gt;
&lt;br /&gt;
2. Login with your LinuxMCE user and password.&lt;br /&gt;
&lt;br /&gt;
3. Go to &amp;quot;Advanced -&amp;gt; Configuration -&amp;gt; Scenarios -&amp;gt; Media Scenarios&amp;quot; and press &amp;quot;Add My Scenario&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
4. Under &amp;quot;Add My Scenario&amp;quot; type a description, like &amp;quot;DI - Lounge&amp;quot;, check on which entertainment area (room) you want this scenario to appear. Then press &amp;quot;Save&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
5. Then click on the description of the scenario that you&#039;ve just added.&lt;br /&gt;
&lt;br /&gt;
6. In &amp;quot;Scenario commands&amp;quot; select &amp;quot;Media Plug-in&amp;quot; from the &amp;quot;Device:&amp;quot; drop-down and &amp;quot;MH Play Media&amp;quot; from the &amp;quot;Command:&amp;quot; drop-down, then press the &amp;quot;Add&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
7. In the &amp;quot;#13 Filename (string)&amp;quot; field type the URL of your online radio station ( e.g.: http://scfire-chi0l-1.stream.aol.com/stream/1009 ), in the &amp;quot;#29 PK_MediaType (int)&amp;quot; type 4. In the &amp;quot;#45 PK_EntertainArea (string)&amp;quot; put the number of Entertain Area (it usually starts from 1, see the note below). Press the &amp;quot;Save&amp;quot; button and &amp;quot;Test Command&amp;quot; to see if it works.&lt;br /&gt;
&lt;br /&gt;
8. Do a Quick Reload &amp;amp; Regen and you&#039;ll be able to see on the media menu of your orbiter, your radio. Click on the button and it should start playing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes and troubleshooting&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
1) The media type &amp;quot;4&amp;quot; does correspond to the MEDIATYPE_pluto_StoredAudio_CONST. It is a current workaround, when all stuff will be working OK, it will be changed to the &amp;quot;6&amp;quot; (MEDIATYPE_pluto_LiveRadio_CONST)&lt;br /&gt;
&lt;br /&gt;
2) If radio station playback doesn&#039;t start - try play it couple of times more: there is an issue in xine-lib which causes it sometimes to fail first time.&lt;br /&gt;
&lt;br /&gt;
3) Be sure not to put the URL of playlist in &amp;quot;#13 Filename&amp;quot; parameter - it should be the URL of station itself. Playlist URLs usually end with &amp;quot;.m3u&amp;quot; and &amp;quot;.pls&amp;quot;. Download the playlist and get the URL of station from it (there can be many entries, representing mirrors).&lt;br /&gt;
&lt;br /&gt;
4) If you have issues identifying your Entertain Area ID, you can query the DB directly: issue the following query on the &amp;quot;pluto_main&amp;quot; DB:&lt;br /&gt;
&amp;quot;SELECT PK_EntertainArea, Description FROM EntertainArea;&amp;quot; and select the ID of the desired area from the list.&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Internet_Radio&amp;diff=9473</id>
		<title>Internet Radio</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Internet_Radio&amp;diff=9473"/>
		<updated>2008-03-04T11:27:50Z</updated>

		<summary type="html">&lt;p&gt;Kir: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Currently there is no direct support for the Internet Radio stations list, etc. in LinuxMCE. However, you can create the scenario shortcut to quick-start your favorite station. Follow these steps:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Go to Web Admin: open internet browser and type your LinuxMCE CORE IP address in the address field.&lt;br /&gt;
&lt;br /&gt;
2. Login with your LinuxMCE user and password.&lt;br /&gt;
&lt;br /&gt;
3. Go to &amp;quot;Advanced -&amp;gt; Configuration -&amp;gt; Scenarios -&amp;gt; Media Scenarios&amp;quot; and press &amp;quot;Add My Scenario&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
4. Under &amp;quot;Add My Scenario&amp;quot; type a description, like &amp;quot;DI - Lounge&amp;quot;, check on which entertainment area (room) you want this scenario to appear. Then press &amp;quot;Save&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
5. Then click on the description of the scenario that you&#039;ve just added.&lt;br /&gt;
&lt;br /&gt;
6. In &amp;quot;Scenario commands&amp;quot; select &amp;quot;Media Plug-in&amp;quot; from the &amp;quot;Device:&amp;quot; drop-down and &amp;quot;MH Play Media&amp;quot; from the &amp;quot;Command:&amp;quot; drop-down, then press the &amp;quot;Add&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
7. In the &amp;quot;#13 Filename (string)&amp;quot; field type the URL of your online radio station ( e.g.: http://scfire-chi0l-1.stream.aol.com/stream/1009 ), in the &amp;quot;#29 PK_MediaType (int)&amp;quot; type 4. In the &amp;quot;#45 PK_EntertainArea (string)&amp;quot; put the number of Entertain Area (it usually starts from 1, see the note below). Press the &amp;quot;Save&amp;quot; button and &amp;quot;Test Command&amp;quot; to see if it works.&lt;br /&gt;
&lt;br /&gt;
8. Do a Quick Reload &amp;amp; Regen and you&#039;ll be able to see on the media menu of your orbiter, your radio. Click on the button and it should start playing.&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Internet_Radio&amp;diff=9472</id>
		<title>Internet Radio</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Internet_Radio&amp;diff=9472"/>
		<updated>2008-03-04T11:27:39Z</updated>

		<summary type="html">&lt;p&gt;Kir: created page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Currently there is no direct support for the Internet Radio stations list, etc. in LinuxMCE. However, you can create the scenario shortcut to quick-start your favorite station. Follow these steps:&lt;br /&gt;
&lt;br /&gt;
1. Go to Web Admin: open internet browser and type your LinuxMCE CORE IP address in the address field.&lt;br /&gt;
&lt;br /&gt;
2. Login with your LinuxMCE user and password.&lt;br /&gt;
&lt;br /&gt;
3. Go to &amp;quot;Advanced -&amp;gt; Configuration -&amp;gt; Scenarios -&amp;gt; Media Scenarios&amp;quot; and press &amp;quot;Add My Scenario&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
4. Under &amp;quot;Add My Scenario&amp;quot; type a description, like &amp;quot;DI - Lounge&amp;quot;, check on which entertainment area (room) you want this scenario to appear. Then press &amp;quot;Save&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
5. Then click on the description of the scenario that you&#039;ve just added.&lt;br /&gt;
&lt;br /&gt;
6. In &amp;quot;Scenario commands&amp;quot; select &amp;quot;Media Plug-in&amp;quot; from the &amp;quot;Device:&amp;quot; drop-down and &amp;quot;MH Play Media&amp;quot; from the &amp;quot;Command:&amp;quot; drop-down, then press the &amp;quot;Add&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
7. In the &amp;quot;#13 Filename (string)&amp;quot; field type the URL of your online radio station ( e.g.: http://scfire-chi0l-1.stream.aol.com/stream/1009 ), in the &amp;quot;#29 PK_MediaType (int)&amp;quot; type 4. In the &amp;quot;#45 PK_EntertainArea (string)&amp;quot; put the number of Entertain Area (it usually starts from 1, see the note below). Press the &amp;quot;Save&amp;quot; button and &amp;quot;Test Command&amp;quot; to see if it works.&lt;br /&gt;
&lt;br /&gt;
8. Do a Quick Reload &amp;amp; Regen and you&#039;ll be able to see on the media menu of your orbiter, your radio. Click on the button and it should start playing.&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=ChangeLog_0710_Beta4&amp;diff=9420</id>
		<title>ChangeLog 0710 Beta4</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=ChangeLog_0710_Beta4&amp;diff=9420"/>
		<updated>2008-03-03T12:02:07Z</updated>

		<summary type="html">&lt;p&gt;Kir: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;•	Added subtitles support in Xine_Player&lt;br /&gt;
&lt;br /&gt;
•	Support for ocg files in OrbiterSDL &lt;br /&gt;
&lt;br /&gt;
•	Telecom, UpdateMedia improvements and fixes&lt;br /&gt;
&lt;br /&gt;
•	Latest fixes for MythTV&lt;br /&gt;
&lt;br /&gt;
•	Media playback and ripping fixes&lt;br /&gt;
&lt;br /&gt;
•	Added support for ELO and 3M touchscreen&lt;br /&gt;
&lt;br /&gt;
•	Improvements for gc100&lt;br /&gt;
&lt;br /&gt;
•	Webadmin Screensaver page improvements&lt;br /&gt;
&lt;br /&gt;
•	Fixes for dynamic providers list in phone lines.&lt;br /&gt;
&lt;br /&gt;
•	Fixes for sqlCVS client webpage to allow the user to commit DB changes&lt;br /&gt;
&lt;br /&gt;
•	Ripped DVDs with ISO extension now have DVD menu available&lt;br /&gt;
&lt;br /&gt;
•	Ported support of 24-bit FLAC from recent FFMPEG&lt;br /&gt;
&lt;br /&gt;
•	Fixed possible issue with Xine - seeking behind the end of movie&lt;br /&gt;
&lt;br /&gt;
•	Fixed broadcasting for bookmarked media&lt;br /&gt;
&lt;br /&gt;
•	Cleaning list of installed Add Software applications if M/D was reinstalled&lt;br /&gt;
&lt;br /&gt;
•	Launch Manager on Media Station will retry attempts to connect Core forever now - preventing timeout if Core is starting slower&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CD Installer:&lt;br /&gt;
&lt;br /&gt;
•       Fix installation of nvidia drivers when installing without internet&lt;br /&gt;
&lt;br /&gt;
•       Fix composite manager when running UIDiag&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Storage Devices:&lt;br /&gt;
&lt;br /&gt;
•       Fixed issues with raid status not reporting correctly on MDs&lt;br /&gt;
&lt;br /&gt;
•       Fixed disk free space detection&lt;br /&gt;
&lt;br /&gt;
•       Fixed samba/nfs shares offline detection&lt;br /&gt;
&lt;br /&gt;
•       Switched default from cifs to smbfs for samba shares&lt;br /&gt;
&lt;br /&gt;
•       Wrapper for mount to workaround a bug in umount.smbfs that left /etc/mtab unsync’d&lt;br /&gt;
&lt;br /&gt;
•       Improved password detection for samba shares&lt;br /&gt;
&lt;br /&gt;
•       Fixed internal drive detection for MDs&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other:&lt;br /&gt;
&lt;br /&gt;
•       Began adding support to change the internal network address after install&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Source_Code&amp;diff=9261</id>
		<title>Source Code</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Source_Code&amp;diff=9261"/>
		<updated>2008-02-28T12:42:42Z</updated>

		<summary type="html">&lt;p&gt;Kir: added information about official SVN repository&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;LinuxMCE&#039;&#039;&#039; is a pretty big project. Not counting [[GSD]] devices, LinuxMCE&#039;s own code is already well over a million lines in hundreds of modules, with over 1,000 pages of online documentation, and in addition LinuxMCE also incorporates lots of other big open source projects like [[Asterisk]], [[Xine]], [[MythTV]], [[Firefox]], [http://www.videolan.org/ VideoLan], [http://www.slimdevices.com/pi_features.html SlimServer], [http://www.kubuntu.org/ Kubuntu Linux] itself, etc., all of which have special LinuxMCE &#039;wrappers&#039; to allow them to work together seamlessly as a total home solution. For the brave of heart, you can also download modules by hand, and see all the dependencies and compatibility for each module.&lt;br /&gt;
&lt;br /&gt;
=SVN repository (always up-to-date)=&lt;br /&gt;
&lt;br /&gt;
Current source is available here:&lt;br /&gt;
http://svn.linuxmce.com/pluto/trunk - you can browse it using web browser or use Subversion tool to check out code and fetch further updates:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
svn checkout http://svn.linuxmce.com/pluto/trunk linuxmce&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[FOSS 0710]] contains information about auto-built debs and binaries&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Charon Media snapshot of sources (older)=&lt;br /&gt;
&lt;br /&gt;
You can browse the [http://svn.charonmedia.com/trac.cgi/browser LinuxMCE source] at the [http://svn.charonmedia.com/ Charon Media Trac website].  Or you can download it from SVN:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Download snapshot (391MiB)&lt;br /&gt;
wget http://www.charonmedia.org/lmce-1465.tbz&lt;br /&gt;
&lt;br /&gt;
# Test checksum to ensure it was downloaded intact.&lt;br /&gt;
md5sum lmce-1465.tbz # should be b3d4b3f6b33ff5e6c4641390f2314095&lt;br /&gt;
&lt;br /&gt;
# Update snapshot (uncompressed: 1823MiB either snapshot or updated).&lt;br /&gt;
tar xfj lmce-1465.tbz&lt;br /&gt;
cd lmce&lt;br /&gt;
svn update&lt;br /&gt;
&lt;br /&gt;
# Build from source (optional) to 3692MiB, total source+build = 5515MiB.&lt;br /&gt;
./configure&lt;br /&gt;
make&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The old version of the source code description (of the old SVN) could be a good starting point for identifying what each of the code in the current SVN does, but it&#039;s no guarantee. An updated version of that description would be very useful.&lt;br /&gt;
&lt;br /&gt;
=Obsolete Source=&lt;br /&gt;
This section refers to the obsolete sourcecode stored at SourceForge. The current (recent 0704 and all 0710) source is stored at Charon Media, as mentioned in [[#Current_Source]]. The descriptions of the obsolete code might also be wrong descriptions of the current structure and content of the source code, but it could be a clue where none others exist, because that&#039;s where the current source code evolved from. (- [[User:Matthew|Matthew]] 08:51, 10 January 2008 (MST))&lt;br /&gt;
&lt;br /&gt;
You can browse the [http://linuxmce.svn.sourceforge.net/viewvc/linuxmce/trunk/ web based repository viewer].  Or you can do an anonymous svn checkout as follows:&lt;br /&gt;
&lt;br /&gt;
svn co &amp;lt;nowiki&amp;gt;http://&amp;lt;/nowiki&amp;gt;linuxmce.svn.sourceforge.net/svnroot/linuxmce/trunk/&#039;&#039;modulename&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You can checkout all the software with if you use http://linuxmce.svn.sourceforge.net/viewvc/linuxmce/trunk/ as the repository location for the module name, or go to the [http://linuxmce.svn.sourceforge.net/viewvc/linuxmce/trunk/ repository viewer] to find the name of the SVN directory for the module you are interested in.&lt;br /&gt;
&lt;br /&gt;
Here are short instructions if you want compile your module with svn sources : [[Building_From_Source|Building from source]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I&#039;ve made a start at some pointers to finding your way around the code. [Note, I&#039;m a noob here, so I may have got this wrong, so feel free to add/change. Also, it&#039;s by no means complete yet!]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;trunk/config-pkgs/&#039;&#039;&#039;&#039;&#039; contains ...&lt;br /&gt;
* &#039;&#039;intel8x0/&#039;&#039; - &lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;trunk/installers/&#039;&#039;&#039;&#039;&#039; contains ...&lt;br /&gt;
* &#039;&#039;CD_Installer/&#039;&#039; - &lt;br /&gt;
* &#039;&#039;Installers/&#039;&#039; - &lt;br /&gt;
* &#039;&#039;PhoneInstall/&#039;&#039; - &lt;br /&gt;
* &#039;&#039;WindowsInstaller/&#039;&#039; - &lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;trunk/libs/&#039;&#039;&#039;&#039;&#039; contains ...&lt;br /&gt;
* &#039;&#039;CrossPlatform/&#039;&#039; - &lt;br /&gt;
* &#039;&#039;Libraries/&#039;&#039; - &lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;trunk/src/&#039;&#039;&#039;&#039;&#039; contains ...&lt;br /&gt;
* &#039;&#039;ANSI-to-HTML/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;AVWizard/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Add_Software/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;App_Server/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;AptUtils/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Asterisk/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;BD/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Basic_XML_Data_Source_Plugin/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Bluetooth_Dongle/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;BootScripts/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;CDDB_Identifier/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;CM11A/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;CheckDependencyScript/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;CliUtils/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Climate_Plugin/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;ColorSplitter/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;ConfirmDependencies/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;ConfirmDependencies_Script/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;ConfirmDependencies_Script_Offline/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;CreateDevice/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Crystal_Fontz_USBRS232/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;DCE/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;DCEGen/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;DCERouter/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Datagrid_Plugin/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Dhcpd-Plugin/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;DiskMonitor/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Disk_Drive/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Disk_Drive_Functions/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Diskless-Add-Ons/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;DynamicDNS/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;EIB/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Event_Plugin/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;FakeEPG/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;File_Grids_Plugin/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Firewire2Video4Linux/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;FirewireVideo/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;GalleryViewer/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Gen_Devices/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;General_Info_Plugin/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Generic_Serial_Device/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;GyrationMouse/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;HAL/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;HAL_DeviceFinder/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;HDHomeRun/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Hooks_rcS/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;IR/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;IRBase/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;IRTrans/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Infrared_Plugin/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;JobHandler/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;LIRC_DCE/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Lighting_Plugin/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Linphone/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;MaemoOrbiterLauncher/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;MakeRelease/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;MakeRelease_PrepFiles/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Media_Live_LCDButtons/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Media_Plugin/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;MessageSend/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;MessageTranslation/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Motion_Wrapper/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;MythTV_Backend_Proxy/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;MythTV_Player/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;MythTV_PlugIn/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Network_Storage/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;NewMD_interactor/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Orbiter/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;OrbiterGen/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Orbiter_Plugin/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;OutlookSync/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Photo_Screen_Saver/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Plug_And_Play_Plugin/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;PlutoDHCP/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;PlutoMO/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;PlutoRaidTools/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;PlutoStorageDevices/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;PlutoUpdateSystem/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;PlutoUpgradeHelper/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;PlutoUtils/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;PlutoVIP/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Powerfile_C200/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Proxy_Orbiter/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Qos/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;RA/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;RemoteAssistance/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;SDL_Helpers/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;SMPTE_Fountain/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;STEngine/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;SVNLog/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;SambaScan/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;ScreenGen/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Security_Plugin/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Serial/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;SerializeClass/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Setup_CaptureCards/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Setup_SoundCards/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;SimplePhone/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;SlimServer_PlugIn/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Slim_Server_Streamer/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;SoundScripts/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Speech/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Splitter/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Telecom_Plugin/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;TestSerialPort/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Test_Treo/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Text_To_Speech/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Tira/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Tribune/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Tribunexml/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;UPnP/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;USB_PNP/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;USB_UIRT_0038/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;UbuntuDiskless/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Ubuntu_Helpers/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;UpdateEntArea/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;UpdateMedia/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;VDR/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;VDRPlugin/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;VFD_LCD/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;VIPDesign/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;VIPEstablishment/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;VIPServer/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;VIPShared/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;VideoLan_Client/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;VideoLan_PlugIn/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;VideoLan_Server/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;VoiceMailMonitor/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;WinBluetooth/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Windows_Share_Scanner/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;X-KbLayout/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;X-Resolution/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;XML_Data_Handler_Plugin/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;XinePlayerTest/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Xine_Player/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Xine_Plugin/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;bin/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;convert_color/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;convert_mac/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;convert_time/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;database/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;database_audi/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;database_marbella/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;designer/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;docs/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;drivers/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;fakepkgs/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;gc100/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;inotify/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;kernel-upgrade/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;lib/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;mce-installer/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;mce-launcher/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;pluto-ati-drivers/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;pluto-nvidia-drivers/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;pluto_gcs-2.6_module/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;pluto_main/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;pluto_media/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;pluto_media_updater/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;pluto_security/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;pluto_speech/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;pluto_telecom/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;pnp_detection_scripts/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;shift_state/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;skins/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;so_postinst/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;sql2cpp/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;sqlCVS/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;ussp-push/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;utilities/ &#039;&#039; - &lt;br /&gt;
* &#039;&#039;BuildWinBinaries.bat &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Construct &#039;&#039; - &lt;br /&gt;
* &#039;&#039;MakeRelease_All.bat &#039;&#039; - &lt;br /&gt;
* &#039;&#039;MakeRelease_Symbian_S60.bat &#039;&#039; - &lt;br /&gt;
* &#039;&#039;MakeRelease_Windows.bat &#039;&#039; - &lt;br /&gt;
* &#039;&#039;MakeRelease_WindowsCE.bat &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Makefile &#039;&#039; - &lt;br /&gt;
* &#039;&#039;Makefile_all &#039;&#039; - &lt;br /&gt;
* &#039;&#039;SwitchToLinuxMCE.bat &#039;&#039; - &lt;br /&gt;
* &#039;&#039;SwitchToPluto.bat &#039;&#039; - &lt;br /&gt;
* &#039;&#039;build.xml &#039;&#039; - &lt;br /&gt;
* &#039;&#039;pluto.sln &#039;&#039; - &lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;trunk/ubuntu&#039;&#039;&#039;&#039;&#039; contains ...&lt;br /&gt;
* &#039;&#039;asterisk/&#039;&#039; - &lt;br /&gt;
* &#039;&#039;libsdl1.2-1.2.10/&#039;&#039; - &lt;br /&gt;
* &#039;&#039;libsdl1.2-1.2.7+1.2.8cvs20041007/&#039;&#039; - &lt;br /&gt;
* &#039;&#039;lirc-pluto-0.1/&#039;&#039; - &lt;br /&gt;
* &#039;&#039;lshwd-2.0-rc4/&#039;&#039; - &lt;br /&gt;
* &#039;&#039;mtx-1.3.10/&#039;&#039; - &lt;br /&gt;
* &#039;&#039;tee-pluto/&#039;&#039; - &lt;br /&gt;
* &#039;&#039;xine-lib-1.1.3/&#039;&#039; - &lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;trunk/web&#039;&#039;&#039;&#039;&#039; contains the two web-based configuration programs:&lt;br /&gt;
* &#039;&#039;Amp&#039;&#039; - The Asterisk (IP Phone exchange) management program&lt;br /&gt;
* &#039;&#039;pluto-admin&#039;&#039; - LinuxMCE Web Admin&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Add_Web_Orbiter&amp;diff=9206</id>
		<title>Add Web Orbiter</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Add_Web_Orbiter&amp;diff=9206"/>
		<updated>2008-02-26T12:52:04Z</updated>

		<summary type="html">&lt;p&gt;Kir: fixed button name&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
== Web Orbiter ==&lt;br /&gt;
&lt;br /&gt;
[http://linuxmce.com LinuxMCE] - open source home automation system supports many devices to control house. These devices are called Orbiters. There is a Windows-based Orbiter for XP UMPC, SDL Orbiter for Linux-based devices, Simbian-based Orbiter etc. But to provide flexible functionality to control your home LinuxMCE has a Web Orbiter. It works fine with IE, Firefox and Opera and allows to connect to the home automation system from any PC.&lt;br /&gt;
&lt;br /&gt;
Procedure to setup the Web Orbiter is simple but the order of steps is important:&lt;br /&gt;
===Creating Web Orbiter===&lt;br /&gt;
# First of all we should add a new Generic Web Device as a Child Device for your Core. Press &amp;quot;Show devices tree&amp;quot; and then &amp;quot;CORE&amp;quot;. The Core detailed page should appear. &lt;br /&gt;
# On this page press a link &#039;Create Child Device&#039; and press the button &#039;Pick device template&#039; in the Add child device window. The new pop-up window contained device templates will be opened. &lt;br /&gt;
# Choose a category &#039;Peripherals&#039;, find and select Generic Web Device in the right list box and press the button &#039;Pick device template&#039;. Generic Web Device will be added to the Core. Also new Generic Proxy Orbiter will be created automatically on this stage. &lt;br /&gt;
===Web Orbiter Generated===&lt;br /&gt;
[[Image:OrbiterGenerationFinished.jpg|thumb|150px]]&lt;br /&gt;
We can watch the Orbiter generation process on the Orbiters page: Wizard --&amp;amp;gt; Devices --&amp;amp;gt; Orbiters.&lt;br /&gt;
# Wait until generation procedure finishes &lt;br /&gt;
&lt;br /&gt;
===Quick Reload Router===&lt;br /&gt;
# Don&#039;t forget Quick reload router. It&#039;s important because otherwise the Orbiter won&#039;t work properly&lt;br /&gt;
===Accessing New Web Orbiter===&lt;br /&gt;
# We can access to the Web Orbiter just typing URL &#039;&#039;&amp;lt;nowiki&amp;gt;http://core_ip/pluto-admin/weborbiter.php&amp;lt;/nowiki&amp;gt;&#039;&#039;  in the browser address bar.&lt;br /&gt;
# We should input existing user name and password and choose Generic Web Device from the dropdown list. As result we should have something similar: &lt;br /&gt;
&lt;br /&gt;
[[Image:Web_Orbiter.jpg|center|450px]]&lt;br /&gt;
===Troubleshooting===&lt;br /&gt;
If you try to connect to the Web Orbiter and see this message : &lt;br /&gt;
&amp;lt;code&amp;gt;&amp;quot;Connect to proxy orbiter failed, please try again&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
this means that the procedure of Orbiter generation doesn&#039;t finish yet or you forgot to quick restart of router.&lt;br /&gt;
&lt;br /&gt;
[[Category: Orbiters]]&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Hiding_LinuxMCE_windows_from_KDE_desktop&amp;diff=9205</id>
		<title>Hiding LinuxMCE windows from KDE desktop</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Hiding_LinuxMCE_windows_from_KDE_desktop&amp;diff=9205"/>
		<updated>2008-02-26T11:02:30Z</updated>

		<summary type="html">&lt;p&gt;Kir: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
By default, there are 3 LinuxMCE windows from desktop #5 displayed in taskbar even when you are on desktops 1-4. You can adjust the settings to not display them in task bar (and avoid occasional clicking on them): right click on the task bar, then &amp;quot;Configure Panel =&amp;gt; Taskbar =&amp;gt; unmark tick &#039;Show windows from all &lt;br /&gt;
desktops&#039;&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Kicker-snapshot.jpg]]&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Hiding_LinuxMCE_windows_from_KDE_desktop&amp;diff=9204</id>
		<title>Hiding LinuxMCE windows from KDE desktop</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Hiding_LinuxMCE_windows_from_KDE_desktop&amp;diff=9204"/>
		<updated>2008-02-26T10:55:45Z</updated>

		<summary type="html">&lt;p&gt;Kir: assign category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
By default, there are 3 LinuxMCE windows from desktop #5 displayed in taskbar even when you are on desktops 1-4. You can adjust the settings to not display them in task bar (and avoid occasional clicking on them): right click on the panel, then &amp;quot;Configure Panel =&amp;gt; Taskbar =&amp;gt; unmark tick &#039;Show windows from all &lt;br /&gt;
desktops&#039;&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Kicker-snapshot.jpg]]&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Hiding_LinuxMCE_windows_from_KDE_desktop&amp;diff=9203</id>
		<title>Hiding LinuxMCE windows from KDE desktop</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Hiding_LinuxMCE_windows_from_KDE_desktop&amp;diff=9203"/>
		<updated>2008-02-26T10:54:41Z</updated>

		<summary type="html">&lt;p&gt;Kir: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;By default, there are 3 LinuxMCE windows from desktop #5 displayed in taskbar even when you are on desktops 1-4. You can adjust the settings to not display them in task bar (and avoid occasional clicking on them): right click on the panel, then &amp;quot;Configure Panel =&amp;gt; Taskbar =&amp;gt; unmark tick &#039;Show windows from all &lt;br /&gt;
desktops&#039;&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Kicker-snapshot.jpg]]&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=File:Kicker-snapshot.jpg&amp;diff=9202</id>
		<title>File:Kicker-snapshot.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=File:Kicker-snapshot.jpg&amp;diff=9202"/>
		<updated>2008-02-26T10:54:00Z</updated>

		<summary type="html">&lt;p&gt;Kir: Snapshot of Kicker configuration window&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Snapshot of Kicker configuration window&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Hiding_LinuxMCE_windows_from_KDE_desktop&amp;diff=9201</id>
		<title>Hiding LinuxMCE windows from KDE desktop</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Hiding_LinuxMCE_windows_from_KDE_desktop&amp;diff=9201"/>
		<updated>2008-02-26T10:53:02Z</updated>

		<summary type="html">&lt;p&gt;Kir: New page: By default, there are 3 LinuxMCE windows from desktop #5 displayed in taskbar even when you are on desktops 1-4. You can adjust the settings to not display them in task bar (and avoid occa...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;By default, there are 3 LinuxMCE windows from desktop #5 displayed in taskbar even when you are on desktops 1-4. You can adjust the settings to not display them in task bar (and avoid occasional clicking on them): right click on the panel, then &amp;quot;Configure Panel =&amp;gt; Taskbar =&amp;gt; unmark tick &#039;Show windows from all &lt;br /&gt;
desktops&#039;&amp;quot;.&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Setting_Region_of_DVD_Drive&amp;diff=8621</id>
		<title>Setting Region of DVD Drive</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Setting_Region_of_DVD_Drive&amp;diff=8621"/>
		<updated>2008-01-30T13:14:34Z</updated>

		<summary type="html">&lt;p&gt;Kir: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====Introduction====&lt;br /&gt;
In some situations, the DVD drive may refuse to play DVDs because of the region ID not set in drive. This also can affect the ripping of DVD disks on this drive.&lt;br /&gt;
&lt;br /&gt;
====Verification of currently set DVD region====&lt;br /&gt;
To verify the settings of your DVD drive, you should use the &#039;&#039;&#039;dvd_region&#039;&#039;&#039; tool: by default it tries to open the drive /dev/dvd but in recent LinuxMCE installations, the different numbering schema is used, e.g. /dev/dvd1 , /dev/dvd2 , etc. Use the &amp;quot;-d&amp;quot; option to change the drive to query:&lt;br /&gt;
&lt;br /&gt;
 root@dcerouter:~# /usr/pluto/bin/dvd_region -d /dev/dvd1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If the region ID is set, you should see the similar output:&lt;br /&gt;
&lt;br /&gt;
 Drive region info:&lt;br /&gt;
 Type: Drive region is set&lt;br /&gt;
 4 vendor resets available&lt;br /&gt;
 4 user controlled changes available&lt;br /&gt;
 Region: 1 playable&lt;br /&gt;
 RPC Scheme: The Logical Unit _shall_ adhere to the specification and all requirements of the CSS license agreement concerning RPC&lt;br /&gt;
&lt;br /&gt;
====Setting DVD region====&lt;br /&gt;
If you see the message about not set region ID, you can set it using combination of options &amp;quot;-s&amp;quot; and &amp;quot;-r&amp;quot;, for example, to set region to 1 (which corresponds to the US and Canada), you should run:&lt;br /&gt;
&lt;br /&gt;
 root@dcerouter:~# /usr/pluto/bin/dvd_region -s -r 1 -d /dev/dvd1&lt;br /&gt;
&lt;br /&gt;
And press enter when you will be asked if you really want to set DVD region.&lt;br /&gt;
&lt;br /&gt;
====Extra information====&lt;br /&gt;
1. There is an article in Wikipedia on DVD region code: http://en.wikipedia.org/wiki/DVD_region_code&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Subtitles_Support&amp;diff=8600</id>
		<title>Subtitles Support</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Subtitles_Support&amp;diff=8600"/>
		<updated>2008-01-28T15:41:13Z</updated>

		<summary type="html">&lt;p&gt;Kir: /* External subtitles for video files (AVI, etc.) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=DVD subtitles=&lt;br /&gt;
&lt;br /&gt;
Xine Player supports DVD subtitles for a long time, you can change the subtitles language (or switch them off) via the DVD options in Orbiter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=External subtitles for video files (AVI, etc.)=&lt;br /&gt;
&lt;br /&gt;
Starting from 0710 release, Xine Player supports also loading of external subtitles (i.e. for stored video, there can be a separate subtitles file). The external subtitles support is basic for now: Xine Player always loads external subtitles file if it is present, there is no option to switch subtitles off and Xine Player uses first found subtitles file if multiple subtitle files are present.&lt;br /&gt;
&lt;br /&gt;
Xine Player search for the following files presence if user plays file Movie.avi:&lt;br /&gt;
*Movie.avi.&#039;&#039;&#039;asc&#039;&#039;&#039;&lt;br /&gt;
*Movie.avi.&#039;&#039;&#039;txt&#039;&#039;&#039;&lt;br /&gt;
*Movie.avi.&#039;&#039;&#039;sub&#039;&#039;&#039;&lt;br /&gt;
*Movie.avi.&#039;&#039;&#039;srt&#039;&#039;&#039;&lt;br /&gt;
*Movie.avi.&#039;&#039;&#039;smi&#039;&#039;&#039;&lt;br /&gt;
*Movie.avi.&#039;&#039;&#039;ssa&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The subtitles file should be stored in the same folder as the Movie.avi file. Note, search &#039;&#039;&#039;is&#039;&#039;&#039; case-sensitive.&lt;br /&gt;
&lt;br /&gt;
=Customizing subtitles font, size, encoding properties=&lt;br /&gt;
&lt;br /&gt;
Currently, there is no subtitles properties editor in the LinuxMCE. To modify subtitles properties, you need to open file &amp;quot;/etc/pluto/xine.conf&amp;quot; at your Hybrid or M/D system and adjust the following parameters (here goes the extract from the xine configuration file):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
# subtitle size&lt;br /&gt;
# { tiny  small  normal  large  very large  huge }, default: 1&lt;br /&gt;
#subtitles.separate.subtitle_size:small&lt;br /&gt;
&lt;br /&gt;
# subtitle vertical offset&lt;br /&gt;
# numeric, default: 0&lt;br /&gt;
#subtitles.separate.vertical_offset:0&lt;br /&gt;
&lt;br /&gt;
# font for subtitles&lt;br /&gt;
# string, default: sans&lt;br /&gt;
#subtitles.separate.font:sans&lt;br /&gt;
&lt;br /&gt;
# encoding of the subtitles&lt;br /&gt;
# string, default: iso-8859-1&lt;br /&gt;
#subtitles.separate.src_encoding:iso-8859-1&lt;br /&gt;
&lt;br /&gt;
# use unscaled OSD if possible&lt;br /&gt;
# bool, default: 1&lt;br /&gt;
#subtitles.separate.use_unscaled_osd:1&lt;br /&gt;
&lt;br /&gt;
# default duration of subtitle display in seconds&lt;br /&gt;
# numeric, default: 4&lt;br /&gt;
#subtitles.separate.timeout:4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t have these options in your /etc/pluto/xine.conf file, then copy the snippet above, change and uncomment the necessary options ( subtitles.something.something_else lines)&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Subtitles_Support&amp;diff=8599</id>
		<title>Subtitles Support</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Subtitles_Support&amp;diff=8599"/>
		<updated>2008-01-28T15:39:30Z</updated>

		<summary type="html">&lt;p&gt;Kir: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=DVD subtitles=&lt;br /&gt;
&lt;br /&gt;
Xine Player supports DVD subtitles for a long time, you can change the subtitles language (or switch them off) via the DVD options in Orbiter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=External subtitles for video files (AVI, etc.)=&lt;br /&gt;
&lt;br /&gt;
Starting from 0710 release, Xine Player supports also loading of external subtitles (i.e. for stored video, there can be a separate subtitles file). The external subtitles support is basic for now: Xine Player always loads external subtitles file if it is present, there is no option to switch subtitles off and Xine Player uses first found subtitles file if multiple subtitle files are present.&lt;br /&gt;
&lt;br /&gt;
Xine Player search for the following files presence if user plays file Movie.avi:&lt;br /&gt;
 *Movie.avi.asc&lt;br /&gt;
 *Movie.avi.txt&lt;br /&gt;
 *Movie.avi.sub&lt;br /&gt;
 *Movie.avi.srt&lt;br /&gt;
 *Movie.avi.smi&lt;br /&gt;
 *Movie.avi.ssa&lt;br /&gt;
&lt;br /&gt;
The subtitles file should be stored in the same folder as the Movie.avi file. Note, search &#039;&#039;&#039;is&#039;&#039;&#039; case-sensitive.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Customizing subtitles font, size, encoding properties=&lt;br /&gt;
&lt;br /&gt;
Currently, there is no subtitles properties editor in the LinuxMCE. To modify subtitles properties, you need to open file &amp;quot;/etc/pluto/xine.conf&amp;quot; at your Hybrid or M/D system and adjust the following parameters (here goes the extract from the xine configuration file):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
# subtitle size&lt;br /&gt;
# { tiny  small  normal  large  very large  huge }, default: 1&lt;br /&gt;
#subtitles.separate.subtitle_size:small&lt;br /&gt;
&lt;br /&gt;
# subtitle vertical offset&lt;br /&gt;
# numeric, default: 0&lt;br /&gt;
#subtitles.separate.vertical_offset:0&lt;br /&gt;
&lt;br /&gt;
# font for subtitles&lt;br /&gt;
# string, default: sans&lt;br /&gt;
#subtitles.separate.font:sans&lt;br /&gt;
&lt;br /&gt;
# encoding of the subtitles&lt;br /&gt;
# string, default: iso-8859-1&lt;br /&gt;
#subtitles.separate.src_encoding:iso-8859-1&lt;br /&gt;
&lt;br /&gt;
# use unscaled OSD if possible&lt;br /&gt;
# bool, default: 1&lt;br /&gt;
#subtitles.separate.use_unscaled_osd:1&lt;br /&gt;
&lt;br /&gt;
# default duration of subtitle display in seconds&lt;br /&gt;
# numeric, default: 4&lt;br /&gt;
#subtitles.separate.timeout:4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t have these options in your /etc/pluto/xine.conf file, then copy the snippet above, change and uncomment the necessary options ( subtitles.something.something_else lines)&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Known_Issues_0710_Beta3&amp;diff=8507</id>
		<title>Known Issues 0710 Beta3</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Known_Issues_0710_Beta3&amp;diff=8507"/>
		<updated>2008-01-21T12:02:20Z</updated>

		<summary type="html">&lt;p&gt;Kir: /* Other issues */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Data loss on upgrade and reinstall with keeping the settings ==&lt;br /&gt;
&lt;br /&gt;
* Losing AMP/FreePBX database contents&lt;br /&gt;
&lt;br /&gt;
To overcome the data loss so you don&#039;t have to remake the telecom settings, follow these steps:&lt;br /&gt;
&lt;br /&gt;
:- Before you upgrade, download this script:&lt;br /&gt;
 ftp://upgrade.linuxmce.com/Upgrade/KnownIssuesBeta3/pre-upgrade.sh&lt;br /&gt;
:and run it:&lt;br /&gt;
 bash pre-upgrade.sh&lt;br /&gt;
:- Upgrade the system, then, after the upgrade completes, download this script:&lt;br /&gt;
 ftp://upgrade.linuxmce.com/Upgrade/KnownIssuesBeta3/post-upgrade.sh&lt;br /&gt;
:and run it:&lt;br /&gt;
 bash post-upgrade.sh&lt;br /&gt;
:- At this point you should have your original telecom settings working&lt;br /&gt;
&lt;br /&gt;
== Other issues ==&lt;br /&gt;
&lt;br /&gt;
* Using Video Wizard and switching from mythtv to vdr and back doesn&#039;t work correctly. We recommend you to decide when using Video Wizard first time what pvr software are you going to use and stick to that option.&lt;br /&gt;
&lt;br /&gt;
* When upgrade installation finishes and you are prompted to press enter to reboot, you&#039;ll have to reboot manually.&lt;br /&gt;
&lt;br /&gt;
* HD-DVD and Bluray playback&lt;br /&gt;
&lt;br /&gt;
:- currently it is only possible for ripped disks&lt;br /&gt;
&lt;br /&gt;
:- some disk may play not smoothly, experience varies on whole system parameters and given disk codec parameters&lt;br /&gt;
&lt;br /&gt;
:- no menu support is available&lt;br /&gt;
&lt;br /&gt;
:- no chapters/titles is available&lt;br /&gt;
&lt;br /&gt;
:- some movies can start from the middle of the movie (workaround: select the correct file with start of the movie and make bookmark &amp;quot;Start Position&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
:- audio tracks switching is not implemented yet, some movies can start in wrong language&lt;br /&gt;
&lt;br /&gt;
:- in some movies there is no audio: the audio support depends on availability of codecs in the mplayer media player&lt;br /&gt;
&lt;br /&gt;
:- disks are not identified (name is set to &amp;quot;Unknown&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
* Media Playback issue; it happens when you have some audio playing and arm the house. Xine plays the song for one second and pauses, plays and the stream can&#039;t be controlled. Workaround: only a reload router set Xine right again.&lt;br /&gt;
&lt;br /&gt;
* CD&#039;s installation can fail because mysql won&#039;t restart. This happened once (installing 32b CD&#039;s) at 10+ installations, so it&#039;s rare.&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Download_Instructions&amp;diff=4603</id>
		<title>Download Instructions</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Download_Instructions&amp;diff=4603"/>
		<updated>2007-08-09T11:58:46Z</updated>

		<summary type="html">&lt;p&gt;Kir: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Before installing, check out the [[Known_Issues]].  There is an issue with the Quick Install DVD that may effect most users, but there is an easy work around.&lt;br /&gt;
&lt;br /&gt;
There are 2 installers.  &lt;br /&gt;
&lt;br /&gt;
1.  There Quick Install DVD, installs both Kubuntu and LinuxMCE at the same time in 20 minutes with only 3 keystrokes.  You only pick the hard drive you want it to install onto, and it will partition it, format it, and install everything with default options, and uses an IP2Location service to set your location and regional settings.  The DVD installer essentially takes a pre-installed image and copies it to the hard drive.  This is why it is so fast and easy.  But you also don&#039;t the low-level control over the installation process. &#039;&#039;&#039;Note&#039;&#039;&#039;: this way will erase all existing data from selected hard drive when doing installation.&lt;br /&gt;
&lt;br /&gt;
2.  The CD installer comes on 2 CD&#039;s and requires you to first install Kubuntu 0704 using [http://kubuntu.org/download.php Kubuntu&#039;s Live CD], and then to install LinuxMCE on top.  The CD installer can only be installed on a Kubuntu 0704 installation that has not already been upgraded, since LinuxMCE has its own update mechanism that updates both Kubuntu and LinuxMCE in parallel.  The CD installer gives you a lot more options.  After answering the setup questions, it takes a couple hours to install since everything is stored in .deb packages which must be decompressed and installed.   The [[Installation_Guide]] explains how to install with the CD installer.&lt;br /&gt;
&lt;br /&gt;
Both installers are on the [[Mirrors]].  You can [[Backup_and_Restore|upgrade from LinuxMCE 1.0 or Pluto to LinuxMCE 0704]]&lt;br /&gt;
&lt;br /&gt;
The new demo [[Video]] is the best way to get oriented and see what LinuxMCE can do and how to do it.&lt;br /&gt;
&lt;br /&gt;
Please indicate if the installation went ok here so we know what still needs fixing here: http://linuxmce.org/troubles.php&lt;br /&gt;
&lt;br /&gt;
==Also read==&lt;br /&gt;
&lt;br /&gt;
The short [[Architecture_Intro|Architecture Intro]] which explains what pc&#039;s you&#039;ll need to install software on and how they all work together.&lt;br /&gt;
Then there&#039;s a [[QuickStart_Guide|Quick Start Guide]] which explains how to set the video and audio settings using the AV Wizard, and to add devices to LinuxMCE with the Setup Wizard.&lt;br /&gt;
The [[Usage_Intro|Usage Intro]] is a quick primer on how to use LinuxMCE once it&#039;s installed.&lt;br /&gt;
&lt;br /&gt;
LinuxMCE is a huge program with lots of features that you won&#039;t even notice right away, and the wiki already has a ton of pages which I imported from existing sources when I launched LinuxMCE, such as the original [[User&#039;s_Manual|User&#039;s Manual]] and [[Programmer&#039;s_Guide|Programmer&#039;s Guide]].  I found most of these docs weren&#039;t well organized and some of the data isn&#039;t up to date.  But it&#039;s a wiki and all pages are open for editing, so hopefully this will improve.&lt;br /&gt;
&lt;br /&gt;
== Getting the source code ==&lt;br /&gt;
Instructions on getting the source code and compiling it are located on [[Building From Source]] page.&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Version_0704&amp;diff=4602</id>
		<title>Version 0704</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Version_0704&amp;diff=4602"/>
		<updated>2007-08-09T11:57:44Z</updated>

		<summary type="html">&lt;p&gt;Kir: /* August 6, 2007  Version 0704 is released */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==August 6, 2007  Version 0704 is released==&lt;br /&gt;
&lt;br /&gt;
Before installing, check out the [[Known_Issues]].  There is an issue with the Quick Install DVD that may effect most users, but there is an easy work around.&lt;br /&gt;
&lt;br /&gt;
LinuxMCE 0704 is a major improvement over the original 1.0 release.  According to a poll, 86% now report LinuxMCE installs and starts up without problems, versus 27% with the original release.&lt;br /&gt;
&lt;br /&gt;
There&#039;s a new demo [[Video]] that&#039;s much more polished and is actually a full walk-through you can follow starting with a clean PC, showing all setup, and all the major features.&lt;br /&gt;
&lt;br /&gt;
All major features are now working.  LinuxMCE is integrated into the KDE desktop and runs on Kubuntu Feisty 0704.  The installer is completely redone, and there are now 2 versions.  The CD installer, which comes on 2 cd&#039;s and installs on top of a clean Kubuntu install, or the new DVD installer which only requires key presses and setups up your hard drive (erasing all previous data from it) and installs Kubuntu with LinuxMCE in about 20 minutes.&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
&lt;br /&gt;
[[Backup_and_Restore|Upgrade from LinuxMCE 1.0 or Pluto to LinuxMCE 0704]]&lt;br /&gt;
&lt;br /&gt;
[[Download_Instructions]]&lt;br /&gt;
&lt;br /&gt;
[[Installation_Guide]]&lt;br /&gt;
&lt;br /&gt;
[[ChangeLog]]&lt;br /&gt;
&lt;br /&gt;
[[FOSS_0704]] for the FOSS and development community explains what happened with the open source development after 1.0, and the current plans to develop a FOSS community&lt;br /&gt;
&lt;br /&gt;
[http://linuxmce.com/feedback.php Feedback] please report the results of your installation and be sure to describe any problems you have, and if possible, include contact information.&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=AVWizard_Step_by_Step&amp;diff=4225</id>
		<title>AVWizard Step by Step</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=AVWizard_Step_by_Step&amp;diff=4225"/>
		<updated>2007-07-20T15:34:45Z</updated>

		<summary type="html">&lt;p&gt;Kir: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;AV Wizard  can be accessed by pressing the Shift key when the LMCE boots up. If you connected a speaker you’ll hear some beeps and then you’ll enter in AV Wizard. If instead of AV Wizard you see black screen or &amp;quot;no signal&amp;quot; message on display, try to switch the connector type as it is described in section &#039;&#039;&#039;II&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;I.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1. This is the first screen of AV Wizard. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Avw1.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here, you can choose the desired output from your video card to TV or monitor. If you’ll choose &#039;&#039;&#039;VGA&#039;&#039;&#039;, there are many available resolutions and refresh rates. If you have a LCD TV or LCD monitor there is no need to choose a refresh rate. This is helpful only if you have a CRT monitor.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DVI/HDMI&#039;&#039;&#039; means that you can use a special cable from the DVI/HDMI output of your video card to DVI/HDMI input of LCD TV/monitor. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:300px-DVI Connector.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Avw2.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You have the same range of resolutions like at VGA. Choose one that is suitable for your display device.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Component&#039;&#039;&#039;&#039;&#039; uses another special cable which is consisting at every extremity of three jacks (red, blue and green). The display and the video card must have these three jacks. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:180px-Component video RCA.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Avw3.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The resolutions for component are made for using with wide screen monitors and TV’s. Choose the one that is best suited to your display device. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Composite&#039;&#039;&#039;&#039;&#039; is something like a TV out from your video card to the monitor/LCD TV. It uses another special cable with a yellow jack. Like at component, the video card and the display must have this kind of input connector. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:300px-Composite.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Avw4.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you are choosing Composite, you can also choose one TV standard from the list, supported by your display.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;S-Video&#039;&#039;&#039;&#039;&#039; is another way to send the signal from the video card to monitor/TV. The jack for the cable looks like in the image below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:300px-SVideoConnector.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The screen for setting up S-Video looks like this:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Avw5.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As you can see in the picture above, you will choose one of the TV standards in the list.   &lt;br /&gt;
&lt;br /&gt;
2. After choosing a resolution, a counter will appear on your screen which will stay 15 seconds. In this time, you can decide if the resolution is good for your monitor or not. If you like it, press Continue. If not, press Back.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Avw6.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Step 2 of the A/V wizard refers to the graphical aspect of user experience. Here, you have three options:&lt;br /&gt;
&lt;br /&gt;
• Static images, no overlay (lightweight) – It uses only static images and works on nearly all graphics platforms.&lt;br /&gt;
&lt;br /&gt;
• OpenGL with overlay (medium)&lt;br /&gt;
&lt;br /&gt;
• OpenGL with alpha blending (high-end) - In this case your media is always first and foremost, and the media is always full-screen. If you&#039;re not watching any media, Pluto downloads the &#039;most interesting&#039; photos from flickr.com and presents smooth sliding, cross-fading gallery art as your media.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Avw8.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. Step 4 of the wizard will guide you to the adjustment of the image size. The keys + and – from the keyboard will help you to adjust the size of the image. The cursor keys, Up, Down, Left and Right will help you to center the image to the desired position. Once you made the correct setup press OK and go the next screen.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Avw9.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. Step 5 will set up the audio system. Again, you have to look at the sound card to see where is connected the cable which goes to the sound system. If you connected the cable to the correct output you have only to click the choice on the screen. FIIRE will test the sound. If you will hear a melody, then everything is ok, you made the correct setup.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Avw10.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Avw11.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
6. The final screen of the AV Wizard will show you the settings that you’ve chosen for the FIIRE system. If agree these setting press Agree, if not, press I do not Agree and you’ll be able to make the settings again.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Avw12.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;II.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Another method to choose the resolutions and the connector is by pressing some keyboard keys. By default, the AV Wizard has the resolution 640x480 on VGA. To choose the connector you have to press the keys from 1 to 5 (1=DVI, 2=VGA, 3=Component, 4=Composite, 5=S-Video). To choose a resolution you have to press the keys from 6 to 0 (6=640x480, 7=1024x768, 8=720p, 9=1080i, 0=1080p). For choosing the resolution and connector you have to be in the initial screen of AV Wizard.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Avw13.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
When you are in this screen press the key the desired connector. The screen will flicker and will return to this initial screen. Then, press the key for the desired resolution. Again, the screen will flicker and will return to the initial screen, using the resolution that you chose. After you made the setup, you can continue with the next settings. &lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Note&#039;&#039;&#039;:&lt;br /&gt;
  &lt;br /&gt;
&#039;&#039;1080i and 1080p are not fully supported because of some factory issues of NVidia drivers&#039;&#039;.&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Main_Page&amp;diff=3782</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Main_Page&amp;diff=3782"/>
		<updated>2007-03-31T09:24:45Z</updated>

		<summary type="html">&lt;p&gt;Kir: /* Versions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==What is LinuxMCE?==&lt;br /&gt;
[http://LinuxMCE.com LinuxMCE] is the only solution seamlessly combining:&lt;br /&gt;
# media &amp;amp; entertainment with a server for music, movies and tv shows, plus a PVR and DVD Player,&lt;br /&gt;
# a home automation system to control everything in the home with touch-screen tablet and Bluetooth mobile phone controllers,&lt;br /&gt;
# a phone system with video conferencing,&lt;br /&gt;
# a security system that feeds you live video on your mobile phone when something happens, and lets you speak to visitors through your stereos, and&lt;br /&gt;
# a home PC solution.&lt;br /&gt;
&lt;br /&gt;
A typical LinuxMCE system consists of a &#039;&#039;&#039;Core&#039;&#039;&#039;: one PC acting as a dedicated server and interface with all the sub-components. The Core includes our own plug-and-play back-end so it listens for and auto configures all sorts of devices like network audio players (such as Squeeze Box), IP phones and cameras. The Core automatically exposes a network boot for any other PC&#039;s or thin clients you want to use as &#039;&#039;&#039;Media Directors&#039;&#039;&#039;, which you hook up to your TV/Stereo&#039;s to use as set top boxes, complete with a media player, PVR, video conferencing, intercom, and a GUI to control everything in the home. All Media Directors work together seamlessly as a total whole-house solution. &lt;br /&gt;
&lt;br /&gt;
In addition to the usual infrared remote controls, LinuxMCE includes remote control software that runs on Symbian Bluetooth mobile phones as well as Linux, Windows and Windows CE devices like webpads and pda&#039;s. They all feature cover art, interactive maps and floor plans, and let you control any device in the house. The UI is skinnable and multi-language. The mobile phone has a &amp;quot;follow-me&amp;quot; feature so your media and other settings follow you from room to room. It switches from Bluetooth to cellular gprs/wap when you leave the house you&#039;re always in control.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==News==&lt;br /&gt;
==Features==&lt;br /&gt;
&lt;br /&gt;
LinuxMCE is an all-in-one solution for your home that seamlessly combines media &amp;amp; entertainment, home automation, security, telecommunications and computing.  Browse the [[Features|features page]], along with [[What can I do with LinuxMCE?]] to see the possibilities available from LinuxMCE.&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
[[Image:MainMenu2.jpg|left|thumb|UI2 Main Menu]]&lt;br /&gt;
[[Image:FileBrowserUI1.jpg|left|thumb|UI1 Media Files Browser]]&lt;br /&gt;
[[Image:DialNumberUI1.jpg|none|thumb|UI1 Phone Dial Pad]]&lt;br /&gt;
-&lt;br /&gt;
&lt;br /&gt;
==Download==&lt;br /&gt;
&lt;br /&gt;
To get Linux MCE, please download and install Linux MCE installer from the main page of website. After this, please start the &amp;quot;Linux MCE Installer&amp;quot; application - it will download and install required packages.&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
&lt;br /&gt;
This section has moved to [[Getting Started]].&lt;br /&gt;
&lt;br /&gt;
==Support==&lt;br /&gt;
&lt;br /&gt;
===User&#039;s Manual===&lt;br /&gt;
&lt;br /&gt;
This section has moved to [[User&#039;s Manual]].&lt;br /&gt;
&lt;br /&gt;
===Mailing List===&lt;br /&gt;
&lt;br /&gt;
Support beyond that contained in this wiki can be found via the official LinuxMCE [http://LinuxMCE.com/support/index.php?section=forum forums] and through the available [http://LinuxMCE.com/support/index.php?section=mail mailing lists].&lt;br /&gt;
&lt;br /&gt;
===Configuring LinuxMCE===&lt;br /&gt;
&lt;br /&gt;
[[LinuxMCE Admin Website|Configuring LinuxMCE]]&lt;br /&gt;
&lt;br /&gt;
[[Users_Page | Users&#039; Documentation]]&lt;br /&gt;
&lt;br /&gt;
===FAQ===&lt;br /&gt;
*[[What Hardware i will need ?]]&lt;br /&gt;
*[[Development status for all modules]]&lt;br /&gt;
*[[What does an appliance solution like LinuxMCE cost?]]&lt;br /&gt;
*[[Is LinuxMCE an appliance or software solution?]]&lt;br /&gt;
*[[Why buy a licensed LinuxMCE product?  What&#039;s the difference?]]&lt;br /&gt;
*[[Do I need LinuxMCE?  Can I use the projects by themselves?]]&lt;br /&gt;
*[[How do I login to a Linux console?]]&lt;br /&gt;
*[[How are media files organized?]]&lt;br /&gt;
*[[I can&#039;t access my media files over the network]]&lt;br /&gt;
*[[Reset the password for the LinuxMCE Admin site]]&lt;br /&gt;
*[[What if you don&#039;t have a driver for my home automation device]]&lt;br /&gt;
*[[What scenarios are created automatically?]]&lt;br /&gt;
*[[I&#039;m a Linux user already.  Should I use LinuxMCE&#039;s distribution]]&lt;br /&gt;
*[[Encrypted DVD&#039;s|Why doesn&#039;t LinuxMCE support encrypted DVD&#039;s?]]&lt;br /&gt;
&lt;br /&gt;
===Troubleshooting===&lt;br /&gt;
* [[svn default properties]]&lt;br /&gt;
* [[Adding new computing apps]]&lt;br /&gt;
* [[Installing on a new platform]]&lt;br /&gt;
* [[Windows|Installer for Windows]]&lt;br /&gt;
* [[Installer Problems]]&lt;br /&gt;
&lt;br /&gt;
==Development==&lt;br /&gt;
&lt;br /&gt;
===Author&#039;s Information===&lt;br /&gt;
&lt;br /&gt;
Information regarding author information can be found on the [http://LinuxMCE.com/support/index.php?section=authors author&#039;s] portion of the commercial website.&lt;br /&gt;
&lt;br /&gt;
===Programmer&#039;s Guide===&lt;br /&gt;
&lt;br /&gt;
There is a great deal of documentation on the LinuxMCE platform available in the [[Programmer&#039;s Guide]].  This guide provides an overview of the LinuxMCE architecture, &lt;br /&gt;
&lt;br /&gt;
===Software Used by LinuxMCE===&lt;br /&gt;
&lt;br /&gt;
LinuxMCE is often called a platform for developing smart home modules constructed by a variety of open source projects.  The integration of these open source projects, such as [http://xinehq.de Xine], [http://www.mythtv.org Mythtv], and [http://www.asterisk.org Asterisk], can be found in the LinuxMCE Software Documentation.&lt;br /&gt;
&lt;br /&gt;
[[Documentation by Device Templates]]&lt;br /&gt;
&lt;br /&gt;
[http://LinuxMCE.com/support/doxygen/ doxygen diagrams]&lt;br /&gt;
&lt;br /&gt;
LinuxMCE is an open source project and uses open source software.  More information regarding LinuxMCE&#039;s relationship to open source can be found on the [[Open Source Info|open source information]] page, the [http://LinuxMCE.com/support/index.php?section=license&amp;amp;package=0 license information] page, what to do if you&#039;re an [http://LinuxMCE.com/index.php?section=developer open source developer], and LinuxMCE&#039;s [http://LinuxMCE.com/index.php?section=letter open source strategy].&lt;br /&gt;
&lt;br /&gt;
===Report Bugs===&lt;br /&gt;
&lt;br /&gt;
Bugs may be [http://www.linuxmce.com/mantis/ reported] via the bug tracking system, [http://www.mantisbugtracker.com/ Mantis].&lt;br /&gt;
&lt;br /&gt;
===Source===&lt;br /&gt;
&lt;br /&gt;
LinuxMCE is a pretty big project. Not counting [[GSD]] devices, LinuxMCE&#039;s own code is already well over a million lines in hundreds of modules, with over 1,000 pages of online documentation, and in addition LinuxMCE also incorporates lots of other big open source projects like Asterisk, Xine, MythTV, Firefox, VideoLan, SlimServer, etc., all of which have special LinuxMCE &#039;wrappers&#039; to allow them to work together seamlessly as a total home solution. For the brave of heart, you can also download [http://LinuxMCE.com/support/index.php?section=mainDownload&amp;amp;package=0 modules by hand], and see all the dependencies and compatibility for each module.&lt;br /&gt;
&lt;br /&gt;
You can browse the [http://svn.plutohome.com/pluto/trunk/ web based repository viewer].  Or you can you do an anonymous svn checkout as follows:&lt;br /&gt;
&lt;br /&gt;
svn co &amp;lt;nowiki&amp;gt;http://&amp;lt;/nowiki&amp;gt;svn.plutohome.com/pluto/trunk/&#039;&#039;modulename&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You can checkout all the software with if you use http://svn.plutohome.com/pluto/trunk/ as the repository location for the module name, or go to the [http://svn.plutohome.com/pluto/trunk/ repository viewer] to find the name of the SVN directory for the module you are interested in.&lt;br /&gt;
&lt;br /&gt;
Here are short instructions if you want compile your module with svn sources : [[Building_From_Source]].&lt;br /&gt;
&lt;br /&gt;
=== Versions ===&lt;br /&gt;
&lt;br /&gt;
The current version of Linux MCE is 1.0, as of March 15, 2007.&lt;br /&gt;
&lt;br /&gt;
== Short Howto on Wiki ==&lt;br /&gt;
&lt;br /&gt;
This section has been moved to [[Short Howto on Wiki]].&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Building_From_Source&amp;diff=3780</id>
		<title>Building From Source</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Building_From_Source&amp;diff=3780"/>
		<updated>2007-03-29T23:02:11Z</updated>

		<summary type="html">&lt;p&gt;Kir: /* Source Code Location */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Before You Begin==&lt;br /&gt;
The build script is tested and designed to run on Ubuntu 6.10 x86 but it can be changed to work on various platforms or at least to give others a starting point on how to do it. It&#039;ll be harder to port it to non deb based distributions since the software depends on many debian specific stuff but this i hope  to be change over time.&lt;br /&gt;
&lt;br /&gt;
Also since this script was written with a single goal in mind, to get everything done, i might left by mistake some lines of code that may not run on your computers (hardcoded paths and stuff like this) but i relay on you to at lease try to fix them before asking for help but if the problem is not so obvious i would gladly give you advices.&lt;br /&gt;
&lt;br /&gt;
== The Build Scripts ==&lt;br /&gt;
The build scripts are in sourceforge svn so to get them you will need subversion installed.&lt;br /&gt;
 sudo apt-get install subversion&lt;br /&gt;
 svn co https://linuxmce.svn.sourceforge.net/svnroot/linuxmce/trunk/src/Ubuntu_Helpers&lt;br /&gt;
&lt;br /&gt;
Before running the build script, i insist that you take a look over it so that you know what is doing and not run it blindly. &lt;br /&gt;
&lt;br /&gt;
The main script that you need to run would be BuildUbuntu.sh. This script should checkout the svn for you, compile the source, build the packages, build an iso and everything else so you can end up with a usable linuxmce build. In this script you can find some functions that are called one by one to perform several operations, here&#039;s a short description:&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Install_Build_Needed_Packages&#039;&#039;: This will install all the deb packages that you will need to build the sourcecode. Probably you will only need to run it once and comment it after the first run on BuildPackages.sh.&lt;br /&gt;
*&#039;&#039;Create Diskless Archive&#039;&#039;: Runs a debootstrap to create a base filesystem for Diskless Media Directors. It&#039;s needed later when it&#039;ll be packed in a deb packages. You also don&#039;t need to run this every time but is safer to leave it uncommented so that the diskless archive will have the latest ubuntu updates.&lt;br /&gt;
*&#039;&#039;Import_Skins&#039;&#039;: Since linuxmce uses a lot of pngs for the all sort of skins, you won&#039;t find them in the svn. This function will download a tar.bz2 archive with all the skins and unpack it so that the package builder will now where to take it from.&lt;br /&gt;
*&#039;&#039;Checkout_Svn&#039;&#039;: Will do a svn checkout on sourceforge to get all the needed sources&lt;br /&gt;
*&#039;&#039;Build_Replacements&#039;&#039;: LinuxMCE needs some 3rd party some packages that are not part of ubuntu distribution. This function will build / get them for you.&lt;br /&gt;
*&#039;&#039;Build_MakeRelease_Binary&#039;&#039;: This function compiles the building tools that will do the compilation / package creation of all the other packages by using information stored in the pluto_main_build database.&lt;br /&gt;
*&#039;&#039;Import_Build_Database&#039;&#039;: Imports a fresh copy of the pluto databases needed at build time.&lt;br /&gt;
*&#039;&#039;Create_Fake_Windows_Binaries&#039;&#039;: Orbiter and other aplications don&#039;t only run on Linux. Usually the pluto guys compile their applications on windows and put the binaries on the linux build machine so that package creating application will know where to get them. Since we can&#039;t compile windows binaries on linux i made this function that creates some fake binary files with a touch so that the package builder won&#039;t fail to run.&lt;br /&gt;
*&#039;&#039;Build_Pluto_Stuff&#039;&#039;: Uses MakeRelase to compile the sources and build packages out of them&lt;br /&gt;
*&#039;&#039;Create_Local_Repository&#039;&#039;: Optional you can create a local repository so that you can easily test your debs.&lt;br /&gt;
&lt;br /&gt;
There is also the get-packages.sh script that is called by BuildUbuntu.sh and has the goal to create and iso with all the needed packages for a linuxmce installation.&lt;br /&gt;
&lt;br /&gt;
== Source Code Location ==&lt;br /&gt;
&lt;br /&gt;
Our source code is located on sourceforge and you can get it by svn from : https://linuxmce.svn.sourceforge.net/svnroot/linuxmce/&lt;br /&gt;
&lt;br /&gt;
The png used for the skins are located here : http://www.linuxmce.com/linuxmce-skins-1.0.tar.bz2&lt;br /&gt;
&lt;br /&gt;
The sql dumps of the databases needed for the build : http://www.linuxmce.com/linuxmce-databases-1.0.tar.gz&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Main_Page&amp;diff=3779</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Main_Page&amp;diff=3779"/>
		<updated>2007-03-29T22:59:50Z</updated>

		<summary type="html">&lt;p&gt;Kir: /* Source */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==What is LinuxMCE?==&lt;br /&gt;
[http://LinuxMCE.com LinuxMCE] is the only solution seamlessly combining:&lt;br /&gt;
# media &amp;amp; entertainment with a server for music, movies and tv shows, plus a PVR and DVD Player,&lt;br /&gt;
# a home automation system to control everything in the home with touch-screen tablet and Bluetooth mobile phone controllers,&lt;br /&gt;
# a phone system with video conferencing,&lt;br /&gt;
# a security system that feeds you live video on your mobile phone when something happens, and lets you speak to visitors through your stereos, and&lt;br /&gt;
# a home PC solution.&lt;br /&gt;
&lt;br /&gt;
A typical LinuxMCE system consists of a &#039;&#039;&#039;Core&#039;&#039;&#039;: one PC acting as a dedicated server and interface with all the sub-components. The Core includes our own plug-and-play back-end so it listens for and auto configures all sorts of devices like network audio players (such as Squeeze Box), IP phones and cameras. The Core automatically exposes a network boot for any other PC&#039;s or thin clients you want to use as &#039;&#039;&#039;Media Directors&#039;&#039;&#039;, which you hook up to your TV/Stereo&#039;s to use as set top boxes, complete with a media player, PVR, video conferencing, intercom, and a GUI to control everything in the home. All Media Directors work together seamlessly as a total whole-house solution. &lt;br /&gt;
&lt;br /&gt;
In addition to the usual infrared remote controls, LinuxMCE includes remote control software that runs on Symbian Bluetooth mobile phones as well as Linux, Windows and Windows CE devices like webpads and pda&#039;s. They all feature cover art, interactive maps and floor plans, and let you control any device in the house. The UI is skinnable and multi-language. The mobile phone has a &amp;quot;follow-me&amp;quot; feature so your media and other settings follow you from room to room. It switches from Bluetooth to cellular gprs/wap when you leave the house you&#039;re always in control.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==News==&lt;br /&gt;
==Features==&lt;br /&gt;
&lt;br /&gt;
LinuxMCE is an all-in-one solution for your home that seamlessly combines media &amp;amp; entertainment, home automation, security, telecommunications and computing.  Browse the [[Features|features page]], along with [[What can I do with LinuxMCE?]] to see the possibilities available from LinuxMCE.&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
[[Image:MainMenu2.jpg|left|thumb|UI2 Main Menu]]&lt;br /&gt;
[[Image:FileBrowserUI1.jpg|left|thumb|UI1 Media Files Browser]]&lt;br /&gt;
[[Image:DialNumberUI1.jpg|none|thumb|UI1 Phone Dial Pad]]&lt;br /&gt;
-&lt;br /&gt;
&lt;br /&gt;
==Download==&lt;br /&gt;
&lt;br /&gt;
To get Linux MCE, please download and install Linux MCE installer from the main page of website. After this, please start the &amp;quot;Linux MCE Installer&amp;quot; application - it will download and install required packages.&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
&lt;br /&gt;
This section has moved to [[Getting Started]].&lt;br /&gt;
&lt;br /&gt;
==Support==&lt;br /&gt;
&lt;br /&gt;
===User&#039;s Manual===&lt;br /&gt;
&lt;br /&gt;
This section has moved to [[User&#039;s Manual]].&lt;br /&gt;
&lt;br /&gt;
===Mailing List===&lt;br /&gt;
&lt;br /&gt;
Support beyond that contained in this wiki can be found via the official LinuxMCE [http://LinuxMCE.com/support/index.php?section=forum forums] and through the available [http://LinuxMCE.com/support/index.php?section=mail mailing lists].&lt;br /&gt;
&lt;br /&gt;
===Configuring LinuxMCE===&lt;br /&gt;
&lt;br /&gt;
[[LinuxMCE Admin Website|Configuring LinuxMCE]]&lt;br /&gt;
&lt;br /&gt;
[[Users_Page | Users&#039; Documentation]]&lt;br /&gt;
&lt;br /&gt;
===FAQ===&lt;br /&gt;
*[[What Hardware i will need ?]]&lt;br /&gt;
*[[Development status for all modules]]&lt;br /&gt;
*[[What does an appliance solution like LinuxMCE cost?]]&lt;br /&gt;
*[[Is LinuxMCE an appliance or software solution?]]&lt;br /&gt;
*[[Why buy a licensed LinuxMCE product?  What&#039;s the difference?]]&lt;br /&gt;
*[[Do I need LinuxMCE?  Can I use the projects by themselves?]]&lt;br /&gt;
*[[How do I login to a Linux console?]]&lt;br /&gt;
*[[How are media files organized?]]&lt;br /&gt;
*[[I can&#039;t access my media files over the network]]&lt;br /&gt;
*[[Reset the password for the LinuxMCE Admin site]]&lt;br /&gt;
*[[What if you don&#039;t have a driver for my home automation device]]&lt;br /&gt;
*[[What scenarios are created automatically?]]&lt;br /&gt;
*[[I&#039;m a Linux user already.  Should I use LinuxMCE&#039;s distribution]]&lt;br /&gt;
*[[Encrypted DVD&#039;s|Why doesn&#039;t LinuxMCE support encrypted DVD&#039;s?]]&lt;br /&gt;
&lt;br /&gt;
===Troubleshooting===&lt;br /&gt;
* [[svn default properties]]&lt;br /&gt;
* [[Adding new computing apps]]&lt;br /&gt;
* [[Installing on a new platform]]&lt;br /&gt;
* [[Windows|Installer for Windows]]&lt;br /&gt;
* [[Installer Problems]]&lt;br /&gt;
&lt;br /&gt;
==Development==&lt;br /&gt;
&lt;br /&gt;
===Author&#039;s Information===&lt;br /&gt;
&lt;br /&gt;
Information regarding author information can be found on the [http://LinuxMCE.com/support/index.php?section=authors author&#039;s] portion of the commercial website.&lt;br /&gt;
&lt;br /&gt;
===Programmer&#039;s Guide===&lt;br /&gt;
&lt;br /&gt;
There is a great deal of documentation on the LinuxMCE platform available in the [[Programmer&#039;s Guide]].  This guide provides an overview of the LinuxMCE architecture, &lt;br /&gt;
&lt;br /&gt;
===Software Used by LinuxMCE===&lt;br /&gt;
&lt;br /&gt;
LinuxMCE is often called a platform for developing smart home modules constructed by a variety of open source projects.  The integration of these open source projects, such as [http://xinehq.de Xine], [http://www.mythtv.org Mythtv], and [http://www.asterisk.org Asterisk], can be found in the LinuxMCE Software Documentation.&lt;br /&gt;
&lt;br /&gt;
[[Documentation by Device Templates]]&lt;br /&gt;
&lt;br /&gt;
[http://LinuxMCE.com/support/doxygen/ doxygen diagrams]&lt;br /&gt;
&lt;br /&gt;
LinuxMCE is an open source project and uses open source software.  More information regarding LinuxMCE&#039;s relationship to open source can be found on the [[Open Source Info|open source information]] page, the [http://LinuxMCE.com/support/index.php?section=license&amp;amp;package=0 license information] page, what to do if you&#039;re an [http://LinuxMCE.com/index.php?section=developer open source developer], and LinuxMCE&#039;s [http://LinuxMCE.com/index.php?section=letter open source strategy].&lt;br /&gt;
&lt;br /&gt;
===Report Bugs===&lt;br /&gt;
&lt;br /&gt;
Bugs may be [http://www.linuxmce.com/mantis/ reported] via the bug tracking system, [http://www.mantisbugtracker.com/ Mantis].&lt;br /&gt;
&lt;br /&gt;
===Source===&lt;br /&gt;
&lt;br /&gt;
LinuxMCE is a pretty big project. Not counting [[GSD]] devices, LinuxMCE&#039;s own code is already well over a million lines in hundreds of modules, with over 1,000 pages of online documentation, and in addition LinuxMCE also incorporates lots of other big open source projects like Asterisk, Xine, MythTV, Firefox, VideoLan, SlimServer, etc., all of which have special LinuxMCE &#039;wrappers&#039; to allow them to work together seamlessly as a total home solution. For the brave of heart, you can also download [http://LinuxMCE.com/support/index.php?section=mainDownload&amp;amp;package=0 modules by hand], and see all the dependencies and compatibility for each module.&lt;br /&gt;
&lt;br /&gt;
You can browse the [http://svn.plutohome.com/pluto/trunk/ web based repository viewer].  Or you can you do an anonymous svn checkout as follows:&lt;br /&gt;
&lt;br /&gt;
svn co &amp;lt;nowiki&amp;gt;http://&amp;lt;/nowiki&amp;gt;svn.plutohome.com/pluto/trunk/&#039;&#039;modulename&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You can checkout all the software with if you use http://svn.plutohome.com/pluto/trunk/ as the repository location for the module name, or go to the [http://svn.plutohome.com/pluto/trunk/ repository viewer] to find the name of the SVN directory for the module you are interested in.&lt;br /&gt;
&lt;br /&gt;
Here are short instructions if you want compile your module with svn sources : [[Building_From_Source]].&lt;br /&gt;
&lt;br /&gt;
=== Versions ===&lt;br /&gt;
&lt;br /&gt;
The current version of Linux MCE is 1.2, as of March 07, 2007.&lt;br /&gt;
&lt;br /&gt;
== Short Howto on Wiki ==&lt;br /&gt;
&lt;br /&gt;
This section has been moved to [[Short Howto on Wiki]].&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Upcoming_Features&amp;diff=3054</id>
		<title>Upcoming Features</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Upcoming_Features&amp;diff=3054"/>
		<updated>2007-03-14T03:15:33Z</updated>

		<summary type="html">&lt;p&gt;Kir: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Visit the [http://linuxmce.com/smf/index.php?board=350.0 Upcoming features forum] to discuss new features or changes.  If you are willing to offer some cash or other compensation to a developer to get something done right away, visit the [http://linuxmce.com/smf/index.php?board=349.0 Help Wanted forum].&lt;br /&gt;
&lt;br /&gt;
When a developer has decided to implement some new feature or change, please edit this wiki to add a brief summary including a link to the original forum topic for this new idea, so other users can post to that topic to discuss this, and where you will post updated progress info.  Visit the [http://linuxmce.com/wiki/index.php/Contacts Contacts Page] to find developers who can commit your work to the main LinuxMCE branch, or to request svn write access.&lt;br /&gt;
&lt;br /&gt;
This page lists the features which developers we are working to implement in the next release.  There is also a forum dedicated to discussing features here .  Please post to this page only those features which have been decided to be included.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
== Google Summer of Code Ideas: ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;internet radio&#039;&#039;&#039; &lt;br /&gt;
Integrate internet radio into the existing media menu option so radio stations can be browsed the same way local media can.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;internet tv / videos.google / youtube&#039;&#039;&#039;&lt;br /&gt;
Integrate these online video sources into the existing media menu option so this video can be browsed the same way local media can.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;gsd events&#039;&#039;&#039;&lt;br /&gt;
The embedded Ruby interpretor presently only handles controlling devices; ie processing commands.  The same code could be adapted in reverse to respond to events.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Standardized to be included in Ubuntu&#039;&#039;&#039;&lt;br /&gt;
LinuxMCE still has a lot of non-standard scripts that Pluto wrote for use in commercial, black-box systems, which need to be rewritten in a more standard manner so that LinuxMCE plays nicely by Ubuntu&#039;s rules and be accepted into Ubuntu&#039;s main repository and included in their build.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Download audio podcast/video podcast&#039;&#039;&#039;&lt;br /&gt;
A way with the GUI to subscribe to podcasts, and have them automatically downloaded and aggregated with the media in the home.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Capture video from firewire camera&#039;&#039;&#039;&lt;br /&gt;
The current plug and play detection engine already recognizes firewire digital camcorders.  There should be a very rudimentary, simple &#039;capture&#039; option that appears on screen to do basic video capture and save it to the managed media.  Users can use a video editor like Kino for real editing; this is just for quick capture.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Better organize and manage photos&#039;&#039;&#039;&lt;br /&gt;
The current UI could use some optimization to make it work better for managing photos.&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Main_Page&amp;diff=2987</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Main_Page&amp;diff=2987"/>
		<updated>2007-03-13T06:08:43Z</updated>

		<summary type="html">&lt;p&gt;Kir: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table width=&amp;quot;100%&amp;quot;&amp;gt; &amp;lt;tr&amp;gt;&amp;lt;td bgcolor=&amp;quot;#FFCFCF&amp;quot;&amp;gt;This page was written by Pluto and imported with their permission when LinuxMCE branched off in February, 2007.  In general any information should apply to LinuxMCE.  However, this page should be edited to reflect changes to LinuxMCE and remove old references to Pluto.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; &amp;lt;/table&amp;gt;&lt;br /&gt;
==What is Pluto?==&lt;br /&gt;
[http://plutohome.com Pluto Home] is the only solution seamlessly combining:&lt;br /&gt;
# media &amp;amp; entertainment with a server for music, movies and tv shows, plus a PVR and DVD Player,&lt;br /&gt;
# a home automation system to control everything in the home with touch-screen tablet and Bluetooth mobile phone controllers,&lt;br /&gt;
# a phone system with video conferencing,&lt;br /&gt;
# a security system that feeds you live video on your mobile phone when something happens, and lets you speak to visitors through your stereos, and&lt;br /&gt;
# a home PC solution.&lt;br /&gt;
&lt;br /&gt;
A typical Pluto system consists of a &#039;&#039;&#039;Core&#039;&#039;&#039;: one PC acting as a dedicated server and interface with all the sub-components. The Core includes our own plug-and-play back-end so it listens for and auto configures all sorts of devices like network audio players (such as Squeeze Box), IP phones and cameras. The Core automatically exposes a network boot for any other PC&#039;s or thin clients you want to use as &#039;&#039;&#039;Media Directors&#039;&#039;&#039;, which you hook up to your TV/Stereo&#039;s to use as set top boxes, complete with a media player, PVR, video conferencing, intercom, and a GUI to control everything in the home. All Media Directors work together seamlessly as a total whole-house solution. &lt;br /&gt;
&lt;br /&gt;
In addition to the usual infrared remote controls, Pluto includes remote control software that runs on Symbian Bluetooth mobile phones as well as Linux, Windows and Windows CE devices like webpads and pda&#039;s. They all feature cover art, interactive maps and floorplans, and let you control any device in the house. The UI is skinnable and multi-language. The mobile phone has a &#039;follow-me&#039; feature so your media and other settings follow you from room to room. It switches from Bluetooth to cellular gprs/wap when you leave the house &amp;amp; mdash; you&#039;re always in control.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==News==&lt;br /&gt;
==Features==&lt;br /&gt;
&lt;br /&gt;
Pluto Home is an all-in-one solution for your home that seamlessly combines media &amp;amp; entertainment, home automation, security, telecommunications and computing.  Browse the [[Features|features page]], along with [[What can I do with Pluto?]] to see the possibilities available from Pluto Home.&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
[[Image:MainMenu2.jpg|left|thumb|UI2 Main Menu]]&lt;br /&gt;
[[Image:FileBrowserUI1.jpg|left|thumb|UI1 Media Files Browser]]&lt;br /&gt;
[[Image:DialNumberUI1.jpg|none|thumb|UI1 Phone Dial Pad]]&lt;br /&gt;
-&lt;br /&gt;
&lt;br /&gt;
==Download==&lt;br /&gt;
&lt;br /&gt;
To get Linux MCE, please download and install Linux MCE installer from the main page of website. After this, please start the &amp;quot;Linux MCE Installer&amp;quot; application - it will download and install required packages.&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
&lt;br /&gt;
This section has moved to [[Getting Started]].&lt;br /&gt;
&lt;br /&gt;
==Support==&lt;br /&gt;
&lt;br /&gt;
===User&#039;s Manual===&lt;br /&gt;
&lt;br /&gt;
This section has moved to [[User&#039;s Manual]].&lt;br /&gt;
&lt;br /&gt;
===Mailing List===&lt;br /&gt;
&lt;br /&gt;
Support beyond that contained in this wiki can be found via the official Pluto Home [http://plutohome.com/support/index.php?section=forum forums] and through the available [http://plutohome.com/support/index.php?section=mail mailing lists].&lt;br /&gt;
&lt;br /&gt;
===Configuring Pluto Home===&lt;br /&gt;
&lt;br /&gt;
[[Pluto Admin Website|Configuring Pluto Home]]&lt;br /&gt;
&lt;br /&gt;
[[Users_Page | Users&#039; Documentation]]&lt;br /&gt;
&lt;br /&gt;
===FAQ===&lt;br /&gt;
*[[Development status for all modules]]&lt;br /&gt;
*[[What does an appliance solution like Pluto cost?]]&lt;br /&gt;
*[[Is Pluto an appliance or software solution?]]&lt;br /&gt;
*[[Why buy a licensed Pluto product?  What&#039;s the difference?]]&lt;br /&gt;
*[[Do I need Pluto?  Can I use the projects by themselves?]]&lt;br /&gt;
*[[How do I login to a Linux console?]]&lt;br /&gt;
*[[How are media files organized?]]&lt;br /&gt;
*[[I can&#039;t access my media files over the network]]&lt;br /&gt;
*[[Reset the password for the Pluto Admin site]]&lt;br /&gt;
*[[What if you don&#039;t have a driver for my home automation devic]]&lt;br /&gt;
*[[What scenarios are created automatically?]]&lt;br /&gt;
*[[I&#039;m a Linux user already.  Should I use Pluto&#039;s distribution]]&lt;br /&gt;
*[[Encrypted DVD&#039;s|Why doesn&#039;t Pluto support encrypted DVD&#039;s?]]&lt;br /&gt;
&lt;br /&gt;
===Troubleshooting===&lt;br /&gt;
* [[svn default properties]]&lt;br /&gt;
* [[Adding new computing apps]]&lt;br /&gt;
* [[Installing on a new platform]]&lt;br /&gt;
* [[Windows|Installer for Windows]]&lt;br /&gt;
&lt;br /&gt;
==Development==&lt;br /&gt;
&lt;br /&gt;
===Author&#039;s Information===&lt;br /&gt;
&lt;br /&gt;
Information regarding author information can be found on the [http://plutohome.com/support/index.php?section=authors author&#039;s] portion of the commercial website.&lt;br /&gt;
&lt;br /&gt;
===Programmer&#039;s Guide===&lt;br /&gt;
&lt;br /&gt;
There is a great deal of documentation on the Pluto Home platform available in the [[Programmer&#039;s Guide]].  This guide provides an overview of the Pluto Home architecture, &lt;br /&gt;
&lt;br /&gt;
===Software Used by Pluto Home===&lt;br /&gt;
&lt;br /&gt;
Pluto Home is often called a platform for developing smart home modules constructed by a variety of open source projects.  The integration of these open source projects, such as [http://xinehq.de Xine], [http://www.mythtv.org Mythtv], and [http://www.asterisk.org Asterisk], can be found in the Pluto Home [[Pluto Home Software|Software Documentation]].&lt;br /&gt;
&lt;br /&gt;
[[Documentation by Device Templates]]&lt;br /&gt;
&lt;br /&gt;
[http://plutohome.com/support/doxygen/ doxygen diagrams]&lt;br /&gt;
&lt;br /&gt;
Pluto Home is an open source project and uses open source software.  More information regarding Pluto Home&#039;s relationship to open source can be found on the [[Open Source Info|open source information]] page, the [http://plutohome.com/support/index.php?section=license&amp;amp;package=0 license information] page, what to do if you&#039;re an [http://plutohome.com/index.php?section=developer open source develper], and Pluto Home&#039;s [http://plutohome.com/index.php?section=letter open source strategy].&lt;br /&gt;
&lt;br /&gt;
===Report Bugs===&lt;br /&gt;
&lt;br /&gt;
Bugs may be [http://www.linuxmce.com/mantis/ reported] via the bug tracking system, [http://www.mantisbugtracker.com/ Mantis].&lt;br /&gt;
&lt;br /&gt;
===Source===&lt;br /&gt;
&lt;br /&gt;
Pluto is a pretty big project. Not counting GSD devices, Pluto&#039;s own code is already well over a million lines in hundreds of modules, with over 1,000 pages of online documentation, and in addition Pluto also incorporates lots of other big open source projects like Asterisk, Xine, MythTV, Firefox, VideoLan, SlimServer, etc., all of which have special Pluto &#039;wrappers&#039; to allow them to work together seamlessly as a total home solution. For the brave of heart, you can also download [http://plutohome.com/support/index.php?section=mainDownload&amp;amp;package=0 modules by hand], and see all the dependencies and compatibility for each module.&lt;br /&gt;
&lt;br /&gt;
You can browse the [http://svn.plutohome.com/pluto/trunk/ web based repository viewer].  Or you can you do an anonymous svn checkout as follows:&lt;br /&gt;
&lt;br /&gt;
svn co &amp;lt;nowiki&amp;gt;http://&amp;lt;/nowiki&amp;gt;svn.plutohome.com/pluto/trunk/&#039;&#039;modulename&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You can checkout all the software with if you use http://svn.plutohome.com/pluto/trunk/ as the repository location for the module name, or go to the [http://svn.plutohome.com/pluto/trunk/ repository viewer] to find the name of the SVN directory for the module you are interested in.&lt;br /&gt;
&lt;br /&gt;
Here are short instructions if you want compile your module with svn sources : [[Building_from_source]].&lt;br /&gt;
&lt;br /&gt;
=== Versions ===&lt;br /&gt;
&lt;br /&gt;
The current version of Linux MCE is 1.2, as of March 07, 2007.&lt;br /&gt;
&lt;br /&gt;
== Short Howto on Wiki ==&lt;br /&gt;
&lt;br /&gt;
This section has been moved to [[Short Howto on Wiki]].&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
	</entry>
</feed>