mirror of
https://github.com/mpv-player/mpv
synced 2025-02-09 00:17:07 +00:00
-skin option
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1866 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4f8b8c7622
commit
70c0a8df28
@ -44,6 +44,13 @@ zoom=nem # Software-es nagy
|
|||||||
# x=800 # video nagyítása <x> pixelnyi szélességre
|
# x=800 # video nagyítása <x> pixelnyi szélességre
|
||||||
# y=600 # video nagyítása <y> pixelnyi magasságra
|
# y=600 # video nagyítása <y> pixelnyi magasságra
|
||||||
|
|
||||||
|
##
|
||||||
|
## Ide írhatod be hogy alapállapotban melyik skin töltődjön be
|
||||||
|
## (a következő helyeken keresi : /usr/local/share/mplayer/Skin/ezt-a-skint
|
||||||
|
## és ~/.mplayer/Skin/ezt-a-skint)
|
||||||
|
|
||||||
|
# skin = default
|
||||||
|
|
||||||
##
|
##
|
||||||
## Több nyelvet is lehet használni :)
|
## Több nyelvet is lehet használni :)
|
||||||
##
|
##
|
||||||
|
@ -68,6 +68,7 @@ mplayer \- Movie Player for Linux
|
|||||||
.RB [ \-chapter\ chapterid]
|
.RB [ \-chapter\ chapterid]
|
||||||
.RB [ \-dvdangle\ angleid]
|
.RB [ \-dvdangle\ angleid]
|
||||||
.RB [ \-dvdkey\ key]
|
.RB [ \-dvdkey\ key]
|
||||||
|
.RB [ \-skin\ skin]
|
||||||
.I - or file or device
|
.I - or file or device
|
||||||
.PP
|
.PP
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
@ -197,6 +198,12 @@ display less output, status messages.
|
|||||||
.TP
|
.TP
|
||||||
.B \-benchmark
|
.B \-benchmark
|
||||||
used in combination with -nosound and -vo null for benchmarking.
|
used in combination with -nosound and -vo null for benchmarking.
|
||||||
|
.TP
|
||||||
|
.B \-skin skin directory
|
||||||
|
load skin from this directory. For example '-skin fittyfene' tries these :
|
||||||
|
|
||||||
|
/usr/local/share/mplayer/Skin/fittyfene
|
||||||
|
~/.mplayer/Skin/fittyfene
|
||||||
.IP
|
.IP
|
||||||
.SH "ADVANCED OPTIONS"
|
.SH "ADVANCED OPTIONS"
|
||||||
.TP
|
.TP
|
||||||
|
@ -44,6 +44,14 @@ fs=yes # Enlarges movie window to your desktop's size.
|
|||||||
# x=800 # scale movie to <x> pixels width
|
# x=800 # scale movie to <x> pixels width
|
||||||
# y=600 # scale movie to <y> pixels height
|
# y=600 # scale movie to <y> pixels height
|
||||||
|
|
||||||
|
##
|
||||||
|
## Specify your preferred default skin here
|
||||||
|
## (skins are searched in /usr/local/share/mplayer/Skin/yourskin
|
||||||
|
## and ~/.mplayer/Skin/yourskin)
|
||||||
|
##
|
||||||
|
|
||||||
|
# skin = default
|
||||||
|
|
||||||
##
|
##
|
||||||
## Multiple languages are available :)
|
## Multiple languages are available :)
|
||||||
##
|
##
|
||||||
|
Loading…
Reference in New Issue
Block a user