├── BonCtrl ├── BonCtrl.cpp ├── BonCtrl.h ├── BonCtrlDef.h ├── BonDriverUtil.cpp ├── BonDriverUtil.h ├── CATUtil.cpp ├── CATUtil.h ├── ChSetUtil.cpp ├── ChSetUtil.h ├── CreatePATPacket.cpp ├── CreatePATPacket.h ├── CreatePMTPacket.cpp ├── CreatePMTPacket.h ├── DropCount.cpp ├── DropCount.h ├── IB25Decoder.h ├── IBonDriver.h ├── IBonDriver2.h ├── OneServiceUtil.cpp ├── OneServiceUtil.h ├── PESHeadInfo.cpp ├── PESHeadInfo.h ├── PMTUtil.cpp ├── PMTUtil.h ├── PacketInit.cpp ├── PacketInit.h ├── ScrambleDecoderUtil.cpp ├── ScrambleDecoderUtil.h ├── SendTCP.cpp ├── SendTCP.h ├── SendUDP.cpp ├── SendUDP.h ├── TSOut.cpp ├── TSOut.h ├── WriteTSFile.cpp └── WriteTSFile.h ├── Common ├── BlockLock.h ├── Common.h ├── CommonDef.h ├── CryptUtil.cpp ├── CryptUtil.h ├── CtrlCmdDef.h ├── CtrlCmdUtil.cpp ├── CtrlCmdUtil.h ├── EpgDataCap3Def.h ├── EpgDataCap3Util.cpp ├── EpgDataCap3Util.h ├── EpgTimerUtil.cpp ├── EpgTimerUtil.h ├── ErrDef.h ├── FileUtil.cpp ├── FileUtil.h ├── InstanceManager.h ├── Measure.h ├── ParseText.h ├── ParseTextInstances.cpp ├── ParseTextInstances.h ├── PathUtil.cpp ├── PathUtil.h ├── PipeServer.cpp ├── PipeServer.h ├── ReNamePlugInUtil.cpp ├── ReNamePlugInUtil.h ├── SendCtrlCmd.cpp ├── SendCtrlCmd.h ├── SendTSTCP.h ├── SendTSTCPDllUtil.cpp ├── SendTSTCPDllUtil.h ├── ServiceUtil.cpp ├── ServiceUtil.h ├── StringUtil.cpp ├── StringUtil.h ├── StructDef.h ├── TCPServer.cpp ├── TCPServer.h ├── TSBuffUtil.cpp ├── TSBuffUtil.h ├── TSPacketUtil.cpp ├── TSPacketUtil.h ├── TVTestPlugin.h ├── TimeShiftUtil.cpp ├── TimeShiftUtil.h ├── TimeUtil.cpp ├── TimeUtil.h ├── Util.cpp ├── Util.h ├── WritePlugInUtil.cpp └── WritePlugInUtil.h ├── Document ├── EDCB_ALL.VS2015.sln ├── EDCB_VCALL.sln ├── History.txt ├── HowToBuild.txt ├── Patch │ ├── 120526_マージの際に上書きしたファイル「自動予約登録」の並び替えを改良してみた(その4).txt │ ├── 121014_(未適用)EPGデータ対策不正な文字コード_とりあえずMXだけ基本情報のみ取得するようにするとうまくいく 10.69用パッチ.txt │ ├── 121014_EPGデータ対策不正な文字コード.txt │ ├── 121014_EPGデータ対策不正な文字コード_BonCtrl.iniの設定変更.txt │ ├── 121014_EPGデータ対策不正な文字コード_J59KpGPU.diff │ ├── 121103_Win8での滲み対策.txt │ ├── 130202_「自動予約登録」の並び替えを改良してみた(その4)の検索結果の行間が一定にならない点を修正.txt │ ├── 130203_カスタム番組表設定のサービスをChSet5の順番にソートするボタン.txt │ ├── 130204_EPGTimerの検索機能を現時刻以降を対象にする(196氏版).txt │ ├── 130205_0.0(ウインドウの一番左上)の時、座標が記憶されず次回起動時にずれる点の対策.txt │ ├── 130206_ボタンの幅などを変更する場合の修正箇所.txt │ ├── 130210_スリープ抑止拡張(120704に公表)_edcb.patch │ ├── 130211_チャンネルスキャンファイル内の整列、自動予約登録編集時の処理を軽量化.txt │ ├── 130211_チャンネルスキャンファイル内の整列、自動予約登録編集時の処理を軽量化_CqAWJGUB.txt │ ├── 130211_チャンネルスキャンファイル内の整列、自動予約登録編集時の処理を軽量化_tLv3Mpzq.txt │ ├── テレビ番組雑誌風の番組表の設定方法.txt │ └── ボタンの幅などを変更する場合の修正箇所02.txt ├── ReadMe_Material_WebUI.txt ├── Readme.txt ├── Readme_EDCB.txt ├── Readme_EpgDataCap_Bon.txt ├── Readme_EpgTimer.txt ├── Readme_EpgTimer_Colors.txt └── Readme_Mod.txt ├── EDCBSupport ├── EDCBSupport.sln ├── EDCBSupport.txt └── EDCBSupport │ ├── EDCBSupport.cpp │ ├── EDCBSupport.h │ ├── EDCBSupport.vcxproj │ ├── EDCBSupport.vcxproj.filters │ ├── EDCBSupportUtil.cpp │ ├── EDCBSupportUtil.h │ ├── Exports.def │ ├── FileListView.cpp │ ├── FileListView.h │ ├── ListView.cpp │ ├── ListView.h │ ├── RecFolderDialog.cpp │ ├── RecFolderDialog.h │ ├── ReserveDialog.cpp │ ├── ReserveDialog.h │ ├── ReserveListForm.cpp │ ├── ReserveListForm.h │ ├── ReserveListView.cpp │ ├── ReserveListView.h │ ├── StatusBar.cpp │ ├── StatusBar.h │ ├── TVTestPlugin.h │ ├── Tab.cpp │ ├── Tab.h │ ├── Widget.cpp │ ├── Widget.h │ ├── res │ ├── EDCBSupport.rc │ ├── ReserveList.ico │ └── TabIcons.bmp │ ├── resource.h │ ├── stdafx.cpp │ ├── stdafx.h │ └── targetver.h ├── EdcbPlugIn ├── EdcbPlugIn.sln └── EdcbPlugIn │ ├── EdcbPlugIn.cpp │ ├── EdcbPlugIn.def │ ├── EdcbPlugIn.h │ ├── EdcbPlugIn.rc │ ├── EdcbPlugIn.vcxproj │ ├── EdcbPlugIn.vcxproj.filters │ ├── ch2chset.vbs │ ├── resource.h │ ├── stdafx.cpp │ ├── stdafx.h │ └── targetver.h ├── EpgDataCap3 ├── EpgDataCap3.sln └── EpgDataCap3 │ ├── ARIB8CharDecode.cpp │ ├── ARIB8CharDecode.h │ ├── AribDescriptor.cpp │ ├── AribDescriptor.h │ ├── ColorDef.h │ ├── DecodeUtil.cpp │ ├── DecodeUtil.h │ ├── Descriptor │ └── Readme.txt │ ├── EpgDBUtil.cpp │ ├── EpgDBUtil.h │ ├── EpgDataCap3.cpp │ ├── EpgDataCap3.def │ ├── EpgDataCap3.h │ ├── EpgDataCap3.rc │ ├── EpgDataCap3.vcxproj │ ├── EpgDataCap3.vcxproj.filters │ ├── EpgDataCap3.vcxproj.user │ ├── EpgDataCap3Main.cpp │ ├── EpgDataCap3Main.h │ ├── ReadMe.txt │ ├── Table │ ├── BATTable.cpp │ ├── BATTable.h │ ├── BITTable.cpp │ ├── BITTable.h │ ├── CATTable.cpp │ ├── CATTable.h │ ├── CDTTable.cpp │ ├── CDTTable.h │ ├── EITTable.cpp │ ├── EITTable.h │ ├── EITTable_SD.cpp │ ├── EITTable_SD.h │ ├── EITTable_SD2.cpp │ ├── EITTable_SD2.h │ ├── NITTable.cpp │ ├── NITTable.h │ ├── PATTable.cpp │ ├── PATTable.h │ ├── PMTTable.cpp │ ├── PMTTable.h │ ├── PSITable.cpp │ ├── PSITable.h │ ├── SDTTTable.cpp │ ├── SDTTTable.h │ ├── SDTTable.cpp │ ├── SDTTable.h │ ├── SITTable.cpp │ ├── SITTable.h │ ├── TDTTable.cpp │ ├── TDTTable.h │ ├── TOTTable.cpp │ ├── TOTTable.h │ ├── TableUtil.cpp │ └── TableUtil.h │ ├── dllmain.cpp │ ├── resource.h │ ├── stdafx.cpp │ ├── stdafx.h │ └── targetver.h ├── EpgDataCap_Bon ├── EpgDataCap_Bon.sln └── EpgDataCap_Bon │ ├── CmdLineUtil.cpp │ ├── CmdLineUtil.h │ ├── EpgDataCap_Bon.cpp │ ├── EpgDataCap_Bon.h │ ├── EpgDataCap_Bon.rc │ ├── EpgDataCap_Bon.vcxproj │ ├── EpgDataCap_Bon.vcxproj.filters │ ├── EpgDataCap_Bon.vcxproj.user │ ├── EpgDataCap_BonDef.h │ ├── EpgDataCap_BonDlg.cpp │ ├── EpgDataCap_BonDlg.h │ ├── EpgDataCap_BonMain.cpp │ ├── EpgDataCap_BonMain.h │ ├── ReadMe.txt │ ├── SetDlgApp.cpp │ ├── SetDlgApp.h │ ├── SetDlgAppBtn.cpp │ ├── SetDlgAppBtn.h │ ├── SetDlgBasic.cpp │ ├── SetDlgBasic.h │ ├── SetDlgEpg.cpp │ ├── SetDlgEpg.h │ ├── SetDlgNetwork.cpp │ ├── SetDlgNetwork.h │ ├── SetDlgService.cpp │ ├── SetDlgService.h │ ├── SettingDlg.cpp │ ├── SettingDlg.h │ ├── res │ ├── EpgDataCap_Bon.ico │ ├── EpgDataCap_Bon.rc2 │ ├── EpgDataCap_Bon_Vista_blue_rev2.ico │ ├── EpgDataCap_Bon_Vista_gray_rev2.ico │ ├── EpgDataCap_Bon_Vista_green_rev2.ico │ └── EpgDataCap_Bon_Vista_vio_rev2.ico │ ├── resource.h │ ├── stdafx.cpp │ ├── stdafx.h │ └── targetver.h ├── EpgTimer ├── EpgTimer.sln └── EpgTimer │ ├── AddManualAutoAddWindow.xaml │ ├── AddManualAutoAddWindow.xaml.cs │ ├── AddReserveEpgWindow.xaml │ ├── AddReserveEpgWindow.xaml.cs │ ├── App.xaml │ ├── App.xaml.cs │ ├── AutoAddView.xaml │ ├── AutoAddView.xaml.cs │ ├── BlackoutWindow.xaml │ ├── BlackoutWindow.xaml.cs │ ├── ChgReserveWindow.xaml │ ├── ChgReserveWindow.xaml.cs │ ├── Common │ ├── BoxExchangeEditor.cs │ ├── CallerInfo.cs │ ├── ChSet5Class.cs │ ├── ColorDefClass.cs │ ├── CommonManagerClass.cs │ ├── CommonUtil.cs │ ├── CopyObj.cs │ ├── CtrlCmd.cs │ ├── CtrlCmdDef.cs │ ├── DBManagerClass.cs │ ├── DefineEnum.cs │ ├── ExceptionLogger.cs │ ├── GridViewSelector.cs │ ├── GridViewSorter.cs │ ├── IEPGFileClass.cs │ ├── ListViewSelectedKeeper.cs │ ├── NWConnectClass.cs │ ├── PipeServer.cs │ ├── RecNamePluginClass.cs │ ├── ServiceCtrlClass.cs │ ├── SettingClass.cs │ ├── StatusManager.cs │ ├── TVTestCtrlClass.cs │ ├── TaskTrayClass.cs │ ├── ViewUtil.cs │ └── WritePlugInClass.cs │ ├── ConnectWindow.xaml │ ├── ConnectWindow.xaml.cs │ ├── CtrlCmdDefEx │ ├── AutoAddDataEx.cs │ ├── CtrlCmdDefEx.cs │ ├── EpgEventInfoEx.cs │ ├── RecFileInfoEx.cs │ ├── RecSettingDataEx.cs │ └── ReserveDataEx.cs │ ├── DefineClass │ ├── ContentKindInfo.cs │ ├── Converter.cs │ ├── CustomEpgTabInfo.cs │ ├── DataListItemBase.cs │ ├── DateTime28.cs │ ├── EpgAutoDataItem.cs │ ├── EpgCaptime.cs │ ├── GridViewSorterItem.cs │ ├── IEPGStationInfo.cs │ ├── InfoSearchItem.cs │ ├── InfoWindowBase.cs │ ├── InfoWindowViewModel.cs │ ├── ListColumnInfo.cs │ ├── ManualAutoAddDataItem.cs │ ├── NWPresetItem.cs │ ├── NotifySrvInfoItem.cs │ ├── ProgramViewItem.cs │ ├── RadioBtnSelect.cs │ ├── RecFileBasicItem.cs │ ├── RecInfoItem.cs │ ├── RecPresetItem.cs │ ├── RecSettingItem.cs │ ├── ReserveItem.cs │ ├── ReserveItemLive.cs │ ├── ReserveViewItem.cs │ ├── SearchItem.cs │ ├── SelectableItem.cs │ ├── SerializableDictionary.cs │ ├── SerializableSecureString.cs │ ├── ServiceItem.cs │ ├── ServiceViewItem.cs │ ├── StringItem.cs │ ├── TunerNameViewItem.cs │ └── TunerSelectInfo.cs │ ├── EpgDataView.xaml │ ├── EpgDataView.xaml.cs │ ├── EpgDataViewItem.xaml │ ├── EpgDataViewItem.xaml.cs │ ├── EpgTimer.csproj │ ├── EpgTimer.csproj.user │ ├── EpgView │ ├── DateView.xaml │ ├── DateView.xaml.cs │ ├── EpgListMainView.xaml │ ├── EpgListMainView.xaml.cs │ ├── EpgMainView.xaml │ ├── EpgMainView.xaml.cs │ ├── EpgMainViewBase.cs │ ├── EpgViewBase.cs │ ├── EpgViewPanel.cs │ ├── EpgWeekMainView.xaml │ ├── EpgWeekMainView.xaml.cs │ ├── ProgramView.xaml │ ├── ProgramView.xaml.cs │ ├── ServiceView.xaml │ ├── ServiceView.xaml.cs │ ├── TimeView.xaml │ ├── TimeView.xaml.cs │ ├── WeekDayView.xaml │ └── WeekDayView.xaml.cs │ ├── InfoSearchWindow.xaml │ ├── InfoSearchWindow.xaml.cs │ ├── InfoWindow.xaml │ ├── InfoWindow.xaml.cs │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ ├── Menu │ ├── CmdExe.cs │ ├── CmdExeAutoAdd.cs │ ├── CmdExeRecinfo.cs │ ├── CmdExeReserve.cs │ ├── CtxmData.cs │ ├── EpgCmdsDef.cs │ ├── MenuBinds.cs │ ├── MenuCmds.cs │ ├── MenuManager.cs │ ├── MenuSettingData.cs │ ├── MenuUtil.cs │ ├── SetContextMenuWindow.xaml │ └── SetContextMenuWindow.xaml.cs │ ├── NotifyLogWindow.xaml │ ├── NotifyLogWindow.xaml.cs │ ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings │ ├── RecInfoDescWindow.xaml │ ├── RecInfoDescWindow.xaml.cs │ ├── RecInfoView.xaml │ ├── RecInfoView.xaml.cs │ ├── ReserveView.xaml │ ├── ReserveView.xaml.cs │ ├── Resources │ ├── EpgTimer_Bon_Vista_blue_rev2.ico │ ├── EpgTimer_Bon_Vista_gray_rev2.ico │ ├── EpgTimer_Bon_Vista_green_rev2.ico │ ├── EpgTimer_Bon_Vista_red_rev2.ico │ ├── TaskIconBlue.ico │ ├── TaskIconGray.ico │ ├── TaskIconGreen.ico │ ├── TaskIconInfo.ico │ ├── TaskIconRed.ico │ ├── drag.cur │ ├── key.png │ ├── key_no.png │ └── splash.png │ ├── RestorableWindow.cs │ ├── Revision.cs │ ├── SearchWindow.xaml │ ├── SearchWindow.xaml.cs │ ├── Setting │ ├── ColorSetWindow.xaml │ ├── ColorSetWindow.xaml.cs │ ├── RegisterWebUserWindow.xaml │ ├── RegisterWebUserWindow.xaml.cs │ ├── SetApp2DelWindow.xaml │ ├── SetApp2DelWindow.xaml.cs │ ├── SetAppCancelWindow.xaml │ ├── SetAppCancelWindow.xaml.cs │ ├── SetAppView.xaml │ ├── SetAppView.xaml.cs │ ├── SetBasicView.xaml │ ├── SetBasicView.xaml.cs │ ├── SetDefRecSettingWindow.xaml │ ├── SetDefRecSettingWindow.xaml.cs │ ├── SetDefSearchSettingWindow.xaml │ ├── SetDefSearchSettingWindow.xaml.cs │ ├── SetEpgView.xaml │ ├── SetEpgView.xaml.cs │ ├── SetOtherAppView.xaml │ └── SetOtherAppView.xaml.cs │ ├── SettingWindow.xaml │ ├── SettingWindow.xaml.cs │ ├── SuspendCheckWindow.xaml │ ├── SuspendCheckWindow.xaml.cs │ ├── TunerReserveViewCtrl │ ├── TunerReserveMainView.xaml │ ├── TunerReserveMainView.xaml.cs │ ├── TunerReserveNameView.xaml │ ├── TunerReserveNameView.xaml.cs │ ├── TunerReservePanel.cs │ ├── TunerReserveTimeView.xaml │ ├── TunerReserveTimeView.xaml.cs │ ├── TunerReserveView.xaml │ └── TunerReserveView.xaml.cs │ └── UserCtrlView │ ├── AddPresetWindow.xaml │ ├── AddPresetWindow.xaml.cs │ ├── AutoAddListView.xaml │ ├── AutoAddListView.xaml.cs │ ├── AutoAddRecInfoView.xaml │ ├── AutoAddRecInfoView.xaml.cs │ ├── BGBarListBoxItem.xaml │ ├── BGBarListBoxItem.xaml.cs │ ├── DataViewBase.cs │ ├── EpgAutoAddView.xaml │ ├── EpgAutoAddView.xaml.cs │ ├── EpgDataViewSetting.xaml │ ├── EpgDataViewSetting.xaml.cs │ ├── EpgDataViewSettingWindow.xaml │ ├── EpgDataViewSettingWindow.xaml.cs │ ├── ListBoxDragMoverView.xaml │ ├── ListBoxDragMoverView.xaml.cs │ ├── ListViewController.cs │ ├── PanelViewBase.cs │ ├── RecFolderWindow.xaml │ ├── RecFolderWindow.xaml.cs │ ├── RecSettingView.xaml │ ├── RecSettingView.xaml.cs │ ├── ReserveListViewStyles.xaml │ ├── SearchKeyDescView.xaml │ ├── SearchKeyDescView.xaml.cs │ ├── SearchKeyView.xaml │ ├── SearchKeyView.xaml.cs │ ├── SearchWindowBase.cs │ ├── StatusView.xaml │ ├── StatusView.xaml.cs │ └── UiLayoutStyles.xaml ├── EpgTimerPlugIn ├── EpgTimerPlugIn.sln └── EpgTimerPlugIn │ ├── EpgTimerPlugIn.cpp │ ├── EpgTimerPlugIn.def │ ├── EpgTimerPlugIn.h │ ├── EpgTimerPlugIn.rc │ ├── EpgTimerPlugIn.vcxproj │ ├── EpgTimerPlugIn.vcxproj.filters │ ├── EpgTimerPlugIn.vcxproj.user │ ├── ReadMe.txt │ ├── StreamCtrlDlg.cpp │ ├── StreamCtrlDlg.h │ ├── resource.h │ ├── stdafx.cpp │ ├── stdafx.h │ └── targetver.h ├── EpgTimerSrv ├── EpgTimerSrv.sln └── EpgTimerSrv │ ├── BatManager.cpp │ ├── BatManager.h │ ├── EpgDBManager.cpp │ ├── EpgDBManager.h │ ├── EpgTimerSrv.cpp │ ├── EpgTimerSrv.h │ ├── EpgTimerSrv.ico │ ├── EpgTimerSrv.rc │ ├── EpgTimerSrv.vcxproj │ ├── EpgTimerSrv.vcxproj.filters │ ├── EpgTimerSrv.vcxproj.user │ ├── EpgTimerSrvLua.cpp │ ├── EpgTimerSrvMain.cpp │ ├── EpgTimerSrvMain.h │ ├── FileStreamingManager.cpp │ ├── FileStreamingManager.h │ ├── HttpServer.cpp │ ├── HttpServer.h │ ├── LightTsUtils.cpp │ ├── LightTsUtils.h │ ├── NetPathUtil.cpp │ ├── NetPathUtil.h │ ├── NotifyManager.cpp │ ├── NotifyManager.h │ ├── ReadMe.txt │ ├── RecEventDB.cpp │ ├── RecEventDB.h │ ├── RegExp.tlb │ ├── ReserveManager.cpp │ ├── ReserveManager.h │ ├── SyoboiCalUtil.cpp │ ├── SyoboiCalUtil.h │ ├── TaskIconBlue.ico │ ├── TaskIconGreen.ico │ ├── TaskIconRed.ico │ ├── TunerBankCtrl.cpp │ ├── TunerBankCtrl.h │ ├── TunerManager.cpp │ ├── TunerManager.h │ ├── UpnpSsdpServer.cpp │ ├── UpnpSsdpServer.h │ ├── civetweb.c │ ├── civetweb.h │ ├── civetweb_lua.h │ ├── lauxlib.h │ ├── lua.h │ ├── lua.hpp │ ├── lua52-x64.lib │ ├── lua52.lib │ ├── luaconf.h │ ├── lualib.h │ ├── md5.inl │ ├── mod_lua.inl │ ├── resource.h │ ├── small.ico │ ├── stdafx.cpp │ ├── stdafx.h │ └── targetver.h ├── EpgTimerTask ├── EpgTimerTask.sln └── EpgTimerTask │ ├── EpgTimerTask.cpp │ ├── EpgTimerTask.h │ ├── EpgTimerTask.rc │ ├── EpgTimerTask.vcxproj │ ├── EpgTimerTask.vcxproj.filters │ ├── EpgTimerTask.vcxproj.user │ ├── EpgTimerTaskDlg.cpp │ ├── EpgTimerTaskDlg.h │ ├── QueryWaitDlg.cpp │ ├── QueryWaitDlg.h │ ├── ReadMe.txt │ ├── res │ ├── EpgTimerTask.ico │ ├── EpgTimerTask.rc2 │ ├── EpgTimer_Bon_Vista_blue_rev2.ico │ ├── EpgTimer_Bon_Vista_gray_rev2.ico │ ├── EpgTimer_Bon_Vista_green_rev2.ico │ └── EpgTimer_Bon_Vista_red_rev2.ico │ ├── resource.h │ ├── stdafx.cpp │ ├── stdafx.h │ └── targetver.h ├── HttpPublic ├── api │ ├── AutoAddEPGAddChgKey │ ├── AutoAddEPGDelKey │ ├── EnumAutoAdd │ ├── EnumEventInfo │ ├── EnumRecPreset │ ├── EnumReserveInfo │ ├── EnumService │ ├── Epg │ ├── Library │ ├── Movie │ ├── OneClickAdd │ ├── RecInfoDel │ ├── ReserveAdd │ ├── ReserveChg │ ├── ReserveDel │ ├── ReserveToggle │ ├── SaveSettings │ ├── SearchEvent │ └── util.lua ├── autoaddepg.html ├── autoaddepginfo.html ├── css │ ├── default.css │ ├── dialog-polyfill.css │ ├── material.min.css │ ├── pc.css │ ├── touch.css │ └── user.css ├── epg.html ├── epginfo.html ├── epgweek.html ├── img │ ├── EpgTimer.ico │ ├── apple-touch-icon.png │ ├── google.png │ └── noise.gif ├── index.html ├── js │ ├── common.js │ ├── dialog-polyfill.js │ ├── hammer.min.js │ ├── jquery-ui.min.js │ ├── jquery.hammer.js │ ├── jquery.min.js │ ├── jquery.ui.touch-punch.min.js │ ├── library.js │ ├── material.min.js │ ├── player.js │ ├── setting.js │ └── tvguide.js ├── library.html ├── recinfo.html ├── recinfodesc.html ├── reserve.html ├── reserveinfo.html ├── search.html ├── setting.html ├── string.lua ├── tunerreserve.html └── util.lua ├── LICENSE-Civetweb.md ├── README.md ├── RecName_Macro ├── RecName_Macro.sln └── RecName_Macro │ ├── ConvertMacro2.cpp │ ├── ConvertMacro2.h │ ├── ReadMe.txt │ ├── RecName_Macro.cpp │ ├── RecName_Macro.rc │ ├── RecName_Macro.vcxproj │ ├── RecName_Macro.vcxproj.filters │ ├── RecName_Macro.vcxproj.user │ ├── RecName_PlugIn.def │ ├── RecName_PlugIn.h │ ├── SettingDlg.cpp │ ├── SettingDlg.h │ ├── dllmain.cpp │ ├── resource.h │ ├── stdafx.cpp │ ├── stdafx.h │ └── targetver.h ├── SendTSTCP ├── SendTSTCP.sln └── SendTSTCP │ ├── ReadMe.txt │ ├── SendTSTCP.cpp │ ├── SendTSTCP.def │ ├── SendTSTCP.h │ ├── SendTSTCP.rc │ ├── SendTSTCP.vcxproj │ ├── SendTSTCP.vcxproj.filters │ ├── SendTSTCP.vcxproj.user │ ├── SendTSTCPMain.cpp │ ├── SendTSTCPMain.h │ ├── dllmain.cpp │ ├── resource.h │ ├── stdafx.cpp │ ├── stdafx.h │ └── targetver.h ├── Tools ├── lfs.dll └── thumbs.bat ├── UPnPCtrl ├── CharUtil.cpp ├── CharUtil.h ├── HttpUtil.cpp ├── HttpUtil.h ├── MPInclude.h ├── NICUtil.cpp ├── NICUtil.h ├── SortListUtil.cpp ├── SortListUtil.h ├── ThreadUtil.cpp ├── ThreadUtil.h ├── UpnpSsdpUtil.cpp ├── UpnpSsdpUtil.h ├── UpnpStructDef.cpp ├── UpnpStructDef.h ├── UpnpUtil.cpp └── UpnpUtil.h ├── Write_AVIVO ├── Write_AVIVO.sln └── Write_AVIVO │ ├── DShowCtrl.cpp │ ├── DShowCtrl.h │ ├── ReadMe.txt │ ├── SettingDlg.cpp │ ├── SettingDlg.h │ ├── TSSrcFilter.cpp │ ├── TSSrcFilter.h │ ├── WriteMain.cpp │ ├── WriteMain.h │ ├── Write_AVIVO.cpp │ ├── Write_AVIVO.rc │ ├── Write_AVIVO.vcxproj │ ├── Write_AVIVO.vcxproj.filters │ ├── Write_AVIVO.vcxproj.user │ ├── Write_PlugIn.def │ ├── Write_PlugIn.h │ ├── dllmain.cpp │ ├── resource.h │ ├── stdafx.cpp │ ├── stdafx.h │ └── targetver.h ├── Write_Default ├── Write_Default.sln └── Write_Default │ ├── ReadMe.txt │ ├── SettingDlg.cpp │ ├── SettingDlg.h │ ├── WriteMain.cpp │ ├── WriteMain.h │ ├── Write_Default.cpp │ ├── Write_Default.rc │ ├── Write_Default.vcxproj │ ├── Write_Default.vcxproj.filters │ ├── Write_Default.vcxproj.user │ ├── Write_PlugIn.def │ ├── Write_PlugIn.h │ ├── dllmain.cpp │ ├── resource.h │ ├── stdafx.cpp │ ├── stdafx.h │ └── targetver.h ├── Write_OneService ├── Write_OneService.sln └── Write_OneService │ ├── WriteMain.cpp │ ├── WriteMain.h │ ├── Write_OneService.cpp │ ├── Write_OneService.rc │ ├── Write_OneService.vcxproj │ ├── Write_OneService.vcxproj.filters │ ├── Write_PlugIn.def │ ├── Write_PlugIn.h │ ├── dllmain.cpp │ ├── resource.h │ ├── stdafx.cpp │ ├── stdafx.h │ └── targetver.h ├── bin └── pre-build.cmd └── ini ├── Bitrate.ini ├── BonCtrl.ini ├── ContentTypeText.txt ├── EpgTimer.exe.rd.xaml ├── HttpPublic ├── api │ ├── EnumEventInfo │ ├── EnumRecPreset │ ├── EnumReserveInfo │ ├── EnumService │ └── SearchEvent ├── dlna │ └── dms │ │ ├── cds │ │ ├── event.lua │ │ ├── sdd.xml │ │ └── soap.lua │ │ ├── cms │ │ ├── event.lua │ │ ├── sdd.xml │ │ └── soap.lua │ │ ├── ddd.xml │ │ ├── uuid.lua │ │ └── uuid4.lua ├── index.htm ├── legacy │ ├── autoaddepg.html │ ├── autoaddepgaddchgkey.html │ ├── autoaddepgdelkey.html │ ├── autoaddepginfo.html │ ├── default.css │ ├── epg.html │ ├── epginfo.html │ ├── epgpastinfo.html │ ├── index.html │ ├── recinfo.html │ ├── recinfodel.html │ ├── recinfodesc.html │ ├── reserve.html │ ├── reserveadd.html │ ├── reservechg.html │ ├── reservedel.html │ ├── reserveinfo.html │ ├── util.lua │ └── view.lua └── video │ └── chunk.lua ├── PostBatExamples ├── PostAddReserve.bat ├── PostChgReserve.bat ├── PostNotify.bat ├── PostRecEnd.bat └── PostRecStart.bat ├── Resources ├── Aero.xaml ├── Aero2.xaml ├── AeroLite.xaml ├── Classic.xaml ├── Luna.xaml └── Royale.xaml └── Tools ├── EdcbSchUploader.cs ├── EdcbSchUploader.csproj ├── readex.c ├── readex.vcxproj ├── relayread.c └── relayread.vcxproj /BonCtrl/BonCtrl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/BonCtrl/BonCtrl.cpp -------------------------------------------------------------------------------- /BonCtrl/BonCtrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/BonCtrl/BonCtrl.h -------------------------------------------------------------------------------- /BonCtrl/BonCtrlDef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/BonCtrl/BonCtrlDef.h -------------------------------------------------------------------------------- /BonCtrl/BonDriverUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/BonCtrl/BonDriverUtil.cpp -------------------------------------------------------------------------------- /BonCtrl/BonDriverUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/BonCtrl/BonDriverUtil.h -------------------------------------------------------------------------------- /BonCtrl/CATUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/BonCtrl/CATUtil.cpp -------------------------------------------------------------------------------- /BonCtrl/CATUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/BonCtrl/CATUtil.h -------------------------------------------------------------------------------- /BonCtrl/ChSetUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/BonCtrl/ChSetUtil.cpp -------------------------------------------------------------------------------- /BonCtrl/ChSetUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/BonCtrl/ChSetUtil.h -------------------------------------------------------------------------------- /BonCtrl/CreatePATPacket.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/BonCtrl/CreatePATPacket.cpp -------------------------------------------------------------------------------- /BonCtrl/CreatePATPacket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/BonCtrl/CreatePATPacket.h -------------------------------------------------------------------------------- /BonCtrl/CreatePMTPacket.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/BonCtrl/CreatePMTPacket.cpp -------------------------------------------------------------------------------- /BonCtrl/CreatePMTPacket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/BonCtrl/CreatePMTPacket.h -------------------------------------------------------------------------------- /BonCtrl/DropCount.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/BonCtrl/DropCount.cpp -------------------------------------------------------------------------------- /BonCtrl/DropCount.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/BonCtrl/DropCount.h -------------------------------------------------------------------------------- /BonCtrl/IB25Decoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/BonCtrl/IB25Decoder.h -------------------------------------------------------------------------------- /BonCtrl/IBonDriver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/BonCtrl/IBonDriver.h -------------------------------------------------------------------------------- /BonCtrl/IBonDriver2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/BonCtrl/IBonDriver2.h -------------------------------------------------------------------------------- /BonCtrl/OneServiceUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/BonCtrl/OneServiceUtil.cpp -------------------------------------------------------------------------------- /BonCtrl/OneServiceUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/BonCtrl/OneServiceUtil.h -------------------------------------------------------------------------------- /BonCtrl/PESHeadInfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/BonCtrl/PESHeadInfo.cpp -------------------------------------------------------------------------------- /BonCtrl/PESHeadInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/BonCtrl/PESHeadInfo.h -------------------------------------------------------------------------------- /BonCtrl/PMTUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/BonCtrl/PMTUtil.cpp -------------------------------------------------------------------------------- /BonCtrl/PMTUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/BonCtrl/PMTUtil.h -------------------------------------------------------------------------------- /BonCtrl/PacketInit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/BonCtrl/PacketInit.cpp -------------------------------------------------------------------------------- /BonCtrl/PacketInit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/BonCtrl/PacketInit.h -------------------------------------------------------------------------------- /BonCtrl/ScrambleDecoderUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/BonCtrl/ScrambleDecoderUtil.cpp -------------------------------------------------------------------------------- /BonCtrl/ScrambleDecoderUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/BonCtrl/ScrambleDecoderUtil.h -------------------------------------------------------------------------------- /BonCtrl/SendTCP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/BonCtrl/SendTCP.cpp -------------------------------------------------------------------------------- /BonCtrl/SendTCP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/BonCtrl/SendTCP.h -------------------------------------------------------------------------------- /BonCtrl/SendUDP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/BonCtrl/SendUDP.cpp -------------------------------------------------------------------------------- /BonCtrl/SendUDP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/BonCtrl/SendUDP.h -------------------------------------------------------------------------------- /BonCtrl/TSOut.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/BonCtrl/TSOut.cpp -------------------------------------------------------------------------------- /BonCtrl/TSOut.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/BonCtrl/TSOut.h -------------------------------------------------------------------------------- /BonCtrl/WriteTSFile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/BonCtrl/WriteTSFile.cpp -------------------------------------------------------------------------------- /BonCtrl/WriteTSFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/BonCtrl/WriteTSFile.h -------------------------------------------------------------------------------- /Common/BlockLock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/BlockLock.h -------------------------------------------------------------------------------- /Common/Common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/Common.h -------------------------------------------------------------------------------- /Common/CommonDef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/CommonDef.h -------------------------------------------------------------------------------- /Common/CryptUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/CryptUtil.cpp -------------------------------------------------------------------------------- /Common/CryptUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/CryptUtil.h -------------------------------------------------------------------------------- /Common/CtrlCmdDef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/CtrlCmdDef.h -------------------------------------------------------------------------------- /Common/CtrlCmdUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/CtrlCmdUtil.cpp -------------------------------------------------------------------------------- /Common/CtrlCmdUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/CtrlCmdUtil.h -------------------------------------------------------------------------------- /Common/EpgDataCap3Def.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/EpgDataCap3Def.h -------------------------------------------------------------------------------- /Common/EpgDataCap3Util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/EpgDataCap3Util.cpp -------------------------------------------------------------------------------- /Common/EpgDataCap3Util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/EpgDataCap3Util.h -------------------------------------------------------------------------------- /Common/EpgTimerUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/EpgTimerUtil.cpp -------------------------------------------------------------------------------- /Common/EpgTimerUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/EpgTimerUtil.h -------------------------------------------------------------------------------- /Common/ErrDef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/ErrDef.h -------------------------------------------------------------------------------- /Common/FileUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/FileUtil.cpp -------------------------------------------------------------------------------- /Common/FileUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/FileUtil.h -------------------------------------------------------------------------------- /Common/InstanceManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/InstanceManager.h -------------------------------------------------------------------------------- /Common/Measure.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/Measure.h -------------------------------------------------------------------------------- /Common/ParseText.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/ParseText.h -------------------------------------------------------------------------------- /Common/ParseTextInstances.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/ParseTextInstances.cpp -------------------------------------------------------------------------------- /Common/ParseTextInstances.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/ParseTextInstances.h -------------------------------------------------------------------------------- /Common/PathUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/PathUtil.cpp -------------------------------------------------------------------------------- /Common/PathUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/PathUtil.h -------------------------------------------------------------------------------- /Common/PipeServer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/PipeServer.cpp -------------------------------------------------------------------------------- /Common/PipeServer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/PipeServer.h -------------------------------------------------------------------------------- /Common/ReNamePlugInUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/ReNamePlugInUtil.cpp -------------------------------------------------------------------------------- /Common/ReNamePlugInUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/ReNamePlugInUtil.h -------------------------------------------------------------------------------- /Common/SendCtrlCmd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/SendCtrlCmd.cpp -------------------------------------------------------------------------------- /Common/SendCtrlCmd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/SendCtrlCmd.h -------------------------------------------------------------------------------- /Common/SendTSTCP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/SendTSTCP.h -------------------------------------------------------------------------------- /Common/SendTSTCPDllUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/SendTSTCPDllUtil.cpp -------------------------------------------------------------------------------- /Common/SendTSTCPDllUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/SendTSTCPDllUtil.h -------------------------------------------------------------------------------- /Common/ServiceUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/ServiceUtil.cpp -------------------------------------------------------------------------------- /Common/ServiceUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/ServiceUtil.h -------------------------------------------------------------------------------- /Common/StringUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/StringUtil.cpp -------------------------------------------------------------------------------- /Common/StringUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/StringUtil.h -------------------------------------------------------------------------------- /Common/StructDef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/StructDef.h -------------------------------------------------------------------------------- /Common/TCPServer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/TCPServer.cpp -------------------------------------------------------------------------------- /Common/TCPServer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/TCPServer.h -------------------------------------------------------------------------------- /Common/TSBuffUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/TSBuffUtil.cpp -------------------------------------------------------------------------------- /Common/TSBuffUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/TSBuffUtil.h -------------------------------------------------------------------------------- /Common/TSPacketUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/TSPacketUtil.cpp -------------------------------------------------------------------------------- /Common/TSPacketUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/TSPacketUtil.h -------------------------------------------------------------------------------- /Common/TVTestPlugin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/TVTestPlugin.h -------------------------------------------------------------------------------- /Common/TimeShiftUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/TimeShiftUtil.cpp -------------------------------------------------------------------------------- /Common/TimeShiftUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/TimeShiftUtil.h -------------------------------------------------------------------------------- /Common/TimeUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/TimeUtil.cpp -------------------------------------------------------------------------------- /Common/TimeUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/TimeUtil.h -------------------------------------------------------------------------------- /Common/Util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/Util.cpp -------------------------------------------------------------------------------- /Common/Util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/Util.h -------------------------------------------------------------------------------- /Common/WritePlugInUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/WritePlugInUtil.cpp -------------------------------------------------------------------------------- /Common/WritePlugInUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Common/WritePlugInUtil.h -------------------------------------------------------------------------------- /Document/EDCB_ALL.VS2015.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Document/EDCB_ALL.VS2015.sln -------------------------------------------------------------------------------- /Document/EDCB_VCALL.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Document/EDCB_VCALL.sln -------------------------------------------------------------------------------- /Document/History.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Document/History.txt -------------------------------------------------------------------------------- /Document/HowToBuild.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Document/HowToBuild.txt -------------------------------------------------------------------------------- /Document/Patch/120526_マージの際に上書きしたファイル「自動予約登録」の並び替えを改良してみた(その4).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Document/Patch/120526_マージの際に上書きしたファイル「自動予約登録」の並び替えを改良してみた(その4).txt -------------------------------------------------------------------------------- /Document/Patch/121014_(未適用)EPGデータ対策不正な文字コード_とりあえずMXだけ基本情報のみ取得するようにするとうまくいく 10.69用パッチ.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Document/Patch/121014_(未適用)EPGデータ対策不正な文字コード_とりあえずMXだけ基本情報のみ取得するようにするとうまくいく 10.69用パッチ.txt -------------------------------------------------------------------------------- /Document/Patch/121014_EPGデータ対策不正な文字コード.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Document/Patch/121014_EPGデータ対策不正な文字コード.txt -------------------------------------------------------------------------------- /Document/Patch/121014_EPGデータ対策不正な文字コード_BonCtrl.iniの設定変更.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Document/Patch/121014_EPGデータ対策不正な文字コード_BonCtrl.iniの設定変更.txt -------------------------------------------------------------------------------- /Document/Patch/121014_EPGデータ対策不正な文字コード_J59KpGPU.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Document/Patch/121014_EPGデータ対策不正な文字コード_J59KpGPU.diff -------------------------------------------------------------------------------- /Document/Patch/121103_Win8での滲み対策.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Document/Patch/121103_Win8での滲み対策.txt -------------------------------------------------------------------------------- /Document/Patch/130202_「自動予約登録」の並び替えを改良してみた(その4)の検索結果の行間が一定にならない点を修正.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Document/Patch/130202_「自動予約登録」の並び替えを改良してみた(その4)の検索結果の行間が一定にならない点を修正.txt -------------------------------------------------------------------------------- /Document/Patch/130203_カスタム番組表設定のサービスをChSet5の順番にソートするボタン.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Document/Patch/130203_カスタム番組表設定のサービスをChSet5の順番にソートするボタン.txt -------------------------------------------------------------------------------- /Document/Patch/130204_EPGTimerの検索機能を現時刻以降を対象にする(196氏版).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Document/Patch/130204_EPGTimerの検索機能を現時刻以降を対象にする(196氏版).txt -------------------------------------------------------------------------------- /Document/Patch/130205_0.0(ウインドウの一番左上)の時、座標が記憶されず次回起動時にずれる点の対策.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Document/Patch/130205_0.0(ウインドウの一番左上)の時、座標が記憶されず次回起動時にずれる点の対策.txt -------------------------------------------------------------------------------- /Document/Patch/130206_ボタンの幅などを変更する場合の修正箇所.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Document/Patch/130206_ボタンの幅などを変更する場合の修正箇所.txt -------------------------------------------------------------------------------- /Document/Patch/130210_スリープ抑止拡張(120704に公表)_edcb.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Document/Patch/130210_スリープ抑止拡張(120704に公表)_edcb.patch -------------------------------------------------------------------------------- /Document/Patch/130211_チャンネルスキャンファイル内の整列、自動予約登録編集時の処理を軽量化.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Document/Patch/130211_チャンネルスキャンファイル内の整列、自動予約登録編集時の処理を軽量化.txt -------------------------------------------------------------------------------- /Document/Patch/130211_チャンネルスキャンファイル内の整列、自動予約登録編集時の処理を軽量化_CqAWJGUB.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Document/Patch/130211_チャンネルスキャンファイル内の整列、自動予約登録編集時の処理を軽量化_CqAWJGUB.txt -------------------------------------------------------------------------------- /Document/Patch/130211_チャンネルスキャンファイル内の整列、自動予約登録編集時の処理を軽量化_tLv3Mpzq.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Document/Patch/130211_チャンネルスキャンファイル内の整列、自動予約登録編集時の処理を軽量化_tLv3Mpzq.txt -------------------------------------------------------------------------------- /Document/Patch/テレビ番組雑誌風の番組表の設定方法.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Document/Patch/テレビ番組雑誌風の番組表の設定方法.txt -------------------------------------------------------------------------------- /Document/Patch/ボタンの幅などを変更する場合の修正箇所02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Document/Patch/ボタンの幅などを変更する場合の修正箇所02.txt -------------------------------------------------------------------------------- /Document/ReadMe_Material_WebUI.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Document/ReadMe_Material_WebUI.txt -------------------------------------------------------------------------------- /Document/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Document/Readme.txt -------------------------------------------------------------------------------- /Document/Readme_EDCB.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Document/Readme_EDCB.txt -------------------------------------------------------------------------------- /Document/Readme_EpgDataCap_Bon.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Document/Readme_EpgDataCap_Bon.txt -------------------------------------------------------------------------------- /Document/Readme_EpgTimer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Document/Readme_EpgTimer.txt -------------------------------------------------------------------------------- /Document/Readme_EpgTimer_Colors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Document/Readme_EpgTimer_Colors.txt -------------------------------------------------------------------------------- /Document/Readme_Mod.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Document/Readme_Mod.txt -------------------------------------------------------------------------------- /EDCBSupport/EDCBSupport.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EDCBSupport/EDCBSupport.sln -------------------------------------------------------------------------------- /EDCBSupport/EDCBSupport.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EDCBSupport/EDCBSupport.txt -------------------------------------------------------------------------------- /EDCBSupport/EDCBSupport/EDCBSupport.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EDCBSupport/EDCBSupport/EDCBSupport.cpp -------------------------------------------------------------------------------- /EDCBSupport/EDCBSupport/EDCBSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EDCBSupport/EDCBSupport/EDCBSupport.h -------------------------------------------------------------------------------- /EDCBSupport/EDCBSupport/EDCBSupport.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EDCBSupport/EDCBSupport/EDCBSupport.vcxproj -------------------------------------------------------------------------------- /EDCBSupport/EDCBSupport/EDCBSupport.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EDCBSupport/EDCBSupport/EDCBSupport.vcxproj.filters -------------------------------------------------------------------------------- /EDCBSupport/EDCBSupport/EDCBSupportUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EDCBSupport/EDCBSupport/EDCBSupportUtil.cpp -------------------------------------------------------------------------------- /EDCBSupport/EDCBSupport/EDCBSupportUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EDCBSupport/EDCBSupport/EDCBSupportUtil.h -------------------------------------------------------------------------------- /EDCBSupport/EDCBSupport/Exports.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EDCBSupport/EDCBSupport/Exports.def -------------------------------------------------------------------------------- /EDCBSupport/EDCBSupport/FileListView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EDCBSupport/EDCBSupport/FileListView.cpp -------------------------------------------------------------------------------- /EDCBSupport/EDCBSupport/FileListView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EDCBSupport/EDCBSupport/FileListView.h -------------------------------------------------------------------------------- /EDCBSupport/EDCBSupport/ListView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EDCBSupport/EDCBSupport/ListView.cpp -------------------------------------------------------------------------------- /EDCBSupport/EDCBSupport/ListView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EDCBSupport/EDCBSupport/ListView.h -------------------------------------------------------------------------------- /EDCBSupport/EDCBSupport/RecFolderDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EDCBSupport/EDCBSupport/RecFolderDialog.cpp -------------------------------------------------------------------------------- /EDCBSupport/EDCBSupport/RecFolderDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EDCBSupport/EDCBSupport/RecFolderDialog.h -------------------------------------------------------------------------------- /EDCBSupport/EDCBSupport/ReserveDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EDCBSupport/EDCBSupport/ReserveDialog.cpp -------------------------------------------------------------------------------- /EDCBSupport/EDCBSupport/ReserveDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EDCBSupport/EDCBSupport/ReserveDialog.h -------------------------------------------------------------------------------- /EDCBSupport/EDCBSupport/ReserveListForm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EDCBSupport/EDCBSupport/ReserveListForm.cpp -------------------------------------------------------------------------------- /EDCBSupport/EDCBSupport/ReserveListForm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EDCBSupport/EDCBSupport/ReserveListForm.h -------------------------------------------------------------------------------- /EDCBSupport/EDCBSupport/ReserveListView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EDCBSupport/EDCBSupport/ReserveListView.cpp -------------------------------------------------------------------------------- /EDCBSupport/EDCBSupport/ReserveListView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EDCBSupport/EDCBSupport/ReserveListView.h -------------------------------------------------------------------------------- /EDCBSupport/EDCBSupport/StatusBar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EDCBSupport/EDCBSupport/StatusBar.cpp -------------------------------------------------------------------------------- /EDCBSupport/EDCBSupport/StatusBar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EDCBSupport/EDCBSupport/StatusBar.h -------------------------------------------------------------------------------- /EDCBSupport/EDCBSupport/TVTestPlugin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EDCBSupport/EDCBSupport/TVTestPlugin.h -------------------------------------------------------------------------------- /EDCBSupport/EDCBSupport/Tab.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EDCBSupport/EDCBSupport/Tab.cpp -------------------------------------------------------------------------------- /EDCBSupport/EDCBSupport/Tab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EDCBSupport/EDCBSupport/Tab.h -------------------------------------------------------------------------------- /EDCBSupport/EDCBSupport/Widget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EDCBSupport/EDCBSupport/Widget.cpp -------------------------------------------------------------------------------- /EDCBSupport/EDCBSupport/Widget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EDCBSupport/EDCBSupport/Widget.h -------------------------------------------------------------------------------- /EDCBSupport/EDCBSupport/res/EDCBSupport.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EDCBSupport/EDCBSupport/res/EDCBSupport.rc -------------------------------------------------------------------------------- /EDCBSupport/EDCBSupport/res/ReserveList.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EDCBSupport/EDCBSupport/res/ReserveList.ico -------------------------------------------------------------------------------- /EDCBSupport/EDCBSupport/res/TabIcons.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EDCBSupport/EDCBSupport/res/TabIcons.bmp -------------------------------------------------------------------------------- /EDCBSupport/EDCBSupport/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EDCBSupport/EDCBSupport/resource.h -------------------------------------------------------------------------------- /EDCBSupport/EDCBSupport/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EDCBSupport/EDCBSupport/stdafx.cpp -------------------------------------------------------------------------------- /EDCBSupport/EDCBSupport/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EDCBSupport/EDCBSupport/stdafx.h -------------------------------------------------------------------------------- /EDCBSupport/EDCBSupport/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EDCBSupport/EDCBSupport/targetver.h -------------------------------------------------------------------------------- /EdcbPlugIn/EdcbPlugIn.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EdcbPlugIn/EdcbPlugIn.sln -------------------------------------------------------------------------------- /EdcbPlugIn/EdcbPlugIn/EdcbPlugIn.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EdcbPlugIn/EdcbPlugIn/EdcbPlugIn.cpp -------------------------------------------------------------------------------- /EdcbPlugIn/EdcbPlugIn/EdcbPlugIn.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EdcbPlugIn/EdcbPlugIn/EdcbPlugIn.def -------------------------------------------------------------------------------- /EdcbPlugIn/EdcbPlugIn/EdcbPlugIn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EdcbPlugIn/EdcbPlugIn/EdcbPlugIn.h -------------------------------------------------------------------------------- /EdcbPlugIn/EdcbPlugIn/EdcbPlugIn.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EdcbPlugIn/EdcbPlugIn/EdcbPlugIn.rc -------------------------------------------------------------------------------- /EdcbPlugIn/EdcbPlugIn/EdcbPlugIn.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EdcbPlugIn/EdcbPlugIn/EdcbPlugIn.vcxproj -------------------------------------------------------------------------------- /EdcbPlugIn/EdcbPlugIn/EdcbPlugIn.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EdcbPlugIn/EdcbPlugIn/EdcbPlugIn.vcxproj.filters -------------------------------------------------------------------------------- /EdcbPlugIn/EdcbPlugIn/ch2chset.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EdcbPlugIn/EdcbPlugIn/ch2chset.vbs -------------------------------------------------------------------------------- /EdcbPlugIn/EdcbPlugIn/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EdcbPlugIn/EdcbPlugIn/resource.h -------------------------------------------------------------------------------- /EdcbPlugIn/EdcbPlugIn/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EdcbPlugIn/EdcbPlugIn/stdafx.cpp -------------------------------------------------------------------------------- /EdcbPlugIn/EdcbPlugIn/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EdcbPlugIn/EdcbPlugIn/stdafx.h -------------------------------------------------------------------------------- /EdcbPlugIn/EdcbPlugIn/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EdcbPlugIn/EdcbPlugIn/targetver.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3.sln -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/ARIB8CharDecode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/ARIB8CharDecode.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/ARIB8CharDecode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/ARIB8CharDecode.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/AribDescriptor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/AribDescriptor.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/AribDescriptor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/AribDescriptor.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/ColorDef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/ColorDef.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/DecodeUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/DecodeUtil.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/DecodeUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/DecodeUtil.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/Readme.txt -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/EpgDBUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/EpgDBUtil.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/EpgDBUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/EpgDBUtil.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/EpgDataCap3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/EpgDataCap3.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/EpgDataCap3.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/EpgDataCap3.def -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/EpgDataCap3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/EpgDataCap3.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/EpgDataCap3.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/EpgDataCap3.rc -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/EpgDataCap3.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/EpgDataCap3.vcxproj -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/EpgDataCap3.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/EpgDataCap3.vcxproj.filters -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/EpgDataCap3.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/EpgDataCap3.vcxproj.user -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/EpgDataCap3Main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/EpgDataCap3Main.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/EpgDataCap3Main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/EpgDataCap3Main.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/ReadMe.txt -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/BATTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/BATTable.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/BATTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/BATTable.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/BITTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/BITTable.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/BITTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/BITTable.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/CATTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/CATTable.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/CATTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/CATTable.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/CDTTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/CDTTable.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/CDTTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/CDTTable.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/EITTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/EITTable.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/EITTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/EITTable.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/EITTable_SD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/EITTable_SD.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/EITTable_SD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/EITTable_SD.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/EITTable_SD2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/EITTable_SD2.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/EITTable_SD2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/EITTable_SD2.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/NITTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/NITTable.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/NITTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/NITTable.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/PATTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/PATTable.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/PATTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/PATTable.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/PMTTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/PMTTable.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/PMTTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/PMTTable.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/PSITable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/PSITable.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/PSITable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/PSITable.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/SDTTTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/SDTTTable.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/SDTTTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/SDTTTable.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/SDTTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/SDTTable.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/SDTTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/SDTTable.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/SITTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/SITTable.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/SITTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/SITTable.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/TDTTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/TDTTable.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/TDTTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/TDTTable.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/TOTTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/TOTTable.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/TOTTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/TOTTable.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/TableUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/TableUtil.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/TableUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/TableUtil.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/dllmain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/dllmain.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/resource.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/stdafx.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/stdafx.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap3/EpgDataCap3/targetver.h -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon.sln -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/CmdLineUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/CmdLineUtil.cpp -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/CmdLineUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/CmdLineUtil.h -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/EpgDataCap_Bon.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/EpgDataCap_Bon.cpp -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/EpgDataCap_Bon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/EpgDataCap_Bon.h -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/EpgDataCap_Bon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/EpgDataCap_Bon.rc -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/EpgDataCap_Bon.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/EpgDataCap_Bon.vcxproj -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/EpgDataCap_Bon.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/EpgDataCap_Bon.vcxproj.filters -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/EpgDataCap_Bon.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/EpgDataCap_Bon.vcxproj.user -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/EpgDataCap_BonDef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/EpgDataCap_BonDef.h -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/EpgDataCap_BonDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/EpgDataCap_BonDlg.cpp -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/EpgDataCap_BonDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/EpgDataCap_BonDlg.h -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/EpgDataCap_BonMain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/EpgDataCap_BonMain.cpp -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/EpgDataCap_BonMain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/EpgDataCap_BonMain.h -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/ReadMe.txt -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/SetDlgApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/SetDlgApp.cpp -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/SetDlgApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/SetDlgApp.h -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/SetDlgAppBtn.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/SetDlgAppBtn.cpp -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/SetDlgAppBtn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/SetDlgAppBtn.h -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/SetDlgBasic.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/SetDlgBasic.cpp -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/SetDlgBasic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/SetDlgBasic.h -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/SetDlgEpg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/SetDlgEpg.cpp -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/SetDlgEpg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/SetDlgEpg.h -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/SetDlgNetwork.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/SetDlgNetwork.cpp -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/SetDlgNetwork.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/SetDlgNetwork.h -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/SetDlgService.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/SetDlgService.cpp -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/SetDlgService.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/SetDlgService.h -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/SettingDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/SettingDlg.cpp -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/SettingDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/SettingDlg.h -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/res/EpgDataCap_Bon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/res/EpgDataCap_Bon.ico -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/res/EpgDataCap_Bon.rc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/res/EpgDataCap_Bon.rc2 -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/res/EpgDataCap_Bon_Vista_blue_rev2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/res/EpgDataCap_Bon_Vista_blue_rev2.ico -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/res/EpgDataCap_Bon_Vista_gray_rev2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/res/EpgDataCap_Bon_Vista_gray_rev2.ico -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/res/EpgDataCap_Bon_Vista_green_rev2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/res/EpgDataCap_Bon_Vista_green_rev2.ico -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/res/EpgDataCap_Bon_Vista_vio_rev2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/res/EpgDataCap_Bon_Vista_vio_rev2.ico -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/resource.h -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/stdafx.cpp -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/stdafx.h -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/targetver.h -------------------------------------------------------------------------------- /EpgTimer/EpgTimer.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer.sln -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/AddManualAutoAddWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/AddManualAutoAddWindow.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/AddManualAutoAddWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/AddManualAutoAddWindow.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/AddReserveEpgWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/AddReserveEpgWindow.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/AddReserveEpgWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/AddReserveEpgWindow.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/App.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/App.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/AutoAddView.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/AutoAddView.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/AutoAddView.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/AutoAddView.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/BlackoutWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/BlackoutWindow.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/BlackoutWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/BlackoutWindow.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/ChgReserveWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/ChgReserveWindow.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/ChgReserveWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/ChgReserveWindow.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Common/BoxExchangeEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Common/BoxExchangeEditor.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Common/CallerInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Common/CallerInfo.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Common/ChSet5Class.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Common/ChSet5Class.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Common/ColorDefClass.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Common/ColorDefClass.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Common/CommonManagerClass.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Common/CommonManagerClass.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Common/CommonUtil.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Common/CommonUtil.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Common/CopyObj.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Common/CopyObj.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Common/CtrlCmd.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Common/CtrlCmd.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Common/CtrlCmdDef.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Common/CtrlCmdDef.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Common/DBManagerClass.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Common/DBManagerClass.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Common/DefineEnum.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Common/DefineEnum.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Common/ExceptionLogger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Common/ExceptionLogger.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Common/GridViewSelector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Common/GridViewSelector.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Common/GridViewSorter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Common/GridViewSorter.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Common/IEPGFileClass.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Common/IEPGFileClass.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Common/ListViewSelectedKeeper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Common/ListViewSelectedKeeper.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Common/NWConnectClass.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Common/NWConnectClass.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Common/PipeServer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Common/PipeServer.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Common/RecNamePluginClass.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Common/RecNamePluginClass.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Common/ServiceCtrlClass.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Common/ServiceCtrlClass.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Common/SettingClass.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Common/SettingClass.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Common/StatusManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Common/StatusManager.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Common/TVTestCtrlClass.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Common/TVTestCtrlClass.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Common/TaskTrayClass.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Common/TaskTrayClass.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Common/ViewUtil.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Common/ViewUtil.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Common/WritePlugInClass.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Common/WritePlugInClass.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/ConnectWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/ConnectWindow.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/ConnectWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/ConnectWindow.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/CtrlCmdDefEx/AutoAddDataEx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/CtrlCmdDefEx/AutoAddDataEx.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/CtrlCmdDefEx/CtrlCmdDefEx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/CtrlCmdDefEx/CtrlCmdDefEx.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/CtrlCmdDefEx/EpgEventInfoEx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/CtrlCmdDefEx/EpgEventInfoEx.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/CtrlCmdDefEx/RecFileInfoEx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/CtrlCmdDefEx/RecFileInfoEx.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/CtrlCmdDefEx/RecSettingDataEx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/CtrlCmdDefEx/RecSettingDataEx.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/CtrlCmdDefEx/ReserveDataEx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/CtrlCmdDefEx/ReserveDataEx.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/ContentKindInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/DefineClass/ContentKindInfo.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/Converter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/DefineClass/Converter.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/CustomEpgTabInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/DefineClass/CustomEpgTabInfo.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/DataListItemBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/DefineClass/DataListItemBase.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/DateTime28.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/DefineClass/DateTime28.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/EpgAutoDataItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/DefineClass/EpgAutoDataItem.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/EpgCaptime.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/DefineClass/EpgCaptime.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/GridViewSorterItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/DefineClass/GridViewSorterItem.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/IEPGStationInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/DefineClass/IEPGStationInfo.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/InfoSearchItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/DefineClass/InfoSearchItem.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/InfoWindowBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/DefineClass/InfoWindowBase.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/InfoWindowViewModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/DefineClass/InfoWindowViewModel.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/ListColumnInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/DefineClass/ListColumnInfo.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/ManualAutoAddDataItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/DefineClass/ManualAutoAddDataItem.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/NWPresetItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/DefineClass/NWPresetItem.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/NotifySrvInfoItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/DefineClass/NotifySrvInfoItem.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/ProgramViewItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/DefineClass/ProgramViewItem.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/RadioBtnSelect.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/DefineClass/RadioBtnSelect.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/RecFileBasicItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/DefineClass/RecFileBasicItem.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/RecInfoItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/DefineClass/RecInfoItem.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/RecPresetItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/DefineClass/RecPresetItem.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/RecSettingItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/DefineClass/RecSettingItem.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/ReserveItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/DefineClass/ReserveItem.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/ReserveItemLive.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/DefineClass/ReserveItemLive.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/ReserveViewItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/DefineClass/ReserveViewItem.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/SearchItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/DefineClass/SearchItem.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/SelectableItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/DefineClass/SelectableItem.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/SerializableDictionary.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/DefineClass/SerializableDictionary.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/SerializableSecureString.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/DefineClass/SerializableSecureString.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/ServiceItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/DefineClass/ServiceItem.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/ServiceViewItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/DefineClass/ServiceViewItem.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/StringItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/DefineClass/StringItem.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/TunerNameViewItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/DefineClass/TunerNameViewItem.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/TunerSelectInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/DefineClass/TunerSelectInfo.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/EpgDataView.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/EpgDataView.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/EpgDataView.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/EpgDataView.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/EpgDataViewItem.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/EpgDataViewItem.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/EpgDataViewItem.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/EpgDataViewItem.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/EpgTimer.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/EpgTimer.csproj -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/EpgTimer.csproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/EpgTimer.csproj.user -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/EpgView/DateView.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/EpgView/DateView.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/EpgView/DateView.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/EpgView/DateView.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/EpgView/EpgListMainView.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/EpgView/EpgListMainView.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/EpgView/EpgListMainView.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/EpgView/EpgListMainView.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/EpgView/EpgMainView.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/EpgView/EpgMainView.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/EpgView/EpgMainView.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/EpgView/EpgMainView.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/EpgView/EpgMainViewBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/EpgView/EpgMainViewBase.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/EpgView/EpgViewBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/EpgView/EpgViewBase.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/EpgView/EpgViewPanel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/EpgView/EpgViewPanel.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/EpgView/EpgWeekMainView.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/EpgView/EpgWeekMainView.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/EpgView/EpgWeekMainView.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/EpgView/EpgWeekMainView.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/EpgView/ProgramView.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/EpgView/ProgramView.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/EpgView/ProgramView.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/EpgView/ProgramView.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/EpgView/ServiceView.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/EpgView/ServiceView.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/EpgView/ServiceView.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/EpgView/ServiceView.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/EpgView/TimeView.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/EpgView/TimeView.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/EpgView/TimeView.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/EpgView/TimeView.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/EpgView/WeekDayView.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/EpgView/WeekDayView.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/EpgView/WeekDayView.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/EpgView/WeekDayView.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/InfoSearchWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/InfoSearchWindow.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/InfoSearchWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/InfoSearchWindow.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/InfoWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/InfoWindow.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/InfoWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/InfoWindow.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/MainWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/MainWindow.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/MainWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/MainWindow.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Menu/CmdExe.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Menu/CmdExe.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Menu/CmdExeAutoAdd.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Menu/CmdExeAutoAdd.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Menu/CmdExeRecinfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Menu/CmdExeRecinfo.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Menu/CmdExeReserve.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Menu/CmdExeReserve.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Menu/CtxmData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Menu/CtxmData.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Menu/EpgCmdsDef.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Menu/EpgCmdsDef.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Menu/MenuBinds.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Menu/MenuBinds.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Menu/MenuCmds.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Menu/MenuCmds.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Menu/MenuManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Menu/MenuManager.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Menu/MenuSettingData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Menu/MenuSettingData.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Menu/MenuUtil.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Menu/MenuUtil.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Menu/SetContextMenuWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Menu/SetContextMenuWindow.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Menu/SetContextMenuWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Menu/SetContextMenuWindow.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/NotifyLogWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/NotifyLogWindow.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/NotifyLogWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/NotifyLogWindow.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Properties/Resources.resx -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Properties/Settings.settings -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/RecInfoDescWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/RecInfoDescWindow.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/RecInfoDescWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/RecInfoDescWindow.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/RecInfoView.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/RecInfoView.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/RecInfoView.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/RecInfoView.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/ReserveView.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/ReserveView.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/ReserveView.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/ReserveView.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Resources/EpgTimer_Bon_Vista_blue_rev2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Resources/EpgTimer_Bon_Vista_blue_rev2.ico -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Resources/EpgTimer_Bon_Vista_gray_rev2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Resources/EpgTimer_Bon_Vista_gray_rev2.ico -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Resources/EpgTimer_Bon_Vista_green_rev2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Resources/EpgTimer_Bon_Vista_green_rev2.ico -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Resources/EpgTimer_Bon_Vista_red_rev2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Resources/EpgTimer_Bon_Vista_red_rev2.ico -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Resources/TaskIconBlue.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Resources/TaskIconBlue.ico -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Resources/TaskIconGray.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Resources/TaskIconGray.ico -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Resources/TaskIconGreen.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Resources/TaskIconGreen.ico -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Resources/TaskIconInfo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Resources/TaskIconInfo.ico -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Resources/TaskIconRed.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Resources/TaskIconRed.ico -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Resources/drag.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Resources/drag.cur -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Resources/key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Resources/key.png -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Resources/key_no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Resources/key_no.png -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Resources/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Resources/splash.png -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/RestorableWindow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/RestorableWindow.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Revision.cs: -------------------------------------------------------------------------------- 1 | namespace EpgTimer{class Revision{public const string GIT_REVISION="";}} 2 | -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/SearchWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/SearchWindow.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/SearchWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/SearchWindow.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Setting/ColorSetWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Setting/ColorSetWindow.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Setting/ColorSetWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Setting/ColorSetWindow.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Setting/RegisterWebUserWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Setting/RegisterWebUserWindow.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Setting/RegisterWebUserWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Setting/RegisterWebUserWindow.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Setting/SetApp2DelWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Setting/SetApp2DelWindow.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Setting/SetApp2DelWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Setting/SetApp2DelWindow.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Setting/SetAppCancelWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Setting/SetAppCancelWindow.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Setting/SetAppCancelWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Setting/SetAppCancelWindow.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Setting/SetAppView.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Setting/SetAppView.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Setting/SetAppView.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Setting/SetAppView.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Setting/SetBasicView.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Setting/SetBasicView.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Setting/SetBasicView.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Setting/SetBasicView.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Setting/SetDefRecSettingWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Setting/SetDefRecSettingWindow.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Setting/SetDefRecSettingWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Setting/SetDefRecSettingWindow.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Setting/SetDefSearchSettingWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Setting/SetDefSearchSettingWindow.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Setting/SetDefSearchSettingWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Setting/SetDefSearchSettingWindow.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Setting/SetEpgView.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Setting/SetEpgView.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Setting/SetEpgView.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Setting/SetEpgView.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Setting/SetOtherAppView.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Setting/SetOtherAppView.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Setting/SetOtherAppView.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/Setting/SetOtherAppView.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/SettingWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/SettingWindow.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/SettingWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/SettingWindow.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/SuspendCheckWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/SuspendCheckWindow.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/SuspendCheckWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/SuspendCheckWindow.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/TunerReserveViewCtrl/TunerReserveMainView.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/TunerReserveViewCtrl/TunerReserveMainView.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/TunerReserveViewCtrl/TunerReserveMainView.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/TunerReserveViewCtrl/TunerReserveMainView.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/TunerReserveViewCtrl/TunerReserveNameView.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/TunerReserveViewCtrl/TunerReserveNameView.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/TunerReserveViewCtrl/TunerReserveNameView.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/TunerReserveViewCtrl/TunerReserveNameView.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/TunerReserveViewCtrl/TunerReservePanel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/TunerReserveViewCtrl/TunerReservePanel.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/TunerReserveViewCtrl/TunerReserveTimeView.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/TunerReserveViewCtrl/TunerReserveTimeView.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/TunerReserveViewCtrl/TunerReserveTimeView.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/TunerReserveViewCtrl/TunerReserveTimeView.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/TunerReserveViewCtrl/TunerReserveView.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/TunerReserveViewCtrl/TunerReserveView.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/TunerReserveViewCtrl/TunerReserveView.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/TunerReserveViewCtrl/TunerReserveView.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/UserCtrlView/AddPresetWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/UserCtrlView/AddPresetWindow.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/UserCtrlView/AddPresetWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/UserCtrlView/AddPresetWindow.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/UserCtrlView/AutoAddListView.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/UserCtrlView/AutoAddListView.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/UserCtrlView/AutoAddListView.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/UserCtrlView/AutoAddListView.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/UserCtrlView/AutoAddRecInfoView.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/UserCtrlView/AutoAddRecInfoView.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/UserCtrlView/AutoAddRecInfoView.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/UserCtrlView/AutoAddRecInfoView.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/UserCtrlView/BGBarListBoxItem.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/UserCtrlView/BGBarListBoxItem.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/UserCtrlView/BGBarListBoxItem.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/UserCtrlView/BGBarListBoxItem.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/UserCtrlView/DataViewBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/UserCtrlView/DataViewBase.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/UserCtrlView/EpgAutoAddView.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/UserCtrlView/EpgAutoAddView.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/UserCtrlView/EpgAutoAddView.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/UserCtrlView/EpgAutoAddView.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/UserCtrlView/EpgDataViewSetting.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/UserCtrlView/EpgDataViewSetting.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/UserCtrlView/EpgDataViewSetting.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/UserCtrlView/EpgDataViewSetting.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/UserCtrlView/EpgDataViewSettingWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/UserCtrlView/EpgDataViewSettingWindow.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/UserCtrlView/EpgDataViewSettingWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/UserCtrlView/EpgDataViewSettingWindow.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/UserCtrlView/ListBoxDragMoverView.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/UserCtrlView/ListBoxDragMoverView.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/UserCtrlView/ListBoxDragMoverView.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/UserCtrlView/ListBoxDragMoverView.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/UserCtrlView/ListViewController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/UserCtrlView/ListViewController.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/UserCtrlView/PanelViewBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/UserCtrlView/PanelViewBase.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/UserCtrlView/RecFolderWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/UserCtrlView/RecFolderWindow.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/UserCtrlView/RecFolderWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/UserCtrlView/RecFolderWindow.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/UserCtrlView/RecSettingView.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/UserCtrlView/RecSettingView.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/UserCtrlView/RecSettingView.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/UserCtrlView/RecSettingView.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/UserCtrlView/ReserveListViewStyles.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/UserCtrlView/ReserveListViewStyles.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/UserCtrlView/SearchKeyDescView.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/UserCtrlView/SearchKeyDescView.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/UserCtrlView/SearchKeyDescView.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/UserCtrlView/SearchKeyDescView.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/UserCtrlView/SearchKeyView.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/UserCtrlView/SearchKeyView.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/UserCtrlView/SearchKeyView.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/UserCtrlView/SearchKeyView.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/UserCtrlView/SearchWindowBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/UserCtrlView/SearchWindowBase.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/UserCtrlView/StatusView.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/UserCtrlView/StatusView.xaml -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/UserCtrlView/StatusView.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/UserCtrlView/StatusView.xaml.cs -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/UserCtrlView/UiLayoutStyles.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimer/EpgTimer/UserCtrlView/UiLayoutStyles.xaml -------------------------------------------------------------------------------- /EpgTimerPlugIn/EpgTimerPlugIn.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerPlugIn/EpgTimerPlugIn.sln -------------------------------------------------------------------------------- /EpgTimerPlugIn/EpgTimerPlugIn/EpgTimerPlugIn.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerPlugIn/EpgTimerPlugIn/EpgTimerPlugIn.cpp -------------------------------------------------------------------------------- /EpgTimerPlugIn/EpgTimerPlugIn/EpgTimerPlugIn.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerPlugIn/EpgTimerPlugIn/EpgTimerPlugIn.def -------------------------------------------------------------------------------- /EpgTimerPlugIn/EpgTimerPlugIn/EpgTimerPlugIn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerPlugIn/EpgTimerPlugIn/EpgTimerPlugIn.h -------------------------------------------------------------------------------- /EpgTimerPlugIn/EpgTimerPlugIn/EpgTimerPlugIn.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerPlugIn/EpgTimerPlugIn/EpgTimerPlugIn.rc -------------------------------------------------------------------------------- /EpgTimerPlugIn/EpgTimerPlugIn/EpgTimerPlugIn.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerPlugIn/EpgTimerPlugIn/EpgTimerPlugIn.vcxproj -------------------------------------------------------------------------------- /EpgTimerPlugIn/EpgTimerPlugIn/EpgTimerPlugIn.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerPlugIn/EpgTimerPlugIn/EpgTimerPlugIn.vcxproj.filters -------------------------------------------------------------------------------- /EpgTimerPlugIn/EpgTimerPlugIn/EpgTimerPlugIn.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerPlugIn/EpgTimerPlugIn/EpgTimerPlugIn.vcxproj.user -------------------------------------------------------------------------------- /EpgTimerPlugIn/EpgTimerPlugIn/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerPlugIn/EpgTimerPlugIn/ReadMe.txt -------------------------------------------------------------------------------- /EpgTimerPlugIn/EpgTimerPlugIn/StreamCtrlDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerPlugIn/EpgTimerPlugIn/StreamCtrlDlg.cpp -------------------------------------------------------------------------------- /EpgTimerPlugIn/EpgTimerPlugIn/StreamCtrlDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerPlugIn/EpgTimerPlugIn/StreamCtrlDlg.h -------------------------------------------------------------------------------- /EpgTimerPlugIn/EpgTimerPlugIn/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerPlugIn/EpgTimerPlugIn/resource.h -------------------------------------------------------------------------------- /EpgTimerPlugIn/EpgTimerPlugIn/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerPlugIn/EpgTimerPlugIn/stdafx.cpp -------------------------------------------------------------------------------- /EpgTimerPlugIn/EpgTimerPlugIn/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerPlugIn/EpgTimerPlugIn/stdafx.h -------------------------------------------------------------------------------- /EpgTimerPlugIn/EpgTimerPlugIn/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerPlugIn/EpgTimerPlugIn/targetver.h -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv.sln -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/BatManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/BatManager.cpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/BatManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/BatManager.h -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/EpgDBManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/EpgDBManager.cpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/EpgDBManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/EpgDBManager.h -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/EpgTimerSrv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/EpgTimerSrv.cpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/EpgTimerSrv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/EpgTimerSrv.h -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/EpgTimerSrv.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/EpgTimerSrv.ico -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/EpgTimerSrv.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/EpgTimerSrv.rc -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/EpgTimerSrv.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/EpgTimerSrv.vcxproj -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/EpgTimerSrv.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/EpgTimerSrv.vcxproj.filters -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/EpgTimerSrv.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/EpgTimerSrv.vcxproj.user -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/EpgTimerSrvLua.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/EpgTimerSrvLua.cpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/EpgTimerSrvMain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/EpgTimerSrvMain.cpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/EpgTimerSrvMain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/EpgTimerSrvMain.h -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/FileStreamingManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/FileStreamingManager.cpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/FileStreamingManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/FileStreamingManager.h -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/HttpServer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/HttpServer.cpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/HttpServer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/HttpServer.h -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/LightTsUtils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/LightTsUtils.cpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/LightTsUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/LightTsUtils.h -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/NetPathUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/NetPathUtil.cpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/NetPathUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/NetPathUtil.h -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/NotifyManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/NotifyManager.cpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/NotifyManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/NotifyManager.h -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/ReadMe.txt -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/RecEventDB.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/RecEventDB.cpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/RecEventDB.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/RecEventDB.h -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/RegExp.tlb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/RegExp.tlb -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/ReserveManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/ReserveManager.cpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/ReserveManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/ReserveManager.h -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/SyoboiCalUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/SyoboiCalUtil.cpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/SyoboiCalUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/SyoboiCalUtil.h -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/TaskIconBlue.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/TaskIconBlue.ico -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/TaskIconGreen.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/TaskIconGreen.ico -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/TaskIconRed.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/TaskIconRed.ico -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/TunerBankCtrl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/TunerBankCtrl.cpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/TunerBankCtrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/TunerBankCtrl.h -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/TunerManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/TunerManager.cpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/TunerManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/TunerManager.h -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/UpnpSsdpServer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/UpnpSsdpServer.cpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/UpnpSsdpServer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/UpnpSsdpServer.h -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/civetweb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/civetweb.c -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/civetweb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/civetweb.h -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/civetweb_lua.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/civetweb_lua.h -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/lauxlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/lauxlib.h -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/lua.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/lua.h -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/lua.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/lua.hpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/lua52-x64.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/lua52-x64.lib -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/lua52.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/lua52.lib -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/luaconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/luaconf.h -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/lualib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/lualib.h -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/md5.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/md5.inl -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/mod_lua.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/mod_lua.inl -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/resource.h -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/small.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/small.ico -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/stdafx.cpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/stdafx.h -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/targetver.h -------------------------------------------------------------------------------- /EpgTimerTask/EpgTimerTask.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerTask/EpgTimerTask.sln -------------------------------------------------------------------------------- /EpgTimerTask/EpgTimerTask/EpgTimerTask.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerTask/EpgTimerTask/EpgTimerTask.cpp -------------------------------------------------------------------------------- /EpgTimerTask/EpgTimerTask/EpgTimerTask.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerTask/EpgTimerTask/EpgTimerTask.h -------------------------------------------------------------------------------- /EpgTimerTask/EpgTimerTask/EpgTimerTask.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerTask/EpgTimerTask/EpgTimerTask.rc -------------------------------------------------------------------------------- /EpgTimerTask/EpgTimerTask/EpgTimerTask.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerTask/EpgTimerTask/EpgTimerTask.vcxproj -------------------------------------------------------------------------------- /EpgTimerTask/EpgTimerTask/EpgTimerTask.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerTask/EpgTimerTask/EpgTimerTask.vcxproj.filters -------------------------------------------------------------------------------- /EpgTimerTask/EpgTimerTask/EpgTimerTask.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerTask/EpgTimerTask/EpgTimerTask.vcxproj.user -------------------------------------------------------------------------------- /EpgTimerTask/EpgTimerTask/EpgTimerTaskDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerTask/EpgTimerTask/EpgTimerTaskDlg.cpp -------------------------------------------------------------------------------- /EpgTimerTask/EpgTimerTask/EpgTimerTaskDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerTask/EpgTimerTask/EpgTimerTaskDlg.h -------------------------------------------------------------------------------- /EpgTimerTask/EpgTimerTask/QueryWaitDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerTask/EpgTimerTask/QueryWaitDlg.cpp -------------------------------------------------------------------------------- /EpgTimerTask/EpgTimerTask/QueryWaitDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerTask/EpgTimerTask/QueryWaitDlg.h -------------------------------------------------------------------------------- /EpgTimerTask/EpgTimerTask/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerTask/EpgTimerTask/ReadMe.txt -------------------------------------------------------------------------------- /EpgTimerTask/EpgTimerTask/res/EpgTimerTask.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerTask/EpgTimerTask/res/EpgTimerTask.ico -------------------------------------------------------------------------------- /EpgTimerTask/EpgTimerTask/res/EpgTimerTask.rc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerTask/EpgTimerTask/res/EpgTimerTask.rc2 -------------------------------------------------------------------------------- /EpgTimerTask/EpgTimerTask/res/EpgTimer_Bon_Vista_blue_rev2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerTask/EpgTimerTask/res/EpgTimer_Bon_Vista_blue_rev2.ico -------------------------------------------------------------------------------- /EpgTimerTask/EpgTimerTask/res/EpgTimer_Bon_Vista_gray_rev2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerTask/EpgTimerTask/res/EpgTimer_Bon_Vista_gray_rev2.ico -------------------------------------------------------------------------------- /EpgTimerTask/EpgTimerTask/res/EpgTimer_Bon_Vista_green_rev2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerTask/EpgTimerTask/res/EpgTimer_Bon_Vista_green_rev2.ico -------------------------------------------------------------------------------- /EpgTimerTask/EpgTimerTask/res/EpgTimer_Bon_Vista_red_rev2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerTask/EpgTimerTask/res/EpgTimer_Bon_Vista_red_rev2.ico -------------------------------------------------------------------------------- /EpgTimerTask/EpgTimerTask/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerTask/EpgTimerTask/resource.h -------------------------------------------------------------------------------- /EpgTimerTask/EpgTimerTask/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerTask/EpgTimerTask/stdafx.cpp -------------------------------------------------------------------------------- /EpgTimerTask/EpgTimerTask/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerTask/EpgTimerTask/stdafx.h -------------------------------------------------------------------------------- /EpgTimerTask/EpgTimerTask/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/EpgTimerTask/EpgTimerTask/targetver.h -------------------------------------------------------------------------------- /HttpPublic/api/AutoAddEPGAddChgKey: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/api/AutoAddEPGAddChgKey -------------------------------------------------------------------------------- /HttpPublic/api/AutoAddEPGDelKey: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/api/AutoAddEPGDelKey -------------------------------------------------------------------------------- /HttpPublic/api/EnumAutoAdd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/api/EnumAutoAdd -------------------------------------------------------------------------------- /HttpPublic/api/EnumEventInfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/api/EnumEventInfo -------------------------------------------------------------------------------- /HttpPublic/api/EnumRecPreset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/api/EnumRecPreset -------------------------------------------------------------------------------- /HttpPublic/api/EnumReserveInfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/api/EnumReserveInfo -------------------------------------------------------------------------------- /HttpPublic/api/EnumService: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/api/EnumService -------------------------------------------------------------------------------- /HttpPublic/api/Epg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/api/Epg -------------------------------------------------------------------------------- /HttpPublic/api/Library: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/api/Library -------------------------------------------------------------------------------- /HttpPublic/api/Movie: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/api/Movie -------------------------------------------------------------------------------- /HttpPublic/api/OneClickAdd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/api/OneClickAdd -------------------------------------------------------------------------------- /HttpPublic/api/RecInfoDel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/api/RecInfoDel -------------------------------------------------------------------------------- /HttpPublic/api/ReserveAdd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/api/ReserveAdd -------------------------------------------------------------------------------- /HttpPublic/api/ReserveChg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/api/ReserveChg -------------------------------------------------------------------------------- /HttpPublic/api/ReserveDel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/api/ReserveDel -------------------------------------------------------------------------------- /HttpPublic/api/ReserveToggle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/api/ReserveToggle -------------------------------------------------------------------------------- /HttpPublic/api/SaveSettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/api/SaveSettings -------------------------------------------------------------------------------- /HttpPublic/api/SearchEvent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/api/SearchEvent -------------------------------------------------------------------------------- /HttpPublic/api/util.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/api/util.lua -------------------------------------------------------------------------------- /HttpPublic/autoaddepg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/autoaddepg.html -------------------------------------------------------------------------------- /HttpPublic/autoaddepginfo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/autoaddepginfo.html -------------------------------------------------------------------------------- /HttpPublic/css/default.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/css/default.css -------------------------------------------------------------------------------- /HttpPublic/css/dialog-polyfill.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/css/dialog-polyfill.css -------------------------------------------------------------------------------- /HttpPublic/css/material.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/css/material.min.css -------------------------------------------------------------------------------- /HttpPublic/css/pc.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/css/pc.css -------------------------------------------------------------------------------- /HttpPublic/css/touch.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/css/touch.css -------------------------------------------------------------------------------- /HttpPublic/css/user.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /HttpPublic/epg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/epg.html -------------------------------------------------------------------------------- /HttpPublic/epginfo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/epginfo.html -------------------------------------------------------------------------------- /HttpPublic/epgweek.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/epgweek.html -------------------------------------------------------------------------------- /HttpPublic/img/EpgTimer.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/img/EpgTimer.ico -------------------------------------------------------------------------------- /HttpPublic/img/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/img/apple-touch-icon.png -------------------------------------------------------------------------------- /HttpPublic/img/google.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/img/google.png -------------------------------------------------------------------------------- /HttpPublic/img/noise.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/img/noise.gif -------------------------------------------------------------------------------- /HttpPublic/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/index.html -------------------------------------------------------------------------------- /HttpPublic/js/common.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/js/common.js -------------------------------------------------------------------------------- /HttpPublic/js/dialog-polyfill.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/js/dialog-polyfill.js -------------------------------------------------------------------------------- /HttpPublic/js/hammer.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/js/hammer.min.js -------------------------------------------------------------------------------- /HttpPublic/js/jquery-ui.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/js/jquery-ui.min.js -------------------------------------------------------------------------------- /HttpPublic/js/jquery.hammer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/js/jquery.hammer.js -------------------------------------------------------------------------------- /HttpPublic/js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/js/jquery.min.js -------------------------------------------------------------------------------- /HttpPublic/js/jquery.ui.touch-punch.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/js/jquery.ui.touch-punch.min.js -------------------------------------------------------------------------------- /HttpPublic/js/library.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/js/library.js -------------------------------------------------------------------------------- /HttpPublic/js/material.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/js/material.min.js -------------------------------------------------------------------------------- /HttpPublic/js/player.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/js/player.js -------------------------------------------------------------------------------- /HttpPublic/js/setting.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/js/setting.js -------------------------------------------------------------------------------- /HttpPublic/js/tvguide.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/js/tvguide.js -------------------------------------------------------------------------------- /HttpPublic/library.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/library.html -------------------------------------------------------------------------------- /HttpPublic/recinfo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/recinfo.html -------------------------------------------------------------------------------- /HttpPublic/recinfodesc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/recinfodesc.html -------------------------------------------------------------------------------- /HttpPublic/reserve.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/reserve.html -------------------------------------------------------------------------------- /HttpPublic/reserveinfo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/reserveinfo.html -------------------------------------------------------------------------------- /HttpPublic/search.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/search.html -------------------------------------------------------------------------------- /HttpPublic/setting.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/setting.html -------------------------------------------------------------------------------- /HttpPublic/string.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/string.lua -------------------------------------------------------------------------------- /HttpPublic/tunerreserve.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/tunerreserve.html -------------------------------------------------------------------------------- /HttpPublic/util.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/HttpPublic/util.lua -------------------------------------------------------------------------------- /LICENSE-Civetweb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/LICENSE-Civetweb.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/README.md -------------------------------------------------------------------------------- /RecName_Macro/RecName_Macro.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/RecName_Macro/RecName_Macro.sln -------------------------------------------------------------------------------- /RecName_Macro/RecName_Macro/ConvertMacro2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/RecName_Macro/RecName_Macro/ConvertMacro2.cpp -------------------------------------------------------------------------------- /RecName_Macro/RecName_Macro/ConvertMacro2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/RecName_Macro/RecName_Macro/ConvertMacro2.h -------------------------------------------------------------------------------- /RecName_Macro/RecName_Macro/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/RecName_Macro/RecName_Macro/ReadMe.txt -------------------------------------------------------------------------------- /RecName_Macro/RecName_Macro/RecName_Macro.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/RecName_Macro/RecName_Macro/RecName_Macro.cpp -------------------------------------------------------------------------------- /RecName_Macro/RecName_Macro/RecName_Macro.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/RecName_Macro/RecName_Macro/RecName_Macro.rc -------------------------------------------------------------------------------- /RecName_Macro/RecName_Macro/RecName_Macro.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/RecName_Macro/RecName_Macro/RecName_Macro.vcxproj -------------------------------------------------------------------------------- /RecName_Macro/RecName_Macro/RecName_Macro.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/RecName_Macro/RecName_Macro/RecName_Macro.vcxproj.filters -------------------------------------------------------------------------------- /RecName_Macro/RecName_Macro/RecName_Macro.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/RecName_Macro/RecName_Macro/RecName_Macro.vcxproj.user -------------------------------------------------------------------------------- /RecName_Macro/RecName_Macro/RecName_PlugIn.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/RecName_Macro/RecName_Macro/RecName_PlugIn.def -------------------------------------------------------------------------------- /RecName_Macro/RecName_Macro/RecName_PlugIn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/RecName_Macro/RecName_Macro/RecName_PlugIn.h -------------------------------------------------------------------------------- /RecName_Macro/RecName_Macro/SettingDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/RecName_Macro/RecName_Macro/SettingDlg.cpp -------------------------------------------------------------------------------- /RecName_Macro/RecName_Macro/SettingDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/RecName_Macro/RecName_Macro/SettingDlg.h -------------------------------------------------------------------------------- /RecName_Macro/RecName_Macro/dllmain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/RecName_Macro/RecName_Macro/dllmain.cpp -------------------------------------------------------------------------------- /RecName_Macro/RecName_Macro/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/RecName_Macro/RecName_Macro/resource.h -------------------------------------------------------------------------------- /RecName_Macro/RecName_Macro/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/RecName_Macro/RecName_Macro/stdafx.cpp -------------------------------------------------------------------------------- /RecName_Macro/RecName_Macro/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/RecName_Macro/RecName_Macro/stdafx.h -------------------------------------------------------------------------------- /RecName_Macro/RecName_Macro/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/RecName_Macro/RecName_Macro/targetver.h -------------------------------------------------------------------------------- /SendTSTCP/SendTSTCP.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/SendTSTCP/SendTSTCP.sln -------------------------------------------------------------------------------- /SendTSTCP/SendTSTCP/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/SendTSTCP/SendTSTCP/ReadMe.txt -------------------------------------------------------------------------------- /SendTSTCP/SendTSTCP/SendTSTCP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/SendTSTCP/SendTSTCP/SendTSTCP.cpp -------------------------------------------------------------------------------- /SendTSTCP/SendTSTCP/SendTSTCP.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/SendTSTCP/SendTSTCP/SendTSTCP.def -------------------------------------------------------------------------------- /SendTSTCP/SendTSTCP/SendTSTCP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/SendTSTCP/SendTSTCP/SendTSTCP.h -------------------------------------------------------------------------------- /SendTSTCP/SendTSTCP/SendTSTCP.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/SendTSTCP/SendTSTCP/SendTSTCP.rc -------------------------------------------------------------------------------- /SendTSTCP/SendTSTCP/SendTSTCP.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/SendTSTCP/SendTSTCP/SendTSTCP.vcxproj -------------------------------------------------------------------------------- /SendTSTCP/SendTSTCP/SendTSTCP.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/SendTSTCP/SendTSTCP/SendTSTCP.vcxproj.filters -------------------------------------------------------------------------------- /SendTSTCP/SendTSTCP/SendTSTCP.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/SendTSTCP/SendTSTCP/SendTSTCP.vcxproj.user -------------------------------------------------------------------------------- /SendTSTCP/SendTSTCP/SendTSTCPMain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/SendTSTCP/SendTSTCP/SendTSTCPMain.cpp -------------------------------------------------------------------------------- /SendTSTCP/SendTSTCP/SendTSTCPMain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/SendTSTCP/SendTSTCP/SendTSTCPMain.h -------------------------------------------------------------------------------- /SendTSTCP/SendTSTCP/dllmain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/SendTSTCP/SendTSTCP/dllmain.cpp -------------------------------------------------------------------------------- /SendTSTCP/SendTSTCP/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/SendTSTCP/SendTSTCP/resource.h -------------------------------------------------------------------------------- /SendTSTCP/SendTSTCP/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/SendTSTCP/SendTSTCP/stdafx.cpp -------------------------------------------------------------------------------- /SendTSTCP/SendTSTCP/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/SendTSTCP/SendTSTCP/stdafx.h -------------------------------------------------------------------------------- /SendTSTCP/SendTSTCP/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/SendTSTCP/SendTSTCP/targetver.h -------------------------------------------------------------------------------- /Tools/lfs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Tools/lfs.dll -------------------------------------------------------------------------------- /Tools/thumbs.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Tools/thumbs.bat -------------------------------------------------------------------------------- /UPnPCtrl/CharUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/UPnPCtrl/CharUtil.cpp -------------------------------------------------------------------------------- /UPnPCtrl/CharUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/UPnPCtrl/CharUtil.h -------------------------------------------------------------------------------- /UPnPCtrl/HttpUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/UPnPCtrl/HttpUtil.cpp -------------------------------------------------------------------------------- /UPnPCtrl/HttpUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/UPnPCtrl/HttpUtil.h -------------------------------------------------------------------------------- /UPnPCtrl/MPInclude.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/UPnPCtrl/MPInclude.h -------------------------------------------------------------------------------- /UPnPCtrl/NICUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/UPnPCtrl/NICUtil.cpp -------------------------------------------------------------------------------- /UPnPCtrl/NICUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/UPnPCtrl/NICUtil.h -------------------------------------------------------------------------------- /UPnPCtrl/SortListUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/UPnPCtrl/SortListUtil.cpp -------------------------------------------------------------------------------- /UPnPCtrl/SortListUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/UPnPCtrl/SortListUtil.h -------------------------------------------------------------------------------- /UPnPCtrl/ThreadUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/UPnPCtrl/ThreadUtil.cpp -------------------------------------------------------------------------------- /UPnPCtrl/ThreadUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/UPnPCtrl/ThreadUtil.h -------------------------------------------------------------------------------- /UPnPCtrl/UpnpSsdpUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/UPnPCtrl/UpnpSsdpUtil.cpp -------------------------------------------------------------------------------- /UPnPCtrl/UpnpSsdpUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/UPnPCtrl/UpnpSsdpUtil.h -------------------------------------------------------------------------------- /UPnPCtrl/UpnpStructDef.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/UPnPCtrl/UpnpStructDef.cpp -------------------------------------------------------------------------------- /UPnPCtrl/UpnpStructDef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/UPnPCtrl/UpnpStructDef.h -------------------------------------------------------------------------------- /UPnPCtrl/UpnpUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/UPnPCtrl/UpnpUtil.cpp -------------------------------------------------------------------------------- /UPnPCtrl/UpnpUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/UPnPCtrl/UpnpUtil.h -------------------------------------------------------------------------------- /Write_AVIVO/Write_AVIVO.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_AVIVO/Write_AVIVO.sln -------------------------------------------------------------------------------- /Write_AVIVO/Write_AVIVO/DShowCtrl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_AVIVO/Write_AVIVO/DShowCtrl.cpp -------------------------------------------------------------------------------- /Write_AVIVO/Write_AVIVO/DShowCtrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_AVIVO/Write_AVIVO/DShowCtrl.h -------------------------------------------------------------------------------- /Write_AVIVO/Write_AVIVO/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_AVIVO/Write_AVIVO/ReadMe.txt -------------------------------------------------------------------------------- /Write_AVIVO/Write_AVIVO/SettingDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_AVIVO/Write_AVIVO/SettingDlg.cpp -------------------------------------------------------------------------------- /Write_AVIVO/Write_AVIVO/SettingDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_AVIVO/Write_AVIVO/SettingDlg.h -------------------------------------------------------------------------------- /Write_AVIVO/Write_AVIVO/TSSrcFilter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_AVIVO/Write_AVIVO/TSSrcFilter.cpp -------------------------------------------------------------------------------- /Write_AVIVO/Write_AVIVO/TSSrcFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_AVIVO/Write_AVIVO/TSSrcFilter.h -------------------------------------------------------------------------------- /Write_AVIVO/Write_AVIVO/WriteMain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_AVIVO/Write_AVIVO/WriteMain.cpp -------------------------------------------------------------------------------- /Write_AVIVO/Write_AVIVO/WriteMain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_AVIVO/Write_AVIVO/WriteMain.h -------------------------------------------------------------------------------- /Write_AVIVO/Write_AVIVO/Write_AVIVO.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_AVIVO/Write_AVIVO/Write_AVIVO.cpp -------------------------------------------------------------------------------- /Write_AVIVO/Write_AVIVO/Write_AVIVO.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_AVIVO/Write_AVIVO/Write_AVIVO.rc -------------------------------------------------------------------------------- /Write_AVIVO/Write_AVIVO/Write_AVIVO.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_AVIVO/Write_AVIVO/Write_AVIVO.vcxproj -------------------------------------------------------------------------------- /Write_AVIVO/Write_AVIVO/Write_AVIVO.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_AVIVO/Write_AVIVO/Write_AVIVO.vcxproj.filters -------------------------------------------------------------------------------- /Write_AVIVO/Write_AVIVO/Write_AVIVO.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_AVIVO/Write_AVIVO/Write_AVIVO.vcxproj.user -------------------------------------------------------------------------------- /Write_AVIVO/Write_AVIVO/Write_PlugIn.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_AVIVO/Write_AVIVO/Write_PlugIn.def -------------------------------------------------------------------------------- /Write_AVIVO/Write_AVIVO/Write_PlugIn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_AVIVO/Write_AVIVO/Write_PlugIn.h -------------------------------------------------------------------------------- /Write_AVIVO/Write_AVIVO/dllmain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_AVIVO/Write_AVIVO/dllmain.cpp -------------------------------------------------------------------------------- /Write_AVIVO/Write_AVIVO/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_AVIVO/Write_AVIVO/resource.h -------------------------------------------------------------------------------- /Write_AVIVO/Write_AVIVO/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_AVIVO/Write_AVIVO/stdafx.cpp -------------------------------------------------------------------------------- /Write_AVIVO/Write_AVIVO/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_AVIVO/Write_AVIVO/stdafx.h -------------------------------------------------------------------------------- /Write_AVIVO/Write_AVIVO/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_AVIVO/Write_AVIVO/targetver.h -------------------------------------------------------------------------------- /Write_Default/Write_Default.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_Default/Write_Default.sln -------------------------------------------------------------------------------- /Write_Default/Write_Default/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_Default/Write_Default/ReadMe.txt -------------------------------------------------------------------------------- /Write_Default/Write_Default/SettingDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_Default/Write_Default/SettingDlg.cpp -------------------------------------------------------------------------------- /Write_Default/Write_Default/SettingDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_Default/Write_Default/SettingDlg.h -------------------------------------------------------------------------------- /Write_Default/Write_Default/WriteMain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_Default/Write_Default/WriteMain.cpp -------------------------------------------------------------------------------- /Write_Default/Write_Default/WriteMain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_Default/Write_Default/WriteMain.h -------------------------------------------------------------------------------- /Write_Default/Write_Default/Write_Default.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_Default/Write_Default/Write_Default.cpp -------------------------------------------------------------------------------- /Write_Default/Write_Default/Write_Default.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_Default/Write_Default/Write_Default.rc -------------------------------------------------------------------------------- /Write_Default/Write_Default/Write_Default.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_Default/Write_Default/Write_Default.vcxproj -------------------------------------------------------------------------------- /Write_Default/Write_Default/Write_Default.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_Default/Write_Default/Write_Default.vcxproj.filters -------------------------------------------------------------------------------- /Write_Default/Write_Default/Write_Default.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_Default/Write_Default/Write_Default.vcxproj.user -------------------------------------------------------------------------------- /Write_Default/Write_Default/Write_PlugIn.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_Default/Write_Default/Write_PlugIn.def -------------------------------------------------------------------------------- /Write_Default/Write_Default/Write_PlugIn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_Default/Write_Default/Write_PlugIn.h -------------------------------------------------------------------------------- /Write_Default/Write_Default/dllmain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_Default/Write_Default/dllmain.cpp -------------------------------------------------------------------------------- /Write_Default/Write_Default/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_Default/Write_Default/resource.h -------------------------------------------------------------------------------- /Write_Default/Write_Default/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_Default/Write_Default/stdafx.cpp -------------------------------------------------------------------------------- /Write_Default/Write_Default/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_Default/Write_Default/stdafx.h -------------------------------------------------------------------------------- /Write_Default/Write_Default/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_Default/Write_Default/targetver.h -------------------------------------------------------------------------------- /Write_OneService/Write_OneService.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_OneService/Write_OneService.sln -------------------------------------------------------------------------------- /Write_OneService/Write_OneService/WriteMain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_OneService/Write_OneService/WriteMain.cpp -------------------------------------------------------------------------------- /Write_OneService/Write_OneService/WriteMain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_OneService/Write_OneService/WriteMain.h -------------------------------------------------------------------------------- /Write_OneService/Write_OneService/Write_OneService.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_OneService/Write_OneService/Write_OneService.cpp -------------------------------------------------------------------------------- /Write_OneService/Write_OneService/Write_OneService.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_OneService/Write_OneService/Write_OneService.rc -------------------------------------------------------------------------------- /Write_OneService/Write_OneService/Write_OneService.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_OneService/Write_OneService/Write_OneService.vcxproj -------------------------------------------------------------------------------- /Write_OneService/Write_OneService/Write_OneService.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_OneService/Write_OneService/Write_OneService.vcxproj.filters -------------------------------------------------------------------------------- /Write_OneService/Write_OneService/Write_PlugIn.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_OneService/Write_OneService/Write_PlugIn.def -------------------------------------------------------------------------------- /Write_OneService/Write_OneService/Write_PlugIn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_OneService/Write_OneService/Write_PlugIn.h -------------------------------------------------------------------------------- /Write_OneService/Write_OneService/dllmain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_OneService/Write_OneService/dllmain.cpp -------------------------------------------------------------------------------- /Write_OneService/Write_OneService/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_OneService/Write_OneService/resource.h -------------------------------------------------------------------------------- /Write_OneService/Write_OneService/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_OneService/Write_OneService/stdafx.cpp -------------------------------------------------------------------------------- /Write_OneService/Write_OneService/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_OneService/Write_OneService/stdafx.h -------------------------------------------------------------------------------- /Write_OneService/Write_OneService/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/Write_OneService/Write_OneService/targetver.h -------------------------------------------------------------------------------- /bin/pre-build.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/bin/pre-build.cmd -------------------------------------------------------------------------------- /ini/Bitrate.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/Bitrate.ini -------------------------------------------------------------------------------- /ini/BonCtrl.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/BonCtrl.ini -------------------------------------------------------------------------------- /ini/ContentTypeText.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/ContentTypeText.txt -------------------------------------------------------------------------------- /ini/EpgTimer.exe.rd.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/EpgTimer.exe.rd.xaml -------------------------------------------------------------------------------- /ini/HttpPublic/api/EnumEventInfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/HttpPublic/api/EnumEventInfo -------------------------------------------------------------------------------- /ini/HttpPublic/api/EnumRecPreset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/HttpPublic/api/EnumRecPreset -------------------------------------------------------------------------------- /ini/HttpPublic/api/EnumReserveInfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/HttpPublic/api/EnumReserveInfo -------------------------------------------------------------------------------- /ini/HttpPublic/api/EnumService: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/HttpPublic/api/EnumService -------------------------------------------------------------------------------- /ini/HttpPublic/api/SearchEvent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/HttpPublic/api/SearchEvent -------------------------------------------------------------------------------- /ini/HttpPublic/dlna/dms/cds/event.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/HttpPublic/dlna/dms/cds/event.lua -------------------------------------------------------------------------------- /ini/HttpPublic/dlna/dms/cds/sdd.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/HttpPublic/dlna/dms/cds/sdd.xml -------------------------------------------------------------------------------- /ini/HttpPublic/dlna/dms/cds/soap.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/HttpPublic/dlna/dms/cds/soap.lua -------------------------------------------------------------------------------- /ini/HttpPublic/dlna/dms/cms/event.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/HttpPublic/dlna/dms/cms/event.lua -------------------------------------------------------------------------------- /ini/HttpPublic/dlna/dms/cms/sdd.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/HttpPublic/dlna/dms/cms/sdd.xml -------------------------------------------------------------------------------- /ini/HttpPublic/dlna/dms/cms/soap.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/HttpPublic/dlna/dms/cms/soap.lua -------------------------------------------------------------------------------- /ini/HttpPublic/dlna/dms/ddd.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/HttpPublic/dlna/dms/ddd.xml -------------------------------------------------------------------------------- /ini/HttpPublic/dlna/dms/uuid.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/HttpPublic/dlna/dms/uuid.lua -------------------------------------------------------------------------------- /ini/HttpPublic/dlna/dms/uuid4.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/HttpPublic/dlna/dms/uuid4.lua -------------------------------------------------------------------------------- /ini/HttpPublic/index.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/HttpPublic/index.htm -------------------------------------------------------------------------------- /ini/HttpPublic/legacy/autoaddepg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/HttpPublic/legacy/autoaddepg.html -------------------------------------------------------------------------------- /ini/HttpPublic/legacy/autoaddepgaddchgkey.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/HttpPublic/legacy/autoaddepgaddchgkey.html -------------------------------------------------------------------------------- /ini/HttpPublic/legacy/autoaddepgdelkey.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/HttpPublic/legacy/autoaddepgdelkey.html -------------------------------------------------------------------------------- /ini/HttpPublic/legacy/autoaddepginfo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/HttpPublic/legacy/autoaddepginfo.html -------------------------------------------------------------------------------- /ini/HttpPublic/legacy/default.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/HttpPublic/legacy/default.css -------------------------------------------------------------------------------- /ini/HttpPublic/legacy/epg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/HttpPublic/legacy/epg.html -------------------------------------------------------------------------------- /ini/HttpPublic/legacy/epginfo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/HttpPublic/legacy/epginfo.html -------------------------------------------------------------------------------- /ini/HttpPublic/legacy/epgpastinfo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/HttpPublic/legacy/epgpastinfo.html -------------------------------------------------------------------------------- /ini/HttpPublic/legacy/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/HttpPublic/legacy/index.html -------------------------------------------------------------------------------- /ini/HttpPublic/legacy/recinfo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/HttpPublic/legacy/recinfo.html -------------------------------------------------------------------------------- /ini/HttpPublic/legacy/recinfodel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/HttpPublic/legacy/recinfodel.html -------------------------------------------------------------------------------- /ini/HttpPublic/legacy/recinfodesc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/HttpPublic/legacy/recinfodesc.html -------------------------------------------------------------------------------- /ini/HttpPublic/legacy/reserve.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/HttpPublic/legacy/reserve.html -------------------------------------------------------------------------------- /ini/HttpPublic/legacy/reserveadd.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/HttpPublic/legacy/reserveadd.html -------------------------------------------------------------------------------- /ini/HttpPublic/legacy/reservechg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/HttpPublic/legacy/reservechg.html -------------------------------------------------------------------------------- /ini/HttpPublic/legacy/reservedel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/HttpPublic/legacy/reservedel.html -------------------------------------------------------------------------------- /ini/HttpPublic/legacy/reserveinfo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/HttpPublic/legacy/reserveinfo.html -------------------------------------------------------------------------------- /ini/HttpPublic/legacy/util.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/HttpPublic/legacy/util.lua -------------------------------------------------------------------------------- /ini/HttpPublic/legacy/view.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/HttpPublic/legacy/view.lua -------------------------------------------------------------------------------- /ini/HttpPublic/video/chunk.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/HttpPublic/video/chunk.lua -------------------------------------------------------------------------------- /ini/PostBatExamples/PostAddReserve.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/PostBatExamples/PostAddReserve.bat -------------------------------------------------------------------------------- /ini/PostBatExamples/PostChgReserve.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/PostBatExamples/PostChgReserve.bat -------------------------------------------------------------------------------- /ini/PostBatExamples/PostNotify.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/PostBatExamples/PostNotify.bat -------------------------------------------------------------------------------- /ini/PostBatExamples/PostRecEnd.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/PostBatExamples/PostRecEnd.bat -------------------------------------------------------------------------------- /ini/PostBatExamples/PostRecStart.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/PostBatExamples/PostRecStart.bat -------------------------------------------------------------------------------- /ini/Resources/Aero.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/Resources/Aero.xaml -------------------------------------------------------------------------------- /ini/Resources/Aero2.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/Resources/Aero2.xaml -------------------------------------------------------------------------------- /ini/Resources/AeroLite.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/Resources/AeroLite.xaml -------------------------------------------------------------------------------- /ini/Resources/Classic.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/Resources/Classic.xaml -------------------------------------------------------------------------------- /ini/Resources/Luna.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/Resources/Luna.xaml -------------------------------------------------------------------------------- /ini/Resources/Royale.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/Resources/Royale.xaml -------------------------------------------------------------------------------- /ini/Tools/EdcbSchUploader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/Tools/EdcbSchUploader.cs -------------------------------------------------------------------------------- /ini/Tools/EdcbSchUploader.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/Tools/EdcbSchUploader.csproj -------------------------------------------------------------------------------- /ini/Tools/readex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/Tools/readex.c -------------------------------------------------------------------------------- /ini/Tools/readex.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/Tools/readex.vcxproj -------------------------------------------------------------------------------- /ini/Tools/relayread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/Tools/relayread.c -------------------------------------------------------------------------------- /ini/Tools/relayread.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abt8WG/EDCB/HEAD/ini/Tools/relayread.vcxproj --------------------------------------------------------------------------------