Search found 6 matches

by GhOsT_MZ
Wed Jun 15, 2011 3:03 am
Forum: Need Help with Addons? (MMW4)
Topic: Lyricator v1.1.1 #31 (2010-12-16)
Replies: 329
Views: 166792

Re: Lyricator v1.1.1 #31 (2010-12-16)

Hi all! I have MM 3 installed in shared folder (mapped network drive) and last version this script, and have problem with this script. He don't find lyric, but always display loading indicator, though before move MM into share folder script functionality. How fix this? PS: sorry for my english... C...
by GhOsT_MZ
Wed Jan 26, 2011 3:07 pm
Forum: Need Help with Addons? (MMW4)
Topic: Lyricator v1.1.1 #31 (2010-12-16)
Replies: 329
Views: 166792

Re: Lyricator v1.1.1 #31 (2010-12-16)

Hi all!
I have MM 3 installed in shared folder (mapped network drive) and last version this script, and have problem with this script. He don't find lyric, but always display loading indicator, though before move MM into share folder script functionality.
How fix this?

PS: sorry for my english...
by GhOsT_MZ
Wed Jan 12, 2011 2:47 am
Forum: Need Help with Addons? (MMW4)
Topic: SQL-Viewer 2.4 [Script] 2009-10-25
Replies: 245
Views: 202434

Re: SQL-Viewer 2.4 [Script] 2009-10-25

Bex wrote:This should do it, but please back up your database first!

Code: Select all

UPDATE Songs SET SongPath = REPLACE(SongPath, ':\_Music\Andrey\', ':\_MM_MEDIA\')
WHERE SongPath like ':\_Music\Andrey\%';
Thanks, it's working)
by GhOsT_MZ
Tue Jan 11, 2011 8:17 am
Forum: Need Help with Addons? (MMW4)
Topic: SQL-Viewer 2.4 [Script] 2009-10-25
Replies: 245
Views: 202434

Re: SQL-Viewer 2.4 [Script] 2009-10-25

I want change a song path. Initially root of path is ":\_Music\Andrey\", I want change this to ":\_MM_MEDIA\". I execute next query: UPDATE Songs SET SongPath = REPLACE(SongPath, '@_Music\Andrey', '@_MM@_MEDIA'); Query executed without errors, but field SongPath not changed. Why?...
by GhOsT_MZ
Thu Mar 05, 2009 11:32 am
Forum: MediaMonkey 4 Addons developer forum
Topic: Call function from external VBS-script?
Replies: 3
Views: 2071

Re: Call function from external VBS-script?

ZvezdanD wrote:
GhOsT_MZ wrote:How I can call function or procedure from external VBS-script? It's possible?
Maybe something like this:

Code: Select all

Script.Include "Auto\MagicNodes.vbs"
Thanks!
by GhOsT_MZ
Wed Mar 04, 2009 6:32 pm
Forum: MediaMonkey 4 Addons developer forum
Topic: Call function from external VBS-script?
Replies: 3
Views: 2071

Call function from external VBS-script?

How I can call function or procedure from external VBS-script? It's possible?