After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 631497 - Not handling m3u files with extra whitespace properly
Not handling m3u files with extra whitespace properly
Status: RESOLVED FIXED
Product: totem-pl-parser
Classification: Core
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: totem-pl-parser-maint
totem-pl-parser-maint
Depends on:
Blocks:
 
 
Reported: 2010-10-06 08:01 UTC by Hans de Goede
Modified: 2010-10-06 08:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Hans de Goede 2010-10-06 08:01:47 UTC
Hi,

The .m3u files server by:
http://www.artistserver.com/charts.cfm

Have a comment line starting with 2 tabs, which totem-pl-parser does not grok. I assume this works on other platforms and is not just a website bug.

Click on the play button of any song on the page, and open
the .m3u with audacious (if not your default action) to see
the problem.

Thanks,

Hans
Comment 1 Bastien Nocera 2010-10-06 08:42:12 UTC
commit 438b39af2a4be2ac2ed050585de367121d6901da
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 6 09:41:28 2010 +0100

    Ignore leading spaces before EXTINF comments
    
    https://bugzilla.gnome.org/show_bug.cgi?id=631497