https://bugs.kde.org/show_bug.cgi?id=470721
Jack Hill <jackhill3...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/mult | |imedia/elisa/-/commit/558be | |f47e298b6bb132fe3c58570a355 | |75ecea6e Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #6 from Jack Hill <jackhill3...@gmail.com> --- Git commit 558bef47e298b6bb132fe3c58570a35575ecea6e by Jack Hill. Committed on 26/04/2024 at 16:00. Pushed by jackh into branch 'master'. Fix loading playlists encoded with CRLF CRLF files end with \r\n. We were not accounting for the extra \r, so were looking for music files like "myfile.flac\r" Test-plan: 1. Create a sample playlist file 2. Convert to crlf with `unix2dos -n input.m3u output.m3u` 3. Confirm crlf endings with `cat -A output.m3u` (lines should end with ^M$) 4. Import playlist into Elisa Before: error. Now: works fine Also added a unit test. M +37 -0 autotests/mediaplaylistproxymodeltest.cpp M +4 -0 autotests/mediaplaylistproxymodeltest.h M +1 -1 src/mediaplaylistproxymodel.cpp https://invent.kde.org/multimedia/elisa/-/commit/558bef47e298b6bb132fe3c58570a35575ecea6e -- You are receiving this mail because: You are watching all bug changes.