rhythmbox r5660 - in trunk: . podcast



Author: hadess
Date: Mon Mar 31 13:46:48 2008
New Revision: 5660
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=5660&view=rev

Log:
2008-03-31  Bastien Nocera  <hadess hadess net>

	* podcast/rb-podcast-parse.c (rb_podcast_parse_load_feed):
	Add patch to force the parsing of Podcasts as "playlists",
	fixes parsing of Podcasts when their URLs use unexpected
	suffixes for Podcasts (Closes: #524967)



Modified:
   trunk/ChangeLog
   trunk/podcast/rb-podcast-parse.c

Modified: trunk/podcast/rb-podcast-parse.c
==============================================================================
--- trunk/podcast/rb-podcast-parse.c	(original)
+++ trunk/podcast/rb-podcast-parse.c	Mon Mar 31 13:46:48 2008
@@ -193,7 +193,7 @@
 	}
 
 	plparser = totem_pl_parser_new ();
-	g_object_set (plparser, "recurse", FALSE, NULL);
+	g_object_set (plparser, "recurse", FALSE, "force", TRUE, NULL);
 	g_signal_connect (G_OBJECT (plparser), "entry-parsed", G_CALLBACK (entry_parsed), data);
 	g_signal_connect (G_OBJECT (plparser), "playlist-started", G_CALLBACK (playlist_started), data);
 	g_signal_connect (G_OBJECT (plparser), "playlist-ended", G_CALLBACK (playlist_ended), data);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]