Ora legale ed EPGgui... ci risiamo...

Dabigpit

Digital-Forum Senior Master
Registrato
29 Novembre 2004
Messaggi
1.017
Perchè si incarta ogni volta che cambia l'ora legale? Mi mostra gli orari sbagliati (+1 h) nella lista programmi ma poi il timer lo programma col fuso orario giusto...

Qualcuno si ricorda come ho risolto la volta scorsa? :D
 
Prima controlla nel menù setup / sistem settings / time settings che tutto sia impostato correttamente, poi vai in var/tuxbox/config edita il file epgui.conf alla riga dayLightSaving=1 portalo a 0
 
grazie ang... prezioso come sempre :)

Ho modificato il file di configurazione e visto che ci ho messo le mani, ho anche sistemato i problemi di programmazione per Cult e i 3 canali RAI (non funzionava la programmazione delle registrazioni su questi canali con l'EPGgui 2.6).

Se vi può essere utile questo è il risultato:

Codice:
#####################################################################################################
# If you wish to change some default value just uncomment the line: remove the '#' at               #
# the beginning and put this file in /var/tuxbox/config/epgui.conf                                      #
#####################################################################################################
#Name for epg cache file
epgFileName=/usb/epgui.dat
#
# Seconds offset for current time zone respect to GMT
localOffset=3600
#Offset (in minutes) for the start time of the event to program
startOffsetTmr=-5
#Offset (in minutes) for the duration of the programmed event
endOffsetTmr=10
# Set to 1 if day light saving is active
dayLightSaving=0
#
#name of dvb device
#dvbDevice=/dev/dvb/card0/demux0
#
# 1 to inser a line of ** ** between days, 2 to insert 2 lines and 3... guess for what? ;)
daySeparator=1
#
# If set to 1 disables the download of the summaries (useful for low memory situations)
#noSummaries=
# If set to 1 disables the download of the themes (useful when the provider doesn’t broadcast the themes.. ;))
#noThemes=
#
#if set to 1 current event is focused
focusEpg=1
#
#Position and size for Channel List window
#channelListPosX=
#channelListPosY=
#channelListSizeX=
#channelListSizeY=
#
#Position and size for Channel Detail window
#channelDetailPosX=
#channelDetailPosY=
#channelDetailSizeX=
#channelDetailSizeY=
#
# Size and position of the multi-epg window
#epgSelPosX=
#epgSelPosY=
#epgSelSizeX=
#epgSelSizeY=
#
# 1 to enable multi-epg, 0 to disable
#multiEpg=
#
# Head of the multi-epg key name (Label and File name)
#multiEpgLabel=
#multiEpgFile=
#
# example:
#multiEpg=1
#myEpgLabel1=Provider 1
#myEpgFile1=/hdd/epg1.dat
#myEpgLabel2=Provider 2
#myEpgFile2=/hdd/epg2.dat
#myEpgLabel3=Provider 3
#myEpgFile3=/hdd/epg3.dat
#... and so on...
#Name of the file containg the channel list
#ServiceFileName=
#Name of the file with the timer list
#TimerFileName=
#Timeout in milliseconds for next characted in text input fields
#nextCharTimeout=1000
#
# Set to 1 to show all events in "All View" (0 to show only future events)
showPastEvent_all=0
# Set to 1 to show all events in "Channel View" (0 to show only future events)
showPastEvent_chan=0
# Max number of events to show for "All View" (default: 9999)
#showEventN_all=9999
# Max number of events to show for "Channel View" (default: 9999)
#showEventN_chan=9999
#
# How views are cycled where:
#
# 0 - Channel View
# 1 - Grid View
# 2 - All Program View
# 3 - Themes view
#
# If a view is omitted it will not be displayed when green button is pushed
# Start view it's the first char of "viewOrder"
#
#viewOrder=0123
#
# Number of items to be shown on the Grid View
gridViewItems=2
# Max number of programs to download from Mediahighway data
maxMhwProgs=20000
# Max number of programs to load from epgui.dat into EPGdb plugin
maxProgsToLoad=30000
#Channel List:
#needed if the channel name in the EPG is different from the channel name in the bouquet list
#EPG Channel Name=Bouquet Channel Name
RAI Uno=RAI1
RAI Due=RAI2
RAI Tre=RAI3
Raisat CineWorl=Raisat CineWorld
Raisat Gambero=Raisat Gambero R
Discovery Civil=Discovery Civil.
Discovery Trave=Discovery Travel
Fox Kids +=Fox Kids +1
CANAL+ Blauw=C+ Blauw
CANAL+ Rood=C+ Rood
viewOrder=0123
 
Ultima modifica:
Indietro
Alto Basso