Ignore:
Timestamp:
Apr 30, 2012, 7:09:25 PM (13 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer vendor: 0.8.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • smplayer/vendor/current/docs/en/faq.html

    r127 r130  
    11<!DOCTYPE html>
     2<html>
    23<head>
    34<meta http-equiv="content-type" content="text/html; charset=UTF-8">
     
    9899h6 {
    99100  font-weight: bold;
    100   color: #404040;
     101  color: #202020;
    101102}
    102103h1 small,
     
    177178</style>
    178179<title>SMPlayer - Frequently Asked Questions</title>
     180</head>
    179181<body>
    180182
     
    195197<li><a href="#mplayer_restart">A lot of menu options make the video to go blank for a moment. Why?</a></li>
    196198<li><a href="#crash">SMPlayer crashed, but the audio didn't stop, why?</a></li>
    197 <li><a href="#playlist_problem">When I'm playing a playlist, when a file ends SMPlayer doesn't play the next file automatically, why?</a></li>
    198199<li><a href="#mplayer_recommended">What version of MPlayer is recommended?</a></li>
    199200<li><a href="#subtitles_border">I want the subtitles to be displayed on the black border instead of the image, how can I do it?</a></li>
     
    202203<li><a href="#multithread">Is MPlayer multithreaded? How can I take advantage of all my CPU cores?</a></li>
    203204<li><a href="#osdfontsize">How can I adjust the font size of the OSD (Onscreen Display)?</a></li>
    204 <li><a href="#config_file">Where is the configuration file?</a></li>
     205<li><a href="#config_file">Where are the configuration files?</a></li>
    205206<li><a href="#win_multimonitors">(Windows) The video is displayed only in the 1st monitor but not in the 2nd, why?</a></li>
    206207<li><a href="#win_aero">(Windows) Every time I play a video Aero is disabled, why?</a></li>
     
    273274<p>Anyway if SMPlayer crashes, it's a serious bug that should be fixed. Report it.</p>
    274275
    275 <h4><span id="playlist_problem">When I'm playing a playlist, when a file ends SMPlayer doesn't play the next file automatically, why?</span></h4>
    276 <p>Be sure you're using at least SMPlayer 0.6.5 and MPlayer SVN r28066. </p>
    277 
    278276<h4><span id="mplayer_recommended">What version of MPlayer is recommended?</span></h4>
    279 <p>I recommend to use at least MPlayer SVN r33216 (from 2011-04-05), although a recent version from SVN would be better for improved codec support and bugfixes. A new fork of MPlayer, MPlayer2, also works well with SMPlayer.</p>
    280 <p>SMPlayer will try its best to work with older versions, but some options may not work. </p>
     277<p>I recommend to use at least MPlayer SVN r33216 (from 2011-04-05) or MPlayer2, although a recent version from SVN/git would be better for improved codec support and bugfixes.</p>
     278<p>SMPlayer will try its best to work with older versions, but some options may not work.</p>
    281279
    282280<h4><span id="subtitles_border">I want the subtitles to be displayed on the black border instead of the image, how can I do it?</span></h4>
     
    309307
    310308<h4><span id="osdfontsize">How can I adjust the font size of the OSD (Onscreen Display)?</span></h4>
    311 <p>To adjust the font size for the OSD, which displays the time and other messages from MPlayer in the upper-left corner, under <i>Preferences -&gt; Advanced -&gt; Options for MPlayer</i>, in the <b>Options:</b> field, add the following:</pre>
     309<p>To adjust the font size for the OSD, which displays the time and other messages from MPlayer in the upper-left corner, under <i>Preferences -&gt; Advanced -&gt; Options for MPlayer</i>, in the <b>Options:</b> field, add the following:
    312310<pre>-subfont-autoscale 0 -subfont-osd-scale <i>y</i></pre>
    313311<p></p>
    314312<p>Where <i>y</i> is the size to your preference. The default value for <i>-subfont-osd-scale</i> is 20.</p>
    315313
    316 <h4><span id="config_file">Where is the configuration file?</span></h4>
    317 <p>SMPlayer uses two ini files: smplayer.ini and smplayer_files.ini. Both are stored according to your OS:</p>
     314<h4><span id="config_file">Where are the configuration files?</span></h4>
     315<p>The main SMPlayer configuration file is <i>smplayer.ini</i>. Depending on your configuration, individual file settings are saved in <i>smplayer_files.ini</i> (one ini file) or the subdirectory <i>file_settings</i> (multiple ini files). They are located according to your OS:</p>
    318316<pre><b>Linux</b>                               $HOME/.config/smplayer
    319317<b>Windows 2000/XP</b>          C:\Documents and Settings\&lt;your_username&gt;\.smplayer
Note: See TracChangeset for help on using the changeset viewer.