MM G15 plugin v1.4 for Logitech G15, G13, G510, G19 etc.

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: MM G15 plugin v1.4 for Logitech G15, G13, G510, G19 etc.

Looking fo mm_g15.exe addon

by eseketedigo » Thu Jun 14, 2018 3:05 pm

Hi all,
I want to download mm_g15.exe addon but all links are down. Please share to me. Thanks

Re: MM G15 plugin v1.4 for Logitech G15, G13, G510, G19 etc.

by Onweerwolf » Sat Sep 10, 2016 4:20 am

Peke wrote:Because x86/32Bit apps can't load x64 Libraries and you must install x86 in order to get them working.

Distributing such libraries ialong with app usually increases app size considerably and can involve royalty fees that are not explainable if some app is free.

and x64 bit version of app is not distributed anymore in ZIP.
I have no idea what this means. :lol:

I was just wondering if Morgana_Lefay is responding with a fix to the problem described above (the 1899 date for unplayed tracks) or if her comment was referring to something else.

Re: MM G15 plugin v1.4 for Logitech G15, G13, G510, G19 etc.

by Peke » Fri Sep 09, 2016 8:55 pm

Because x86/32Bit apps can't load x64 Libraries and you must install x86 in order to get them working.

Distributing such libraries ialong with app usually increases app size considerably and can involve royalty fees that are not explainable if some app is free.

and x64 bit version of app is not distributed anymore in ZIP.

Re: MM G15 plugin v1.4 for Logitech G15, G13, G510, G19 etc.

by Onweerwolf » Fri Sep 09, 2016 5:53 am

Morgana__Lefay wrote:Maybe it's already mentioned, but you have to install the 32bit version of V++. Doesn't matter if it's running on a 64bit Windows.
You have to do this because?

Re: MM G15 plugin v1.4 for Logitech G15, G13, G510, G19 etc.

by Morgana__Lefay » Fri Sep 02, 2016 4:39 pm

Maybe it's already mentioned, but you have to install the 32bit version of V++. Doesn't matter if it's running on a 64bit Windows.

Re: MM G15 plugin v1.4 for Logitech G15, G13, G510, G19 etc.

by meowmix4jo » Fri Sep 11, 2015 2:35 am

Onweerwolf wrote:
meowmix4jo wrote:
edit 2:
I made it say 'Never' instead of displaying the date MM gives if a song has never been played before for Last Played. Just redownload it and run the new exe. It's the only change so I didn't change the version number or download link.
I tried this but it doesn't seem to work for me. It still gives me 30-12-1899 0:00:00 for unplayed tracks.
That's weird, thought I fixed it. Mine had a slightly different date though, thought it was a typo. I'll look into it maybe different versions report different dates.

Re: MM G15 plugin v1.4 for Logitech G15, G13, G510, G19 etc.

by Onweerwolf » Thu Sep 10, 2015 5:03 pm

meowmix4jo wrote: The portable thing is happening because this uses the mediamonkey API through COM since it's not run in MM itself. The COM location is stored somewhere, probably the registry, and it's going to point to the installed version. It's somewhat independent from mediamonkey (ran into bugs because of that before), so the portable can pick it up after. You can try making it access the portable instead, but I don't know where it's stored. I don't think it will work in a machine that doesn't have MM installed since it won't know where to look, so I'll look into if there's a way to tell it where it's stored.

It should work anywhere you put it, although if you've run it before the logitech software might be trying to access the old location. I've had that happen before when checking different builds where it will just stay at the MM_G15 screen.

edit:
Found some places where some locations are stored. There's hundreds of them though since each class has it's own identifier+keys for location, version, etc. Most of them look like this, although I found a few others as well.

Code: Select all

HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{1036EE86-E7FA-4188-8A8C-C8538DFEE8B8}
Well, at this point I made a simple workaround as a fix by writing a little script to launch MM. The script first kills the plugin's process, then launches MM Portable and then relaunches the plugin. Which is working well enough for me. :)
edit 2:
I made it say 'Never' instead of displaying the date MM gives if a song has never been played before for Last Played. Just redownload it and run the new exe. It's the only change so I didn't change the version number or download link.
I tried this but it doesn't seem to work for me. It still gives me 30-12-1899 0:00:00 for unplayed tracks.

Re: MM G15 plugin v1.4 for Logitech G15, G13, G510, G19 etc.

by Peke » Sun Aug 30, 2015 6:54 pm

Hmmmm. let me see if I can find all of them for you, think we published them some time ago.

Please send me PM if I do not reply in few days.

Re: MM G15 plugin v1.4 for Logitech G15, G13, G510, G19 etc.

by meowmix4jo » Sat Aug 29, 2015 5:36 am

I'll try to fix the last played this weekend.

The portable thing is happening because this uses the mediamonkey API through COM since it's not run in MM itself. The COM location is stored somewhere, probably the registry, and it's going to point to the installed version. It's somewhat independent from mediamonkey (ran into bugs because of that before), so the portable can pick it up after. You can try making it access the portable instead, but I don't know where it's stored. I don't think it will work in a machine that doesn't have MM installed since it won't know where to look, so I'll look into if there's a way to tell it where it's stored.

It should work anywhere you put it, although if you've run it before the logitech software might be trying to access the old location. I've had that happen before when checking different builds where it will just stay at the MM_G15 screen.

edit:
Found some places where some locations are stored. There's hundreds of them though since each class has it's own identifier+keys for location, version, etc. Most of them look like this, although I found a few others as well.

Code: Select all

HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{1036EE86-E7FA-4188-8A8C-C8538DFEE8B8}
edit 2:
I made it say 'Never' instead of displaying the date MM gives if a song has never been played before for Last Played. Just redownload it and run the new exe. It's the only change so I didn't change the version number or download link.

Re: MM G15 plugin v1.4 for Logitech G15, G13, G510, G19 etc.

by Onweerwolf » Tue Aug 25, 2015 2:40 pm

I noticed some strange behavior.

This plugin seems top be dependent on a regular MM install. It does not work with a portable install.

I have both a portable install and a regular install but only use the portable one. The reason for this is described here: http://www.mediamonkey.com/forum/viewto ... 15#p338962

I've noticed the following behavior:

If the plugin is active and I launch my portable MM version it will instead launch the regular install. When I shut down the regular install and relaunch the portable install it will launch the portable install correctly and the plugin does work correctly.

If I remove the .exe file from the regular install folder the plugin will not work.

Re: MM G15 plugin v1.4 for Logitech G15, G13, G510, G19 etc.

by Onweerwolf » Mon Aug 24, 2015 12:40 pm

Btw, I noticed that a song that hasn't been played yet will have it's Last Played date set at 30-12-1899 0:00:00.

It's not really a problem or anything but it looks weird.

Re: MM G15 plugin v1.4 for Logitech G15, G13, G510, G19 etc.

by Onweerwolf » Mon Aug 24, 2015 6:20 am

Onweerwolf wrote:Well, Windows says everything is installed, so I don't know how to install the above thing manually.
Well apparently windows lied to me. I usually have updating turned off because it is annoying, but I turned it on to download any updates to see if it would fix my problem. I downloaded everything and let it install, windows restarted and said all was done and no new updates were cued. Yet when I turned on my computer this morning it started installing more updates. I don't understand why that happened today instead of Saturday.

Anyway, this apparently included the needed update for the VC++ update because it now installed and the update to your plugin now also works.

Microsoft... :roll:

But I'm very happy with the new features, thank you so much.


Image

Code: Select all

LINE_1 = %TITLE%
LINE_2 = %ARTIST% | %CUSTOM1%
LINE_3 = %YEAR% | %LASTPLAYED% | %PLAYCOUNT%
:D

Re: MM G15 plugin v1.4 for Logitech G15, G13, G510, G19 etc.

by Onweerwolf » Sun Aug 23, 2015 4:38 am

Well, Windows says everything is installed, so I don't know how to install the above thing manually.

Re: MM G15 plugin v1.4 for Logitech G15, G13, G510, G19 etc.

by meowmix4jo » Sat Aug 22, 2015 8:54 pm

The error is definitely related to missing/corrupt updates. It's documented on MSDN and was fixed ~Jul 24.

The update that's needed on Win 7 is "Windows Update Agent 7.6.7600.320" KB2999226. SP1 (KB976932) is required to install it.

Re: MM G15 plugin v1.4 for Logitech G15, G13, G510, G19 etc.

by Onweerwolf » Sat Aug 22, 2015 8:02 pm

No, that's not it. This OS is fully up-to-date.

Top