EnigmaCurry / GMusicFS

A FUSE filesystem for Google Music
153 stars 36 forks source link

20MB file size limit #11

Open jaduncan opened 11 years ago

jaduncan commented 11 years ago

If I download a file that is more than 20MB in size, it just stops downloading at exactly 20MB. This is obviously problematic for recordings of technical talks and such.

This error is occuring on Debian wheezy amd64 and Ubuntu 13.10 beta 1 x86, so I don't think it's a simple configuration issue. Any ideas?

EnigmaCurry commented 11 years ago

That's on line 249

You can just increase that there and it should work. The real solution is in pull request #8 . I just haven't gotten around to merging that yet.