Support for streaming instead of downloading (bug 93)
commit168966522ee925bbdbcf5063bfbff1743df8daea
authorThomas Perl <thp@perli.net>
Wed, 19 Nov 2008 15:25:27 +0000 (19 16:25 +0100)
committerThomas Perl <thp@perli.net>
Wed, 19 Nov 2008 15:25:27 +0000 (19 16:25 +0100)
treef0cf682ae0592f53ece6fde0c30e9bc95c5a6b56
parent085e899e56726fe395ec2b67e7747b45e365e755
Support for streaming instead of downloading (bug 93)

With the configuration option "enable_streaming" enabled,
gPodder will now allow you to stream podcasts from the
server instead of downloading it locally first.

Streamed episodes will look as if they have been
downloaded and afterwards deleted. "Played" status is now
display on deleted episodes, too for this reason.
src/gpodder/config.py
src/gpodder/gui.py
src/gpodder/libgpodder.py
src/gpodder/libpodcasts.py
src/gpodder/util.py