[Bug 1520379] Re: Totem cannot use .m3u files

2015-12-30 Thread Doug McMahon
Fixed in totem-pl-parser-3.10.6

** Changed in: totem-pl-parser (Ubuntu)
   Status: Triaged => Fix Released

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1520379] Re: Totem cannot use .m3u files

2015-11-26 Thread Doug McMahon
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1520379] Re: Totem cannot use .m3u files

2015-11-26 Thread Sebastien Bacher
The package is in sync with Debian, let's wait a bit to see if upstream
makes a release and we get the update by then, tagging the bug to make
sure to not forgot to backport the patch otherwise

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1520379] Re: Totem cannot use .m3u files

2015-11-26 Thread Sebastien Bacher
The fix from https://git.gnome.org/browse/totem-pl-
parser/commit/?id=21f64b6252445a79660797296d15b4cfa4e21360 needs to be
backported

** Changed in: totem-pl-parser (Ubuntu)
   Status: In Progress => Triaged

** Tags added: rls-x-incoming

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1520379] Re: Totem cannot use .m3u files

2015-11-26 Thread Sebastien Bacher
Thanks

** Changed in: totem-pl-parser (Ubuntu)
   Importance: Undecided => High

** Changed in: totem-pl-parser (Ubuntu)
   Status: New => In Progress

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs