Epgsync-plugin
From VDR Wiki
(Difference between revisions)
(→Problems: new release) |
|||
| (2 intermediate revisions not shown) | |||
| Line 1: | Line 1: | ||
==Description== | ==Description== | ||
| - | [[Image:(missing)-plugin.jpg|thumb|Screenshot]] | + | <!-- [[Image:(missing)-plugin.jpg|thumb|Screenshot]] --> |
| + | Imports the [[EPG]] of an other VDR using the [[Svdrp]] protocol. For connecting the [[svdrpservice-plugin]] is used which has to be installed along with epgsync. | ||
| - | ==Hardware requirements== | + | The actual import runs as a background thread. You can start the thread from the main menu or automatically whenever the plugin is started. |
| + | <!-- ==Hardware requirements== --> | ||
==Software requirements== | ==Software requirements== | ||
| + | [[svdrpservice-plugin]] >= 0.0.2 | ||
==Installation== | ==Installation== | ||
| Line 10: | Line 13: | ||
==Problems== | ==Problems== | ||
| + | ===epgsync-plugin 0.0.1=== | ||
| + | Everyone who uses 0.0.1 should update. With 0.0.1 you may encounter the following problems: | ||
| + | * Crash when an unexpected error occurs while syncing (connection broken, buffer full, ...) | ||
| + | * Impact of epgsync due to thread priority (like e.g. dropped frames) | ||
| + | |||
| + | ===Buffer size=== | ||
| + | Large EPG entries might exceed the internal buffer size. The log will show something like | ||
| + | svdrpservice: line too long in reply from ... | ||
| + | Increase the buffer size to e.g. 32k by editing [[svdrpservice-plugin]]'s connection.h: | ||
| + | #define BUFFER_SIZE KILOBYTE(32) | ||
==Links== | ==Links== | ||
{| | {| | ||
| [1] | | [1] | ||
| - | | http:// | + | | http://vdr.schmirler.de/ |
| Plugin homepage | | Plugin homepage | ||
|} | |} | ||
| Line 20: | Line 33: | ||
[[Category:Plugins]] | [[Category:Plugins]] | ||
| - | {{i18n| | + | {{i18n|Epgsync-plugin}} |
Latest revision as of 10:30, 27 September 2006
Contents |
Description
Imports the EPG of an other VDR using the Svdrp protocol. For connecting the svdrpservice-plugin is used which has to be installed along with epgsync.
The actual import runs as a background thread. You can start the thread from the main menu or automatically whenever the plugin is started.
Software requirements
svdrpservice-plugin >= 0.0.2
Installation
Problems
epgsync-plugin 0.0.1
Everyone who uses 0.0.1 should update. With 0.0.1 you may encounter the following problems:
- Crash when an unexpected error occurs while syncing (connection broken, buffer full, ...)
- Impact of epgsync due to thread priority (like e.g. dropped frames)
Buffer size
Large EPG entries might exceed the internal buffer size. The log will show something like
svdrpservice: line too long in reply from ...
Increase the buffer size to e.g. 32k by editing svdrpservice-plugin's connection.h:
#define BUFFER_SIZE KILOBYTE(32)
Links
| [1] | http://vdr.schmirler.de/ | Plugin homepage |




