[Bug 251669] Re: totem no longer able to play m3u playlists

2010-09-16 Thread Bug Watch Updater
** Changed in: totem Importance: Unknown => Medium -- totem no longer able to play m3u playlists https://bugs.launchpad.net/bugs/251669 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists

[Bug 251669] Re: totem no longer able to play m3u playlists

2009-01-06 Thread Bug Watch Updater
** Changed in: totem Status: New => Fix Released -- totem no longer able to play m3u playlists https://bugs.launchpad.net/bugs/251669 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lis

[Bug 251669] Re: totem no longer able to play m3u playlists

2008-11-05 Thread Martin Pitt
Copied to intrepid-updates. ** Changed in: totem-pl-parser (Ubuntu Intrepid) Status: Fix Committed => Fix Released -- totem no longer able to play m3u playlists https://bugs.launchpad.net/bugs/251669 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which

[Bug 251669] Re: totem no longer able to play m3u playlists

2008-11-02 Thread Martin Pitt
Copied intrepid-proposed version to jaunty. ** Changed in: totem-pl-parser (Ubuntu) Status: Fix Committed => Fix Released -- totem no longer able to play m3u playlists https://bugs.launchpad.net/bugs/251669 You received this bug notification because you are a member of Ubuntu Desktop Bugs

[Bug 251669] Re: totem no longer able to play m3u playlists

2008-11-02 Thread Martin Pitt
** Tags added: verification-done ** Tags removed: verification-needed -- totem no longer able to play m3u playlists https://bugs.launchpad.net/bugs/251669 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list d

[Bug 251669] Re: totem no longer able to play m3u playlists

2008-11-01 Thread Nick Ellery
Fix in intrepid-proposed confirmed. .m3u files work fine. -- totem no longer able to play m3u playlists https://bugs.launchpad.net/bugs/251669 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@

[Bug 251669] Re: totem no longer able to play m3u playlists

2008-10-31 Thread Martin Pitt
Accepted into intrepid-proposed, please test and give feedback here. Please see https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance! ** Changed in: totem-pl-parser (Ubuntu Intrepid) Status: Confirmed => Fix Committed ** Tag

[Bug 251669] Re: totem no longer able to play m3u playlists

2008-10-30 Thread Sebastien Bacher
** Attachment added: "stable update debdiff" http://launchpadlibrarian.net/19087288/totem-pl-parser.debdiff -- totem no longer able to play m3u playlists https://bugs.launchpad.net/bugs/251669 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug a

[Bug 251669] Re: totem no longer able to play m3u playlists

2008-10-30 Thread Sebastien Bacher
** Changed in: totem-pl-parser (Ubuntu Intrepid) Importance: Undecided => Low Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs) Status: New => Confirmed -- totem no longer able to play m3u playlists https://bugs.launchpad.net/bugs/251669 You received this bug notificatio

[Bug 251669] Re: totem no longer able to play m3u playlists

2008-10-30 Thread Sebastien Bacher
the bug has been fixed upstream now ** Changed in: totem-pl-parser (Ubuntu) Status: Triaged => Fix Committed -- totem no longer able to play m3u playlists https://bugs.launchpad.net/bugs/251669 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a

[Bug 251669] Re: totem no longer able to play m3u playlists

2008-10-27 Thread Sebastien Bacher
** Changed in: totem-pl-parser (Ubuntu) Status: Confirmed => Triaged -- totem no longer able to play m3u playlists https://bugs.launchpad.net/bugs/251669 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing l

[Bug 251669] Re: totem no longer able to play m3u playlists

2008-10-26 Thread Fabien Tassin
Confirmed fixed upstream. Here is the debdiff attached. Preview deb is in my PPA. ** Attachment added: "totem-pl-parser_2.24.1-0ubuntu2--2.24.1-0ubuntu3.debdiff" http://launchpadlibrarian.net/18929563/totem-pl-parser_2.24.1-0ubuntu2--2.24.1-0ubuntu3.debdiff -- totem no longer able to play m3

[Bug 251669] Re: totem no longer able to play m3u playlists

2008-10-12 Thread Bug Watch Updater
** Changed in: totem Status: Unknown => New -- totem no longer able to play m3u playlists https://bugs.launchpad.net/bugs/251669 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ub

[Bug 251669] Re: totem no longer able to play m3u playlists

2008-10-12 Thread Fabien Tassin
Linked to http://bugzilla.gnome.org/show_bug.cgi?id=556060 ** Changed in: totem Bugwatch: GNOME Bug Tracker #551610 => GNOME Bug Tracker #556060 Status: Fix Released => Unknown -- totem no longer able to play m3u playlists https://bugs.launchpad.net/bugs/251669 You received this bug

[Bug 251669] Re: totem no longer able to play m3u playlists

2008-10-12 Thread Fabien Tassin
I have tracked the (initial) bug down to totem_pl_parser_mime_type_from_data(). The m3u is first detected as audio/x-mpegurl (which is correct), then later on, it is detected as text/plain by g_content_type_guess() based on its content (which is correct too). The problem is that text/plain is th

[Bug 251669] Re: totem no longer able to play m3u playlists

2008-10-06 Thread Bernhard Koenig
I am currently able to play livestreams but it's a bit unstable: just had a complete system crash, had to reboot. The radio was playing "I wish I was a punk rocker" if that helps. :) Cannot reproduce as that song is rarely played. Haha, but I really had a complete system crash playing a live str

[Bug 251669] Re: totem no longer able to play m3u playlists

2008-10-06 Thread Fabien Tassin
I think what has been fixed is extended m3u files, i.e. files with a #EXTM3U header. Unfortunately for me, it's far from satisfactory: $ find . -name \*.m3u -exec grep EXTM3U {} \; | wc -l 10 $ find . -name \*.m3u | wc -l 248 4% while in hardy, they all play just fine. The bug was initially repo

[Bug 251669] Re: totem no longer able to play m3u playlists

2008-10-06 Thread Bernhard Koenig
It just worked for me. Totem was able to play a number of playlists/livestreams. Was this fixed in one of the updates? -- totem no longer able to play m3u playlists https://bugs.launchpad.net/bugs/251669 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 251669] Re: totem no longer able to play m3u playlists

2008-10-05 Thread Bernhard Koenig
Whenever I play a livestream, I get "An error occurred. Failed to connect stream: Invalid argument" -- totem no longer able to play m3u playlists https://bugs.launchpad.net/bugs/251669 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -

[Bug 251669] Re: totem no longer able to play m3u playlists

2008-10-05 Thread Bernhard Koenig
I still have this problem, cannot play any livestreams with totem. -- totem no longer able to play m3u playlists https://bugs.launchpad.net/bugs/251669 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list deskt

[Bug 251669] Re: totem no longer able to play m3u playlists

2008-09-24 Thread Pedro Villavicencio
this is working fine for me now with intrepid, can anybody else try? thanks. -- totem no longer able to play m3u playlists https://bugs.launchpad.net/bugs/251669 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing

[Bug 251669] Re: totem no longer able to play m3u playlists

2008-09-20 Thread Fabien Tassin
This is not the right fix. http://bugzilla.gnome.org/show_bug.cgi?id=551610 is about fixing the code *writing* m3u to add the missing #EXTM3U header. So this is not about *reading* m3u. And worse, this is the wrong bug as EXTM3U is about Extended M3U playlists, while here, this is about simple M3U

[Bug 251669] Re: totem no longer able to play m3u playlists

2008-09-10 Thread Henrik Nilsen Omma
** Tags added: regression-potential -- totem no longer able to play m3u playlists https://bugs.launchpad.net/bugs/251669 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https:

[Bug 251669] Re: totem no longer able to play m3u playlists

2008-09-10 Thread Bug Watch Updater
** Changed in: totem Status: Unknown => Fix Released -- totem no longer able to play m3u playlists https://bugs.launchpad.net/bugs/251669 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs

[Bug 251669] Re: totem no longer able to play m3u playlists

2008-09-10 Thread Pedro Villavicencio
thanks for sent it upstream, the fix was also committed there, thanks. ** Bug watch added: GNOME Bug Tracker #551610 http://bugzilla.gnome.org/show_bug.cgi?id=551610 ** Also affects: totem via http://bugzilla.gnome.org/show_bug.cgi?id=551610 Importance: Unknown Status: Unknown **

[Bug 251669] Re: totem no longer able to play m3u playlists

2008-09-10 Thread D. Grady
Bug 551610 on bugzilla.gnome.org if anyone is interested. -- totem no longer able to play m3u playlists https://bugs.launchpad.net/bugs/251669 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@

[Bug 251669] Re: totem no longer able to play m3u playlists

2008-09-09 Thread D. Grady
Sure. I'll see what happens. -- totem no longer able to play m3u playlists https://bugs.launchpad.net/bugs/251669 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://list

[Bug 251669] Re: totem no longer able to play m3u playlists

2008-09-09 Thread Sebastien Bacher
thank you for your work on the issue, since you seem to have a good idea about the issue could you open the bug on bugzilla.gnome.org where the people writting the code will read it? an ubuntu bug triager could send the bug for you but that would not be efficient to discuss the changes -- totem n

[Bug 251669] Re: totem no longer able to play m3u playlists

2008-09-08 Thread D. Grady
I have changed this bug to be for the totem-pl-parser package because I have found that this is where the bug actually lies. -- totem no longer able to play m3u playlists https://bugs.launchpad.net/bugs/251669 You received this bug notification because you are a member of Ubuntu Desktop Bugs, whi

[Bug 251669] Re: totem no longer able to play m3u playlists

2008-09-08 Thread D. Grady
I have determined exactly what the playlists need to be interpreted properly! Adding "#EXTM3U" (no quotes of course) as the first line in the m3u playlist file causes totem to interpret it properly. Now, the strange thing is that the playlist files that totem writes don't have this required head

[Bug 251669] Re: totem no longer able to play m3u playlists

2008-09-06 Thread D. Grady
I can confirm this on my 64-bit system (latest Intrepid) as well. double-clicking and file->open both get me "Could not determine type of stream." Once I got the above mentioned "text file" error but cannot re-create it. Console output : ** Message: Error: Could not determine type of stream. gst

[Bug 251669] Re: totem no longer able to play m3u playlists

2008-08-18 Thread Pedro Villavicencio
** Changed in: totem (Ubuntu) Status: Incomplete => Triaged -- totem no longer able to play m3u playlists https://bugs.launchpad.net/bugs/251669 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list deskt

[Bug 251669] Re: totem no longer able to play m3u playlists

2008-08-08 Thread Jason Smith
For me, double-clicking in nautilus opens totem and produces the error "An error occurred GstDecodeBin: This appears to be a text file." The same happens with File>Open... In both cases, the content of the m3u is not shown, only the filename of the m3u. -- totem no longer able to play m3u pla

[Bug 251669] Re: totem no longer able to play m3u playlists

2008-08-08 Thread Pedro Villavicencio
confirming, but if i open it with nautilus (double click on the m3u file) totem shows the content of it, but if i try to open the file with totem from the file menu it doesn't work and it shows the message "decodebin cannot decode plain text files" does the same happens to you? ** Changed in: tot