SongPreviewer v1.1.0 [MM3+4]

Download and get help for different MediaMonkey Addons.

Moderators: Peke, Gurus

Postby TommyF » Thu Apr 17, 2008 6:38 am

Steegy, I just wanted to thank you for providing some code that, with slight modification provided by onenonymous, is going to make my job a good deal less tedious.

This is what onenonymous suggested I change in order to get the functionality I wanted:

Code: Select all
Sub StartNextSong(Timer)
    UnregisterTimer
    Call WriteToLog("Timer event handling unregistered in StartNextSong")
    SDB.Player.Next
End Sub

to look like this:

Code: Select all
 
Sub StartNextSong(Timer)
    UnregisterTimer
    SDB.Player.PlaybackTime = SDB.Player.CurrentSongLength - 20 * 1000
    Call WriteToLog("Timer event handling unregistered in StartNextSong")
End Sub


And

try commenting out (or deleting) two lines in the StartPlaying procedure:
Code: Select all
 
SDB.Player.PlaybackTime = StartTime


thanks a bunch for starting off with some great code!
TommyF
 
Posts: 8
Joined: Tue Apr 15, 2008 9:19 am

Postby debu » Sat Jun 14, 2008 8:27 pm

Does the made "SongPreviewer.vbs" just have to be placed in the scripts/auto directory or is there something that needs to be placed in the .ini file as well? thanks
debu
 
Posts: 157
Joined: Fri May 11, 2007 9:52 pm

Postby nohitter151 » Sat Jun 14, 2008 8:28 pm

debu wrote:Does the made "SongPreviewer.vbs" just have to be placed in the scripts/auto directory or is there something that needs to be placed in the .ini file as well? thanks


Auto folder only.
MediaMonkey user since 2006
Need help? Got a suggestion? Can't find something?
nohitter151
 
Posts: 21444
Joined: Wed Aug 09, 2006 10:20 am
Location: NJ, USA

Re: SongPreviewer: Song previewing mode for MediaMonkey

Postby ko_k1dd » Fri Nov 07, 2008 8:36 pm

I don't know what's wrong. I have 2.5.5.997 and every time I use it it gives me

error #13

or something like that with VBScript
DAMN, GINA!!!!!!!!!!!
ko_k1dd
 
Posts: 5
Joined: Wed Jan 02, 2008 10:51 pm

Re: SongPreviewer: Song previewing mode for MediaMonkey

Postby rovingcowboy » Sat Nov 08, 2008 5:31 am

ko_k1dd wrote:I don't know what's wrong. I have 2.5.5.997 and every time I use it it gives me

error #13

or something like that with VBScript


i think it has something to do with the script being updated for mm 3.0 which does not work for mm 2.
that might be causing the error.?

8)
roving cowboy / keith hall. My skins viewtopic.php?f=9&t=16724 for some help check on Monkey's helpful messages at viewtopic.php?p=44008#44008 MY SYSTEMS.1.Xp pro sp3, vers 3.2 jukebox, pcchips mb. amd sem... built by me) 2.WinXP pro sp3, vers 2.5.5 and vers 3.2 backup storage, shuttle 32a mb,734 MHz amd athlon put together by me.) 3.WinXp pro sp 3 version 2.5 and version 3.2 work gigabyte mb. 281 GHz amd athlon x2 240 built by me.) 4.Dell demension, winxp pro sp3, mm3.5 spare jukebox. 5.WinXp pro sp3, vers 2.5.5, moms computer. Sony vaio.)6. Motorola Photon. Android 4.1.2
rovingcowboy
 
Posts: 13399
Joined: Sat Oct 25, 2003 7:57 am
Location: (Texas)

Re: SongPreviewer: Song previewing mode for MediaMonkey

Postby Hakeem » Thu Jan 22, 2009 3:42 pm

Hi guys!
I desperately want to use the song preview function but unfortunately something seems to be wrong. As far as I can tell I haven't done anything wrong: First I created a plain text file in the auto folder of MM, then I renamed the folder to SongPreviewer.vbs and saved it. Next step was to start MM and look for a new button but I just couldn't any.
Could one of you guys please tell me where this button is supposed to be located?
Thanx, H
Hakeem
 

Re: SongPreviewer: Song previewing mode for MediaMonkey

Postby nohitter151 » Thu Jan 22, 2009 3:47 pm

Hakeem wrote:Hi guys!
I desperately want to use the song preview function but unfortunately something seems to be wrong. As far as I can tell I haven't done anything wrong: First I created a plain text file in the auto folder of MM, then I renamed the folder to SongPreviewer.vbs and saved it. Next step was to start MM and look for a new button but I just couldn't any.
Could one of you guys please tell me where this button is supposed to be located?
Thanx, H

Did you save the file SongPreviewer.vbs to \Program Files\MediaMonkey\Scripts\Auto\?

According to the first post, (I have never tried this script) "A item is added to the bottom of the "Play" menu, to open the non-modal options form. "
MediaMonkey user since 2006
Need help? Got a suggestion? Can't find something?
nohitter151
 
Posts: 21444
Joined: Wed Aug 09, 2006 10:20 am
Location: NJ, USA

Re: SongPreviewer: Song previewing mode for MediaMonkey

Postby Hakeem » Thu Jan 22, 2009 3:58 pm

@nohitter151
Yes, I did but nothing happens at all. I'm pretty sure that the file format of the saved file has something to do with my problem; in Explorer it is displayed as a plain text file whereas the other scripts that I have installed are shown as VBScript files. Something must have gotten wrong but I just don't know what it could be. Any more ideas?
Hakeem
 

Re: SongPreviewer: Song previewing mode for MediaMonkey

Postby nohitter151 » Thu Jan 22, 2009 4:52 pm

Hakeem wrote:@nohitter151
Yes, I did but nothing happens at all. I'm pretty sure that the file format of the saved file has something to do with my problem; in Explorer it is displayed as a plain text file whereas the other scripts that I have installed are shown as VBScript files. Something must have gotten wrong but I just don't know what it could be. Any more ideas?

In Windows explorer, go to Tools -> Folder options, then the 'View' tab. Uncheck "Hide extensions for known file types", then change SongPreviewer.vbs.txt to SongPreviewer.vbs

You'll have to restart MM before the script will appear.
MediaMonkey user since 2006
Need help? Got a suggestion? Can't find something?
nohitter151
 
Posts: 21444
Joined: Wed Aug 09, 2006 10:20 am
Location: NJ, USA

Re: SongPreviewer: Song previewing mode for MediaMonkey

Postby Murray-hs » Sat Apr 11, 2009 6:44 pm

can you add it a fade in and fade out , and let the user set the time for it?
thanks
Murray
Murray-hs
 

Re: SongPreviewer: Song previewing mode for MediaMonkey

Postby kerra » Wed Oct 28, 2009 8:09 am

I just installed this and it works great for me. Thank you!



Regards,
Kerra
kerra
 
Posts: 1
Joined: Wed Oct 28, 2009 8:08 am

Re: SongPreviewer: Song previewing mode for MediaMonkey

Postby Baeowulf » Fri Jun 04, 2010 3:15 am

Hello MM Forum. I am using Gold 3.2.0.1294 on a quad core 32 bit XP-Pro SP3 machine.

I have never installed a script without an installer. I would like to install the SongPreviewer but the instructions at "How To Install Script Addons" http://www.mediamonkey.com/support/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=97 isn't quite clear to me.

For example, I do not know if I should be using step 3 or 4 from the above instructions, where I must choose to install either an "Auto Script" or just a "Script"

I also do not know if I should be copying the entire text into a VBS file, or only a portion.

Does someone have an easier walk-thru that I can follow to install the SongPreviewer Script?

Vic
Baeowulf
 
Posts: 15
Joined: Fri May 08, 2009 1:02 am

Re: SongPreviewer: Song previewing mode for MediaMonkey

Postby nohitter151 » Fri Jun 04, 2010 5:41 am

See the first post of this thread:
Steegy wrote:Installing manually:

The script consists of 1 standalone script file ("SongPreviewer.vbs").
It has to be placed in MediaMonkey's Scripts\Auto folder.
More information can be found in the FAQ ("How do I install scripts?"): http://faq.mediamonkey.com/index.php?ac ... artlang=en
This script is an Auto-script.
MediaMonkey user since 2006
Need help? Got a suggestion? Can't find something?
nohitter151
 
Posts: 21444
Joined: Wed Aug 09, 2006 10:20 am
Location: NJ, USA

Re: SongPreviewer: Song previewing mode for MediaMonkey

Postby Baeowulf » Sat Jun 05, 2010 7:17 am

nohitter151 -- thank you. I overlooked the directions. The directions are quite clear. I did not understand that the SongPreviewer was available on the PLAY Menu. That was part of the problem...I was looking for an icon on a toolbar to activate. Activating from the PLAY dropdown menu works fine for me now.

I appreciate this walk thru.

Regards,

Vic
Baeowulf
 
Posts: 15
Joined: Fri May 08, 2009 1:02 am

Re: SongPreviewer: Song previewing mode for MediaMonkey

Postby Rave_Zero » Sat Jul 10, 2010 10:37 am

Thanks a lot for this very useful script, most songs nowadays start @1:30 or later... now I don't have to skip manually.
It works flawlessly with MM v 3.2.1.
Rave_Zero
 
Posts: 32
Joined: Sat Sep 16, 2006 8:01 am

PreviousNext

Return to Need Help with Addons?

Who is online

Users browsing this forum: No registered users and 30 guests