[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [Bug 61686] kaboodle doesn't download files that arts can't stream
From:       Charles Samuels <charles () kde ! org>
Date:       2003-08-28 18:28:50
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
     
http://bugs.kde.org/show_bug.cgi?id=61686     
charles@kde.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|wishlist                    |major



------- Additional Comments From charles@kde.org  2003-08-28 20:28 -------
I'm moving this to major, because I think it is. Just go to any site that has a bit of media 
that only xine can play, and it just won't work. 
 
I fixed it (the lazy way) as follows.  My solution is obviously lousy, because it blocks Konq 
as it downloads, but it's an improvement because at least the file actually plays. 
 
bool Kaboodle::Player::openURL(const KURL &f) 
{ 
... 
    emit started(0); 
    QString local; 
    KIO::NetAccess::download(f, local); 
    current = KURL(); 
    current.setPath(local); 
    if(!engine->load(current))
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic