desktop-packages team mailing list archive
-
desktop-packages team
-
Mailing list archive
-
Message #150903
[Bug 1520379] Re: Totem cannot use .m3u files
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 Desktop
Packages, which is subscribed to totem-pl-parser in Ubuntu.
https://bugs.launchpad.net/bugs/1520379
Title:
Totem cannot use .m3u files
Status in totem-pl-parser package in Ubuntu:
New
Bug description:
Since 3.10 this has been broken, totem will report, "m3u-files will not start any more; error "The given film cannot be found"
Fixed upstream in git, could be applicable to 3.10 if 16.04 doesn't move up. (will test patch
https://bugzilla.gnome.org/show_bug.cgi?id=758710
ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: libtotem-plparser18 3.10.5-1
ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
Uname: Linux 4.2.0-19-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.19.2-0ubuntu6
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Nov 26 18:45:16 2015
InstallationDate: Installed on 2015-10-25 (32 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
SourcePackage: totem-pl-parser
UpgradeStatus: No upgrade log present (probably fresh install)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem-pl-parser/+bug/1520379/+subscriptions
References