Fernbedienung optimieren (2 Viewers)

_Joe_

Portal Member
May 22, 2009
35
2
Hallo,

ich würde gern meine Fernbedienung optimieren. Ich wollte dazu die xml Datei editieren nur weiss ich eben nicht wie, ich suche den Code für linke Maustaste. Dort plopt das Menü auf zum verstellen des Ansichtverhältniss.
 

luckys

MP Donator
  • Premium Supporter
  • June 9, 2009
    67
    2
    54
    Home Country
    Germany Germany
    Eine genauere Beschreibung wäre nicht schlecht, z.B. welche FB überhaupt zum Einsatz kommt, bzw. welche xml du bearbeiten willst.
     

    mrbonsen

    Super User
  • Team MediaPortal
  • Super User
  • December 6, 2008
    6,472
    947
    Brensbach (HE) ehemals Görlitz
    Home Country
    Germany Germany
    die 16 in die befehlszeile eintragen/editieren, egal welche taste der fernbedienung du möchtest! die S taste der tastatur ist -> "ansicht wechseln" <- und hat code 16 !
    nun kannste maus weg lassen.
    beispiel bei meiner philips fernbedienung SRM 7500 <- die ich auch im texteditor editiert habe (wenn man die code kennt)

    <!-- 16:9/Zoom --> <key code="0x06" action="HID" data="01:00:00:16:!:01"/>
    EDIT:
    kenne nicht befehlszeile in deiner xml aber die erste zahl der reihe muss die 1 sein, die ist Tastatur.
     

    _Joe_

    Portal Member
    May 22, 2009
    35
    2
    meine XML schaut so aus...

    ich dachte eigentlich an so nen kompletten code :)

    <action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="29" sound="click.wav" />

    PHP:
    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    
    <mappings version="3">
    
    	<remote family="Aver RM-HV">
    
    		<button name="Power" code="1">
    
    			<action layer="0" condition="*" conproperty="-1" command="POWER" cmdproperty="EXIT" sound="back.wav" />
    
    		</button>
    
    		<button name="Sleep" code="2">
    
    			<action layer="0" condition="WINDOW" conproperty="0" command="POWER" cmdproperty="STANDBY" />
    
    		</button>
    
    		<button name="Aspect" code="62">
    
    			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="19" sound="click.wav" />
    
    		</button>
    
    		<button name="Live" code="20">
    
    			<action layer="0" condition="WINDOW" conproperty="7701" command="WINDOW" cmdproperty="602" sound="click.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="1" command="ACTION" cmdproperty="18" sound="click.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="602" command="ACTION" cmdproperty="18" sound="click.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="7700" command="ACTION" cmdproperty="18" sound="click.wav" />
    
    			<action layer="0" condition="*" conproperty="-1" command="WINDOW" cmdproperty="1" sound="click.wav" />
    
    		</button>
    
    		<button name="Text" code="44">
    
    			<action layer="0" condition="WINDOW" conproperty="602" command="WINDOW" cmdproperty="7701" sound="click.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="1" command="WINDOW" cmdproperty="7700" sound="click.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="7701" command="WINDOW" cmdproperty="7700" sound="click.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="7700" command="WINDOW" cmdproperty="7701" sound="click.wav" />
    
    		</button>
    
    		<button name="Pos" code="60" />
    
    		<button name="Size" code="61">
    
    			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="7" sound="click.wav" />
    
    		</button>
    
    		<button name="PiP" code="59" />
    
    		<button name="Up" code="15">
    
    			<action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="31" sound="click.wav" />
    
    			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="3" sound="cursor.wav" />
    
    		</button>
    
    		<button name="Down" code="16">
    
    			<action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="30" sound="click.wav" />
    
    			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="4" sound="cursor.wav" />
    
    		</button>
    
    		<button name="Left" code="18">
    
    			<action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="29" sound="click.wav" />
    
    			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="1" sound="cursor.wav" />
    
    		</button>
    
    		<button name="Right" code="17">
    
    			<action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="28" sound="click.wav" />
    
    			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="2" sound="cursor.wav" />
    
    		</button>
    
    		<button name="OK" code="42">
    
    			<action layer="0" condition="WINDOW" conproperty="11" command="ACTION" cmdproperty="47" sound="click.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="10" command="ACTION" cmdproperty="10" sound="back.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="105" sound="click.wav" />
    
    			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="7" sound="click.wav" />
    
    		</button>
    
    		<button name="Back" code="13">
    
    			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="10" sound="back.wav" />
    
    		</button>
    
    		<button name="Home" code="12">
    
    			<action layer="0" condition="*" conproperty="-1" command="WINDOW" cmdproperty="0" sound="click.wav" />
    
    		</button>
    
    		<button name="Info" code="41">
    
    			<action layer="0" condition="FULLSCREEN" conproperty="TRUE" command="ACTION" cmdproperty="24" sound="click.wav" />
    
    			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="106" sound="click.wav" />
    
    		</button>
    
    		<button name="Select" code="66">
    
    			<action layer="0" condition="FULLSCREEN" conproperty="TRUE" command="ACTION" cmdproperty="24" sound="click.wav" />
    
    			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="106" sound="click.wav" />
    
    		</button>
    
    		<button name="CH+" code="29">
    
    			<action layer="0" condition="WINDOW" conproperty="7701" command="ACTION" cmdproperty="9979" sound="cursor.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="7700" command="ACTION" cmdproperty="9979" sound="cursor.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="31" sound="cursor.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="1" command="ACTION" cmdproperty="95" sound="cursor.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="602" command="ACTION" cmdproperty="95" sound="cursor.wav" />
    
    			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="5" sound="cursor.wav" />
    
    		</button>
    
    		<button name="CH-" code="30">
    
    			<action layer="0" condition="WINDOW" conproperty="7701" command="ACTION" cmdproperty="9980" sound="cursor.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="7700" command="ACTION" cmdproperty="9980" sound="cursor.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="30" sound="cursor.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="1" command="ACTION" cmdproperty="94" sound="cursor.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="602" command="ACTION" cmdproperty="94" sound="cursor.wav" />
    
    			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="6" sound="cursor.wav" />
    
    		</button>
    
    		<button name="Vol+" code="27">
    
    			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="103" sound="cursor.wav" />
    
    		</button>
    
    		<button name="Vol-" code="28">
    
    			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="102" sound="cursor.wav" />
    
    		</button>
    
    		<button name="EPG" code="14">
    
    			<action layer="0" condition="WINDOW" conproperty="600" command="ACTION" cmdproperty="10" sound="back.wav" />
    
    			<action layer="0" condition="*" conproperty="-1" command="WINDOW" cmdproperty="600" sound="click.wav" />
    
    		</button>
    
    		<button name="Snapshot/Subtitles" code="21">
    
    			<action layer="0" condition="FULLSCREEN" conproperty="TRUE" command="ACTION" cmdproperty="119" sound="click.wav" />
    
    		</button>
    
    		<button name="Mute" code="26">
    
    			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="9982" sound="click.wav" />
    
    		</button>
    
    		<button name="Audio" code="43">
    
    			<action layer="0" condition="FULLSCREEN" conproperty="TRUE" command="ACTION" cmdproperty="26" />
    
    		</button>
    
    		<button name="TV/Red" code="24">
    
    			<action layer="0" condition="WINDOW" conproperty="7701" command="ACTION" cmdproperty="9975" sound="click.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="7700" command="ACTION" cmdproperty="9975" sound="click.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="1" command="ACTION" cmdproperty="18" sound="click.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="602" command="ACTION" cmdproperty="18" sound="click.wav" />
    
    			<action layer="0" condition="*" conproperty="-1" command="WINDOW" cmdproperty="1" sound="click.wav" />
    
    		</button>
    
    		<button name="Video/Green" code="22">
    
    			<action layer="0" condition="WINDOW" conproperty="7701" command="ACTION" cmdproperty="9976" sound="click.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="7700" command="ACTION" cmdproperty="9976" sound="click.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="6" command="ACTION" cmdproperty="18" sound="click.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="2005" command="ACTION" cmdproperty="18" sound="click.wav" />
    
    			<action layer="0" condition="*" conproperty="-1" command="WINDOW" cmdproperty="6" sound="click.wav" />
    
    		</button>
    
    		<button name="Music/Yellow" code="23">
    
    			<action layer="0" condition="WINDOW" conproperty="7701" command="ACTION" cmdproperty="9977" sound="click.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="7700" command="ACTION" cmdproperty="9977" sound="click.wav" />
    
    			<action layer="0" condition="*" conproperty="-1" command="WINDOW" cmdproperty="501" sound="click.wav" />
    
    		</button>
    
    		<button name="Picture/Blue" code="25">
    
    			<action layer="0" condition="WINDOW" conproperty="7701" command="ACTION" cmdproperty="9978" sound="click.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="7700" command="ACTION" cmdproperty="9978" sound="click.wav" />
    
    			<action layer="0" condition="*" conproperty="-1" command="WINDOW" cmdproperty="2" sound="click.wav" />
    
    		</button>
    
    		<button name="Timeshift" code="58">
    
    			<action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="105" sound="click.wav" />
    
    			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="12" sound="click.wav" />
    
    		</button>
    
    		<button name="Play/Pause" code="8">
    
    			<action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="105" sound="click.wav" />
    
    			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="68" sound="click.wav" />
    
    		</button>
    
    		<button name="Record" code="4">
    
    			<action layer="0" condition="WINDOW" conproperty="501" command="ACTION" cmdproperty="113" sound="click.wav" />
    
    			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="89" sound="click.wav" />
    
    		</button>
    
    		<button name="Stop" code="5">
    
    			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="13" sound="click.wav" />
    
    		</button>
    
    		<button name="Prev" code="9">
    
    			<action layer="0" condition="PLAYER" conproperty="DVD" command="ACTION" cmdproperty="92" sound="cursor.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="600" command="ACTION" cmdproperty="6" sound="cursor.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="29" sound="click.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="2005" command="ACTION" cmdproperty="92" sound="click.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="602" command="ACTION" cmdproperty="92" sound="click.wav" />
    
    			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="15" sound="cursor.wav" />
    
    		</button>
    
    		<button name="Rewind" code="6">
    
    			<action layer="0" condition="WINDOW" conproperty="600" command="ACTION" cmdproperty="87" sound="cursor.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="29" sound="cursor.wav" />
    
    			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="17" sound="cursor.wav" />
    
    		</button>
    
    		<button name="Forward" code="7">
    
    			<action layer="0" condition="WINDOW" conproperty="600" command="ACTION" cmdproperty="86" sound="cursor.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="28" sound="cursor.wav" />
    
    			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="16" sound="cursor.wav" />
    
    		</button>
    
    		<button name="Next" code="10">
    
    			<action layer="0" condition="PLAYER" conproperty="DVD" command="ACTION" cmdproperty="91" sound="cursor.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="600" command="ACTION" cmdproperty="5" sound="cursor.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="28" sound="click.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="2005" command="ACTION" cmdproperty="91" sound="click.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="602" command="ACTION" cmdproperty="91" sound="click.wav" />
    
    			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="14" sound="cursor.wav" />
    
    		</button>
    
    		<button name="Source" code="55" />
    
    		<button name="ChRtn" code="52" />
    
    		<button name="1" code="32">
    
    			<action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="37" sound="cursor.wav" />
    
    			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="49" cmdkeycode="0" sound="cursor.wav" />
    
    		</button>
    
    		<button name="2" code="33">
    
    			<action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="38" sound="cursor.wav" />
    
    			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="50" cmdkeycode="0" sound="cursor.wav" />
    
    		</button>
    
    		<button name="3" code="34">
    
    			<action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="39" sound="cursor.wav" />
    
    			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="51" cmdkeycode="0" sound="cursor.wav" />
    
    		</button>
    
    		<button name="4" code="35">
    
    			<action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="40" sound="cursor.wav" />
    
    			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="52" cmdkeycode="0" sound="cursor.wav" />
    
    		</button>
    
    		<button name="5" code="36">
    
    			<action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="41" sound="cursor.wav" />
    
    			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="53" cmdkeycode="0" sound="cursor.wav" />
    
    		</button>
    
    		<button name="6" code="37">
    
    			<action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="42" sound="cursor.wav" />
    
    			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="54" cmdkeycode="0" sound="cursor.wav" />
    
    		</button>
    
    		<button name="7" code="38">
    
    			<action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="43" sound="cursor.wav" />
    
    			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="55" cmdkeycode="0" sound="cursor.wav" />
    
    		</button>
    
    		<button name="8" code="39">
    
    			<action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="44" sound="cursor.wav" />
    
    			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="56" cmdkeycode="0" sound="cursor.wav" />
    
    		</button>
    
    		<button name="9" code="40">
    
    			<action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="45" sound="cursor.wav" />
    
    			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="57" cmdkeycode="0" sound="cursor.wav" />
    
    		</button>
    
    		<button name="0" code="31">
    
    			<action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="80" sound="click.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="2" command="ACTION" cmdproperty="80" sound="click.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="25" command="ACTION" cmdproperty="80" sound="click.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="603" command="ACTION" cmdproperty="80" sound="click.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="605" command="ACTION" cmdproperty="80" sound="click.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="606" command="ACTION" cmdproperty="80" sound="click.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="501" command="ACTION" cmdproperty="80" sound="click.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="601" command="ACTION" cmdproperty="80" sound="click.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="759" command="ACTION" cmdproperty="80" sound="click.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="6" command="ACTION" cmdproperty="80" sound="click.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="10" command="ACTION" cmdproperty="48" sound="back.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="11" command="ACTION" cmdproperty="48" sound="back.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="600" command="ACTION" cmdproperty="88" sound="back.wav" />
    
    			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="48" cmdkeycode="0" sound="cursor.wav" />
    
    		</button>
    
    		<button name="Dot" code="64">
    
    			<action layer="0" condition="WINDOW" conproperty="1" command="WINDOW" cmdproperty="7700" sound="click.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="602" command="WINDOW" cmdproperty="7701" sound="click.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="7700" command="WINDOW" cmdproperty="7701" sound="click.wav" />
    
    			<action layer="0" condition="WINDOW" conproperty="7701" command="WINDOW" cmdproperty="7700" sound="click.wav" />
    
    			<action layer="0" condition="PLAYER" conproperty="TV" command="WINDOW" cmdproperty="7701" sound="click.wav" />
    
    		</button>
    
    		<button name="Clear" code="63">
    
    			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="19" sound="click.wav" />
    
    		</button>
    
    	</remote>
    
    </mappings>
     

    mrbonsen

    Super User
  • Team MediaPortal
  • Super User
  • December 6, 2008
    6,472
    947
    Brensbach (HE) ehemals Görlitz
    Home Country
    Germany Germany
    sorry - damit kann ich nicht dienen. die xml sieht aus , als benutzt du das Aver RM-HV Plugin oder fernbedienung,.....kanns nicht genau zuordnen. du solltest dir mal das plugin ansehen!
     

    luckys

    MP Donator
  • Premium Supporter
  • June 9, 2009
    67
    2
    54
    Home Country
    Germany Germany
    Also normalerweise müßte es doch über das Plugin einstellbar sein.
    Ansonsten (ist natürlich nur meine Interpretation der xml, gebe keine Garantie auf Richtigkeit :rolleyes:)

    <button name="Power" code="1"> -->dieser Code ist der FB-Code
    <action layer="0" condition="WINDOW" conproperty="602" --> da wo es passieren soll (602 = Fullscreen TV's)
    command="ACTION" cmdproperty="29" -->Umsetzung in einen Zeichencode (Key Code Constants)
    sound="click.wav" /> -->Angabe ob Sound abgespielt wird
     

    _Joe_

    Portal Member
    May 22, 2009
    35
    2
    Hab es hinbekommen. Geht wirklich übers Menü :D. Komischerweise verändert sich aber die xml Datei nicht.
     

    _Joe_

    Portal Member
    May 22, 2009
    35
    2
    Ja dachte ich auch. Ich hab den PIP button belegt.

    Pfad: C:\Programme\Team MediaPortal\MediaPortal\InputDeviceMappings\defaults\AverRmHv.xml
    PHP:
    <button name="PiP" code="59" /> 
    - <button name="Up" code="15">
      <action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="31" sound="click.wav" /> 
      <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="3" sound="cursor.wav" /> 
      </button>

    Der ist jedoch in der xml immer noch leer.
     

    Users who are viewing this thread

    Similar threads

    Vielen Dank für deine ausführliche Antwort Lehmden. Ich hatte bisher immer eine Mini-PC beim TV stehen und habe meine Files auf dem NAS . Noch ne Nummer kleiner (wie von Dir und anderen empfohlen), wäre wohl eine Alternative. Inzwischen habe ich Jellyfin und Plex getestet: Jellyfin hat eigentlich alles was ich brauche, bis auf einen...
    Vielen Dank für deine ausführliche Antwort Lehmden. Ich hatte bisher immer eine Mini-PC beim TV stehen und habe meine Files auf dem...
    Hallo zusammen lange Jahre habe ich MP1 genutzt. Jetzt würde ich gerne auf MP2 umsteigen, da ich keinen Media-PC im Wohnzimmer...
    Replies
    7
    Views
    2K
    Welche Version von MediaPortal 2 verwendest du? Die von dir erwähnten Seiten unter Onlinevideos sollte nicht nehr sichtbar sein in der neusten Version, da sie meine ich nicht mehr gepflegt werden. Bezüglich der zantralen Biliothek schaue bitte erst einmal ins Wiki und folge den Anleitungen. Falls etwas nicht klappt, kannst du dann...
    Welche Version von MediaPortal 2 verwendest du? Die von dir erwähnten Seiten unter Onlinevideos sollte nicht nehr sichtbar sein in...
    Hallo. Ich habe Mediaportal 2 installiert. Die Software läuft. Naja, allerdings eben gibt's keine Medienaktivität. Der Rechner...
    Replies
    1
    Views
    1K
    Danke das war es auch bei mir! Habe auch die DigitalDevice Cine S2 und genau den gleichen Fehler gehabt! Habe den Punkt 2 übersprungen mit der Hoffnungs das er einigens an einstellungen behält. Hat geklappt. Vielen Dank! Grüße Manuel
    Danke das war es auch bei mir! Habe auch die DigitalDevice Cine S2 und genau den gleichen Fehler gehabt! Habe den Punkt 2...
    Hallo, habe bis vor Kurzem MP 2.4.1 und TV- Engine 3.5 benutzt und hatte keine Probleme. Nach einer kompletten Deinstallation und...
    Replies
    5
    Views
    4K
    Vielen Dank!
    Vielen Dank!
    Hallo, ich möchte gerne Mediaportal 2 nutzen, um damit TV zu sehen und aufzuzeichnen. Ich habe "nur" einen Kabelanschluss, der von...
    Replies
    17
    Views
    6K
    MP1 MP2 AV1 Video Codec DE
    Hi. Als ich die neue Version von Media-Buddy fertig gestellt habe, habe ich auch mit FFMpeg 6 experimentiert. Ohne größere Anpassungen macht die Umstellung aber keinen Sinn, denn die mit FFMpeg 6 kodierten Videos haben bei zu FFMpeg 5 unveränderten Parametern große Probleme bei der Navigation innerhalb des Videos. Irgendwelche...
    Hi. Als ich die neue Version von Media-Buddy fertig gestellt habe, habe ich auch mit FFMpeg 6 experimentiert. Ohne größere...
    Hi. Als ich die neue Version von Media-Buddy fertig gestellt habe, habe ich auch mit FFMpeg 6 experimentiert. Ohne größere...
    Replies
    0
    Views
    6K
    Top Bottom