diff options
author | Lars-Dominik Braun <PromyLOPh@gmail.com> | 2008-08-22 13:41:08 +0200 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@gmail.com> | 2008-08-22 13:41:08 +0200 |
commit | 0ede4190664c77a3c603be157899dd2bec46f9f4 (patch) | |
tree | a022d4d553b1f9ba8b3ccb19f22535c21c21e52b | |
parent | 06cdabdec87211e879b21ef257ebca4db3e6b9ba (diff) | |
download | pianobar-0ede4190664c77a3c603be157899dd2bec46f9f4.tar.gz pianobar-0ede4190664c77a3c603be157899dd2bec46f9f4.tar.bz2 pianobar-0ede4190664c77a3c603be157899dd2bec46f9f4.zip |
Update BUGS
-rw-r--r-- | BUGS | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -6,7 +6,10 @@ Report bugs to: PromyLOPh@gmail.com Already found ------------- -- Sometimes songs are not played completely (skipped in the middle); - curl returns CURLE_PARTIAL_FILE (file larger/smller than expected): Could be - a server issue and solved by requesting the missing parts of the file - via HTTP partial request (content-range) +#1 +Sometimes songs are not played completely (skipped in the middle); curl returns +CURLE_PARTIAL_FILE (file larger/smller than expected): This *is* a server-side +issue and cannot resolved by requesting the remaining parts of the audio file, +because the server does not support partial file requests. The only way to +resolve this is to download the songs, instead of assuming, that pandora +streams its music. They shouldn't be surprised about their traffic bills... |