Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: recordingDirs ÿso-8859-1?q?ÿso-8859-1?Q?ñ??



> > Is the subtitle field necessary to create the right subdirectories used
> > for a submenu in the Recordings menu?
>
> If there is no subtitle field, VDR uses a blank (which in the diretcory
> structure results in an underline). Works fine for me.
>
> In your example this should result in
>
> /video/Sopranos/_/blah_1.rec
> /video/Sopranos/_/blah_2.rec
>
> Klaus

    333   else if (Timer->IsSingleEvent() || !Setup.UseSubtitle)
    334      name = strdup(Timer->File());
    335   else
    336      asprintf(&name, "%s~%s", Timer->File(), Subtitle);

My mistake, they were programmed as single event timers and I did not check 
the ~ in their filenames. At least it's clear to me now how it all fits 
together:-)

Cheers!
Dennis


-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index