Summary: | Amarok only plays first second of some songs and then skips to next song | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Arnout Boelens <a.m.p.boelens> |
Component: | general | Assignee: | Amarok Bugs <amarok-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | bugzzzz |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | traces when amarok skips tracks in the playlist |
Description
Arnout Boelens
2009-06-01 16:34:08 UTC
*** This bug has been marked as a duplicate of bug 189265 *** Created attachment 38808 [details]
traces when amarok skips tracks in the playlist
The problem is not resolved on 2.2.0. When the playlist is a list of radio streams, if I try to play a stream that is not available, amarok will skip to the next stream, play ~ 0.5 second and skip to the next stream, etc. Then, it is not possible to play one stream (but the last one in the playlist). Amarok must be restarted to retrieve its normal behaviour. The traces are joined below. Please upgrade to Amarok 2.2.1, this is definitely solved. I could reproduce this bug with the amarok version from git://gitorious.org/amarok/amarok.git extracted today. and with the following playlist : <?xml version="1.0" encoding="UTF-8"?> <playlist version="1" xmlns="http://xspf.org/ns/0/"> <trackList> <track> <location>http://stream.radiolibertefm.com:8810/</location> <identifier>http://stream.radiolibertefm.com:8810/</identifier> <title>Flux (http://stream.radiolibertefm.com:8810/)</title> </track> <track> <location>http://195.43.138.143:8000</location> <identifier>http://195.43.138.143:8000</identifier> <title>Mausam Ayenge</title> <creator>Chinmaya Dunster</creator> <album>World Music - S K Y . F M - thanks for listening, visit us at www.sky.fm!</album> </track> <track> <location>http://216.218.147.39:3060</location> <identifier>http://216.218.147.39:3060</identifier> <title>World, Ambient, New Age, International,African, Asian, Curopean, Latin, Middle Eastern, Reggae/Island</title> <creator>http://www.gotradio.com</creator> <album>GotRadio - World</album> </track> <track> <location>http://67.225.203.20:8000</location> <identifier>http://67.225.203.20:8000</identifier> <title>Bongo Flava Mix Vol 0909 by Yourstrully</title> <creator>http://www.bongoradio.com</creator> <album>BONGO RADIO:Tanzania's Hot Station Bongo Flava</album> </track> <track> <location>http://74.86.77.10:8088</location> <identifier>http://74.86.77.10:8088</identifier> <title>world</title> <creator>http://www.bogotaestereo.com</creator> <album>Bogota Estereo</album> </track> <track> <location>http://145.58.33.95:8022</location> <identifier>http://145.58.33.95:8022</identifier> <title>Doing Time in St. Tropez</title> <creator>Camiel</creator> <album>NPS output webradio/grooves. Groovy & funky beats from around the world</album> </track> </trackList> </playlist> If you try to listen to any stream but the first one (http://stream.radiolibertefm.com:8810/), amarok works fine. If you try to listen to the first stream, amarok will skip all streams until the last one. Then, trying to listen to any other stream will give the same result (skipping until the last stream). Amarok will revert to its normal behaviour after restarting the program. |