summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-14 11:58:30 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-14 11:58:30 +0000
commiteb0a44c841e85962c21055b4c223fb7434905e4a (patch)
treeb3097fb8327ec112fbac82a7e69477566d168e81
parent8b1809f25b4c507e94d4a264531fdfbb0fed08c2 (diff)
downloadmpv-eb0a44c841e85962c21055b4c223fb7434905e4a.tar.bz2
mpv-eb0a44c841e85962c21055b4c223fb7434905e4a.tar.xz
Explain how to drop movies on desktop shortcuts, other updates.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15459 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--DOCS/xml/en/ports.xml26
1 files changed, 17 insertions, 9 deletions
diff --git a/DOCS/xml/en/ports.xml b/DOCS/xml/en/ports.xml
index b2d01bd3aa..fd259dfe47 100644
--- a/DOCS/xml/en/ports.xml
+++ b/DOCS/xml/en/ports.xml
@@ -411,11 +411,24 @@ since QNX has only X <emphasis>emulation</emphasis> which is VERY slow. Use SDL.
<para>Yes, <application>MPlayer</application> runs on Windows under
<ulink url="http://www.cygwin.com/"><application>Cygwin</application></ulink> and
<ulink url="http://www.mingw.org/"><application>MinGW</application></ulink>.
- It does not have a GUI yet, but the command line version is almost completely
- functional. <ulink url="../../tech/patches.txt">Patches</ulink> are always welcome.
- You should check out the
+ It does not have an official GUI yet, but the command line version
+ is completely functional. You should check out the
<ulink url="http://mplayerhq.hu/mailman/listinfo/mplayer-cygwin/">MPlayer-cygwin</ulink>
- mailing list for help and latest information.</para>
+ mailing list for help and latest information.
+ Official Windows binaries can be found on the
+ <ulink url="http://www.mplayerhq.hu/homepage/design7/dload.html">download page</ulink>.
+ Installer packages and simple GUI frontends are available from external
+ sources, we have collected then in the Windows section of our
+ <ulink url="http://www.mplayerhq.hu/homepage/design7/projects.html#windows">projects page</ulink>.
+</para>
+
+<para>If you wish to avoid using the command line, a simple trick is
+ to put a shortcut on your desktop that contains something like the
+ following in the execute section:
+ <screen><replaceable>c:\path\to\</replaceable>mplayer.exe %1</screen>
+ This will make <application>MPlayer</application> play any movie that is
+ dropped on the shortcut. Add <option>-fs</option> for fullscreen mode.
+</para>
<para>Best results are achieved with the native DirectX video output driver
(<option>-vo directx</option>) and the native Windows waveout audio driver
@@ -497,11 +510,6 @@ since QNX has only X <emphasis>emulation</emphasis> which is VERY slow. Use SDL.
<option>-autosync 100</option>. If some of these options help you, you
may want to put them in your config file.</para>
-<para>Sascha Sommer releases official Windows binaries from time to time,
- Joey Parrish makes unofficial Windows packages complete with installer.
- Look for these in the Windows section of
- <ulink url="http://www.mplayerhq.hu/homepage/design7/projects.html#windows">our projects page</ulink>.</para>
-
<sect2 id="cygwin">
<title><application>Cygwin</application></title>