After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 633469 - Remember length of podcast when opening it
Remember length of podcast when opening it
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: Podcast
unspecified
Other Linux
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-10-29 14:35 UTC by Bastien Nocera
Modified: 2011-01-02 04:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2010-10-29 14:35:13 UTC
When opening the podcast for the first time, to download it, Rhythmbox should make a note of its length, and not mark the podcasts as downloaded until the full length is downloaded.

I ended up with a number of 30 seconds podcasts instead of 30 minutes ones (bad internet connection, or full hard disk), and I have no way to resume or re-download them.
Comment 1 Jonathan Matthew 2011-01-02 04:13:03 UTC
commit 10d4b587b1f2f9b27fec7efd3464eddbd4ed1fdb
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Sun Jan 2 14:07:53 2011 +1000

    podcast: fix podcast status on download completion (bug #633469)
    
    Only set the status to 'downloaded' if we've downloaded the whole file.
    
    If a selected entry is in the download queue, enable the 'cancel download'
    action.  If a selected entry is not in the download queue and has a status
    other than 'downloaded', enable the 'download episode' action.
    
    This should make it possible to complete downloads that fail due to
    connection errors and the like.