If you connect to the vdr SVDRP port (default 2001), with for example nc/telnet, and run the LSTR command you get the output for all recordings that vdr has found.
Current vompserver-plugin uses the same listing and sends all entries in one string to the vomp-client in the same order as it appear in the listing from vdr.
If you have the problem with to small buffer for the recordings, the recordings you see in the vomp-client should be a subset (top half) of the list of recorings you got from vdr.
And as hondansx write you only have to edit mvpclient.c and recompile the vomp-server plugin for vdr against the current vdr installation, probably move the plugin to right place and restart vdr. No changes needs to be done at the vomp-client).
How you do it and where you find the code depends on the linux-distribution. On gentoo I downloaded the source code for both vdr and the vdr-vompserver-plugin, changed the code, compiled the plugin, moved the plugin to /usr/lib/vdr/plugins and restarted vdr.
//M
Current vompserver-plugin uses the same listing and sends all entries in one string to the vomp-client in the same order as it appear in the listing from vdr.
If you have the problem with to small buffer for the recordings, the recordings you see in the vomp-client should be a subset (top half) of the list of recorings you got from vdr.
And as hondansx write you only have to edit mvpclient.c and recompile the vomp-server plugin for vdr against the current vdr installation, probably move the plugin to right place and restart vdr. No changes needs to be done at the vomp-client).
How you do it and where you find the code depends on the linux-distribution. On gentoo I downloaded the source code for both vdr and the vdr-vompserver-plugin, changed the code, compiled the plugin, moved the plugin to /usr/lib/vdr/plugins and restarted vdr.
//M