pipelka / vdr-plugin-xvdr

DISCONTINUED - XVDR Plugin for VDR
GNU General Public License v2.0
43 stars 22 forks source link

Reordering channels not work #128

Open zz64 opened 9 years ago

zz64 commented 9 years ago

Hi, using my xvdr config:

#
# xvdr.conf  This file contains optional configuration
#            parameters for the xvdr plugin
#
# Syntax:
#
# key = value
MaxTimeShiftSize = 1000000000
ReorderCmd = head -190

the channels not reordered ): here xvdr log:

vdr: [16309] XVDR: Preferred language: fra,fre / type: 1
vdr: [16309] XVDR: Channellist filter:
vdr: [16309] XVDR: Free To Air channels: Yes
vdr: [16309] XVDR: Only native language: No
vdr: [16309] XVDR: Enabled CaIDs:
vdr: [16309] XVDR: Setting channel update method: 3
vdr: [16315] XVDR: Reordering 3911 channels with command 'head -190'
vdr: [13968] XVDR: Checking for channel updates ...
vdr: [13968] XVDR: Client 0: 3859 channels, no change
vdr: [13968] XVDR: Done.

any idea ?

Thanks.