[ANNOUNCE] VDR maintenance patch 1.4.1-4

  • Frisch aus der ML:


    -------------------------


    VDR maintenance patch 1.4.1-4 is now available at


    ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.4.1-4.diff


    This is a 'diff' against version 1.4.1-3 (which is the official
    version 1.4.1, patched with
    ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.4.1-1.diff,
    ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.4.1-2.diff and
    ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.4.1-3.diff).



    Small fixes to the officially released VDR versions will be first
    made available as "maintenance patches" in the Developer directory,
    so that they can be reviewed and tested before a new official
    release is published.


    So please apply the above patch and report whether it works (or
    if it causes any new problems).



    This version requires plugins to be recompiled.



    The changes since version 1.4.1-3:


    - Fixed converting the port number in the "connect from..." log message of SVDRP
    (thanks to Ville Skyttä).
    - Made the cCiSession members sessionId and resourceId uint16_t and uint32_t,
    respectively, to match their types in the CI session data (thanks to Ville Skyttä
    for reporting that there are places where ntohs() is assigned to different types).
    - Changed the way a device is selected for receiving in order to keep devices with
    CAMs better available, even if this means recording on the primary device (reported
    by Jörn Reder; thanks to Anssi Hannula for improving handling Transfer Mode devices
    in this).
    - No longer stopping removing empty directories if an error occurs (thanks to
    Oliver Endriss).
    - Added a log error message to cPlugin::ConfigDirectory() in case a plugin calls it
    from a separate thread (reported by Udo Richter).


    Have fun!


    Klaus


    -------------------------


    Vielen Dank an Klaus!


    Grüße
    Michi

    Wohnzimmer: Techsolo TC-400 :: ASUS P5N7A-VM :: Intel Core 2 Duo E7400 :: GeForce 9300 onboard :: vdr 1.7.15 e-tobi ::
    In Rente: Pimped Scenic 600 (Bilder und Aufbau) :: PIII 600Mhz :: Hauppauge Nexus-S 2.1 4MB :: vdr 1.5.2 e-tobi ::


    "Wer denkt, dass Volksvertreter das Volk vertreten, der glaubt auch, dass Zitronenfalter Zitronen falten." Zeit zum ändern!

    Einmal editiert, zuletzt von skiller2k1 ()

  • Zeitmahl .. äh Mahlzeit :D



    erstmal ein dickes Danke von mir .. solange ja der BP einwenig gepflegt,
    ist es für mich immer ne Freude .. den VDR auf dem neusten zu halten.





    I30R6










    VDR











    Hardware : GA-EP35-DS3L, C2Q Q6700 , 3GB DDR2 , Palit GT240, 250GB System & 500GB Video,
    Mystique-CaBix C2,TT Budget C-1501,Airstar 2, Fernbedienung X10
    Software : gen2vdr, Kernel 3.8.10, vdr 2.0.1
    PlugIns : audiorecorder,femon,admin,yacoto..
    Ausgabe: softhddevice

  • Hello,
    from vdr 1.4.1-2 (also 1.4.1-3, 1.4.1-4 but not 1.4.1-1), with mp3-mplayer plugin, the volume control don't work: only mute.
    The plugin version is 0.9.13 or 0.9.15pre10.
    Any idea?
    Regards.
    Nino

  • Hi,


    Ich benutze das avolctl-0.3a Plugin.
    Dieses habe ich im Vdr Menü unter Einstellungen, Plugins,avolctl
    nur auf Master = VDR eingestellt.
    Damit konnte ich bis Vdr-1.4.1-1 generell übern Vdr die Master Lautstärke des Pcs
    verstellen.
    Nun ist es so das seit Update auf vdr-1.4.1-4 wenn ich per Fernbedienung leiser drehe
    der MasterRegler sofort auf Null springt (Kein Ton).
    Dabei steht der Lautstärke Balken im Vdr aber dennoch nicht auf Null sondern
    weit oben (hochgedreht).
    Ich kann dann auch übern Vdr nicht mehr lauter stellen, nur noch über das Lautsprechersymbol am Pc selbst.
    Drücke ich am Vdr allerdings zweimal die Mute Taste hab ich wieder Ton.


    Da ich das SkinElchi Plugin verwende dachte ich das wär mit dem Patch von FireFly
    wie hier zu finden;
    [Announce] vdr-plugin-skinelchi-0.1.1pre2 (Elchi-Skin als Plugin) für vdr >=1.3.18
    behoben.


    Leider ist dem aber nicht so.


    Übrigens das Update von Vdr-1.4.1-1 zu Vdr-1.4.1-4 hab ich mittels dem Patch von zulu
    siehe hier,
    Bigpatch für VDR 1.4.1-x *Stand 18.06.2006*
    getätigt.
    In diesem Patch waren alle VDR maintenance patches rauf zu Vdr-1.4.1-4 enthalten.


    Weiss hier jemand was schief läuft?


    Gruss , Bert

    Hardware: Intel Core i9-9900K, ASUS ROG Maximus XI Hero, MSI GeForce GTX 1050 Ti (vdpau), Dvbsky S952 V3 mit 2X DVB-S2 Tuner
    Multibootsystem (yavdr-ansible auf Ubuntu-20.04, Kubuntu-20.04 Focal Fossa, Win10)
    yavdr-ansible, Ausgabe über Nvidia vdpau

  • Hallo Bert,


    im File avolctl.c muß in der Funktion cMyStatusMonitor::SetVolume die Zeile "perc=100*Volume/255;" gegen folgendes ausgetauscht werden:

    Code
    if (Absolute)
    {
       perc=100*Volume/255;
    }
    else
    {
       perc=perc+100*Volume/255;
    }

    Ich selbst benutzte das Plugin nicht - der Code oben ist deshalb ungetestet und ohne Gewähr! (und es gibt auch kein diff von mir)


    Früher wurden irrtümlich nur absolute Werte übergeben, d.h. das Flag hatte gar keine Bedeutung. Das wurde in 1.4.1-2 und nochmals in -3 korrigiert, aber jetzt müssen alle Plugins die das benutzen angepasst werden.


    Grüße
    FireFly

  • Hi,


    Danke Jungs vor allem FireFly > klappt wunderbar mit deiner Änderung :)


    Das wird dann wohl noch mehr Plugins betreffen wie z.b: Mp3, Mplayer,Vcd
    nehm ich an.


    Gruss , Bert

    Hardware: Intel Core i9-9900K, ASUS ROG Maximus XI Hero, MSI GeForce GTX 1050 Ti (vdpau), Dvbsky S952 V3 mit 2X DVB-S2 Tuner
    Multibootsystem (yavdr-ansible auf Ubuntu-20.04, Kubuntu-20.04 Focal Fossa, Win10)
    yavdr-ansible, Ausgabe über Nvidia vdpau

  • Hallo,


    letzte Woche habe ich meinen VDR von 1.4.0 auf 1.4.1-4 upgedatet.
    Nun ist mir gestern aufgefallen, dass Aufnahmen nach dem aufnehmen
    nicht mehr mit Noad bearbeitet werden.
    Ist da etwas in der Richtung bekannt?


    EDIT:


    Das Problem konnte ich lokalisieren:


    Kanal 1 soll aufgezeichnet werden und Primäre Karte steht auf Kanal 1 => Noad wird gestartet
    Kanal 1 soll aufgezeichnet werden und Primäre Karte steht auf Kanal 2 => Noad wird nicht gestartet (die sekundäre Karte nimmt auf)


    Mit der Version 1.4.0 wurde noch vorrangig mit der sekundären Karte aufgenommen.


    Gruß Kail

    VDR: ASUS P4P800-VM, Celeron 2.5 GHz, 256 MB-RAM, 2 x 160 GB Samsung SV1604N, TT 1.5 (4MB), TT-Budget, Extension-Board (TBE)
    LinVDR0.7 + Dr.Seltsam 2.6.18 + vdr-1.4.7 + BP + diverse Plugins
    Betatester v. steini-Paketen
    Test-VDR: ASUS P5QL Pro, E7500, 4 GB RAM, 1TB WD EADS, Media-Pointer S2, Ubuntu10.10 + vdr-1.7.16

    Einmal editiert, zuletzt von Kail ()

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!