1 <?xml version=
"1.0" encoding=
"ISO-8859-1" ?>
3 <ItemStart>$start
</ItemStart>
4 <ItemCount>#echo len($files) #
</ItemCount>
6 <Title>$escape($name)
</Title>
7 <ContentType>x-container/folder
</ContentType>
8 <SourceFormat>x-container/folder
</SourceFormat>
9 <TotalItems>$total
</TotalItems>
12 #if $isdir($file['path'])
15 <Title>$escape($file.path)
</Title>
16 <ContentType>x-container/folder
</ContentType>
17 <SourceFormat>x-container/folder
</SourceFormat>
21 <Url>/TiVoConnect?Command=QueryContainer
&Container=$quote($name)/$quote($file.path)
</Url>
22 <ContentType>x-tivo-container/folder
</ContentType>
29 <Title>#echo '.'.join(file['path'].split('.')[:-
1]) #
</Title>
30 <ContentType>audio/*
</ContentType>
31 <SourceFormat>audio/mpeg
</SourceFormat>
34 <$key
>$file[$key]</$key
>
40 <ContentType>audio/*
</ContentType>
41 <AcceptsParams>No
</AcceptsParams>
42 <Url>/$quote($name)/$quote($file.path)
</Url>