Media Center Object Store Explorer

Post Reply
glugglug

Posts: 391
Joined: Thu Jun 09, 2011 1:34 am
Location:

HTPC Specs: Show details

Media Center Object Store Explorer

#1

Post by glugglug » Wed Aug 10, 2016 5:11 am

https://www.dropbox.com/s/t0gru7zaovpn1 ... er.7z?dl=0

Found this internal form defined in the mcstore.dll. Launched it through reflection.

Same binary should in theory work for Win7/8/8.1/10, both 32 and 64-bit versions.

Check out the table view from the tab at the top. I find it's both faster and more readable than the list view (although neither is great, they might be useful for debugging? Really needs a search function.)

Be careful which object type you pick to view on the left. A few, like "ScheduleEntry" have hundreds of thousands of elements, and the code for this form is not at all optimized. It will sit there for a very long time before displaying them.

glugglug

Posts: 391
Joined: Thu Jun 09, 2011 1:34 am
Location:

HTPC Specs: Show details

#2

Post by glugglug » Thu Aug 18, 2016 3:42 am

Updated to use administrative ObjectStore connection, more stuff ends up viewable.

Should work in all Win7, 8, 8.1, 10 both 32 and 64 bit.

Also added to github in addition to the dropbox link:

https://github.com/glugalug/GuideEditin ... reExplorer

Post Reply