Onlypid-patch
Aus VDR Wiki
(Unterschied zwischen Versionen)
(→Links) |
|||
| (8 dazwischenliegende Versionen von 7 Benutzern werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
==Beschreibung== | ==Beschreibung== | ||
| + | '''Autor:''' | ||
| − | + | Fügt bei VDR > 1.3.12 die Option hinzu, nur die PIDs der channels.conf zu aktualisieren. | |
| − | + | Ohne Patch: | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
<pre> | <pre> | ||
| − | + | [0] = ("no"); | |
| − | + | [1] = ("names only"); | |
| + | [2] = ("names and PIDs"); | ||
| + | [3] = ("add new channels"); | ||
| + | [4] = ("add new transponders"); | ||
| + | </pre> | ||
| + | mit Patch: | ||
| + | <pre> | ||
| + | [0] = ("no"); | ||
| + | [1] = ("names only"); | ||
| + | [2] = ("PIDs only"); | ||
| + | [3] = ("names and PIDs"); | ||
| + | [4] = ("add new channels"); | ||
| + | [5] = ("add new transponders"); | ||
</pre> | </pre> | ||
| − | == | + | |
| − | + | <!-- ==Bilder== --> | |
| + | <!-- ==Hardwareanforderungen== --> | ||
| + | <!-- ==Softwareanforderungen== --> | ||
| + | <!-- ==Probleme== --> | ||
==Links== | ==Links== | ||
| − | + | # [http://www.vdr-portal.de/board/thread.php?postid=168645 Infos und Download der neuen Version] | |
| − | + | ||
| − | + | [[Kategorie:Patches]] | |
| − | + | {{i18n|Onlypid-patch}} | |
| − | + | ||
Aktuelle Version vom 4. April 2006, 17:13 Uhr
[Bearbeiten] Beschreibung
Autor:
Fügt bei VDR > 1.3.12 die Option hinzu, nur die PIDs der channels.conf zu aktualisieren. Ohne Patch:
[0] = ("no");
[1] = ("names only");
[2] = ("names and PIDs");
[3] = ("add new channels");
[4] = ("add new transponders");
mit Patch:
[0] = ("no");
[1] = ("names only");
[2] = ("PIDs only");
[3] = ("names and PIDs");
[4] = ("add new channels");
[5] = ("add new transponders");