summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorLars-Dominik Braun <PromyLOPh@gmail.com>2008-08-22 13:41:08 +0200
committerLars-Dominik Braun <PromyLOPh@gmail.com>2008-08-22 13:41:08 +0200
commit0ede4190664c77a3c603be157899dd2bec46f9f4 (patch)
treea022d4d553b1f9ba8b3ccb19f22535c21c21e52b /BUGS
parent06cdabdec87211e879b21ef257ebca4db3e6b9ba (diff)
downloadpianobar-windows-0ede4190664c77a3c603be157899dd2bec46f9f4.tar.gz
pianobar-windows-0ede4190664c77a3c603be157899dd2bec46f9f4.tar.bz2
pianobar-windows-0ede4190664c77a3c603be157899dd2bec46f9f4.zip
Update BUGS
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS11
1 files changed, 7 insertions, 4 deletions
diff --git a/BUGS b/BUGS
index 84f3b20..072fb20 100644
--- a/BUGS
+++ b/BUGS
@@ -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...