The upstream commit to fix works fine, 1 word change in 2 lines. -

--- totem-pl-parser-3.10.5.orig/plparse/totem-pl-parser-lines.c
+++ totem-pl-parser-3.10.5/plparse/totem-pl-parser-lines.c
@@ -502,7 +502,7 @@ totem_pl_parser_add_m3u (TotemPlParser *
                        /* + 2, skip drive letter */
                        uri = g_file_get_child (base_file, line + 2);
                        totem_pl_parser_add_uri (parser,
-                                                TOTEM_PL_PARSER_FIELD_URI, uri,
+                                                TOTEM_PL_PARSER_FIELD_FILE, 
uri,
                                                 TOTEM_PL_PARSER_FIELD_TITLE, 
totem_pl_parser_get_extinfo_title (extinfo),
                                                 
TOTEM_PL_PARSER_FIELD_AUDIO_TRACK, audio_track,
                                                 NULL);
@@ -536,7 +536,7 @@ totem_pl_parser_add_m3u (TotemPlParser *
                        uri = g_file_get_child (_base_file, line);
                        g_object_unref (_base_file);
                        totem_pl_parser_add_uri (parser,
-                                                TOTEM_PL_PARSER_FIELD_URI, uri,
+                                                TOTEM_PL_PARSER_FIELD_FILE, 
uri,
                                                 TOTEM_PL_PARSER_FIELD_TITLE, 
totem_pl_parser_get_extinfo_title (extinfo),
                                                 
TOTEM_PL_PARSER_FIELD_AUDIO_TRACK, audio_track,
                                                 NULL);

The add. upstream tests commits fail in a ppa build, not a concern  for
me.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1520379

Title:
  Totem cannot use .m3u files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem-pl-parser/+bug/1520379/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to