Summary: | k3b should accept m3u files without extended info | ||
---|---|---|---|
Product: | [Applications] k3b | Reporter: | Tomas Hoger <thoger> |
Component: | Audio Project | Assignee: | k3b developers <k3b> |
Status: | CONFIRMED --- | ||
Severity: | wishlist | CC: | ana, cwiesen |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Tomas Hoger
2004-01-12 18:46:04 UTC
I've been asked by KDE Team's beg mail to review this report. I confirm this is still valid with KDE 3.2.2 and K3B 0.11.9. Anyway I took a quick look into the code and I tried to disable check for #EXTM3U in src/projects/audiocd/k3baudiodoc.cpp in K3bAudioDoc::readM3uFile functions. However, problem arises for MP3s, for which this function is called too ;(. that's the problem: we need auto-detection. So one possibility would be to check if the first line points to an existing file. But that cannot be done by reading a line since the file may be binary... *** Bug 89112 has been marked as a duplicate of this bug. *** *** This bug has been confirmed by popular vote. *** |