How to use Windows Scheduler and MM Playlists

Download and get help for different MediaMonkey for Windows 4 Addons.

Moderators: Peke, Gurus

spiredem
Posts: 3
Joined: Fri Feb 13, 2015 12:53 pm

Re: How to use Windows Scheduler and MM Playlists

Post by spiredem »

Hrm. I was hoping to use this in commercial settings. Currently I use an applescript scheduler for iTunes. These are installed in hotel lobbies as 24/7 background music so turning off the computer or defragging is not an option (and with the macs I currently use, not required)

Did you mean that the currently playing song will automatically crossfade out and into the first song of the next scheduled task/playlist when the next task starts? The script I use now slides the volume down to end the task because one task is not aware of the next so crossfade isn't possible.

Lastly, would Elance be the right place to contract someone to help with this or could I find someone here?
rovingcowboy
Posts: 14163
Joined: Sat Oct 25, 2003 7:57 am
Location: (Texas)
Contact:

Re: How to use Windows Scheduler and MM Playlists

Post by rovingcowboy »

Mm only runs on mac by use of the wine emulator as far as I know. But if you have an off line stand alone computer with multiple cpu cores such as 2 or 4 cores you can get away with doing defragmentation on it by using it on the cores you dont run mm on. And doing it in volume shadow copy. The auto clean up can be done on different cores. But running maintenance on the core you run mm on can mess up the sound and or the song file.

no crossfade doesn't go over playlists. That is why i said to use silent files or for commercial use just record a lot of 15 to 30 second commercials or jingles make them a playlist and play it at every playlist change if they get messed up its no big deal just record another one.
roving cowboy / keith hall. My skins http://www.mediamonkey.com/forum/viewto ... =9&t=16724 for some help check on Monkey's helpful messages at http://www.mediamonkey.com/forum/viewto ... 4008#44008 MY SYSTEMS.1.Jukebox WinXp pro sp 3 version 3.5 gigabyte mb. 281 GHz amd athlon x2 240 built by me.) 2.WinXP pro sp3, vers 2.5.5 and vers 3.5 backup storage, shuttle 32a mb,734 MHz amd athlon put together by me.) 3.Dell demension, winxp pro sp3, mm3.5 spare jukebox.) 4.WinXp pro sp3, vers 3.5, dad's computer bought from computer store. )5. Samsung Galaxy A51 5G Android ) 6. amd a8-5600 apu 3.60ghz mm version 4 windows 7 pro bought from computer store.
spiredem
Posts: 3
Joined: Fri Feb 13, 2015 12:53 pm

Re: How to use Windows Scheduler and MM Playlists

Post by spiredem »

I got this working with an app called Power Mixer which fades the volume up or down on a schedule, which allowed me to fade when one playlist is starting while another is playing, so that there's not an abrupt change.

New Issue is that having MMWI (Media Monkey Web Interface) open prevents the Windows Tasks from launching. I can see that they try at the scheduled time, but if MMWI is open, this doesn't work. Any idea why that would be?
rovingcowboy
Posts: 14163
Joined: Sat Oct 25, 2003 7:57 am
Location: (Texas)
Contact:

Re: How to use Windows Scheduler and MM Playlists

Post by rovingcowboy »

I'm still having to start mm gui before I start any Playlist. Maybe that can get you started to figure out what your issue is caused by. Congrats on the use of another app to adjust the volume as you know I just opted for the blank sound files. Maybe that other app is causing the problem? If it's easy to setup and remove then try taking it out of the loop and see if it was the cause. You should send a pm to peke and see if he knows.
It might be the windows task scheduler it's self. As per several other members instructions I've switched to using a 3rd party scheduler called system scheduler it's free and isn't part of the system like other 3rd party ones are. And that means zero issues with the system. 8)
roving cowboy / keith hall. My skins http://www.mediamonkey.com/forum/viewto ... =9&t=16724 for some help check on Monkey's helpful messages at http://www.mediamonkey.com/forum/viewto ... 4008#44008 MY SYSTEMS.1.Jukebox WinXp pro sp 3 version 3.5 gigabyte mb. 281 GHz amd athlon x2 240 built by me.) 2.WinXP pro sp3, vers 2.5.5 and vers 3.5 backup storage, shuttle 32a mb,734 MHz amd athlon put together by me.) 3.Dell demension, winxp pro sp3, mm3.5 spare jukebox.) 4.WinXp pro sp3, vers 3.5, dad's computer bought from computer store. )5. Samsung Galaxy A51 5G Android ) 6. amd a8-5600 apu 3.60ghz mm version 4 windows 7 pro bought from computer store.
ProfileX
Posts: 3
Joined: Sun Oct 11, 2015 9:12 am

Re: How to use Windows Scheduler and MM Playlists

Post by ProfileX »

Here's a script similar to the originals:

http://www.mediamonkey.com/addons/brows ... ck-script/

This VBScript is designed to run from a Scheduled Task and launch MediaMonkey to play music as an alarm clock.

Playlist names can be passed on the command line or configured in the script. If multiple playlists are specified, one will be selected at random and played when MediaMoneky launches.

The MediaMonkey volume can be set, and if the freeware tool NirCmd.exe is present the Windows system volume can be set:
http://www.nirsoft.net/utils/nircmd.html
Peke
Posts: 17446
Joined: Tue Jun 10, 2003 7:21 pm
Location: Earth
Contact:

Re: How to use Windows Scheduler and MM Playlists

Post by Peke »

As said in email I liked it a lot, new fresh approach.

You should also consider making it available for MM5? http://www.mediamonkey.com/forum/viewforum.php?f=30

EDIT: I would also suggest that you open new forum Topic and get user feedback.
Best regards,
Peke
MediaMonkey Team lead QA/Tech Support guru
Admin of Free MediaMonkey addon Site HappyMonkeying
Image
Image
Image
How to attach PICTURE/SCREENSHOTS to forum posts
soulpatchguy
Posts: 5
Joined: Sun Feb 11, 2018 2:25 am

Re: How to use Windows Scheduler and MM Playlists

Post by soulpatchguy »

Both of these work in the Command Prompt with Media Monkey open however they don't work for me as Scheduled Tasks in Windows 10 even with Media Monkey running:

CScript.exe "K:\Playlists\Play Playlists From Start.vbs" "Wake Up"
CScript.exe "K:\Playlists\mediamonkeyplayrandomized.vbs" "Wake Up"

Please see attached:

Image

Image

Image

Thanks!
rovingcowboy
Posts: 14163
Joined: Sat Oct 25, 2003 7:57 am
Location: (Texas)
Contact:

Re: How to use Windows Scheduler and MM Playlists

Post by rovingcowboy »

soulpatchguy wrote:Both of these work in the Command Prompt with Media Monkey open however they don't work for me as Scheduled Tasks in Windows 10 even with Media Monkey running:

CScript.exe "K:\Playlists\Play Playlists From Start.vbs" "Wake Up"
CScript.exe "K:\Playlists\mediamonkeyplayrandomized.vbs" "Wake Up"

Please see attached:

Image

Image

Image

Thanks!
Use a third party system scheduler the windows task scheduler isn't any good anymore, I use ( system scheduler) if it works on your version of Windows I do not know, find one that does for free. When you get one use it instead of task scheduler.
Set up the timer scripts the same way and start media monkey first, then the scripts, all should be normal then.
roving cowboy / keith hall. My skins http://www.mediamonkey.com/forum/viewto ... =9&t=16724 for some help check on Monkey's helpful messages at http://www.mediamonkey.com/forum/viewto ... 4008#44008 MY SYSTEMS.1.Jukebox WinXp pro sp 3 version 3.5 gigabyte mb. 281 GHz amd athlon x2 240 built by me.) 2.WinXP pro sp3, vers 2.5.5 and vers 3.5 backup storage, shuttle 32a mb,734 MHz amd athlon put together by me.) 3.Dell demension, winxp pro sp3, mm3.5 spare jukebox.) 4.WinXp pro sp3, vers 3.5, dad's computer bought from computer store. )5. Samsung Galaxy A51 5G Android ) 6. amd a8-5600 apu 3.60ghz mm version 4 windows 7 pro bought from computer store.
soulpatchguy
Posts: 5
Joined: Sun Feb 11, 2018 2:25 am

Re: How to use Windows Scheduler and MM Playlists

Post by soulpatchguy »

I tried a third party system scheduler but it won't start when Windows is in sleep mode. Why does the VBScript work while I'm logged on but not when my computer is in sleep mode? I will try this: https://superuser.com/questions/479422/ ... -player-11
MerkelTech
Posts: 1
Joined: Mon Apr 06, 2020 10:17 pm

Scheduler function - Share development costs?

Post by MerkelTech »

Hi,

I followed the forum discussions regarding the Scheduler function (Schedule playlists to run on any specific day+time, anytime during the week - preferably with possibility to schedule also months ahead).

Has any scheduling functionality been added lately to MediaMonkey - or is planned to be added in the near future?

If not, I see that there are a few forum members that are interested in this feature.
How much should it cost to develop this add-on/plug-in scheduler? Perhaps several forum members (myself included) would be willing to share the cost of development.

Best Regards,

David
Post Reply