Klaus Schmidinger
|
4a199fe4ac
|
Now using a separate fixed value for internal EPG linger time
|
2021-04-28 20:44:56 +02:00 |
|
Klaus Schmidinger
|
b80c22e9c4
|
Improved handling EPG data from the EIT tables
|
2021-04-04 11:06:30 +02:00 |
|
Klaus Schmidinger
|
2751e239eb
|
Fixed the locking sequence when dumping EPG data
|
2017-05-28 13:08:09 +02:00 |
|
Klaus Schmidinger
|
34f572f792
|
Fixed handling line numbers in error messages when reading EPG data
|
2017-05-09 12:25:32 +02:00 |
|
Klaus Schmidinger
|
dbcea07600
|
Changed the default return value of cEpgHandler::BeginSegmentTransfer() to true
|
2017-05-09 09:20:34 +02:00 |
|
Klaus Schmidinger
|
c4cc5e613c
|
The cEvent class now has a new member 'aux'
|
2017-04-02 12:13:15 +02:00 |
|
Klaus Schmidinger
|
8d3ae53bcd
|
Changed tEventID back to u_int32_t
|
2017-04-01 12:39:46 +02:00 |
|
Klaus Schmidinger
|
d6f57259fa
|
The function cEpgHandlers::BeginSegmentTransfer() is now boolean
|
2017-03-31 15:24:35 +02:00 |
|
Klaus Schmidinger
|
3cd5294d8a
|
Implemented strict locking of global lists
|
2015-09-01 11:14:27 +02:00 |
|
Klaus Schmidinger
|
f0537ea0f1
|
Added Begin/EndSegmentTransfer() to the EPG handler interface
|
2013-08-23 10:54:49 +02:00 |
|
Klaus Schmidinger
|
6f1577a659
|
Moved cleaning up the EPG data and writing the epg.data file into a separate thread to avoid sluggish response to user input on slow systems
|
2012-09-24 13:41:54 +02:00 |
|
Klaus Schmidinger
|
08ab22f987
|
Added IsUpdate() to the EPG handler interface
|
2012-08-25 11:31:35 +02:00 |
|
Klaus Schmidinger
|
04f176b248
|
Added SetComponents() to the EPG handler interface
|
2012-06-04 10:29:19 +02:00 |
|
Klaus Schmidinger
|
8d8dd8ecbd
|
Added HandledExternally() to the EPG handler interface
|
2012-06-04 10:19:23 +02:00 |
|
Klaus Schmidinger
|
4bce65eb10
|
Removed DeleteEvent() from the EPG handler interface (turned out not to be useful)
|
2012-06-04 09:49:48 +02:00 |
|
Klaus Schmidinger
|
ad5ef06857
|
Added DeleteEvent() to the EPG handler interface, so that an EPG handler can trigger deleting of an event
|
2012-06-02 14:10:37 +02:00 |
|
Klaus Schmidinger
|
4f889749b3
|
Fixed a mismatched 'delete' in cSchedules::SetEpgDataFileName()
|
2012-05-13 13:46:56 +02:00 |
|
Klaus Schmidinger
|
860786f809
|
Added a new plugin interface for implementing EPG handlers
|
2012-03-10 15:10:43 +01:00 |
|
Klaus Schmidinger
|
cd0f403bbc
|
Added some typecasts to silence gcc compiler warnings
|
2012-02-26 14:02:17 +01:00 |
|
Klaus Schmidinger
|
2772964f99
|
The epg.data file is now read in a separate thread
|
2012-02-11 13:41:29 +01:00 |
|
Klaus Schmidinger
|
d1ab9dbc5f
|
Now checking the result of all realloc() calls
|
2011-02-25 15:25:42 +01:00 |
|
Klaus Schmidinger
|
c5dcea7de6
|
Changed the EVCONTENTMASK_* macros to enums and changed "mask" to "group"
|
2010-01-08 15:23:34 +01:00 |
|
Klaus Schmidinger
|
708230bee9
|
Rearranged cEvent members to minimize memory waste
|
2010-01-03 14:40:37 +01:00 |
|
Klaus Schmidinger
|
fc3b402d43
|
Implemented handling the "Parental Rating Descriptor"
|
2010-01-03 14:28:33 +01:00 |
|
Klaus Schmidinger
|
56627cd12d
|
Implemented handling the "Content Descriptor"
|
2010-01-03 12:20:37 +01:00 |
|
Klaus Schmidinger
|
29c0f9e1e0
|
Fixed handling language codes and descriptions of recorded audio tracks
|
2006-10-07 13:59:21 +02:00 |
|
Klaus Schmidinger
|
8a3dae1e8b
|
Enhanced logging EPG event data
|
2006-03-25 12:51:29 +01:00 |
|
Klaus Schmidinger
|
c3f5c97ead
|
The 'event id' in EPG data has been extended to 32 bit
|
2006-02-26 14:13:30 +01:00 |
|
Klaus Schmidinger
|
47519e0536
|
If a recording starts and the channel's audio PID data has more language code information than the EPG's component data, the code from the channel is taken
|
2006-02-19 13:27:51 +01:00 |
|
Klaus Schmidinger
|
492f06175a
|
The language code in the 'X' component records of EPG data can now consist of two codes, separated by '+'
|
2006-02-18 15:59:43 +01:00 |
|
Klaus Schmidinger
|
ea9a7eebd1
|
When looking for the present or following EPG event, the running status is now always taken into account
|
2006-01-29 14:04:37 +01:00 |
|
Klaus Schmidinger
|
cd43adac92
|
Made the "What's on now/next?" menus a lot faster by storing a pointer to each channel's schedule in the cChannel data
|
2006-01-14 15:52:40 +01:00 |
|
Klaus Schmidinger
|
1314d03411
|
cTimer no longer has its own 'schedule' member
|
2005-12-27 14:39:14 +01:00 |
|
Klaus Schmidinger
|
ad55230051
|
EPG events that are no longer in the currently broadcasted data stream are now automatically deleted
|
2005-12-26 14:44:28 +01:00 |
|
Klaus Schmidinger
|
94d43abecf
|
Implemented a hash for the channels to reduce the system load in the EIT scanning thread
|
2005-09-11 13:23:49 +02:00 |
|
Klaus Schmidinger
|
7701acd968
|
Now using hash tables to speed up cSchedule::GetEvent()
|
2005-05-28 13:17:20 +02:00 |
|
Klaus Schmidinger
|
b4cbb84489
|
cEvent no longer stores the channelID directly, but rather has a pointer to the schedule it is in
|
2005-05-28 10:09:06 +02:00 |
|
Klaus Schmidinger
|
7114258ebd
|
cRecordingInfo stores channelID itself (preparation for change in cEvent)
|
2005-05-28 09:53:54 +02:00 |
|
Klaus Schmidinger
|
b0583e5373
|
Switched from 'summary.vdr' to 'info.vdr'
|
2005-05-16 14:45:11 +02:00 |
|
Klaus Schmidinger
|
14a38b1dba
|
Improved falling back to normal recording if the VPS data hasn't been seen for more than 30 seconds
|
2005-03-20 13:12:07 +01:00 |
|
Klaus Schmidinger
|
ae5ee879d0
|
The running status of a VPS event is now only taken seriously if that event has been seen within the last 30 seconds
|
2005-03-13 13:19:30 +01:00 |
|
Klaus Schmidinger
|
0b3a801ab4
|
Implemented audio track menu
|
2005-01-02 15:11:44 +01:00 |
|
Klaus Schmidinger
|
286af66cfb
|
Made several functions threadsafe (cont'd)
|
2004-12-26 12:45:22 +01:00 |
|
Klaus Schmidinger
|
0b62aff0e3
|
Now using qsort() to sort cListBase lists
|
2004-11-01 10:40:38 +01:00 |
|
Klaus Schmidinger
|
313448ad0c
|
Implemented 'modified' and 'seen' for EPG schedules/events
|
2004-10-24 15:01:50 +02:00 |
|
Klaus Schmidinger
|
07dc53331e
|
Removed cSchedule::GetEventNumber() and cSchedule::NumEvents()
|
2004-03-14 13:27:57 +01:00 |
|
Klaus Schmidinger
|
56b624d209
|
Fixed detecting the running status in case an empty EPG event is broadcast
|
2004-03-13 15:01:05 +01:00 |
|
Klaus Schmidinger
|
12c0b0dd15
|
Added log entries whenever the running status of an event changes
|
2004-03-06 14:33:22 +01:00 |
|
Klaus Schmidinger
|
18d3851b72
|
Fixed assigning events to timers (they no longer get "stuck")
|
2004-03-06 11:27:08 +01:00 |
|
Klaus Schmidinger
|
198fcf437b
|
Implemented VPS controlled timers
|
2004-02-29 14:21:22 +01:00 |
|