These UI requests are very simple to implement. :D 1.An option for sequential download should be present in the right click menu. 2.Rename the media player plugin to something like "torrent streaming" and instead of the description mentioning the not very useful "phonon-based media player", to be mentioning something like "torrent streaming media player". 3.Also in the Help center "Previewing of certain file types, build in (video and audio)" should be changed to something like "media streaming" The current ability of sequential download is well hidden from the user. Two other bugs where filled over this: https://bugs.kde.org/show_bug.cgi?id=306407 https://bugs.kde.org/show_bug.cgi?id=320289 My self, i only find out about the existing sequential download of ktorrent when i was about to add a third bug. Very few users know about this ability. I don't find it intuitive to expect that the "media plugin" can download sequentially. Also, a user might want to use an other media player, so an option in the menu is also useful. It's a bit too hacky to use an other media player by activating the media player of the plugin....
currently sequential download is activated automatically when you open a video or audio file from torrent file tree inside ktorrent's bottom panel
Has this been resolved? If not I'll try to implement such a feature
(In reply to Nick Shaforostoff from comment #1) > currently sequential download is activated automatically when you open a > video or audio file from torrent file tree inside ktorrent's bottom panel Well, it can be useful functionality, but it will be much more useful to have the possibility to manually enable sequential download on selected file (even in multi-files torrents). Even if it is not a sound/movie. Or if user want to open it in another player (like, say, mpv).
(In reply to Nick Shaforostoff from comment #1) > currently sequential download is activated automatically when you open a > video or audio file from torrent file tree inside ktorrent's bottom panel Do you mean sequential download for the entire file (not only start/end chunks)? It is described anywhere?
A bit late to the party but I got here trying to solve an issue: I double clicked on a media file the whose preview was *not* available yet, and KTorrent asked me if I wanted to activate sequential mode for that file. I clicked "yes" just to see what happened, but now I want to disable it. I spent quite a bit of time looking around in the various menus and then on the internet but I can't find a way to disable this mode once activated. Does this bug report mean that there is no way to deactivate sequential mode once it's activated?
(In reply to King_DuckZ from comment #5) > Does this bug report mean that there is no way to deactivate sequential mode > once it's activated? It should be stored somewhere in text config, I guess. Would search for it with something like this: find ~ -name '*ktorrent*' -exec grep -ir "seq" {} +