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 600058 - Feed is not parsed when title tag is empty
Feed is not parsed when title tag is empty
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: Podcast
HEAD
Other Linux
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
: 600683 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2009-10-29 18:54 UTC by Austriaco
Modified: 2009-11-22 09:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Don't ignore podcasts with an empty title (1.65 KB, patch)
2009-11-16 12:53 UTC, Bastien Nocera
committed Details | Review

Description Austriaco 2009-10-29 18:54:50 UTC
Using rhythmbox to subscribe to the following podcast: http://www.kingworldnews.com/kingworldnews/Broadcast_Gold+/rss.xml is unsucessful. I realized the XML has an empty <title> tag, so I downloaded the XML file and locally modified it, filling the previously empty tag. Now rhythmbox subscribes correctly to the feed and starts downloading the most recent episode. Package versions are as follows:

ii  libtotem-plparser12               2.26.1-0ubuntu1                   Totem Playlist Parser library - runtime version
ii  rhythmbox                         0.12.0-0ubuntu4                   music player and organizer for GNOME

Subscribing to the podcast with gpodder works and also google reader subscribes to it correctly, so I was hoping Rhythmbox would also bypass this non-compliance on the part of the feed publisher.

Unfortunately I cannot upgrade libtotem-plparser12 to a new version without breaking a lot of other dependencies, so I cannot verify if this problem exists in recent releases.
Comment 1 Bastien Nocera 2009-11-16 10:54:06 UTC
*** Bug 600683 has been marked as a duplicate of this bug. ***
Comment 2 Bastien Nocera 2009-11-16 12:53:00 UTC
Created attachment 147880 [details] [review]
Don't ignore podcasts with an empty title
Comment 3 Bastien Nocera 2009-11-16 12:53:57 UTC
It's actually a bug in Rhythmbox, totem-pl-parser parses those podcasts fine.
Comment 4 Jonathan Matthew 2009-11-22 01:01:47 UTC
Comment on attachment 147880 [details] [review]
Don't ignore podcasts with an empty title

Looks completely sensible to me
Comment 5 Jonathan Matthew 2009-11-22 07:23:05 UTC
Committed this myself to get it into 0.12.6.
Comment 6 Austriaco 2009-11-22 09:01:21 UTC
Great!

I'm glad I could contribute to making a better rythmbox, although my original bug report was for the wrong package!