WinFuture-Forum.de: Rainmeter = Keine Videos - WinFuture-Forum.de

Zum Inhalt wechseln

Nachrichten zum Thema: Software
Seite 1 von 1

Rainmeter = Keine Videos Wenn Rainmeter läuft nur schwarzes Bild bei Videos


#1 _basmn_

  • Gruppe: Gäste

geschrieben 04. Oktober 2007 - 17:52

Hallo,

habe ein kleines Problem und zwar benutze ich das Programm "Rainmeter"
Wenn dies normal läuft/aktiv ist, kann ich keine Videos mehr sehen?

Bekomme dann nur ein schwarzes Bild anstatt dem Videobild. Egal ob Fenstermodus oder Vollbild. Wenn ich Rainmeter dann beende und das Video neu starte geht es einwandfrei.

Hier mal der Code von Rainmeter:

[Rainmeter]
Author=Freedoleen
Background=back8.png

[Rainmeter]

[Author]
Measure=Time
Format="AKH"
Disabled=1

::::::::::::::::::::::::::::::
MEASURES
::::::::::::::::::::::::::::::

[MeasureTotalC]
Measure=FreeDiskSpace
Drive=C:
Total=1

[MeasureDiskSpaceCU]
Measure=FreeDiskSpace
InvertMeasure=1
Drive=C:\

[MeasureDiskSpaceCF]
Measure=FreeDiskSpace
Drive=C:\

[MeasureTotalD]
Measure=FreeDiskSpace
Drive=D:
Total=1

[MeasureDiskSpaceDF]
Measure=FreeDiskSpace
Drive=D:\

[MeasureDiskSpaceDU]
Measure=FreeDiskSpace
InvertMeasure=1
Drive=D:\

[MeasureTotalE]
Measure=FreeDiskSpace
Drive=E:
Total=1

[MeasureDiskSpaceEF]
Measure=FreeDiskSpace
Drive=E:\

[MeasureDiskSpaceEU]
Measure=FreeDiskSpace
InvertMeasure=1
Drive=E:\

[MeasureTotalF]
Measure=FreeDiskSpace
Drive=F:
Total=1

[MeasureDiskSpaceFF]
Measure=FreeDiskSpace
Drive=F:\

[MeasureDiskSpaceFU]
Measure=FreeDiskSpace
InvertMeasure=1
Drive=F:\

[MeasureTotalG]
Measure=FreeDiskSpace
Drive=G:
Total=1

[MeasureDiskSpaceFG]
Measure=FreeDiskSpace
Drive=G:\

[MeasureDiskSpaceGU]
Measure=FreeDiskSpace
InvertMeasure=1
Drive=G:\


::::::::::::::::::::::::::::::
TITLES
::::::::::::::::::::::::::::::

[MeterDriveC.txt]
Meter=STRING
X=15
y=10
FontColor=255, 255, 255
StringStyle=BOLD
FontSize=7
StringAlign=LEFT
FontFace=Trebuchet MS
AntiAlias=1
Prefix="Windows C:\"
LeftMouseUpAction=!Execute ["C:\"]

[MeterDriveD.txt]
Meter=STRING
X=80
y=10
FontColor=255, 255, 255
StringStyle=BOLD
FontSize=7
StringAlign=LEFT
FontFace=Trebuchet MS
AntiAlias=1
Prefix="Programme D:\"
LeftMouseUpAction=!Execute ["D:\"]

[MeterDriveE.txt]
Meter=STRING
X=160
y=10
FontColor=255, 255, 255
StringStyle=BOLD
FontSize=7
StringAlign=LEFT
FontFace=Trebuchet MS
AntiAlias=1
Prefix="Download E:\"
LeftMouseUpAction=!Execute ["E:\"]

[MeterDriveF.txt]
Meter=STRING
X=230
y=10
FontColor=255, 255, 255
StringStyle=BOLD
FontSize=7
StringAlign=LEFT
FontFace=Trebuchet MS
AntiAlias=1
Prefix="Daten F:\"
LeftMouseUpAction=!Execute ["F:\"]

[MeterDriveG.txt]
Meter=STRING
X=290
y=10
FontColor=255, 255, 255
StringStyle=BOLD
FontSize=7
StringAlign=LEFT
FontFace=Trebuchet MS
AntiAlias=1
Prefix="Musik G:\"
LeftMouseUpAction=!Execute ["G:\"]

::::::::::::::::::::::::::::::
METERS
::::::::::::::::::::::::::::::

:HD C:
[HDCBar]
Meter=BAR
MeasureName=MeasureDiskSpaceCU
X=15
Y=22
H=2
W=35
BarColor=255, 255, 255
BarOrientation=HORIZONTAL

[HDC BarBG]
Meter=IMAGE
X=15
Y=22
H=2
W=35
SolidColor=160, 160, 160, 120

[MeterDiskUsedC]
Meter=STRING
MeasureName=MeasureDiskSpaceCU
Percentual=1
X=14
Y=23
FontColor=255,255,255
StringStyle=NORMAL
FontSize=7
StringAlign=LEFT
FontFace=Trebuchet MS
AntiAlias=1
AutoScale=1
Postfix="%"
LeftMouseUpAction=!Execute ["C:\"]

:HD D:
[HDDBar]
Meter=BAR
MeasureName=MeasureDiskSpaceDU
X=80
Y=22
H=2
W=35
BarColor=255, 255, 255
BarOrientation=HORIZONTAL

[HDD BarBG]
Meter=IMAGE
X=80
Y=22
H=2
W=35
SolidColor=160, 160, 160, 120

[MeterDiskUsedD]
Meter=STRING
MeasureName=MeasureDiskSpaceDU
Percentual=1
X=79
Y=23
FontColor=255,255,255
StringStyle=NORMAL
FontSize=7
StringAlign=LEFT
FontFace=Trebuchet MS
AntiAlias=1
AutoScale=1
Postfix="%"
LeftMouseUpAction=!Execute ["D:\"]

:HD E:
[HDEBar]
Meter=BAR
MeasureName=MeasureDiskSpaceEU
X=160
Y=22
H=2
W=35
BarColor=255, 255, 255
BarOrientation=HORIZONTAL

[HDE BarBG]
Meter=IMAGE
X=160
Y=22
H=2
W=35
SolidColor=160, 160, 160, 120

[MeterDiskUsedE]
Meter=STRING
MeasureName=MeasureDiskSpaceEU
Percentual=1
X=159
Y=23
FontColor=255,255,255
StringStyle=NORMAL
FontSize=7
StringAlign=LEFT
FontFace=Trebuchet MS
AntiAlias=1
AutoScale=1
Postfix="%"
LeftMouseUpAction=!Execute ["E:\"]

:HD F:
[HDFBar]
Meter=BAR
MeasureName=MeasureDiskSpaceFU
X=230
Y=22
H=2
W=35
BarColor=255, 255, 255
BarOrientation=HORIZONTAL

[HDF BarBG]
Meter=IMAGE
X=230
Y=22
H=2
W=35
SolidColor=160, 160, 160, 120

[MeterDiskUsedF]
Meter=STRING
MeasureName=MeasureDiskSpaceFU
Percentual=1
X=229
Y=23
FontColor=255,255,255
StringStyle=NORMAL
FontSize=7
StringAlign=LEFT
FontFace=Trebuchet MS
AntiAlias=1
AutoScale=1
Postfix="%"
LeftMouseUpAction=!Execute ["F:\"]

:HD G:
[HDGBar]
Meter=BAR
MeasureName=MeasureDiskSpaceGU
X=290
Y=22
H=2
W=35
BarColor=255, 255, 255
BarOrientation=HORIZONTAL

[HDG BarBG]
Meter=IMAGE
X=290
Y=22
H=2
W=35
SolidColor=160, 160, 160, 120

[MeterDiskUsedG]
Meter=STRING
MeasureName=MeasureDiskSpaceGU
Percentual=1
X=289
Y=23
FontColor=255,255,255
StringStyle=NORMAL
FontSize=7
StringAlign=LEFT
FontFace=Trebuchet MS
AntiAlias=1
AutoScale=1
Postfix="%"
LeftMouseUpAction=!Execute ["G:\"]


[MeasureCPU]
Measure=CPU


[MeasureCPU]
Measure=CPU

[MeasurePhysMemTotal]
Measure=PhysicalMemory
Total=1

[MeasureMem]
Measure=PhysicalMemory

[MeasureMemfree]
Measure=PhysicalMemory
InvertMeasure=1

[MeasureSWAP]
Measure=SWAPMemory



[MeasureNetIn]
Measure=NetIn

[MeasureNetOut]
Measure=NetOut

[MeasureNetInAll]
Measure=NetIn
Cumulative=1

[MeasureNetOutAll]
Measure=NetOut
Cumulative=1




;-----------------------------------------------



;-----------------------------------------------


::::::::::::::::::::::::::::::
CPU
::::::::::::::::::::::::::::::

[MeterCPU3.txt]
Meter=STRING
X=170
y=44
FontColor=255, 255, 255
StringStyle=NORMAL
FontSize=7
StringAlign=LEFT
FontFace=Trebuchet MS
AntiAlias=1
Prefix="CPU"


[MeterCPU]
Meter=STRING
MeasureName=MeasureCPU
X=168
Y=57
FontColor=255, 255, 255
StringStyle=BOLD
FontSize=7
StringAlign=LEFT
FontFace=Trebuchet MS
Postfix="%"
AntiAlias=1


[MeterCPU2]
MeasureName=MeasureCPU
Meter=BAR
X=170
Y=56
H=2
W=35
BarColor=255, 255, 255
BarOrientation=HORIZONTAL

[BACKGROUND1]
Meter=IMAGE
X=170
Y=56
H=2
W=35
SolidColor=160, 160, 160, 120

::::::::::::::::::::::::::::::
MEM
::::::::::::::::::::::::::::::

[Metermem.txt]
Meter=STRING
X=230
y=44
FontColor=255, 255, 255
StringStyle=NORMAL
FontSize=7
StringAlign=LEFT
FontFace=Trebuchet MS
AntiAlias=1
Prefix="Memory"


[MeterMEM2]
Meter=STRING
MeasureName=MeasureMEM
Percentual=1
X=228
Y=57
FontColor=255, 255, 255
StringStyle=BOLD
FontSize=7
StringAlign=LEFT
FontFace=Trebuchet MS
Postfix="%"
AntiAlias=1
AutoScale=1


[MeterMEM5]
Meter=BAR
MeasureName=MeasureMEM
X=230
Y=56
H=2
W=35
BarColor=255, 255, 255
BarOrientation=HORIZONTAL

[BACKGROUND2]
Meter=IMAGE
X=230
Y=56
H=2
W=35
SolidColor=160, 160, 160, 120

::::::::::::::::::::::::::::::
SWAP
::::::::::::::::::::::::::::::

[MeterSWAP.txt]
Meter=STRING
X=290
y=44
FontColor=255, 255, 255
StringStyle=NORMAL
FontSize=7
StringAlign=LEFT
FontFace=Trebuchet MS
AntiAlias=1
Prefix="Swap"


[MeterSWAP]
Meter=STRING
MeasureName=MeasureSWAP
Percentual=1
X=288
Y=57
FontColor=255, 255, 255
StringStyle=BOLD
FontSize=7
StringAlign=LEFT
FontFace=Trebuchet MS
Postfix="%"
AntiAlias=1


[MeterSWAP2]
Meter=BAR
MeasureName=MeasureSWAP
X=290
Y=56
H=2
W=35
BarColor=255, 255, 255
BarOrientation=HORIZONTAL

[SWAP BarBG]
Meter=IMAGE
X=290
Y=56
H=2
W=35
SolidColor=160, 160, 160, 120



;-----------------------------------------------


[MeterNetIn.txt]
Meter=STRING
X=12
y=45
FontColor=255, 255, 255
StringStyle=BOLD
FontSize=7
StringAlign=LEFT
FontFace=Trebuchet MS
AntiAlias=1
Prefix="Download:"

[MeterNetOut.txt]
Meter=STRING
X=12
y=55
FontColor=255, 255, 255
StringStyle=BOLD
FontSize=7
StringAlign=LEFT
FontFace=Trebuchet MS
AntiAlias=1
Prefix="Upload:"

[MeterNetIn]
Meter=STRING
MeasureName=MeasureNetIn
X=120
Y=45
FontColor=255, 255, 255
StringStyle=bold
FontSize=7
StringAlign=RIGHT
FontFace=calibri
AntiAlias=1
AutoScale=1
Text="%1B"
NumOfDecimals=1

[MeterNetOut]
Meter=STRING
MeasureName=MeasureNetOut
X=120
Y=55
FontColor=255, 255, 255
StringStyle=bold
FontSize=7
StringAlign=RIGHT
FontFace=calibri
AntiAlias=1
AutoScale=1
Text="%1B"
NumOfDecimals=1



Rainmeter]

[Author]
Measure=Time
Format="AKH"
Disabled=1

::::::::::::::::::::::::::::::
MEASURES
::::::::::::::::::::::::::::::

[MeasureWA]
Measure=Plugin
Plugin=Plugins\WindowMessagePlugin.dll
WindowClass=Winamp v1.x
Substitute="[Paused]":""," - Winamp":"","[Stopped]":""

[MeasureWAFull]
Measure=Plugin
Plugin=Plugins\WindowMessagePlugin.dll
WindowClass=Winamp v1.x
WindowMessage=1024 1 105

[MeasureWACurr]
Measure=Plugin
Plugin=Plugins\WindowMessagePlugin.dll
WindowClass=Winamp v1.x
WindowMessage=1024 0 105

[MeasureWADuration]
Measure=Calc
Formula=(MeasureWACurr<=0)?0MeasureWACurr/(MeasureWAFull*1000+1))

[MeasureWADurationI]
Measure=Calc
Formula=(MeasureWACurr<=0)?0MeasureWACurr/(MeasureWAFull*1000+1))
InvertMeasure=1

[MeasureRing]
Measure=Calc
Formula=360

[MeasureRing2]
Measure=Calc
Formula=140

[MeasureWinampCurrOrg]
Measure=Plugin
Plugin=Plugins\WindowMessagePlugin.dll
WindowClass=Winamp v1.x
WindowMessage=1024 0 105

[MeasureWinampCurrMin]
Measure=Calc
Formula=((MeasureWinampCurrOrg / 1000) - ((MeasureWinampCurrOrg / 1000) % 60)) /60

[MeasureWinampCurrSec]
Measure=Calc
Formula=(MeasureWinampCurrOrg / 1000) % 60 = 60 ? 0 : (MeasureWinampCurrOrg / 1000) % 60

[MeasureWinampCurrZero]
Measure=Calc
Formula=(((MeasureWinampCurrOrg) / 1000) % 60) < 9 ? 0 : 1
Substitute="1":""

[MeasureWinampFullOrg]
Measure=Plugin
Plugin=Plugins\WindowMessagePlugin.dll
WindowClass=Winamp v1.x
WindowMessage=1024 1 105

[MeasureWinampFullMin]
Measure=Calc
Formula=(MeasureWinampFullOrg - (MeasureWinampFullOrg % 60)) /60

[MeasureWinampFullSec]
Measure=Calc
Formula=MeasureWinampFullOrg % 60

[MeasureWinampFullZero]
Measure=Calc
Formula=(MeasureWinampFullOrg % 60) < 9 ? 0 : 1
Substitute="1":""

::::::::::::::::::::::::::::::
BACKGROUND
::::::::::::::::::::::::::::::

[MeterBlack]
Meter=IMAGE
X=0
Y=0
W=300
H=28
SolidColor=0, 0, 0, 1
AntiAlias=1

::::::::::::::::::::::::::::::
WINAMP INFO
::::::::::::::::::::::::::::::

[MeterTitle]
Meter=STRING
MeasureName=MeasureWA
X=12
Y=77
FontColor=255, 255, 255, 255
FontSize=7
StringAlign=Left
FontFace=Trebuchet MS
AntiAlias=1
Hidden=0

[MeterTimeFull]
Meter=STRING
MeasureName=MeasureWinampCurrMin
MeasureName2=MeasureWinampCurrSec
MeasureName3=MeasureWinampFullMin
MeasureName4=MeasureWinampFullSec
MeasureName5=MeasureWinampCurrZero
MeasureName6=MeasureWinampFullZero
X=12
Y=91
StringAlign=Left
FontColor=255, 255, 255, 200
FontSize=7
FontFace=Trebuchet MS
Text="%3:%6%4"
AntiAlias=1

[MeterTimeCurr]
Meter=STRING
MeasureName=MeasureWinampCurrMin
MeasureName2=MeasureWinampCurrSec
MeasureName3=MeasureWinampFullMin
MeasureName4=MeasureWinampFullSec
MeasureName5=MeasureWinampCurrZero
MeasureName6=MeasureWinampFullZero
X=38
Y=91
StringAlign=Left
FontColor=255, 255, 255, 200
StringStyle=BOLD
FontSize=7
FontFace=Trebuchet MS
Text="%1:%5%2"
Prefix="| "
AntiAlias=1

[MeterLine]
Meter=IMAGE
X=12
Y=89
W=315
H=2
SolidColor=255, 255, 255, 80

[MeterWAProgress]
MeasureName=MeasureWADuration
Meter=BAR
X=12
Y=89
W=315
H=2
BarOrientation=HORIZONTAL
BarColor=255, 255, 255, 255
Flip=0

::::::::::::::::::::::::::::::
WINAMP CONTROLS
::::::::::::::::::::::::::::::

[MeterPrev]
Meter=STRING
X=240
Y=90
FontColor=255, 255, 255, 120
StringStyle=BOLD
FontSize=10
StringAlign=LEFT
FontFace=Webdings
AntiAlias=1
Text="7"
LeftMouseDownAction=!execute [!RainmeterPluginBang "MeasureWA SendMessage 273 40044 0"]

[MeterPlay]
Meter=STRING
X=250
Y=90
FontColor=255, 255, 255, 120
StringStyle=BOLD
FontSize=11
StringAlign=LEFT
FontFace=Webdings
AntiAlias=1
Text="4"
LeftMouseDownAction=!execute [!RainmeterPluginBang "MeasureWA SendMessage 273 40045 0"]

[MeterPause]
Meter=STRING
X=263
Y=90
FontColor=255, 255, 255, 120
StringStyle=Bold
FontSize=9
StringAlign=LEFT
FontFace=Webdings
AntiAlias=1
Text=";"
LeftMouseDownAction=!execute [!RainmeterPluginBang "MeasureWA SendMessage 273 40046 0"]

[MeterStop]
Meter=STRING
X=273
Y=91
FontColor=255, 255, 255, 120
StringStyle=Bold
FontSize=9
StringAlign=LEFT
FontFace=Webdings
AntiAlias=1
Text="<"
LeftMouseDownAction=!execute [!RainmeterPluginBang "MeasureWA SendMessage 273 40047 0"]

[MeterNext]
Meter=STRING
X=284
Y=90
FontColor=255, 255, 255, 120
StringStyle=BOLD
FontSize=10
StringAlign=LEFT
FontFace=Webdings
AntiAlias=1
Text="8"
LeftMouseDownAction=!execute [!RainmeterPluginBang "MeasureWA SendMessage 273 40048 0"]


Vlt ist da ja irgendwas verdächtig. Habe hier sozusagen aus mehreren Codes die Teile rausgenommen, die ich brauchte und mir den Skin dazu gebastelt.


Danke schonmal! Bin echt ratlos.
0

Anzeige



#2 _basmn_

  • Gruppe: Gäste

geschrieben 07. Oktober 2007 - 09:58

Kann mir da keiner weiterhelfen?
0

Thema verteilen:


Seite 1 von 1

1 Besucher lesen dieses Thema
Mitglieder: 0, Gäste: 1, unsichtbare Mitglieder: 0