]> git.0d.be Git - django-panik-nonstop.git/blob - nonstop/templates/nonstop/soma_palinsesti.xml
soma: set timecontinued attribute
[django-panik-nonstop.git] / nonstop / templates / nonstop / soma_palinsesti.xml
1 {% load l10n nonstop %}
2 {% localize off %}
3 <Palinsesto>
4   <Description color="#FF0000">{{ episode.emission.title|somafix }} - {{ episode.title|somafix }}</Description>
5
6   <Priority>1</Priority>
7   <Start>{{ start|date:"Y-m-d x H:i" }}</Start>
8   <Stop>{{ end|date:"Y-m-d x H:i" }}</Stop>
9   <TimeContinued>1</TimeContinued>
10   <SpotController>0</SpotController>
11
12   <Type>files</Type>
13
14   <Jingle></Jingle>
15
16   <Module></Module>
17   <ModuleData></ModuleData>
18   <Stream></Stream>
19
20   <Random>0</Random>
21   <SoftStop>1</SoftStop>
22
23   <RatioSong>10</RatioSong>
24   <RatioSpot>2</RatioSpot>
25
26   <PathSong>
27     <item>:/nonstop/{{ diffusion_path }}/</item>
28   </PathSong>
29
30   <PathSpot>
31   </PathSpot>
32
33 </Palinsesto>
34 {% endlocalize %}