Re: [slim] Play music files from outside music library ?

2009-07-10 Thread b1ackmai1er
Of course that makes sense: Symbolic links are only going to work in a linux filesystem. The external drive is vfat. Thanks for your help guys. Cheers. -- b1ackmai1er b1ackmai1er's Profile:

Re: [slim] Play music files from outside music library ?

2009-07-09 Thread b1ackmai1er
Thankyou for your assistance. This is my permissions: uid=1000(phillip) gid=1000(phillip) groups=4(adm),20(dialout),24(cdrom),46(plugdev),106(lpadmin),121(admin),122(sambashare),1000(phillip) This is the music directory (/media/Elements/newmusic) I am trying to add the symbolic link in:

Re: [slim] Play music files from outside music library ?

2009-07-09 Thread treble
It should be the other way around, destination first, then new link. Not: sudo ln -s /home/phillip/Desktop /media/Elements/newmusic/desktop But: sudo ln -s /media/Elements/newmusic/desktop /home/phillip/Desktop Type 'man ln' to check syntax. -- treble

Re: [slim] Play music files from outside music library ?

2009-07-09 Thread Declan Moriarty
Sorry about that. I have checked on my Ubuntu System on a USB drive that I use occasionally and I cannot create a symbolic link. You are using an external USB drive for you music library. I tried to make a symbolic link on to a USB stick and failed. The stick ws formatted to FAT-32. It think

[slim] Play music files from outside music library ?

2009-07-08 Thread b1ackmai1er
Hi, I was wondering if there was an easy way to play music files that aren't in the library directory. For example if I am playing music in Squeezecenter and download some nwe music to the desktop, how do I play the newly download music straight from the desktop on my Squeezebox through

Re: [slim] Play music files from outside music library ?

2009-07-08 Thread Declan Moriarty
You can do this. Make a symbolic link to the desktop in your music directory. on the comand line you can use the ln -s command:- ln -s desktop directory music directory/desktop Then go into squeezecenter and check if it is seeing it. Go to Music Library and select the Music Folder option.