admin said
icai said
admin said
Of course! Just copy and paste and change values according to the additional path!I have something like (path to 3 folders) this in my auto.nas. However, Only the first folder gets read in the database. Am I doing something wrong? Thanks
Nas -fstype=cifs,file_mode=0777,dir_mode=0777,iocharset=utf8,rsize=2048,wsize=4096,cache=strict,username=pi,password= ://192.168.1.141/Newmusic
Nas -fstype=cifs,file_mode=0777,dir_mode=0777,iocharset=utf8,rsize=2048,wsize=4096,cache=strict,username=pi,password= ://192.168.1.141/Music
Nas -fstype=cifs,file_mode=0777,dir_mode=0777,iocharset=utf8,rsize=2048,wsize=4096,cache=strict,username=pi,password= ://192.168.1.141/old
You should do this
Nas -fstype=cifs,file_mode=0777,dir_mode=0777,iocharset=utf8,rsize=2048,wsize=4096,cache=strict,username=pi,password= ://192.168.1.141/Newmusic
Nas2 -fstype=cifs,file_mode=0777,dir_mode=0777,iocharset=utf8,rsize=2048,wsize=4096,cache=strict,username=pi,password= ://192.168.1.141/Music
Nas3 -fstype=cifs,file_mode=0777,dir_mode=0777,iocharset=utf8,rsize=2048,wsize=4096,cache=strict,username=pi,password= ://192.168.1.141/old
But we're going to make this easier to set up, don't worry...
As for the connection issues... You may look if some firewalls are blocking you, in your pc or your router...
This works - thanks. Still having issues with connecting via GMPC/Mobile devices to the MPD. Its a hit or miss. My guess is the MPD does not start or listen all the time.
]]>icai said
admin said
Of course! Just copy and paste and change values according to the additional path!
I have something like (path to 3 folders) this in my auto.nas. However, Only the first folder gets read in the database. Am I doing something wrong? Thanks
Nas -fstype=cifs,file_mode=0777,dir_mode=0777,iocharset=utf8,rsize=2048,wsize=4096,cache=strict,username=pi,password= ://192.168.1.141/Newmusic
Nas -fstype=cifs,file_mode=0777,dir_mode=0777,iocharset=utf8,rsize=2048,wsize=4096,cache=strict,username=pi,password= ://192.168.1.141/Music
Nas -fstype=cifs,file_mode=0777,dir_mode=0777,iocharset=utf8,rsize=2048,wsize=4096,cache=strict,username=pi,password= ://192.168.1.141/old
You should do this
Nas -fstype=cifs,file_mode=0777,dir_mode=0777,iocharset=utf8,rsize=2048,wsize=4096,cache=strict,username=pi,password= ://192.168.1.141/Newmusic
Nas2 -fstype=cifs,file_mode=0777,dir_mode=0777,iocharset=utf8,rsize=2048,wsize=4096,cache=strict,username=pi,password= ://192.168.1.141/Music
Nas3 -fstype=cifs,file_mode=0777,dir_mode=0777,iocharset=utf8,rsize=2048,wsize=4096,cache=strict,username=pi,password= ://192.168.1.141/old
But we're going to make this easier to set up, don't worry...
As for the connection issues... You may look if some firewalls are blocking you, in your pc or your router...
I tried the RC2 version, same issue, GMPC cannot seem to see the MPD, however I ensured that the MPD is running and listening on 6600
Hope this is a bug and will be fixed
admin said
Of course! Just copy and paste and change values according to the additional path!
I have something like (path to 3 folders) this in my auto.nas. However, Only the first folder gets read in the database. Am I doing something wrong? Thanks
Nas -fstype=cifs,file_mode=0777,dir_mode=0777,iocharset=utf8,rsize=2048,wsize=4096,cache=strict,username=pi,password= ://192.168.1.141/Newmusic
Nas -fstype=cifs,file_mode=0777,dir_mode=0777,iocharset=utf8,rsize=2048,wsize=4096,cache=strict,username=pi,password= ://192.168.1.141/Music
Nas -fstype=cifs,file_mode=0777,dir_mode=0777,iocharset=utf8,rsize=2048,wsize=4096,cache=strict,username=pi,password= ://192.168.1.141/old
]]>admin said
This was the old procedure, since you're using the 1.0 beta you should read the 1.0 manual (as was stated in the forum).
You can find it here:
http://www.raspyfi.com/raspyfi.....er-manual/
Remember, RaspyFi works as an headless server. So basically GMPC only controls it! As for the other clients for Android or iOS...
However, quoting from the manual:
RaspyFi uses autofs to mount Samba Shares. Your share will be mounted when you start playing. The configuration file is
/etc/auto.nas
You can use your Nas by editing this line by
sudo nano /etc/auto.nas
and change this line
Nas -fstype=cifs,file_mode=0777,dir_mode=0777,iocharset=utf8,rsize=2048,wsize=4096,cache=strict,username=pi,password= ://192.168.x.x/sharename
where //192.168.x.x is the nas ip and sharename is your shared folder name.
Then save and exit. Autofs will mount your nas when mpd tries to access it
In your case
Nas -fstype=cifs,file_mode=0777,dir_mode=0777,iocharset=utf8,rsize=2048,wsize=4096,cache=strict,username=pi,password= ://192.168.yourcomputerip/sharedfoldername
Can we add multiple folders ? Thanks
]]>I have tested VBR on 44.1k Sampling ( MP3, FLAC & M4a) with success. However, wav files with 192k Sampling gives white noise. I am using the HDMI route to yamaha receiver.
Thanks!
]]>Remember, RaspyFi works as an headless server. So basically GMPC only controls it! As for the other clients for Android or iOS...
However, quoting from the manual:
RaspyFi uses autofs to mount Samba Shares. Your share will be mounted when you start playing. The configuration file is
/etc/auto.nas
You can use your Nas by editing this line by
sudo nano /etc/auto.nas
and change this line
Nas -fstype=cifs,file_mode=0777,dir_mode=0777,iocharset=utf8,rsize=2048,wsize=4096,cache=strict,username=pi,password= ://192.168.x.x/sharename
where //192.168.x.x is the nas ip and sharename is your shared folder name.
Then save and exit. Autofs will mount your nas when mpd tries to access it
In your case
Nas -fstype=cifs,file_mode=0777,dir_mode=0777,iocharset=utf8,rsize=2048,wsize=4096,cache=strict,username=pi,password= ://192.168.yourcomputerip/sharedfoldername
#
# / was on /dev/mmcblk0p3 during installation
/dev/mmcblk0p3 / ext3 noatime,errors=remount-ro 0 1
# /boot was on /dev/mmcblk0p1 during installation
/dev/mmcblk0p1 /boot vfat utf8 0 0
# swap was on /dev/mmcblk0p2 during installation
#UUID=a415139e-91c5-49a6-8cc3-192b4cd409f9 none swap sw 0 0
none /run/shm tmpfs defaults,size=256M,noexec,nodev,nosuid 0 0
And mount the shared folder as a Nas, to do so follow the user manual...
Let me know if it works!
Quick question on GMPC and playing local files from the PC/Laptop, where GMPC resides. For the life of me, I cant seem to find an option to mount/point GMPC to the local mp3 files. Am i missing something or GMPC cannot do that?
I am using windows 7 and Raspyfi + M2tech Hiface II
Thanks
]]>