StreamedMP and included Moving Pictures error on 1.3.0 dll (1 Viewer)

Status
Not open for further replies.

rulezbecca

Portal Member
June 22, 2010
16
0
Hello people, quick summer question :D

Upgraded Streamed MP to version 1.7.7 with -Moving Pictures dll version 1.3.0.13.44-

Now Moving pictures scraper (with mymovies.it) start a never ending download of backdrops due to a well known dll bug:
Mymovies.it header HTTP transfert code:
Code:
Transfer-Encoding: chunked
without the
Code:
Content-Length:
field


Thats why Moving Pictures cant understand when the file end (default value = -1 ) and it cycle N times downloading GB for a single Background

PHP:
if (fileStream.Length != totalBytes) {
                    fileStream.Close();
                    fileStream = null;
 
                    rtn = DownloadStatus.INCOMPLETE;
                }


This is the old solved ticket http://code.google.com/p/moving-pictures/issues/detail?id=1073

Now a lot of people need it for the 1.3.0.13.44 moving pictures dll.

Actually i cant correct and recompile the dll.

Any help out?

Thanks for reading!
 

HomeY

Test Group
  • Team MediaPortal
  • February 23, 2008
    6,475
    4,645
    49
    ::1
    Home Country
    Netherlands Netherlands
    Since it's Moving Pictures related (and i saw that you already posted the same question in MovPic forum also) i'll lock this so you keep the discussion in 1 (and the right) place ;)
     
    Status
    Not open for further replies.

    Users who are viewing this thread

    Top Bottom