-
Add Network Shares to Playlists
I noticed that I can do the following:
mkdir /tmp/hdd/volumes/HDD1/network/
mount -t cifs //192.168.1.xxx/MyFiles /tmp/hdd/volumes/HDD1/network -o user=user,password=password
and now I can include my network shares in my playlists, which I pretty much didn't think you could do.
which probably means that if you don't have an internal harddrive, you could mount your network drive and usb drives in it's place. Something like:
mkdir /tmp/hdd/volumes/HDD1
(if necessary)
mkdir /tmp/hdd/volumes/HDD1/network
mkdir /tmp/hdd/volumes/HDD1/usb
mount -t cifs //192.168.1.xxx/MyFiles /tmp/hdd/volumes/HDD1/network -o user=user,password=password
mount -o move /tmp/usbmounts/sdXX /tmp/hdd/volumes/HDD1/usb
(I haven't tested the usb bit, cause I don't have media on usb handy)
(I apologize for the double (half) posting, but this seemed like a new (to me anyway) finding that might get searched for on its own)
Last edited by wigout; 09-09-2010 at 02:32 PM.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules