mIRC Homepage
Posted By: RusselB /splay not working in 7.1 - 10/08/10 07:03 AM
I was recently asked to test out a mp3 player script that uses just basic mIRC scripting.
In testing there were a few problems noted in 7.1 but not in 6.35
Specifically the command
Code:
/splay seek <pos>
returns the error * /splay: no such file 'seek' (line ###, script.mrc)

The line number has been blanked out by me.

Also get the same response regarding /splay pause (though it references file 'pause' not 'seek'

Also, the straight /splay command isn't playing the specified song.
Posted By: BhaaL Re: /splay not working in 7.1 - 10/08/10 09:56 AM
/splay pause works fine for me, didn't need seek yet. Do you have an alias splay defined somewhere? Can you try /!splay to use the built-in command rather than an alias?
Posted By: sparta Re: /splay not working in 7.1 - 10/08/10 10:24 AM
/splay pause working just fine for me.
Posted By: Khaled Re: /splay not working in 7.1 - 10/08/10 12:26 PM
I have not been able to reproduce an issue with /splay so far. I tested pause, skip, resume, seek, and so on. They seemed to work fine. It sounds like there might be a /splay alias somewhere that is interfering?
Posted By: RusselB Re: /splay not working in 7.1 - 10/08/10 02:34 PM
Thanks for the replies. I will double check that I haven't missed an alias somewhere and see what happens then.
Posted By: hixxy Re: /splay not working in 7.1 - 10/08/10 05:06 PM
You can check using $isalias(splay) and find the culprit file using $isalias(splay).fname to save time smile
Posted By: 5618 Re: /splay not working in 7.1 - 10/08/10 05:49 PM
Originally Posted By: hixxy
You can check using $isalias(splay) and find the culprit file using $isalias(splay).fname to save time smile

Except that will not work if it's a local alias. grin

Edit: but if it were, it wouldn't affect the command line call
*puts foot in mouth*
Posted By: RusselB Re: /splay not working in 7.1 - 10/08/10 08:04 PM
Thanks all. I'm not sure why I was getting those error messages, but after confirming that I don't have a splay alias, I checked my other settings and found that my sounds were disabled. After enabling my sounds everything works correctly.
© mIRC Discussion Forums