From WikiChip
Difference between revisions of "mirc/identifiers/$inmp3"
(→See Also) |
|||
Line 1: | Line 1: | ||
{{mirc title|$inmp3 Identifier}}{{Deprecated feature|new={{mIRC|$insong}}}}'''$inmp3''' return $true/$false if an mp3 is playing or information about the mp3 via some properties. | {{mirc title|$inmp3 Identifier}}{{Deprecated feature|new={{mIRC|$insong}}}}'''$inmp3''' return $true/$false if an mp3 is playing or information about the mp3 via some properties. | ||
− | '''Note:''' This | + | '''Note:''' This identifier is also a part of the [[Playing music - mIRC|playing music]] section. |
== Synopsis == | == Synopsis == |
Revision as of 13:05, 7 September 2015
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
Note: This feature has essentially been replaced by $insong.$inmp3 return $true/$false if an mp3 is playing or information about the mp3 via some properties.
Note: This identifier is also a part of the playing music section.
Synopsis
$inmp3
Paramters
None
Properties
.fnameReturns the filename of the mp3 currently playing
.posReturns the position of the current mp3 playing
.lengthReturns the length of the mp3.
Example
//echo -a $inmp3
Compatibility
Added: mIRC v5.8
Added on: 05 Sep 2000
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.