Summary: | Phonon codec install with incorrect mimetype. | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | maxime.haselbauer |
Component: | Playlists/Saved Playlists | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | bart.cerneels |
Priority: | NOR | Keywords: | release_blocker |
Version: | 2.5.90 (2.6 beta) | ||
Target Milestone: | 2.6 | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/amarok/f17eb7223fba0eabfe39fe4175decf39f114a789 | Version Fixed In: | 2.6 |
Sentry Crash Report: | |||
Attachments: | The error message that appears |
Description
maxime.haselbauer
2012-06-06 09:04:21 UTC
Created attachment 71616 [details]
The error message that appears
Are the tracks in the playlist from the local collection or somewhere else? Do the tracks play after a little way. They should also become enabled (i.e. not gray) once they are resolved. This could be just a view update problem. Should have looked at the attachment. It seems codec install is conflicting with proxy loading of playlist tracks. See if installing the codecs manually ( sudo apt-get install ubuntu-restricted-extras ) solves this problem for your install. Myriam: Something that should be added to the test plan: try to play MP3 without restricted codecs installed. The whole collection is local (in /home/Music/ ) sudo apt-get install ubuntu-restricted-extras seems to solve the problem :) Thanks Bart ! I don't know how the packaging process works and if it is possible but Maybe for the release, it would be good that the ubuntu-restricted-extras get automatically installed with amarok (or that amarok suggest to install it when it faces this kind of problem) (In reply to comment #3) > Should have looked at the attachment. It seems codec install is conflicting > with proxy loading of playlist tracks. > See if installing the codecs manually ( sudo apt-get install > ubuntu-restricted-extras ) solves this problem for your install. > > Myriam: Something that should be added to the test plan: try to play MP3 > without restricted codecs installed. Done: http://amarok.kde.org/wiki/Development/Testing#New_Installation FWIW: this is a wiki, feel free to add more tests. Git commit f17eb7223fba0eabfe39fe4175decf39f114a789 by Bart Cerneels. Committed on 25/06/2012 at 10:57. Pushed by shanachie into branch 'master'. Remove codec install support, it's in phonon. Handled in phonon since version 4.4. M +0 -60 src/EngineController.cpp M +0 -3 src/EngineController.h http://commits.kde.org/amarok/f17eb7223fba0eabfe39fe4175decf39f114a789 |