You are not logged in.

Dear visitor, welcome to VDR Portal. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Tuesday, August 28th 2007, 8:20am

[ANNOUNCE] MP3/MPlayer plugin 0.10.1, PremiereEPG plugin 0.0.8

Moin,
aus der ML:

MP3/MPlayer plugin 0.10.1

Quoted

Hi,
a new version of the MP3/MPlayer plugin is available from my
homepage.
<http://www.muempf.de/down/vdr-mp3-0.10.1.tar.gz>

NEWS:
27.08.2007: Version 0.10.1 (vdr 1.4.7 / 1.5.9)
- Fixed segfault in MP3 infocache purge on plugin exit.
- Added support for VDR 1.5.7+ gettext internationalization.

--
Stefan Huelswitt
vdr-mp3-0.10.1.tar.gz

PremiereEPG plugin 0.0.8

Quoted

Hi,
an updated version of the PremiereEPG plugin is available from my
homepage
<http://www.muempf.de/down/vdr-premiereepg-0.0.8.tar.gz>

NEWS:
27.08.2007: Version 0.0.8
- Added support for VDR 1.5.7+ gettext internationalization.

--
Stefan Huelswitt

vdr-premiereepg-0.0.8.tar.gz

Danke an Stefan Huelswitt

This post has been edited 1 times, last edit by "holymoly" (Aug 28th 2007, 8:25am)


2

Tuesday, August 28th 2007, 4:05pm

Hi,

läuft unter openSuSE 10.3 und VDR 1.5.8 super. Danke! Hab es hier mit rein genommen:

http://www.vdr-wiki.de/wiki/index.php/Op…ationsanleitung
HW: OrigenAE S16V, Asus AT3IONT-I Deluxe, Kingston 4GB Kit HyperX PC3-10667 DDR3-1333 CL7, Corsair SSD X32 32GB, Samsung HD105SI 1 TB, LG GH20NS10, TechnoTrend S2-6400
SW: Ubuntu 12.04.2 LTS x86_64, VDR 2.0.0, saa716x DVB Treiber, IRTrans Server, dvbhddevice Plugin, LCDProc Plugin, SkinPearlHD Plugin, Femon, markad, TVOnScreen Plugin, Live Plugin, EPGSearch Plugin, Streamdev Plugin

3

Sunday, October 21st 2007, 10:25am

Hallo,

da Premiere einen Direkt- Kanal geändert hat, gibt es auf diesem kein EPG mehr.

Daher muss noch folgendes in die premiereepg.c eingefügt werden, damit dieser wieder ein EPG bekommt.

Dazu muss die Option FixEPG eingeschaltet sein:

Source code

1
2
3
4
5
6
7
8
9
10
         if(SetupPE.FixEpg) {
            if(nid==133) {
              if     (tid==0x03 && sid==0xf0) { tid=0x02; sid=0xe0; }
              else if(tid==0x03 && sid==0xf1) { tid=0x02; sid=0xe1; }
              else if(tid==0x03 && sid==0xf5) { tid=0x03; sid=0xdc; }
              else if(tid==0x04 && sid==0xd2) { tid=0x11; sid=0xe2; }
              else if(tid==0x11 && sid==0xd3) { tid=0x11; sid=0xe3; }
              else if(tid==0x01 && sid==0xd4) { tid=0x04; sid=0xe4; }  // DIESE ZEILE IST NEU
              }
            }



Gruß,

Moses123

This post has been edited 1 times, last edit by "Moses123" (Oct 21st 2007, 10:27am)