summaryrefslogtreecommitdiff
path: root/epg.c
AgeCommit message (Collapse)Author
2006-10-28Fixed deleting EPG events that have a running status of "pausing" or higherKlaus Schmidinger
2006-10-07Fixed handling language codes and descriptions of recorded audio tracksKlaus Schmidinger
2006-08-05Fixed handling the running status of EPG events before the currently running ↵Klaus Schmidinger
one, in case they are added after the current event (cont'd from version 1.4.1-2)
2006-07-29Fixed assigning schedules to channels in case there is no initial EPG ↵Klaus Schmidinger
information
2006-07-22Newlines in title and short text of an EPG event are now changed into blanks ↵Klaus Schmidinger
only after all other fixes
2006-07-22Fixed handling the running status of EPG events before the currently running ↵Klaus Schmidinger
one, in case they are added after the current event
2006-05-25Fixed handling VPS timers in case the EPG event hasn't been 'seen' in a whileKlaus Schmidinger
2006-05-12Now giving the start time precedence when searching for existing EPG eventsKlaus Schmidinger
2006-05-07If VPS timers are active, their events are now being kept up to dateKlaus Schmidinger
2006-04-22Fixed handling empty titles in cEvent::FixEpgBugs()Klaus Schmidinger
2006-04-17Stripped some trailing whitespace1.3.47Klaus Schmidinger
2006-03-26Fixed some #include sequencesKlaus Schmidinger
2006-03-26The 'running status' of EPG events is now only set to ↵Klaus Schmidinger
SI::RunningStatusNotRunning for events before present event
2006-03-26Ignoring 'version' in EPG data when reading from 'epg.data' or SVDRP/PUTEKlaus Schmidinger
2006-03-25Enhanced logging EPG event dataKlaus Schmidinger
2006-03-25Fixed getting the present EPG event in case none is currently 'running'Klaus Schmidinger
2006-02-28The status changes of EPG events are now logged for all channels that have ↵Klaus Schmidinger
timers
2006-02-26Fixed cSchedule::GetFollowingEvent() in case there is currently no present ↵1.3.44Klaus Schmidinger
event running
2006-02-26The 'event id' in EPG data has been extended to 32 bitKlaus Schmidinger
2006-02-25The 'info.vdr' file of a recording now also contains the 'E' and 'V' records ↵Klaus Schmidinger
of the EPG event
2006-02-19If a recording starts and the channel's audio PID data has more language ↵Klaus Schmidinger
code information than the EPG's component data, the code from the channel is taken
2006-02-19Fixed handling multiple language codesKlaus Schmidinger
2006-02-18The language code in the 'X' component records of EPG data can now consist ↵Klaus Schmidinger
of two codes, separated by '+'
2006-02-03Fixed setting "No title" for broken event dataKlaus Schmidinger
2006-01-29Now initializing the channels' schedule pointers when reading the epg.data ↵Klaus Schmidinger
file, so that the first WhatsOn menu will come up faster
2006-01-29When looking for the present or following EPG event, the running status is ↵Klaus Schmidinger
now always taken into account
2006-01-29Dropped logging writing epg.data (comes too often)Klaus Schmidinger
2006-01-29When reading epg.data (or data from PUTE), the version number of events with ↵Klaus Schmidinger
table IDs smaller than 0x50 is now ignored
2006-01-28There is now a log message when VDR writes the epg.data fileKlaus Schmidinger
2006-01-27EPG events from epg.data or SVDRP's PUTE command now have their Title set to ↵Klaus Schmidinger
"No Title" if none was set
2006-01-20Fixed a crash in the Schedule menu with events that have no title ↵Klaus Schmidinger
(cEvent::FixEpgBugs() now assigns a "No title" string to events that have no title)
2006-01-20Fixed a crash after executing the SVDRP command CLRE, caused by dangling ↵Klaus Schmidinger
'schedule' pointers from cChannel objects
2006-01-15Now only writing Dolby Digital tracks into the 'info.vdr' file of a ↵Klaus Schmidinger
recording if Setup.UseDolbyDigital is true
2006-01-14Made the "What's on now/next?" menus a lot faster by storing a pointer to ↵Klaus Schmidinger
each channel's schedule in the cChannel data
2005-12-30Changed all "illegal" to "invalid" in error messagesKlaus Schmidinger
2005-12-27Improved cSchedule::DropOutdated()Klaus Schmidinger
2005-12-26Schedules are now cleaned up once every hour (not only at 05:00)Klaus Schmidinger
2005-12-26Modified cSchedule::Cleanup() (events are always sorted by time)Klaus Schmidinger
2005-12-26Removed an invalid access to Event->schedule in cSchedule::DelEvent()Klaus Schmidinger
2005-12-26EPG events that are no longer in the currently broadcasted data stream are ↵Klaus Schmidinger
now automatically deleted
2005-12-25The version number of EPG events is now also stored in the epg.data fileKlaus Schmidinger
2005-11-11No longer removing superfluous hyphens in EPG dataKlaus Schmidinger
2005-11-06Removed EPG bugfix #0, because it removed actually important data1.3.36Klaus Schmidinger
2005-10-09Added more error messages and line numbers when reading EPG data and info.vdrKlaus Schmidinger
2005-09-09Fixed some typosKlaus Schmidinger
2005-07-30Avoiding duplicate components in EPG events when reading epg.data or in the ↵Klaus Schmidinger
PUTE SVDRP command
2005-06-05EPG events without a title now display "No title" instead of "(null)"Klaus Schmidinger
2005-05-29Not hashing events with StartTime < 0Klaus Schmidinger
2005-05-28Now using hash tables to speed up cSchedule::GetEvent()Klaus Schmidinger
2005-05-28cEvent no longer stores the channelID directly, but rather has a pointer to ↵Klaus Schmidinger
the schedule it is in