yeah i'm pretty sure this is what i've posted above with the "windows live sign in assistant"Ok , I tried this with a windows xp computer and connected right away,
so the issue must be with windows 7 ..
sure browse to the folder you want to mount, right click and say properties and then "sharing" ... dont have xp currently so, cant help any further, but shouldnt be difficult.Is there any way to share a folder on windows xp that isn't on the root of C:\ ,
Like a external hard drive let's say g:\movies and still cconnect to the Pandora using gigolo? Bud
[autorun]
shellexecute=g:\share-add.bat
label=Share Folders
action=Share Folders
@echo off
@net share movies=g:\movies
@net share name_of_share=<drive>:\path\to\folder\to\share
This topic can be marked as resolved /fixed
the program - gigolo works as it should
my problem exists in win7 as stated above and I have not found a fix
so I am currently hooked up to win xp and everything is working..
Thanks for all the help and support..Bud
This command to connect to a Samba share doesn't work. I edited it appropriately, and it mounts OK, but I can't copy anything from the share, it says permissions denied no matter what, even if I'm root.yeah for one it's not windows. Linux uses Samba to connect to windows based shares and isn't as intuitive and doesn't seem to be built into Pandora's file manager like others are..
I can't remember the name of it, but somewhere there is a windows share / network share management tool out there.. But if you don't mind the good old command line method I have the trick.
The first two steps you only need to do once.
1) first make a directory to mount your windows share.. The MOUNT_DIR name can be anything you like.. I'm just not that creative:
sudo mkdir /mnt/MOUNT_DIR
2) Next give your regular pandora account permission to use that directory:
Code:sudo chown USER_NAME.USER_NAME /mnt/MOUNT_DIR
3) This is the connection command, I've made a shortcut to do this command so I don't have to type it out every time.. Depending on how moody your network is you may need to Substitute the host name with the IP address of the computer your connecting to. If everything goes well you will not see any messages, Just go to the /mnt/MOUNT_DIR and you should see your files.
sudo mount -t cifs -o username=guest,password= //HOSTNAME/SHARENAME /mnt/MOUNT_DIR
To disconnect the mount:
sudo umount /mnt/MOUNT_DIR
This is the convoluted way, but it works.. Maybe someone can chime in with that PND I was talking about.
Gigolo insist on a password, even though the share has none, and when I click connect, the password window keeps showing up.Gigolo should be able to do this:
http://www.gp32x.de/board/index.php?/topic/56527-streaming-video-from-windows-xp-to-pandora/