23:20
I can't get ALAC (Apple Lossless) files to play.
I've tried putting ALAC, MP3 and FLAC on to the same HDD and RC2 recognises the MP3 and FLAC files but not the ALAC files.
ALAC files worked fine with RC1 so I don't get what's changed.
Must say, great work though. Once this setup is working it will be incredible!
19:01
Thanks for this.
I am new to Raspberry Pi/Linux etc. I have installed your package and installed remotes on my pc, droid, and ios devices. The only remote I have successfully connected with is GMPC but MPC seems to not be finding my music folder(s). Music is on an external drive connected to the pi via USB. Any tips on how the music directories should be configured and/or how to get MPC to find them?
Thank you.
Rob said
I can't get ALAC (Apple Lossless) files to play.
I've tried putting ALAC, MP3 and FLAC on to the same HDD and RC2 recognises the MP3 and FLAC files but not the ALAC files.
ALAC files worked fine with RC1 so I don't get what's changed.
Must say, great work though. Once this setup is working it will be incredible!
Hi, this is probably due to the fact I recompiled mpd, and maybe alac libraries are not present in the default compile configuration. Thanks for the appreciation, in the next release you will able to listen to your alac library!
davidkohli said
Thanks for this.
I am new to Raspberry Pi/Linux etc. I have installed your package and installed remotes on my pc, droid, and ios devices. The only remote I have successfully connected with is GMPC but MPC seems to not be finding my music folder(s). Music is on an external drive connected to the pi via USB. Any tips on how the music directories should be configured and/or how to get MPC to find them?
Thank you.
Is your hard drive ntfs? If it is so you should mount it and then include it with a symlink to mpd default music folder! If you're not sure how to do it let me know and I'll post here!
14:40
.
Is your hard drive ntfs? If it is so you should mount it and then include it with a symlink to mpd default music folder! If you're not sure how to do it let me know and I'll post here!
Drive is formatted Fat 32.
18:40
admin said
.
Is your hard drive ntfs? If it is so you should mount it and then include it with a symlink to mpd default music folder! If you're not sure how to do it let me know and I'll post here!
I am wondering if the size of my library may be an issue (95000ish songs) . The remote aps I have tried seem to hang when loading database.
13:29
admin said
Rob said
I can't get ALAC (Apple Lossless) files to play.
I've tried putting ALAC, MP3 and FLAC on to the same HDD and RC2 recognises the MP3 and FLAC files but not the ALAC files.
ALAC files worked fine with RC1 so I don't get what's changed.
Must say, great work though. Once this setup is working it will be incredible!
Hi, this is probably due to the fact I recompiled mpd, and maybe alac libraries are not present in the default compile configuration. Thanks for the appreciation, in the next release you will able to listen to your alac library!
Thanks. I look forward to the next release
davidkohli said
admin said
.
Is your hard drive ntfs? If it is so you should mount it and then include it with a symlink to mpd default music folder! If you're not sure how to do it let me know and I'll post here!
I am wondering if the size of my library may be an issue (95000ish songs) . The remote aps I have tried seem to hang when loading database.
If your database is that huge, let him some time to complete the update process. Just hit update database and wait for some time (let's say 20 minutes), then click on artist with left button, and click reset.
Assuming you're doing this with gmpc.
If you prefer, you can type via ssh, mpc update
Then wait… Let me know!!!
19:18
How do I mount an USB NTFS drive to RaspyFI Rc2 ?
Is it possible to play WAV files with RaspyFI Rc2 ?
First, you need to install fuse:
apt-get install libfuse2 ntfs-3g
Then, discover how your ntfs drive is called:
fdisk -l
For example, /dev/sda
Then, you create your folder and give proper permissions:
sudo mkdir /media/music1
sudo chmod -R 777 /media/music1
Now, set the automount:
sudo nano /etc/fstab
and insert the following line at the end:
/dev/sdb1 /media/music1 ntfs-3g defaults 0 0
Now, check if everything is allright:
mount -a
If you receive no errors, then you're fine.
Now, we create a symlink to mpd's default directory :
cd /var/lib/mpd/music
sudo ln -s /media/music1
Now, everything should be fine. All you have to do is reboot and enjoy!
Wav files are not reported to be working as of now. In next release of RaspyFi, there will be automatic recognition of usb drives and wav\alac support!
12:23
admin said
First, you need to install fuse:
apt-get install libfuse2 ntfs-3g
Then, discover how your ntfs drive is called:
fdisk -l
For example, /dev/sda
Then, you create your folder and give proper permissions:
sudo mkdir /media/music1
sudo chmod -R 777 /media/music1Now, set the automount:
sudo nano /etc/fstab
and insert the following line at the end:
/dev/sdb1 /media/music1 ntfs-3g defaults 0 0
Now, check if everything is allright:
mount -a
If you receive no errors, then you're fine.
Now, we create a symlink to mpd's default directory :
cd /var/lib/mpd/music
sudo ln -s /media/music1Now, everything should be fine. All you have to do is reboot and enjoy!
Wav files are not reported to be working as of now. In next release of RaspyFi, there will be automatic recognition of usb drives and wav\alac support!
Do you have an estimated release date for the new release? It's very exciting!
Well, I think maybe in 2 weeks… University is claiming my attention right now…
But there are other very interesting news that are about to come in the near future!!!
23:40
Hi,
I've installed and love Raspyfi. However, I use it once and the next time I go to use it, it hangs where it was last left off, and I have to restart it. I've noticed that when I ssh into it and navigate to /mnt/nas, it will hang here. On occasion, I can kill the ssh and remote back in and everything works ok, but more often than not, I have to restart it. Once I restart it, everything works fine.
Any thoughts on what the issue might be?
Thanks!
Hello, try removing this from
/etc/fstab
file_mode=0644,dir_mode=0755,iocharset=utf8,rsize=130048,wsize=4096
So, the line should end like this:
//192.168.yournasip/yoursharename /mnt/nas cifs username=pi,password=, 0 0
Remember to do it as sudo, then save and reboot. Let me know!
Can you tell me how to install support for additional file formats, e.g. .ape and .mpc ?
I know that at least mpc (musepack) playback is supported by mpd but it doesn't work for me – in folder mode in my android app, it doesn't even show the musepack files. Same goes for the .ape files.
12:18
Hi, my USB memory included file names using UTF8 but It seems usb was mounted with defaults(ascii). So, mpd not recognized my music files. I added iocharset=utf8 to mount option but dmesg said as below;
FAT-fs (sda1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
What is the right option for this?
Hi guys:
2 things: in next release I'm going to include a better compatibility option… And Ts, sorry but I can't tell you what to do, I will investigate further on it.
Taurui, this is why I recompiled Mpd, and I forgot to include some Libraries… To enable it to read them you have to recompile mpd (I will do for RC3 aniway). Or you can use RC1, (please do and report if these files are working… please…)
05:50
So sorry!. My usb may be broken and I reformat the USB and below is current mount option in raspyFi:
/dev/sda1 on /media/music type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=cp932,shortname=mixed,utf8,errors=remount-ro)
But still mpd recognized only 262 songs in USB as below:
[email protected] ~ $ mpc stats
Artists: 16
Albums: 23
Songs: 262
In my another MPD machine, its mounted option is :
/dev/sda1 on /media/usb0 type vfat (rw,nodev,noexec,noatime,nodiratime,sync,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro)
I am not sure difference between iso8859-1 and cp932 for iocharset but may be this will be help.
Also by above mount option, it seems all songs are recognized as below.
# mpc stats
Artists: 170
Albums: 130
Songs: 1534
Most Users Ever Online: 200
Currently Online:
6 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Gyp: 82
yoghurtlidlicker: 37
PaulM: 36
icai: 35
Derek: 29
Karsten: 27
tc-fi: 22
Ronaldo: 21
ENSen: 21
chriz: 20
Member Stats:
Guest Posters: 3619
Members: 569
Moderators: 0
Admins: 1
Forum Stats:
Groups: 4
Forums: 10
Topics: 469
Posts: 13163
Newest Members: polo2016, dongdong8, wlpwlp, Sager, ninestab123, lmx66, lmx, jlgg, chenyan, guoyanying
Administrators: admin (401)