Mike Constabel wrote: > I programmed with epgsearch a timer which results in this path on harddisk: > > /video1.0/Information/Gesellschaft/Ripleys_unglaubliche_Welt/Der_Fallschirm-S > tunt_^B_Mode_aus_Luftpolster-Folie_^B_Der_verbotene_Maden-K?se_^B_Die_Selfmad > e-Insel_^B_Die_K?rbis-Kombo_^B_Pfeil_im_Kopf_^B_Die_l?ngs+ten_Fingern?gel_der > _Welt_^B_Der_Mann_ohne_Gesicht/2006-03-24.18.20.40.99.rec > [...] > As you can see, the link is broken, the target is truncated to 256 Bytes. > Even on shell I cannot create links longer than 256 Bytes. > VDR should not create pathes longer 254 Byte, or what do you think? VDR limits the subtitle part to max 40 characters (see recording.c, MAX_SUBTITLE_LENGTH), so my guess is that epgsearch doesn't handle this correctly. Cheers, Udo