-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparams.py
More file actions
25 lines (17 loc) · 794 Bytes
/
params.py
File metadata and controls
25 lines (17 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#Cafe Cafe Boxee App Parameters
#### Ads Settings ####
adSource = "local" #Use "local" or "rss"
#If adSource is "local" this defines ads list
localAdList = ["banner_dance_phoneYakir.gif", "lexidale.gif", "OurAdvertisment.gif", "sonic.gif", "banner_out_phoneGuy.gif", "TomVedan.gif"]
# Durations and Intervals ###
#Interval for switching bottom page ads
adInterval = 25
#Interval to show Breaking News (Full Screen Ad)
breakingNewsInterval = 45
breakingNewsImageList = ["ChocolateCake.png", "FullScreenAd_Soup.png", "ChocolateCake.png", "FullScreenAd_Salad.png", "ChocolateCake.png", "FullScreenAd_Wafel.png" ]
#Duration for braking news dialog
breakingNewsDuration = 15
#Interval For menu switching
menuInterval = 40
### Constants ###
rssRoot = "www.menp.org/anmgroup/BoxeeCafeCafe/"