https://bugs.kde.org/show_bug.cgi?id=438864
b...@mogwai.be changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma-mobile/kasts/commit/562c | |76c799d3ec10d244acd799289b5 | |ebc835aab --- Comment #7 from b...@mogwai.be --- Git commit 562c76c799d3ec10d244acd799289b5ebc835aab by Bart De Vries. Committed on 19/10/2022 at 12:49. Pushed by bdevries into branch 'master'. Implement streaming support This implements support for streaming episodes rather than downloading them first. This introduces a new setting: prioritizeStreaming. If it's set to false (default) then a streaming play button is only added to the EntryPage. If it is set to true, then the streaming play button will also appear on the Entry delegates instead of the download button. There is a separate setting to decide if streaming is also allowed on metered connections. M +4 -0 .reuse/dep5 A +10 -0 icons/media-playback-start-cloud.svg M +54 -5 src/audiomanager.cpp M +6 -1 src/audiomanager.h M +7 -1 src/error.cpp M +2 -1 src/error.h M +55 -29 src/qml/EntryPage.qml M +29 -7 src/qml/GenericEntryDelegate.qml M +21 -4 src/qml/Settings/GeneralSettingsPage.qml M +7 -0 src/qml/Settings/NetworkSettingsPage.qml M +1 -0 src/resources.qrc M +8 -0 src/settingsmanager.kcfg M +3 -3 src/updatefeedjob.cpp https://invent.kde.org/plasma-mobile/kasts/commit/562c76c799d3ec10d244acd799289b5ebc835aab -- You are receiving this mail because: You are watching all bug changes.