Page 2 of 5

Re: Looking for beta testers for v1.6.0.0

Posted: Sun Nov 22, 2020 2:46 pm
by StinkyImp
garyan2 wrote: Sat Nov 21, 2020 7:59 pm I haven't had a problem over the network. One thing to be aware of is if you need to change the source location of the log files, you first need to delete/modify the parser's configuration file to point to the new location. That is unless StinkyImp has a method for that that I am not aware of.
I've always been a firm believer in "leave no trace" when developing an application. That's why they're all portable. You're exactly correct that deleting the "EPG123LogParser (32 or 64).ini" file in the install directory will require the user to tell it where the trace.log(s) are.

By the same token, deleting the install directory (or uninstalling it) and then reinstalling it will require the user to rebuild the ini file.

Side note... I've been contemplating copying the output to the clipboard and inserting the code tags so that users can simply paste them into their forum posts? :wtf:

Re: Looking for beta testers for v1.6.0.0

Posted: Mon Nov 23, 2020 5:38 am
by Space
Today's run looks good... The last recording ended at 12:16am, and the MXF import was done soon afterwards. Based on your description of how this works, I would assume that the MXF import should occur within 5 minutes of the recording ending.

Only one item was corrected by the VerifyLoad which is unusual, usually there are 10's if not 100's of fixes, but I will keep watching to see if that was just an anomaly.

I have EPG123 set to run at 7:45pm which means it should always delay the MXF import since I almost always have a show recording at 8pm. I plan to move it to an earlier time to avoid this, but I will leave it here for a while if you want me to continue testing this delay feature. Let me know.

Code: Select all

[11/22/2020 7:45:56 PM] ===============================================================================
[11/22/2020 7:45:56 PM]  Beginning epg123 client execution. version 1.6.0.2
[11/22/2020 7:45:56 PM] ===============================================================================
[11/22/2020 7:45:56 PM] [ INFO] Beginning epg123 client execution. 2020-11-23 00:45:56Z
[11/22/2020 7:45:56 PM] [ INFO] Import: True , Match: True , NoLogo: False , Force: False , ShowProgress: False
[11/22/2020 7:45:56 PM] [ INFO] There is a recording in progress or the next scheduled recording is within 10 minutes. Delaying garbage collection and/or import.
[11/22/2020 8:46:00 PM] [ INFO] There is a recording in progress or the next scheduled recording is within 10 minutes. Delaying garbage collection and/or import.
[11/22/2020 9:46:33 PM] [ INFO] There is a recording in progress or the next scheduled recording is within 10 minutes. Delaying garbage collection and/or import.
[11/22/2020 10:46:37 PM] [ INFO] There is a recording in progress or the next scheduled recording is within 10 minutes. Delaying garbage collection and/or import.
[11/22/2020 11:46:40 PM] [ INFO] There is a recording in progress or the next scheduled recording is within 10 minutes. Delaying garbage collection and/or import.
[11/23/2020 12:17:13 AM] Entering ImportMxfFile() for file "c:\programdata\garyan2\epg123\output\epg123.mxf".
[11/23/2020 12:24:32 AM] [ INFO] Successfully imported .mxf file into Media Center database. Exit code: 0
[11/23/2020 12:24:32 AM] Exiting ImportMxfFile(). SUCCESS.
[11/23/2020 12:24:32 AM] Entering VerifyLoad()
[11/23/2020 12:24:58 AM] [ INFO] Service HSTRYHD at 11/25/2020 8:00:00 PM: Replacing [EP02183997_0203 - [Forged in Fire]-[s08e01 Veteran's Knife Special]] with [EP02183997_0180 - [Forged in Fire]-[s07e17 Charlemagne's Sword]]
[11/23/2020 12:25:18 AM] [ INFO] Checked 152628 entries and corrected 1 of them.
[11/23/2020 12:25:18 AM] Exiting VerifyLoad()
[11/23/2020 12:25:27 AM] [ INFO] Completed the automatch of lineup stations to tuner channels.
[11/23/2020 12:25:27 AM] [ INFO] Completed lineup refresh.
[11/23/2020 12:25:27 AM] Entering RunWmcIndexTask(ReindexSearchRoot)
[11/23/2020 12:25:27 AM] [ INFO] SUCCESS: Attempted to run the scheduled task "Microsoft\Windows\Media Center\ReindexSearchRoot".
[11/23/2020 12:25:27 AM] [ INFO] Successfully started the ReindexSearchRoot task. Exit code: 0
[11/23/2020 12:25:27 AM] Exiting RunWmcIndexTask(ReindexSearchRoot). SUCCESS.
[11/23/2020 12:25:35 AM] [ INFO] MXF file was created on 11/22/2020 7:45:00 PM
[11/23/2020 12:25:37 AM] [ INFO] Completed EPG123 client execution.
[11/23/2020 12:25:37 AM] [ INFO] EPG123 client execution time was 04:39:41.3623197.
EDIT:

I looked back at the update logs for the passed two Sunday's and VerifyLoad only fixed a few, so I think this is not an issue and just that Schedules Direct does not update the data on Sundays (which I vaguely remember reading about here).

Re: Looking for beta testers for v1.6.0.0

Posted: Mon Nov 23, 2020 3:02 pm
by garyan2
This looks good. Also, before I released v1.6.0.2, I changed the timing for checking recording status from 5 minutes to 1 minute, so it should start the import anywhere from 0 to 1 minute (plus/minus) after a recording.

CORRECTION: Because I have the buffering of the recording status, it will be between 30 seconds and 1 minute 30 seconds after a recording.

Re: Looking for beta testers for v1.6.0.0

Posted: Mon Nov 23, 2020 3:46 pm
by StinkyImp
Space wrote: Sat Nov 21, 2020 5:04 pm Does the log parser work if I am viewing the logs from a remote machine via file sharing? Because that is the primary way I view the logs, almost never on the HTPC itself.
I created a "New Folder" on the desktop of my network connected Win10 machine. I downloaded both the 32 and 64 bit "zip" versions and extracted them into the desktop folder. The "uninstall" routine is to delete the "New Folder".

The portable zip file only contains two files -> the utility executable and a detailed help (chm) file. I was able to successfully retrieve the trace*.log files from both a "\\UNC PATH\To the\EPG123 log files\" and a "X:\Mapped Drive To the\EPG123 log files\"

So the answer is yes, you can view the logs from a remote machine as long as you can access a remote share that provides access to the log files on the remote machine running EPG123. ;)

Re: Looking for beta testers for v1.6.0.0

Posted: Tue Nov 24, 2020 1:33 am
by garyan2
garyan2 wrote: Tue Nov 03, 2020 7:55 am Sometime in the future you won't have to worry about that. I seem to have ventured into the rabbit hole and am deep in re-writing the client code... and boy did it need it! So far, I've cut the GUI load times in half, reduced the memory footprint by 75%, have a better sorting function, viewing enabled channels only is near instantaneous, and there is one really cool feature that pretty much no one will see. Filtering by sources has increased in time, but I don't expect folks to use that very often. Will work on that, maybe.
I had mentioned a cool feature of the client in another thread, but thought I'd let everyone in on the secret. Like I said, no one would know it is there if I didn't mention it. If you have the client up, and WMC windowed, any changes you do in WMC to enable/disable, rename, renumber, or change listings will automatically show in the client. This "live" interaction is limited to the merged channels... any changes to lineups will not be captured. Too many unknowns on how to handle that.

Re: Looking for beta testers for v1.6.0.0

Posted: Tue Nov 24, 2020 4:34 am
by Space
Today's run was again delayed due to recordings in progress, but seemed to run fine.

The VerifyLoad only fixed 14 items, so another small number of items fixed. I'm hoping to see a run where there are 300+ fixes to see how it handles it. Previous version only got to 238 max according to the logs I have, which includes the ones that bombed out and then were continued (so did not include the true count of all fixes which were split between two runs).

Re: Looking for beta testers for v1.6.0.0

Posted: Tue Nov 24, 2020 5:57 am
by garyan2
It's not the number of changes that matter, but the time from the first change. The log you posted above went 39 seconds without being killed, so that is a very good sign.

My test bench here only had 79 changes and most of those were on foreign stations. May be a lot of changes on next update.

Sent from my SM-G965U using Tapatalk


Re: Looking for beta testers for v1.6.0.0

Posted: Tue Nov 24, 2020 1:20 pm
by StinkyImp
Last night was the first run of 1.6.0.2 updated from 1.5.1.0.
Everything appears perfect.

Code: Select all

===== SYSTEM INFORMATION =======================================
Operating System:	Windows 7 Professional (64 bit)
Processor:		Intel Core i3-3220 CPU @ 3.30GHz
Total RAM:		8.00 GB
Tuners:			2 Hauppauge WinTV-dualHD ATSC USB (4 tuners)
Source:			OTA only
ehshell version:	6.1.7601.23434
EPG123 version:		1.6.0.2
Complete log...

Code: Select all

[11/24/2020 12:15:00 AM] ===============================================================================
[11/24/2020 12:15:00 AM]  Beginning epg123 update execution. version 1.6.0.2
[11/24/2020 12:15:00 AM] ===============================================================================
[11/24/2020 12:15:00 AM] [ INFO] Beginning EPG123 update execution. 2020-11-24 07:15:00Z
[11/24/2020 12:15:00 AM] [ INFO] DaysToDownload: 14 , TheTVDBNumbers : True , PrefixEpisodeTitle: False , PrefixEpisodeDescription : False , AppendEpisodeDesc: False , OADOverride : True , TMDbCoverArt: True , IncludeSDLogos : True , AutoAddNew: True , CreateXmltv: False , ModernMediaUiPlusSupport: False
[11/24/2020 12:15:01 AM] [ INFO] Token request successful. serverID: 20141201.web.1
[11/24/2020 12:15:01 AM] [ INFO] Status request successful. account expires: 2021-02-12T14:47:08Z , lineups: 1/4 , lastDataUpdate: 2020-11-24T04:17:24Z
[11/24/2020 12:15:01 AM] [ INFO] system status: Online , message: No known issues.
[11/24/2020 12:15:02 AM] [ INFO] epg123 is not up to date. Latest version is 1.5.1 and can be downloaded from http://epg123.garyan2.net.
[11/24/2020 12:15:03 AM] [ INFO] Successfully retrieved TMDb configurations.
[11/24/2020 12:15:03 AM] [ INFO] Successfully requested listing of client lineups from Schedules Direct.
[11/24/2020 12:15:03 AM] Entering buildLineupServices() for 1 lineups.
[11/24/2020 12:15:04 AM] [ INFO] Successfully retrieved the station mapping for lineup USA-OTA-85212.
[11/24/2020 12:15:05 AM] Exiting buildLineupServices(). SUCCESS.
[11/24/2020 12:15:05 AM] Entering getAllScheduleEntryMd5s() for 14 days on 46 stations.
[11/24/2020 12:15:05 AM] [ INFO] Successfully retrieved Md5s for  46 station's daily schedules. (0:00:00:00.6490371 /    68.594 KB)
[11/24/2020 12:15:06 AM] [ INFO] Successfully retrieved  46 station's daily schedules.          (0:00:00:00.9020516 /   959.010 KB)
[11/24/2020 12:15:07 AM] [ INFO] Found 489 cached daily schedules.
[11/24/2020 12:15:07 AM] [ INFO] Downloaded 155 daily schedules.
[11/24/2020 12:15:07 AM] [ INFO] Processed 644 daily schedules for 46 stations.
[11/24/2020 12:15:07 AM] Exiting getAllScheduleEntryMd5s(). SUCCESS.
[11/24/2020 12:15:07 AM] Entering buildAllProgramEntries() for 10393 programs.
[11/24/2020 12:15:09 AM] [ INFO] Found 9630 cached program descriptions.
[11/24/2020 12:15:11 AM] [ INFO] Successfully retrieved  763 program descriptions. (0:00:00:01.8481057 /     1.500 MB)
[11/24/2020 12:15:11 AM] [ INFO] Processed 10393 program descriptions.
[11/24/2020 12:15:11 AM] Exiting buildAllProgramEntries(). SUCCESS.
[11/24/2020 12:15:11 AM] Entering buildAllGenericSeriesInfoDescriptions() for 1493 series.
[11/24/2020 12:15:12 AM] [ INFO] Found 1481 cached series descriptions.
[11/24/2020 12:15:12 AM] [ INFO] Successfully retrieved  12 generic program descriptions. (0:00:00:00.1830104 /     1.831 KB)
[11/24/2020 12:15:12 AM] [ INFO] Processed 1493 series descriptions.
[11/24/2020 12:15:12 AM] Exiting buildAllGenericSeriesInfoDescriptions(). SUCCESS.
[11/24/2020 12:15:12 AM] Entering getAllMoviePosters() for 491 movies.
[11/24/2020 12:15:12 AM] [ INFO] Found 470 cached movie poster links.
[11/24/2020 12:15:12 AM] [ INFO] Successfully retrieved artwork info for  21 programs. (0:00:00:00.1930111 /   127.331 KB)
[11/24/2020 12:15:13 AM] [ INFO] Processed 491 movie poster links.
[11/24/2020 12:15:13 AM] Exiting getAllMoviePosters(). SUCCESS.
[11/24/2020 12:15:13 AM] Entering getAllSeriesImages() for 1493 series.
[11/24/2020 12:15:13 AM] [ INFO] Found 1478 cached series image links.
[11/24/2020 12:15:13 AM] [ INFO] Successfully retrieved artwork info for  15 programs. (0:00:00:00.1960112 /   113.390 KB)
[11/24/2020 12:15:13 AM] [ INFO] Processed 1493 series image links.
[11/24/2020 12:15:13 AM] Exiting getAllSeriesImages(). SUCCESS.
[11/24/2020 12:15:13 AM] [ INFO] Completed compiling keywords and keyword groups.
[11/24/2020 12:15:14 AM] [ INFO] Completed save of the MXF file to  c:\epg123\output\epg123.mxf .
[11/24/2020 12:15:14 AM] [ INFO] 956 entries deleted from the cache file during cleanup.
[11/24/2020 12:15:14 AM] [ INFO] Downloaded and processed     2.740 MB of data from Schedules Direct.
[11/24/2020 12:15:14 AM] [ INFO] Generated .mxf file contains 46 services, 1493 series, 10393 programs, and 22774 people with 2008 image links.
[11/24/2020 12:15:14 AM] [ INFO] Completed EPG123 update execution. SUCCESS.
[11/24/2020 12:15:15 AM] [ INFO] epg123 update execution time was 00:00:14.4738278.
[11/24/2020 12:15:15 AM] ===============================================================================
[11/24/2020 12:15:15 AM]  Beginning epg123 client execution. version 1.6.0.2
[11/24/2020 12:15:15 AM] ===============================================================================
[11/24/2020 12:15:15 AM] [ INFO] Beginning epg123 client execution. 2020-11-24 07:15:15Z
[11/24/2020 12:15:15 AM] [ INFO] Import: True , Match: True , NoLogo: False , Force: False , ShowProgress: False
[11/24/2020 12:15:15 AM] [ INFO] There is a recording in progress or the next scheduled recording is within 60 minutes. Delaying garbage collection and/or import.
[11/24/2020 1:15:23 AM] [ INFO] There is a recording in progress or the next scheduled recording is within 60 minutes. Delaying garbage collection and/or import.
[11/24/2020 2:03:59 AM] Entering PerformGarbageCleanup().
[11/24/2020 2:16:34 AM] [ INFO] Successfully completed garbage cleanup. Exit code: 0
[11/24/2020 2:16:34 AM] Exiting PerformGarbageCleanup(). SUCCESS.
[11/24/2020 2:16:34 AM] Entering ImportMxfFile() for file  c:\epg123\output\epg123.mxf .
[11/24/2020 2:17:05 AM] [ INFO] Successfully imported .mxf file into Media Center database. Exit code: 0
[11/24/2020 2:17:05 AM] Exiting ImportMxfFile(). SUCCESS.
[11/24/2020 2:17:05 AM] Entering VerifyLoad()
[11/24/2020 2:17:09 AM] [ INFO] Checked 19310 entries and corrected 12 of them.
[11/24/2020 2:17:09 AM] Exiting VerifyLoad()
[11/24/2020 2:17:09 AM] [ INFO] Completed the automatch of lineup stations to tuner channels.
[11/24/2020 2:17:09 AM] [ INFO] Completed lineup refresh.
[11/24/2020 2:17:09 AM] Entering RunWmcIndexTask(ReindexSearchRoot)
[11/24/2020 2:17:09 AM] [ INFO] SUCCESS: Attempted to run the scheduled task  Microsoft\Windows\Media Center\ReindexSearchRoot .
[11/24/2020 2:17:09 AM] [ INFO] Successfully started the ReindexSearchRoot task. Exit code: 0
[11/24/2020 2:17:09 AM] Exiting RunWmcIndexTask(ReindexSearchRoot). SUCCESS.
[11/24/2020 2:17:09 AM] [ INFO] MXF file was created on 11/24/2020 12:15:00 AM
[11/24/2020 2:17:09 AM] [ INFO] Completed EPG123 client execution.
[11/24/2020 2:17:09 AM] [ INFO] EPG123 client execution time was 02:01:54.5603656.

Re: Looking for beta testers for v1.6.0.0

Posted: Tue Nov 24, 2020 3:56 pm
by garyan2
Excellent. Even captured the garbage collection. Am I correct in thinking you have a 3 minute post-padding on your recording that ended at 2am?

Re: Looking for beta testers for v1.6.0.0

Posted: Tue Nov 24, 2020 4:06 pm
by Space
Gary,

Did you make the change to have all fixes occur after they are all found or did you abandon that once you found a way of accessing the database without it killing the process?

Re: Looking for beta testers for v1.6.0.0

Posted: Tue Nov 24, 2020 4:43 pm
by garyan2
The capturing and changing schedule entries at the end was a last resort for me, so when I found a way to prevent the process being killed I didn't pursue that method. All changes to schedule entries are still done as I find them.

Re: Looking for beta testers for v1.6.0.0

Posted: Tue Nov 24, 2020 5:24 pm
by StinkyImp
garyan2 wrote: Tue Nov 24, 2020 3:56 pm Excellent. Even captured the garbage collection. Am I correct in thinking you have a 3 minute post-padding on your recording that ended at 2am?
As for the garbage collection... That's a Bob Ross "happy accident".

You are exactly correct (as usual). My recording defaults are 3 minutes before and 3 minutes after. :thumbup:

Re: Looking for beta testers for v1.6.0.0

Posted: Wed Nov 25, 2020 3:13 pm
by StinkyImp
Looks like another flawless run...

Code: Select all

[11/25/2020 12:15:00 AM] ===============================================================================
[11/25/2020 12:15:00 AM]  Beginning epg123 update execution. version 1.6.0.2
[11/25/2020 12:15:00 AM] ===============================================================================
[11/25/2020 12:15:00 AM] [ INFO] Beginning EPG123 update execution. 2020-11-25 07:15:00Z
[11/25/2020 12:15:00 AM] [ INFO] DaysToDownload: 14 , TheTVDBNumbers : True , PrefixEpisodeTitle: False , PrefixEpisodeDescription : False , AppendEpisodeDesc: False , OADOverride : True , TMDbCoverArt: True , IncludeSDLogos : True , AutoAddNew: True , CreateXmltv: False , ModernMediaUiPlusSupport: False
[11/25/2020 12:15:01 AM] [ INFO] Token request successful. serverID: 20141201.web.1
[11/25/2020 12:15:01 AM] [ INFO] Status request successful. account expires: 2021-02-12T14:47:08Z , lineups: 1/4 , lastDataUpdate: 2020-11-25T02:48:39Z
[11/25/2020 12:15:01 AM] [ INFO] system status: Online , message: No known issues.
[11/25/2020 12:15:02 AM] [ INFO] epg123 is not up to date. Latest version is 1.5.1 and can be downloaded from http://epg123.garyan2.net.
[11/25/2020 12:15:03 AM] [ INFO] Successfully retrieved TMDb configurations.
[11/25/2020 12:15:03 AM] [ INFO] Successfully requested listing of client lineups from Schedules Direct.
[11/25/2020 12:15:04 AM] Entering buildLineupServices() for 1 lineups.
[11/25/2020 12:15:04 AM] [ INFO] Successfully retrieved the station mapping for lineup USA-OTA-85212.
[11/25/2020 12:15:05 AM] Exiting buildLineupServices(). SUCCESS.
[11/25/2020 12:15:05 AM] Entering getAllScheduleEntryMd5s() for 14 days on 46 stations.
[11/25/2020 12:15:06 AM] [ INFO] Successfully retrieved Md5s for  46 station's daily schedules. (0:00:00:00.6430368 /    68.605 KB)
[11/25/2020 12:15:07 AM] [ INFO] Successfully retrieved  46 station's daily schedules.          (0:00:00:01.3160753 /     1.110 MB)
[11/25/2020 12:15:08 AM] [ INFO] Found 463 cached daily schedules.
[11/25/2020 12:15:08 AM] [ INFO] Downloaded 181 daily schedules.
[11/25/2020 12:15:08 AM] [ INFO] Processed 644 daily schedules for 46 stations.
[11/25/2020 12:15:08 AM] Exiting getAllScheduleEntryMd5s(). SUCCESS.
[11/25/2020 12:15:08 AM] Entering buildAllProgramEntries() for 10408 programs.
[11/25/2020 12:15:10 AM] [ INFO] Found 9595 cached program descriptions.
[11/25/2020 12:15:12 AM] [ INFO] Successfully retrieved  813 program descriptions. (0:00:00:02.0781188 /     1.439 MB)
[11/25/2020 12:15:13 AM] [ INFO] Processed 10408 program descriptions.
[11/25/2020 12:15:13 AM] Exiting buildAllProgramEntries(). SUCCESS.
[11/25/2020 12:15:13 AM] Entering buildAllGenericSeriesInfoDescriptions() for 1494 series.
[11/25/2020 12:15:13 AM] [ INFO] Found 1478 cached series descriptions.
[11/25/2020 12:15:13 AM] [ INFO] Successfully retrieved  16 generic program descriptions. (0:00:00:00.2070119 /     3.316 KB)
[11/25/2020 12:15:13 AM] [ INFO] Processed 1494 series descriptions.
[11/25/2020 12:15:13 AM] Exiting buildAllGenericSeriesInfoDescriptions(). SUCCESS.
[11/25/2020 12:15:13 AM] Entering getAllMoviePosters() for 489 movies.
[11/25/2020 12:15:13 AM] [ INFO] Found 469 cached movie poster links.
[11/25/2020 12:15:13 AM] [ INFO] Successfully retrieved artwork info for  20 programs. (0:00:00:00.1990114 /   133.438 KB)
[11/25/2020 12:15:14 AM] [ INFO] Processed 489 movie poster links.
[11/25/2020 12:15:14 AM] Exiting getAllMoviePosters(). SUCCESS.
[11/25/2020 12:15:14 AM] Entering getAllSeriesImages() for 1494 series.
[11/25/2020 12:15:14 AM] [ INFO] Found 1373 cached series image links.
[11/25/2020 12:15:14 AM] [ INFO] Refreshing 92 series image links.
[11/25/2020 12:15:15 AM] [ INFO] Successfully retrieved artwork info for 121 programs. (0:00:00:01.0540603 /     2.197 MB)
[11/25/2020 12:15:15 AM] [ INFO] Processed 1494 series image links.
[11/25/2020 12:15:15 AM] Exiting getAllSeriesImages(). SUCCESS.
[11/25/2020 12:15:15 AM] [ INFO] Completed compiling keywords and keyword groups.
[11/25/2020 12:15:16 AM] [ INFO] Completed save of the MXF file to  c:\epg123\output\epg123.mxf .
[11/25/2020 12:15:16 AM] [ INFO] 1007 entries deleted from the cache file during cleanup.
[11/25/2020 12:15:17 AM] [ INFO] Downloaded and processed     4.946 MB of data from Schedules Direct.
[11/25/2020 12:15:17 AM] [ INFO] Generated .mxf file contains 46 services, 1494 series, 10408 programs, and 22614 people with 2001 image links.
[11/25/2020 12:15:17 AM] [ INFO] Completed EPG123 update execution. SUCCESS.
[11/25/2020 12:15:17 AM] [ INFO] epg123 update execution time was 00:00:16.6579528.
[11/25/2020 12:15:17 AM] ===============================================================================
[11/25/2020 12:15:17 AM]  Beginning epg123 client execution. version 1.6.0.2
[11/25/2020 12:15:17 AM] ===============================================================================
[11/25/2020 12:15:17 AM] [ INFO] Beginning epg123 client execution. 2020-11-25 07:15:17Z
[11/25/2020 12:15:17 AM] [ INFO] Import: True , Match: True , NoLogo: False , Force: False , ShowProgress: False
[11/25/2020 12:15:17 AM] Entering ImportMxfFile() for file  c:\epg123\output\epg123.mxf .
[11/25/2020 12:15:50 AM] [ INFO] Successfully imported .mxf file into Media Center database. Exit code: 0
[11/25/2020 12:15:50 AM] Exiting ImportMxfFile(). SUCCESS.
[11/25/2020 12:15:50 AM] Entering VerifyLoad()
[11/25/2020 12:15:54 AM] [ INFO] Checked 19348 entries and corrected 3 of them.
[11/25/2020 12:15:54 AM] Exiting VerifyLoad()
[11/25/2020 12:15:54 AM] [ INFO] Completed the automatch of lineup stations to tuner channels.
[11/25/2020 12:15:54 AM] [ INFO] Completed lineup refresh.
[11/25/2020 12:15:54 AM] Entering RunWmcIndexTask(ReindexSearchRoot)
[11/25/2020 12:15:54 AM] [ INFO] SUCCESS: Attempted to run the scheduled task  Microsoft\Windows\Media Center\ReindexSearchRoot .
[11/25/2020 12:15:54 AM] [ INFO] Successfully started the ReindexSearchRoot task. Exit code: 0
[11/25/2020 12:15:54 AM] Exiting RunWmcIndexTask(ReindexSearchRoot). SUCCESS.
[11/25/2020 12:15:54 AM] [ INFO] MXF file was created on 11/25/2020 12:15:00 AM
[11/25/2020 12:15:55 AM] [ INFO] Completed EPG123 client execution.
[11/25/2020 12:15:55 AM] [ INFO] EPG123 client execution time was 00:00:37.3331354.

Re: Looking for beta testers for v1.6.0.0

Posted: Thu Nov 26, 2020 12:05 am
by Space
Yesterday, the EPG123 update fixed 81 entries and took 53 seconds from when it logged the first "fix" until the client completed execution. Looking good.

Code: Select all

[11/24/2020 7:51:06 PM] Entering VerifyLoad()
[11/24/2020 7:51:09 PM] [ INFO] Service CSPAN3 at 11/28/2020 4:00:00 PM: Changing end time of [EP01875316_0265 - [History Bookshelf]-[s2020e49 Nathaniel Philbrick, Mayflower]] from 11/28/2020 4:56:00 PM to 11/28/2020 5:00:00 PM
...
[11/24/2020 7:51:48 PM] [ INFO] Checked 152918 entries and corrected 81 of them.
[11/24/2020 7:51:48 PM] Exiting VerifyLoad()
...
[11/24/2020 7:52:02 PM] [ INFO] EPG123 client execution time was 00:05:58.2230288.

Re: Looking for beta testers for v1.6.0.0

Posted: Thu Nov 26, 2020 12:47 am
by garyan2
I'm probably about to release this. It has been well behaved for all the beta users and on my very slow VM here with 670 stations. Version 1.6.0.3 will probably hit the website later this evening.

Thank you, all!

Re: Looking for beta testers for v1.6.0.0

Posted: Thu Nov 26, 2020 12:57 am
by d00zah
Thank YOU! Happy Thanksgiving.

Re: Looking for beta testers for v1.6.0.0

Posted: Thu Nov 26, 2020 1:08 am
by Space
With this release, we will have the most consistently accurate guide that has ever existed in WMC.

Congratulations!

Re: Looking for beta testers for v1.6.0.0

Posted: Thu Nov 26, 2020 2:49 am
by garyan2
Yup, I think epg123 has definitely crossed that threshold. v1.6.0.3 is now released into the wild and everyone can rest easy knowing that the guide is as accurate as it can possibly be without getting a direct feed from Gracenote to their WMC.

Re: Looking for beta testers for v1.6.0.0

Posted: Thu Nov 26, 2020 3:05 am
by Space
Is there any need to update to the release version? Is the release version identical to the test version? (I assume so since they have the same version numbers).

Re: Looking for beta testers for v1.6.0.0

Posted: Thu Nov 26, 2020 3:10 am
by garyan2
I had a last minute addition for the xmltv to include thetvdb series id. There was also a change to reduce the number of log entries around tmdb requests. Otherwise they are the same.

Sent from my SM-G965U using Tapatalk