http://wookiechat.amigarevolution.com/simpleplay/simpleplay3_7.lhaIf this works okay for people then I'll upload it to os4depot.net and update my site.
Changes.....
- AISS is used for a graphical toolbar
- Added a fun little scope.
- The Text Objects (such as the currently playing Song name) are now clipped
if they are too wide for the display. Before it would sometimes clip fine,
but then make the window a lot wider when iconifying then reopening.
- Added an ARexx port, to listen for NEXT, PLAY, PREVIOUS, PAUSE, STOP,
VOLUMEUP, VOLUMEDOWN, SETVOLUME, SHUFFLE. GETSONGNAME. Example scripts are
provided.
- "Previous" function will now take you to the previous song you played,
instead of the previous song in the playlist
- "Next" function will start the playback if playback is currently stopped.
- SimplePlay stops playback when it reaches the end of the playlist now
(unless in shuffle mode).
- Music will now resume if you press play after pressing pause. (previously
it would restart the song)
- Added some rewind/fast forward buttons. The music library I use pretty
much has to rewind the song everytime you want to set the position. The
function is slower at the beginning of the song, and gets slower the more
it has to seek into the file. This only works for MP3 and OGG at the moment.
- Shuffle mode is remembered next time you load SimplePlay
- An ARexx script can be executed when you play a song. Configure this by
selecting "Settings" from the pulldown menu. I have provided a script that
sends text to WookieChat to tell everyone what song you just started.
Remember to enable WookieChat's ARexx by setting the icon tooltype to
arexx=true before starting.
- "Add Directory" works recursively now, thanks to Chris Handley!