MythTV
master
|
#include <channelimporter.h>
Public Member Functions | |
ChannelImporter (bool gui, bool interactive, bool _delete, bool insert, bool save, bool fta_only, bool lcn_only, bool complete_only, bool full_channel_search, bool remove_duplicates, ServiceRequirements service_requirements, bool success=false) | |
void | Process (const ScanDTVTransportList &_transports, int sourceid=-1) |
Protected Types | |
enum | DeleteAction { kDeleteAll, kDeleteManual, kDeleteIgnoreAll, kDeleteInvisibleAll } |
enum | InsertAction { kInsertAll, kInsertManual, kInsertIgnoreAll } |
enum | UpdateAction { kUpdateAll, kUpdateManual, kUpdateIgnoreAll } |
enum | ChannelType { kChannelTypeFirst = 0, kChannelTypeNonConflictingFirst = kChannelTypeFirst, kATSCNonConflicting = kChannelTypeFirst, kDVBNonConflicting, kSCTENonConflicting, kMPEGNonConflicting, kNTSCNonConflicting, kChannelTypeNonConflictingLast = kNTSCNonConflicting, kChannelTypeConflictingFirst, kATSCConflicting = kChannelTypeConflictingFirst, kDVBConflicting, kSCTEConflicting, kMPEGConflicting, kNTSCConflicting, kChannelTypeConflictingLast = kNTSCConflicting, kChannelTypeLast = kChannelTypeConflictingLast } |
Protected Member Functions | |
void | FilterServices (ScanDTVTransportList &transports) const |
ScanDTVTransportList | GetDBTransports (uint sourceid, ScanDTVTransportList &transports) const |
Adds found channel info to transports list, returns channels in DB which were not found in scan in another transport list. This can be the same transport if e.g. one channel is in the DB but not in the scan, but it can also contain transports that are not found in the scan. More... | |
uint | DeleteChannels (ScanDTVTransportList &transports) |
uint | DeleteUnusedTransports (uint sourceid) |
void | InsertChannels (const ScanDTVTransportList &transports, const ChannelImporterBasicStats &info) |
ScanDTVTransportList | InsertChannels (const ScanDTVTransportList &transports, const ChannelImporterBasicStats &info, InsertAction action, ChannelType type, ScanDTVTransportList &inserted, ScanDTVTransportList &skipped) |
ScanDTVTransportList | UpdateChannels (const ScanDTVTransportList &transports, const ChannelImporterBasicStats &info, UpdateAction action, ChannelType type, ScanDTVTransportList &updated, ScanDTVTransportList &skipped) const |
DeleteAction | QueryUserDelete (const QString &msg) |
For multiple channels. More... | |
InsertAction | QueryUserInsert (const QString &msg) |
For multiple channels. More... | |
UpdateAction | QueryUserUpdate (const QString &msg) |
For multiple channels. More... | |
OkCancelType | QueryUserResolve (const ScanDTVTransport &transport, ChannelInsertInfo &chan) |
For a single channel. More... | |
OkCancelType | QueryUserInsert (const ScanDTVTransport &transport, ChannelInsertInfo &chan) |
For a single channel. More... | |
OkCancelType | ShowManualChannelPopup (const QString &title, const QString &message, QString &text) |
OkCancelType | ShowResolveChannelPopup (const QString &title, const QString &message, QString &text) |
Private Attributes | |
bool | m_useGui |
bool | m_isInteractive |
bool | m_useWeb {false} |
bool | m_doDelete |
bool | m_doInsert |
bool | m_doSave |
bool | m_ftaOnly {true} |
bool | m_lcnOnly {false} |
bool | m_completeOnly {true} |
bool | m_keepChannelNumbers {true} |
bool | m_fullChannelSearch {false} |
bool | m_removeDuplicates {false} |
bool | m_success {false} |
int | m_functorRetval {0} |
ChannelScannerWeb * | m_pWeb {nullptr} |
ServiceRequirements | m_serviceRequirements |
QEventLoop | m_eventLoop |
Definition at line 71 of file channelimporter.h.
|
protected |
Enumerator | |
---|---|
kDeleteAll | |
kDeleteManual | |
kDeleteIgnoreAll | |
kDeleteInvisibleAll |
Definition at line 87 of file channelimporter.h.
|
protected |
Enumerator | |
---|---|
kInsertAll | |
kInsertManual | |
kInsertIgnoreAll |
Definition at line 94 of file channelimporter.h.
|
protected |
Enumerator | |
---|---|
kUpdateAll | |
kUpdateManual | |
kUpdateIgnoreAll |
Definition at line 100 of file channelimporter.h.
|
protected |
Definition at line 107 of file channelimporter.h.
ChannelImporter::ChannelImporter | ( | bool | gui, |
bool | interactive, | ||
bool | _delete, | ||
bool | insert, | ||
bool | save, | ||
bool | fta_only, | ||
bool | lcn_only, | ||
bool | complete_only, | ||
bool | full_channel_search, | ||
bool | remove_duplicates, | ||
ServiceRequirements | service_requirements, | ||
bool | success = false |
||
) |
Definition at line 55 of file channelimporter.cpp.
void ChannelImporter::Process | ( | const ScanDTVTransportList & | _transports, |
int | sourceid = -1 |
||
) |
Definition at line 82 of file channelimporter.cpp.
Referenced by ChannelScannerWeb::HandleEvent(), main(), ChannelScannerCLI::Process(), ChannelScannerGUI::Process(), ChannelScannerWeb::Process(), and ScanWizard::Scan().
|
staticprotected |
Definition at line 255 of file channelimporter.cpp.
Referenced by InsertChannels().
|
staticprotected |
Definition at line 922 of file channelimporter.cpp.
Referenced by Process().
|
staticprotected |
Definition at line 985 of file channelimporter.cpp.
Referenced by Process().
|
protected |
Definition at line 1049 of file channelimporter.cpp.
Referenced by Process().
|
staticprotected |
Definition at line 1125 of file channelimporter.cpp.
Referenced by Process().
|
protected |
Adds found channel info to transports list, returns channels in DB which were not found in scan in another transport list. This can be the same transport if e.g. one channel is in the DB but not in the scan, but it can also contain transports that are not found in the scan.
Definition at line 1168 of file channelimporter.cpp.
Referenced by Process().
|
protected |
Definition at line 277 of file channelimporter.cpp.
Referenced by Process().
Definition at line 376 of file channelimporter.cpp.
Referenced by Process().
|
protected |
Definition at line 431 of file channelimporter.cpp.
Referenced by Process().
|
protected |
Definition at line 567 of file channelimporter.cpp.
|
protected |
Definition at line 769 of file channelimporter.cpp.
Referenced by InsertChannels().
|
protected |
For multiple channels.
Definition at line 1773 of file channelimporter.cpp.
Referenced by DeleteChannels(), and DeleteUnusedTransports().
|
protected |
For multiple channels.
Definition at line 1861 of file channelimporter.cpp.
Referenced by InsertChannels().
|
protected |
For multiple channels.
Definition at line 1946 of file channelimporter.cpp.
Referenced by InsertChannels().
|
protected |
For a single channel.
Definition at line 2226 of file channelimporter.cpp.
Referenced by InsertChannels().
|
protected |
For a single channel.
Definition at line 2304 of file channelimporter.cpp.
|
staticprotected |
Compute a suggested channel number that is unique in the video source. Check first to see if the existing channel number conflicts with an existing channel number. If so, try adding a suffix starting with 'A' to make the number unique while still being recognizable. For instance, the second "7-2" channel will be called "7-2A". If this fails then fall back to incrementing a per-source number to find an unused value.
chan | Info describing a channel |
Definition at line 1739 of file channelimporter.cpp.
Referenced by InsertChannels(), QueryUserInsert(), and QueryUserResolve().
|
protected |
Definition at line 2027 of file channelimporter.cpp.
Referenced by QueryUserInsert().
|
protected |
Definition at line 2125 of file channelimporter.cpp.
Referenced by QueryUserResolve().
|
staticprotected |
Definition at line 1318 of file channelimporter.cpp.
Referenced by Process().
|
staticprotected |
Definition at line 1334 of file channelimporter.cpp.
Referenced by DeleteChannels(), InsertChannels(), and Process().
|
staticprotected |
Definition at line 1372 of file channelimporter.cpp.
Referenced by InsertChannels(), and Process().
|
staticprotected |
Definition at line 1548 of file channelimporter.cpp.
Referenced by DeleteChannels(), InsertChannels(), and Process().
|
staticprotected |
Definition at line 1408 of file channelimporter.cpp.
Referenced by FilterRelocatedServices(), FilterServices(), and FormatChannels().
|
staticprotected |
Format channel information into a simple string. The format of this string will depend on the type of standard used for the channels (atsc/scte/opencable/dvb).
transport | Unused. |
chan | Info describing a channel |
Definition at line 1491 of file channelimporter.cpp.
Referenced by QueryUserInsert(), and QueryUserResolve().
|
staticprotected |
Definition at line 1576 of file channelimporter.cpp.
Referenced by FormatTransports(), MergeSameFrequency(), and RemoveDuplicates().
|
staticprotected |
Definition at line 1588 of file channelimporter.cpp.
Referenced by InsertChannels(), and Process().
|
staticprotected |
Definition at line 1608 of file channelimporter.cpp.
Referenced by InsertChannels(), and Process().
|
staticprotected |
Definition at line 1640 of file channelimporter.cpp.
Referenced by CountChannels(), InsertChannels(), and UpdateChannels().
|
staticprotected |
Definition at line 1695 of file channelimporter.cpp.
Referenced by InsertChannels().
|
staticprotected |
Definition at line 1716 of file channelimporter.cpp.
Referenced by DeleteChannels(), InsertChannels(), and Process().
|
staticprotected |
Definition at line 2388 of file channelimporter.cpp.
Referenced by InsertChannels(), QueryUserInsert(), and QueryUserResolve().
|
staticprotected |
Definition at line 903 of file channelimporter.cpp.
Referenced by DeleteChannels(), InsertChannels(), and UpdateChannels().
|
private |
Definition at line 245 of file channelimporter.h.
Referenced by ChannelImporter(), Process(), QueryUserDelete(), QueryUserInsert(), QueryUserResolve(), and QueryUserUpdate().
|
private |
Definition at line 246 of file channelimporter.h.
Referenced by InsertChannels(), QueryUserDelete(), QueryUserInsert(), QueryUserResolve(), and QueryUserUpdate().
Definition at line 247 of file channelimporter.h.
Referenced by ChannelImporter(), DeleteChannels(), DeleteUnusedTransports(), Process(), QueryUserDelete(), QueryUserInsert(), QueryUserUpdate(), ShowManualChannelPopup(), and ShowResolveChannelPopup().
|
private |
Definition at line 248 of file channelimporter.h.
Referenced by Process().
|
private |
Definition at line 249 of file channelimporter.h.
Referenced by Process().
|
private |
Definition at line 250 of file channelimporter.h.
Referenced by Process().
Definition at line 251 of file channelimporter.h.
Referenced by FilterServices(), and Process().
Definition at line 252 of file channelimporter.h.
Referenced by FilterServices(), and Process().
Definition at line 253 of file channelimporter.h.
Referenced by FilterServices(), and Process().
Definition at line 254 of file channelimporter.h.
Referenced by UpdateChannels().
Definition at line 255 of file channelimporter.h.
Referenced by GetDBTransports(), and Process().
Definition at line 256 of file channelimporter.h.
Referenced by Process().
Definition at line 257 of file channelimporter.h.
Referenced by Process().
|
private |
Definition at line 258 of file channelimporter.h.
Referenced by QueryUserDelete(), QueryUserInsert(), QueryUserUpdate(), ShowManualChannelPopup(), and ShowResolveChannelPopup().
|
private |
Definition at line 259 of file channelimporter.h.
Referenced by ChannelImporter(), DeleteChannels(), DeleteUnusedTransports(), Process(), QueryUserDelete(), QueryUserInsert(), QueryUserUpdate(), ShowManualChannelPopup(), and ShowResolveChannelPopup().
|
private |
Definition at line 261 of file channelimporter.h.
Referenced by FilterServices(), and Process().
|
private |
Definition at line 262 of file channelimporter.h.
Referenced by QueryUserDelete(), QueryUserInsert(), QueryUserUpdate(), ShowManualChannelPopup(), and ShowResolveChannelPopup().