1.8.2.8 Released

An evolving, supported alternative to Rovi
Forum rules
★ Download the latest EPG123 here: https://garyan2.github.io/ <> Setup guide here: https://garyan2.github.io/install.html
Post Reply
User avatar
garyan2

Posts: 7480
Joined: Fri Nov 27, 2015 7:23 pm
Location:

HTPC Specs: Show details

1.8.2.8 Released

#1

Post by garyan2 » Sat Dec 23, 2023 4:25 am

All, I just released 1.8.2.8 in the beta section. All good changes, but the big thing is that I am only digitally signing the installer and uninstaller of the setup package. I just found out today that it costs $1 per file that I sign with my new certificate so I'm trying to limit the impact. Every release up until now has been with me signing all of my files (17 files plus the 2 setup files). So that was $19 per release and doesn't count any signing I did during testing that didn't make it to release.

So, I am hoping some will install this version and give me any feedback as far as problems with OS or antivirus issues with using unsigned executables.
- Gary
Keeping WMC alive beyond January 2020. https://garyan2.github.io

User avatar
alhaunts

Posts: 66
Joined: Wed Jan 01, 2020 5:45 pm
Location:

HTPC Specs: Show details

#2

Post by alhaunts » Sat Dec 23, 2023 1:56 pm

Okay, I'll go first. 1.8.2.8 installed without incident.

OS: Windows 7 Professional, 64-bit [Version: 6.1.7601.24544]
Antivirus: Microsoft Security Essentials (with up to date definitions)

pju4711

Posts: 12
Joined: Wed Jul 12, 2023 1:16 pm
Location:

HTPC Specs: Show details

#3

Post by pju4711 » Sat Dec 23, 2023 7:34 pm

Count me in - no problems at all. Neither on download/install or executing.
Just the small nag on install - "are you really sure you want to do this?". I have no problem with that at all.
But, I will admit - I would think twice if I were a new user. Still, from the epg123 web site and the content in this forum, I would be comfortable downloading.
So, just go ahead - spare the money :thumbup:
*** Windows 11 Pro, 64-bit [Version: 10.0.22635.2486] (23H2) ***
Windows Defender, latest upgrade.

I'm btw very happy with your aborting mxf import of too old data. Good enhancement!
Is it configurable? I have not found it, but that's for sure not the same as saying it isn't there :D

User avatar
garyan2

Posts: 7480
Joined: Fri Nov 27, 2015 7:23 pm
Location:

HTPC Specs: Show details

#4

Post by garyan2 » Sat Dec 23, 2023 7:59 pm

Not configurable. Just a flat "if it is older than 24 hours, then abort" logic.
- Gary
Keeping WMC alive beyond January 2020. https://garyan2.github.io

Space

Posts: 2841
Joined: Sun Jun 02, 2013 9:44 pm
Location:

HTPC Specs: Show details

#5

Post by Space » Tue Dec 26, 2023 1:43 pm

garyan2 wrote: Sat Dec 23, 2023 7:59 pm Not configurable. Just a flat "if it is older than 24 hours, then abort" logic.
Does it still allow you to import an older MXF file manually?

My only concern with not automatically importing older files is the scenario where you are away and there is a spontaneous WMC DB rebuild (so all guide data is gone) and then you also have issues with creating a new MXF file for some reason (admittedly, probably a rare occurrence for both of these things to happen at the same time).

Is there any way it could check the WMC DB to see if it is "empty" and if so, import the MXF even if it is old? Or maybe if there is a reliable "last updated" timestamp you can read from the WMC DB (one that is only updated if the import on the date of that timestamp was successful), import the MXF file only if it is newer than this timestamp?

User avatar
garyan2

Posts: 7480
Joined: Fri Nov 27, 2015 7:23 pm
Location:

HTPC Specs: Show details

#6

Post by garyan2 » Tue Dec 26, 2023 5:35 pm

The only way to manually import an old MXF file is to use the client GUI and the [Manual Import] button. So in your scenario, if you are away you won't be able to do that.

My initial inclination is to say no to doing anything about this unlikely corner case, but I may just be able to query when the MediaCenterRecoveryTask was last run (spontaneous WMC DB rebuild), and if within 24 hours then force an import. The problem there is I think the only time that task is run is when you open WMC and it detects a database error. Since you are "away", that won't happen.

EDIT: It is not MediaCenterRecoveryTask, but ObjectStoreRecoveryTask that I would check if implemented.
Last edited by garyan2 on Wed Dec 27, 2023 12:01 am, edited 1 time in total.
- Gary
Keeping WMC alive beyond January 2020. https://garyan2.github.io

Space

Posts: 2841
Joined: Sun Jun 02, 2013 9:44 pm
Location:

HTPC Specs: Show details

#7

Post by Space » Tue Dec 26, 2023 9:44 pm

How about if the MXF file is > 24 hours old but less than 1 week old (or perhaps 17 days, the max available from SD), then check in WMC "Settings -> TV -> Guide -> About guide listings" (assuming this value is available through the API) to see the date when the guide ends. I assume this date will either not be there or be invalid if the DB was rebuilt. If the date is not valid or not there, then import the MXF even though it is older.

User avatar
garyan2

Posts: 7480
Joined: Fri Nov 27, 2015 7:23 pm
Location:

HTPC Specs: Show details

#8

Post by garyan2 » Tue Dec 26, 2023 11:37 pm

That "Guide End Date" is pulled from a registry value, not the database itself, and is the latest date for all services with assigned guide listings so can be multiple lineups and multiple sources. In other words, not a reliable source to make any determination of guide health. That value is not reset if a database recovery occurs.
- Gary
Keeping WMC alive beyond January 2020. https://garyan2.github.io

User avatar
IT Troll

Posts: 1193
Joined: Sun Nov 27, 2011 9:42 am
Location: Edinburgh, UK

HTPC Specs: Show details

#9

Post by IT Troll » Thu Jan 04, 2024 10:13 pm

Late to the release party, but installed OK without any warnings.
I noticed that the system tray was grey with an unknown status after installation. I guess this addresses the residual status issue we used to see after an update. :thumbup:
Are you a Recorded TV HD user or want to give it a try? Check out the new community-made update; Recorded TV HD v2.1.1

User avatar
garyan2

Posts: 7480
Joined: Fri Nov 27, 2015 7:23 pm
Location:

HTPC Specs: Show details

#10

Post by garyan2 » Fri Jan 05, 2024 9:02 am

IT Troll wrote:Late to the release party, but installed OK without any warnings.
I noticed that the system tray was grey with an unknown status after installation. I guess this addresses the residual status issue we used to see after an update. Image
Yup. The installer clears the last status so it becomes "unknown".

Sent from my SM-G781U1 using Tapatalk

- Gary
Keeping WMC alive beyond January 2020. https://garyan2.github.io

Post Reply