Shoutbox

[release] DP Sync v1.3 - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: [release] DP Sync v1.3 (/showthread.php?tid=68984)

[release] DP Sync v1.3 by ShawnZ on 11-30-2006 at 02:29 AM

DP Sync

Version 1.3

This script will constantly synchronize your user account picture (the picture at the top of your start menu) with your display picture. The update is one way, not bidirectional. Expect bidirectional updating in a future release. The script checks for updates every half second. This script is NOT COMPATIBLE with vista, however there is a Vista Compatibility Patch (currently offline) available (written by our very own wtbw.)

[Image: dpsync.jpg]

Download Display Picture Synchronizer: http://shawnz.ikfh.net/DPSync_13.plsc

Download Vista Compatibility Patch: http://zivontsis.googlepages.com/compat.reg (currently offline)

Script Database link (may not be updated): http://www.msgpluslive.net/scripts/view/166-DP-Sync/

Special thanks to wtbw for all the help!


RE: [release] DP Sync v1.0 by prashker on 11-30-2006 at 02:31 AM

Awsome! Been waiting for it :cheesy:!


RE: [release] DP Sync v1.1 by Felu on 12-02-2006 at 05:45 PM

Nice [Image: msn_wink.gif]. How about checking the OS in the script. If it is Vista import the reg file to the registry.


RE: [release] DP Sync v1.1 by prashker on 12-02-2006 at 05:45 PM

quote:
Originally posted by -!Felu!-
Nice [Image: msn_wink.gif]. How about checking the OS in the script. If it is Vista it imports the reg file to the registry.

I already suggested that to shawnz, he said there would have to be some sort of 'hack' to be done.
RE: [release] DP Sync v1.1 by Felu on 12-02-2006 at 05:50 PM

quote:
Originally posted by SonicSam
quote:
Originally posted by -!Felu!-
Nice [Image: msn_wink.gif]. How about checking the OS in the script. If it is Vista it imports the reg file to the registry.

I already suggested that to shawnz, he said there would have to be some sort of 'hack' to be done.
Its no big deal though. dt made a function to check the OS. If it contains Vista in it you can silently import the reg file.
code:
var Shell = new ActiveXObject("WScript.Shell");
Shell.run('regedit /s "'+regfilepath+'"');


Will edit my post and put the getOS function when i find it [Image: msn_tongue.gif]
RE: [release] DP Sync v1.1 by ShawnZ on 12-02-2006 at 05:58 PM

quote:
Originally posted by -!Felu!-
Its no big deal though. dt made a function to check the OS. If it contains Vista in it you can silently import the reg file.

Its not hard to check the OS, its just that vista should support it by default -- i'm not going to accommodate mistakes in my code -- that goes against programming rules.
RE: [release] DP Sync v1.11 by rtonerii on 12-18-2006 at 01:30 PM

ShawnZ,
I just installed the script and I am not getting it to change my windows display pic.  Is there any issue with systems running on AD (Active Directory)?



RE: [release] DP Sync v1.11 by matty on 12-18-2006 at 01:49 PM

quote:
Originally posted by ShawnZ
This script will constantly synchronize your user account picture (the picture at the top of your start menu) with your display picture. The update is one way, not bidirectional.
quote:
Originally posted by rtonerii
ShawnZ,
I just installed the script and I am not getting it to change my windows display pic.  Is there any issue with systems running on AD (Active Directory)?
Doesn't work that way, it will set your Windows Display Picture (in the Start Menu) not your Windows Live Messenger display picture.
RE: RE: [release] DP Sync v1.11 by rtonerii on 12-18-2006 at 03:15 PM

quote:
Originally posted by Matty
quote:
Originally posted by rtonerii
ShawnZ,
I just installed the script and I am not getting it to change my windows display pic.  Is there any issue with systems running on AD (Active Directory)?
Doesn't work that way, it will set your Windows Display Picture (in the Start Menu) not your Windows Live Messenger display picture.


Hi Matty,
This is what I said in my message.  I am not trying to change the picture in Live Messenger.  Please read what I posted again.

Thanks
Rick
RE: [release] DP Sync v1.11 by Eddie on 12-18-2006 at 03:23 PM

Very nice script :) Nifty and Cool, only just saw this (Y)


RE: [release] DP Sync v1.11 by DepecheNYC on 01-26-2007 at 11:13 AM

Can you make a script that syncs your display picture with album cover on Windows Media Player's media information?


RE: RE: RE: [release] DP Sync v1.11 by rtonerii on 01-26-2007 at 02:36 PM

quote:
Originally posted by rtonerii
quote:
Originally posted by Matty
quote:
Originally posted by rtonerii
ShawnZ,
I just installed the script and I am not getting it to change my windows display pic.  Is there any issue with systems running on AD (Active Directory)?
Doesn't work that way, it will set your Windows Display Picture (in the Start Menu) not your Windows Live Messenger display picture.


Hi Matty,
This is what I said in my message.  I am not trying to change the picture in Live Messenger.  Please read what I posted again.

Thanks
Rick


Anyone ever figure this one out?

Rick
RE: [release] DP Sync v1.2 by ShawnZ on 03-04-2007 at 04:57 AM

bump 1.2


RE: [release] DP Sync v1.2 by Felu on 03-04-2007 at 04:59 AM

quote:
Originally posted by ShawnZ
bump 1.2
And whats new in 1.2?
RE: [release] DP Sync v1.2 by absorbation on 03-04-2007 at 12:35 PM

Create script ShawnZ, I think it's a great idea came together well (Y).


RE: [release] DP Sync v1.2 by ShawnZ on 03-04-2007 at 02:20 PM

quote:
Originally posted by Felu
quote:
Originally posted by ShawnZ
bump 1.2
And whats new in 1.2?

it doesn't crash when you disable your dp :p
RE: [release] DP Sync v1.2 by hmaster on 03-04-2007 at 02:47 PM

quote:
Originally posted by DepecheNYC
Can you make a script that syncs your display picture with album cover on Windows Media Player's media information?
Get the Now Playing Script. Use the code from this script and put it in the part of the Now Playing script that changes the display picture to the album art (I think its in main.js).
RE: [release] DP Sync v1.2 by ShawnZ on 03-05-2007 at 05:01 AM

quote:
Originally posted by hmaster
quote:
Originally posted by DepecheNYC
Can you make a script that syncs your display picture with album cover on Windows Media Player's media information?
Get the Now Playing Script. Use the code from this script and put it in the part of the Now Playing script that changes the display picture to the album art (I think its in main.js).

i think he meant synchronize your album art with your messenger DP :p
RE: [release] DP Sync v1.2 by hmaster on 03-06-2007 at 08:14 AM

quote:
Originally posted by ShawnZ
quote:
Originally posted by hmaster
quote:
Originally posted by DepecheNYC
Can you make a script that syncs your display picture with album cover on Windows Media Player's media information?
Get the Now Playing Script. Use the code from this script and put it in the part of the Now Playing script that changes the display picture to the album art (I think its in main.js).

i think he meant synchronize your album art with your messenger DP :p
Then he can just use the Now Playing script then :).

RE: [release] DP Sync v1.2 by azuretan on 12-21-2007 at 07:29 PM

I know, necroposting, but this is about DP Sync:

It doesn't seem to work correctly in 4.50.0.312.  And when I say it doesn't seem to work correctly, I mean that it doesn't work at all ><


RE: [release] DP Sync v1.2 by ShawnZ on 12-27-2007 at 01:29 PM

quote:
Originally posted by azuretan
I know, necroposting, but this is about DP Sync:

It doesn't seem to work correctly in 4.50.0.312.  And when I say it doesn't seem to work correctly, I mean that it doesn't work at all ><

does anything appear in the debugging window?

edit: fixed in 1.3.

quote:
Originally posted by rtonerii
Anyone ever figure this one out?

Rick

the method i'm using doesn't appear to support AD.

other than on vista, aren't user account pictures disabled in a domain?
RE: [release] DP Sync v1.3 by azuretan on 12-27-2007 at 02:03 PM

Thanks it works great (y)


RE: [release] DP Sync v1.3 by lethalreality9 on 05-15-2008 at 10:54 PM

Can someone help me with the Vista patch?


RE: [release] DP Sync v1.3 by warmth on 07-20-2008 at 06:56 PM

isn't working here and I can't find the vista patch anywhere :(

Note: I requested it by error here ([Request] DP to Windows Avatar Image)


RE: RE: [release] DP Sync v1.3 by TReKiE on 07-20-2008 at 09:29 PM

Here's the Vista patch:
http://messenger.jonathankay.com/downloads/compat.reg
I haven't tested it in SP1, but you can always quickly just use System Restore if anything bad happens.


quote:
Originally posted by warmth
isn't working here and I can't find the vista patch anywhere :(

Note: I requested it by error here ([Request] DP to Windows Avatar Image)

RE: [release] DP Sync v1.3 by warmth on 07-21-2008 at 03:17 AM

Thanks my friend... confirmed that works in SP1!


RE: [release] DP Sync v1.3 by warmth on 11-16-2009 at 10:47 PM

Can you please update this script for Windows 7? :P