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 469564 - Add support for itpc scheme
Add support for itpc scheme
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: Movie player
2.19.x
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on: 469563
Blocks:
 
 
Reported: 2007-08-23 12:26 UTC by Bastien Nocera
Modified: 2007-10-08 15:31 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2007-08-23 12:26:14 UTC
+++ This bug was initially created as a clone of Bug #469563 +++

See:
http://www.apple.com/itunes/store/podcaststechspecs.html

We can handle itpc link we would http
Comment 1 Bastien Nocera 2007-10-08 15:31:13 UTC
2007-10-08  Bastien Nocera  <hadess@hadess.net>

        * src/plparse/totem-pl-parser-podcast.c: (parse_rss_item),
        (parse_rss_items), (totem_pl_parser_add_itpc), (check_header),
        (decompress_gzip), (totem_pl_parser_parse_itms_doc),
        (totem_pl_parser_get_feed_url), (totem_pl_parser_get_itms_url),
        (totem_pl_parser_add_itms), (totem_pl_parser_is_itms_feed):
        Add some fixes in iTunes RSS handling, support itunes:subtitle,
        Fix stupidness in itpc URL handling, add support for itms podcasts
        * src/plparse/totem-pl-parser-podcast.h:
        * src/plparse/totem-pl-parser.c: (totem_pl_parser_parse_internal):
        Special case itms podcast references
        * src/plparse/xmlparser.c: Increase maxdepth for iTunes' crazy UI
        definition file

        Note: not adding linking to -lz as gnome-vfs should drag it from
        libxml2

        (Closes: #469563)