On Wed, 10 Dec 2003, d0k wrote:

> Hello again mates,
> What's wrong now? I've installed xmms on my powerbook using fink. Everything
> work right, no installation problems this time. I started it from X11, and
> it looks working but now two question.
> 1)How can I add a system path to xterm?? I should launch bash -rc
> everytime??
>
I, personally, prefer 'tcsh', so I add things to my .tcshrc.
If you like 'bash', use "man bash" to see all about its
startup files.  I'm guessing that a ".profile" will work.
Adding something like this should do the trick:
if [ -f /sw/bin/init.cs ]; then
  . /sw/bin/init.sh
endif

> 2) Why xmms doesn't load any files from my music folder?
>
The playlist editor in xmms is pretty rudimentary.
My favorite way to add files is to use "xmms -e whatever.mp3",
and that gets stuck onto the playlist.  Take the '-e' out,
and the playlist gets replaced with whatever you gave it.

That is one advantage of 'xmms' over iTunes -- the ability
to control it from a shell command.  I'm working on getting
something like this with AppleScipt, but I have to learn
AppleScript first, and I'm a long way from that :-(.

Wayne

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Wayne Brehob    [EMAIL PROTECTED]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to