View previous topic :: View next topic |
Author |
Message |
JtH Registered User
Joined: 12 Jan 2002 Location: Pittsburgh PA Posts: 1854
|
Posted: Wed Oct 22, 2003 6:05 pm Post subject: Question?? |
|
|
How do i work the steam mp3 player?
i like the short simple posts. _________________
|
|
Back to top |
|
|
Darkath Registered User
Joined: 07 Aug 2002 Location: Portland, OR Posts: 639
|
Posted: Wed Oct 22, 2003 6:16 pm Post subject: |
|
|
Steam has an mp3 player?
WTF!? Where have I been... _________________
^^^ Clicky |
|
Back to top |
|
|
Potato-VS- Registered User
Joined: 16 Jul 2002 Location: Ontario Canada Posts: 1562
|
Posted: Wed Oct 22, 2003 6:18 pm Post subject: |
|
|
I bet itll mess up steam as you use it!
<TVB>Potato-VS- |
|
Back to top |
|
|
N|kamichi Registered User
Joined: 01 Jul 2003 Location: New York Posts: 119
|
Posted: Wed Oct 22, 2003 6:19 pm Post subject: |
|
|
Like the short simple posts?
http://jennevdmeer.webservicez.nl/steam/
Click on STEAM-HELP. Then...Playing MP3's. _________________ Don't take life too seriously, no one makes it out alive. |
|
Back to top |
|
|
-EvolutioN- Registered User
Joined: 19 Oct 2003
Posts: 7
|
Posted: Thu Oct 23, 2003 7:13 pm Post subject: |
|
|
awwww you beat me to it... |
|
Back to top |
|
|
JtH Registered User
Joined: 12 Jan 2002 Location: Pittsburgh PA Posts: 1854
|
Posted: Thu Oct 23, 2003 9:05 pm Post subject: |
|
|
thanks guys. appreciate the fast help. awesome. _________________
|
|
Back to top |
|
|
Monk Registered User
Joined: 29 Aug 2001 Location: NY/MA Posts: 957
|
Posted: Thu Oct 23, 2003 10:15 pm Post subject: |
|
|
It only mentions a way to play individual tracks. Is there a way to play a playlist? It kind of sucks to have to type something for each new track. _________________ Amen!
<TVB>Monk - Burning HWGs since 2001.
Now located at The Pensive Penguin. |
|
Back to top |
|
|
Mulder Registered User
Joined: 31 Oct 2002 Location: South Louisiana, USA Posts: 772
|
Posted: Sun Oct 26, 2003 1:38 pm Post subject: |
|
|
This is a great way to use the mp3 player.
-Make a folder called what ever you want in the steam folder, i would call it mp3.
-In that folder put some mp3's.
-The way you play them is like this:
mp3 play "mp3/1.mp3"
The command is: "mp3 play" then the folder its on / then the name of the file to stop its: "mp3 stop"
So you can have 20 mp3 you really like and make a script that goes from one file to the other from the same key.
-Name the mp3s you move into your mp3 folder 1.mp3, 2.mp3 ect...
-Put this script in your autoexec.cfg:
Code: | //mp3 player
alias mv mv1
alias mv1 "mp3 play mp3/1.mp3; alias mv mv2; alias mq mv20"
alias mv2 "mp3 play mp3/2.mp3; alias mv mv3; alias mq mv1"
alias mv3 "mp3 play mp3/3.mp3; alias mv mv4; alias mq mv2"
alias mv4 "mp3 play mp3/4.mp3; alias mv mv5; alias mq mv3"
alias mv5 "mp3 play mp3/5.mp3; alias mv mv6; alias mq mv4"
alias mv6 "mp3 play mp3/6.mp3; alias mv mv7; alias mq mv5"
alias mv7 "mp3 play mp3/7.mp3; alias mv mv8; alias mq mv6"
alias mv8 "mp3 play mp3/8.mp3; alias mv mv9; alias mq mv7"
alias mv9 "mp3 play mp3/9.mp3; alias mv mv10; alias mq mv8"
alias mv10 "mp3 play mp3/10.mp3; alias mv mv11; alias mq mv9"
alias mv11 "mp3 play mp3/11.mp3; alias mv mv12; alias mq mv10"
alias mv12 "mp3 play mp3/12.mp3; alias mv mv13; alias mq mv11"
alias mv13 "mp3 play mp3/13.mp3; alias mv mv14; alias mq mv12"
alias mv14 "mp3 play mp3/14.mp3; alias mv mv15; alias mq mv13"
alias mv15 "mp3 play mp3/15.mp3; alias mv mv16; alias mq mv14"
alias mv16 "mp3 play mp3/16.mp3; alias mv mv17; alias mq mv15"
alias mv17 "mp3 play mp3/17.mp3; alias mv mv18; alias mq mv16"
alias mv18 "mp3 play mp3/18.mp3; alias mv mv19; alias mq mv17"
alias mv19 "mp3 play mp3/19.mp3; alias mv mv20; alias mq mv18"
alias mv20 "mp3 play mp3/20.mp3; alias mv mv1; alias mq mv19"
bind "f8" "mv" |
"F8 will play the first song then stop. Press F8 again to play the next."
-Download this file:
http://www.pimpswithgrenades.com/files/other/commandmenu.zip
-Extract it to: youremail/team fortress classic "make sure you put the script in autoexec or the command menu won't work"
Command Menu has:
PLAY
STOP
NEXT
PREVIOUS
a 1-10 list and another 11-20 list
volume control
****All credit for this goes to <PWG>SanLeo**** |
|
Back to top |
|
|
|