[REQ] Preview feature that would play only the first 30 Seconds of a song

To discuss development of addons / skins / customization of MediaMonkey.

Moderators: jiri, drakinite, Addon Administrators

djfa
Posts: 1
Joined: Wed Feb 16, 2022 12:46 am

[REQ] Preview feature that would play only the first 30 Seconds of a song

Post by djfa »

Hello,

I was wondering if there is an addon for MediaMonkey 5 which would allow the playback of only a limited portion of a song like the first 30 seconds.

The feature is in this IOS application called SoundHound

Thanks
Ludek
Posts: 4959
Joined: Fri Mar 09, 2007 9:00 am

Re: [REQ] Preview feature that would play only the first 30 Seconds of a song

Post by Ludek »

Do you mean permanently or on demand?

For all tracks or just certain set?
Dan33185
Posts: 233
Joined: Sun Nov 08, 2009 4:36 pm

Re: [REQ] Preview feature that would play only the first 30 Seconds of a song

Post by Dan33185 »

Sorry to bump this so long after the most recent post. I think something like this (I use it in MM4) is what the OP meant:

https://www.mediamonkey.com/forum/viewt ... =2&t=10146

I too would be more likely to upgrade to MM5 if little scripts like this that have become part of my MM4 experience were ported to MM5.
Ludek
Posts: 4959
Joined: Fri Mar 09, 2007 9:00 am

Re: [REQ] Preview feature that would play only the first 30 Seconds of a song

Post by Ludek »

I understand, this addon should be quite easy to port.
I guess that all needed is checking the app.player.trackPositionMS value and once it is above 30000 (milliseconds) call app.player.nextAsync(true)
Post Reply