<?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=Rebeca312</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=Rebeca312"/>
	<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php/Special:Contributions/Rebeca312"/>
	<updated>2026-07-21T23:34:12Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Add_video_file_extensions&amp;diff=24350</id>
		<title>Add video file extensions</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Add_video_file_extensions&amp;diff=24350"/>
		<updated>2010-07-13T12:29:26Z</updated>

		<summary type="html">&lt;p&gt;Rebeca312: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=How to add valid file extensions for new Video formats=&lt;br /&gt;
LinuxMCE maintains a list of video extensions in the &amp;quot;MediaType&amp;quot; table of the &amp;quot;pluto_main&amp;quot; database.&lt;br /&gt;
&lt;br /&gt;
==How to do it==&lt;br /&gt;
&#039;&#039;At a terminal prompt, type the following:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1.)&lt;br /&gt;
 mysql -u root -D pluto_main &amp;lt;enter&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Password for &amp;quot;root&amp;quot; is &amp;lt;blank&amp;gt; by default. You&#039;ll now see a &amp;quot;mysql&amp;gt;&amp;quot; prompt&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
2.)&lt;br /&gt;
 select Extensions from MediaType WHERE Define = &amp;quot;pluto_StoredVideo&amp;quot;; &amp;lt;enter&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;You should see a result like this:&#039;&#039;&lt;br /&gt;
 +---------------------------------------------------------+&lt;br /&gt;
 | Extensions                                              |&lt;br /&gt;
 +---------------------------------------------------------+&lt;br /&gt;
 | mov,avi,mpeg,mpg,wmv,ts,tp,dvd,vdr,ogm,evo,m2ts,iso,mp4 |&lt;br /&gt;
 +---------------------------------------------------------+&lt;br /&gt;
 1 row in set (0.00 sec)&lt;br /&gt;
&lt;br /&gt;
3.)&lt;br /&gt;
 UPDATE MediaType SET Extensions = &amp;quot;&amp;lt;Insert Result from #2 here&amp;gt;,&amp;lt;new fileext sep by ,&amp;gt;&amp;quot; WHERE Extensions = &amp;quot;&amp;lt;Insert result from #2 here.&amp;gt;&amp;quot;; &amp;lt;enter&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;For Example:&#039;&#039;&lt;br /&gt;
UPDATE MediaType SET Extensions = &amp;quot;mov,avi,mpeg,mpg,wmv,ts,tp,dvd,vdr,ogm,evo,m2ts,iso,mp4,&#039;&#039;&#039;mkv,bin&#039;&#039;&#039;&amp;quot; WHERE Extensions = &amp;quot;mov,avi,mpeg,mpg,wmv,ts,tp,dvd,vdr,ogm,evo,m2ts,iso,mp4&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
4.)&lt;br /&gt;
 quit &amp;lt;enter&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Another way ==&lt;br /&gt;
If you need to add the &#039;&#039;flv&#039;&#039; extension:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;At a terminal prompt, type the following:&#039;&#039;&lt;br /&gt;
&#039;&#039;[http://www.superiorpapers.com custom research papers]&lt;br /&gt;
1.)&lt;br /&gt;
 mysql -u root pluto_main&lt;br /&gt;
2.)&lt;br /&gt;
 update MediaType set extensions=concat(extensions,&#039;,flv&#039;) where define=&#039;pluto_StoredVideo&#039;;&lt;br /&gt;
 quit&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Tutorials]]&lt;/div&gt;</summary>
		<author><name>Rebeca312</name></author>
	</entry>
</feed>