mIRC Home    About    Download    Register    News    Help

Print Thread
#70676 08/02/04 08:49 AM
Joined: Sep 2003
Posts: 156
B
bleach Offline OP
Vogon poet
OP Offline
Vogon poet
B
Joined: Sep 2003
Posts: 156
mIRC wasnt support playing files from network like mp3 and does mirc support it anymore?

Joined: Dec 2003
Posts: 219
F
Fjord artisan
Offline
Fjord artisan
F
Joined: Dec 2003
Posts: 219
Hi!

Not sure to understand what you're asking... is it some sort of streaming feature you're suggesting?
It is possible to script that using sockets and low packets size.
And remember, mIRC is an IRC client :P

Cheers!
chris

Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
I believe they mean using a path such as \\NetBIOS_Name\files\music\blah.mp3

The best way to find out is to try it. I don't believe it was added, because I don't remember seeing it in the versions.txt--I could of course be wrong.


-KingTomato
Joined: Dec 2002
Posts: 774
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 774
Network paths works


Code:
//if ( khaled isgod ) echo yes | else echo no
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
Not for me.

* /splay: no such file '\\comp\share\bkup\My Music\All\music.mp3'

Joined: Dec 2002
Posts: 332
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Dec 2002
Posts: 332
C:\blah\blah\blah\big music - big music.mp3 can be played using
/run C:\blah\blah\blah\big music - big music.mp3

i prolly should answer less questions as i usually dont understand what they are asking for if this doesnt apply sorry smile

Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
i got the same reply.

/splay: no such file '\\comp\share\bkup\My Music\All\music.mp3'

bahahahaha no actually i got

* /splay: no such file '\\Towerpc\F Drive\MP3'S\Z\ZZ Top ~ Viva Las Vegas.mp3'

and i then used the same same path to play the file from explorer, just to make sure it was valid.

Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
$isfile(\\netpath..) does work
/run \\netpath does work

/splay \\netpath won't work if the file is an .mp3 (always says "no such file"), but does work if its an .ogg file

Joined: Feb 2004
Posts: 201
J
Jae Offline
Fjord artisan
Offline
Fjord artisan
J
Joined: Feb 2004
Posts: 201
this is starting to get a lil .ogg'ly

-Cheers-

Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
must be the routine used to play mp3's i doubt that it was hand written, rather some mp3 play routine welded in, and it must not deal with netpaths. Bit sad, but liveable i guess.

Joined: Feb 2003
Posts: 810
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Feb 2003
Posts: 810
Did you try using the -p switch? I can't test this here, I don't own a network..


* cold edits his posts 24/7

Link Copied to Clipboard