VDR Portal
Congratulations for "25 Years VDR", many thanks to Klaus and all contributors!
Unread Threads
Recent Activities
-
Juergen.K
July 12, 2025 at 11:16 AM Posted the thread Frage zu einem Ausgangssignal.ThreadHallo allerseits,
ich muss nach Frankreich umziehen und eine SAT Anlage ist dort wegen des Vermieters und der Ausrichtung der Wohnung keine Option. Um wenigstens noch ein wenig deutsches Fernsehen zu empfangen habe ich bei meinem Glasfaseranbieter noch… -
dvb91
July 12, 2025 at 10:36 AM Replied to the thread vdr-plugin-mpv.Post[…]
If what's hard-coded matches the vdr menus (the ones you get when playing recordings), that's perfect for me. But it doesn't work here. Examples :
- "OK" should display the file title and progress bar -> crash
- "RED" should allow you to enter a value… -
dvb91
July 12, 2025 at 10:24 AM Replied to the thread vdr-plugin-mpv.Post[…]
Thanks !
sudo git clone https://github.com/ua0lnj/vdr-plugin-mpv.git
sudo chown -R sat:sat /usr/local/src/vdr-plugin-mpv
cd /usr/local/src/vdr-plugin-mpv
I get an error with "make :
(Code, 49 lines) -
lnj
July 12, 2025 at 8:34 AM Replied to the thread vdr-plugin-mpv.PostSubtitles fixed in git. -
MegaV0lt
July 12, 2025 at 8:20 AM Replied to the thread Bei installiertem vdr-plugin-fritzbox fehlen viele Plugins im OSD....PostDas kann ich nicht bestätigen. Sieht normal aus. Habe menuorg mit drin. -
lnj
July 12, 2025 at 4:03 AM Replied to the thread vdr-plugin-mpv.PostAll commands mpv receives from vdr, they are strictly written. You can't assign buttons yourself. Describe the actions, what you want to do, I will try to reproduce it. I'll try to test it this weekend. -
MarkusE
July 11, 2025 at 10:30 PM Replied to the thread [live] Cut & paste der EPG-Infos?.PostEine Einschränkung des verwendeten Frameworks -
nobanzai
July 11, 2025 at 9:55 PM Posted the thread [live] Cut & paste der EPG-Infos?.ThreadHi,
heute ist mir wieder aufgefallen, dass live offenbar kein Cut & paste der EPG-Infos zulässt.
Man kann zwar den Text markieren, aber sobald man den Mousebutton wieder loslässt, verschwindet die Markierung wieder, und es ist nichts in den… -
SHofmann
July 11, 2025 at 9:14 PM Replied to the thread [epgsearch] Kleinigkeiten, die aufgefallen sind.Post[…]
Vielleicht beim nächsten größeren Rundumschlag. Zumal ich noch kein Gefühl dafür habe, inwiefern andere Plugins als Nutzer der Service-Schnittstelle (z.B. dein Live) hinsichtlich der Kompatibilität davon betroffen wären.
Erst einmal habe ich nur ein … -
MarkusE
July 11, 2025 at 8:05 PM Replied to the thread [epgsearch] Kleinigkeiten, die aufgefallen sind.Post> … ein free(service_data->message); fehlt.
Ja, vor dem delete service_data; fehlt ein free(...).
Magst Du ein Epgsearch_osdmessage_v1_1 machen, mit destructor, der dann ein free aufruft? Oder lieber gleich mit std::string message; ?