** Description changed:

  Playing an Audio CD on Exaile (0.3.0.1 from ubuntu karmic) , whichever
  track I select, it plays track one. I've had this to two commercial CDs
  
  The playlist loads correctly and Exaile identifies the CD and track
  titles, but which ever track I select, Exaile plays track 1. There is
  little terminal to suggest what is wrong, notice the terminal c&p below
  shows track 4 and 5 being played.
  
  This also affects cd ripping. If I rip a CD I get one file per named,
  named with track name, but contents of each file are the same : they are
  all track 1.
  
- vlc plays the cd correctly.
+ IMPACT: Users of Xubuntu 9.10 are unable to play music CDs (besides the
+ first track) using the default music player Exaile.
  
- INFO    : Loading Exaile 0.3.0.1... (xl.main)
- INFO    : Loading settings... (xl.main)
- INFO    : Setting up deferred idle manager function... (xlgui)
- INFO    : Loading plugins... (xl.main)
- DEBUG   : Provider rgvolume registered for service stream_element 
(xl.providers)
- DEBUG   : Provider rglimiter registered for service stream_element 
(xl.providers)
- DEBUG   : Loaded plugin replaygain (xl.plugins)
- DEBUG   : Loaded plugin shoutcast (xl.plugins)
- DEBUG   : Loaded plugin lyricwiki (xl.plugins)
- DEBUG   : Loaded plugin lastfmcovers (xl.plugins)
- DEBUG   : Provider cd registered for service hal (xl.providers)
- DEBUG   : Loaded plugin cd (xl.plugins)
- INFO    : Loading collection... (xl.main)
- DEBUG   : Normal playback engine selected. (xl.player)
- INFO    : Loading devices... (xl.main)
- DEBUG   : Provider local registered for service covers (xl.providers)
- DEBUG   : Provider __local registered for service lyrics (xl.providers)
- INFO    : Loading interface... (xl.main)
- INFO    : HAL Providers: [<cd.CDHandler object at 0x993bc8c>] (xl.hal)
- DEBUG   : Found new cd device at 
/org/freedesktop/Hal/devices/volume_part_1_size_479897600 (xl.hal)
- INFO    : Loading main window... (xlgui)
- DEBUG   : Adding playlist 0: order0.playing.Playlist %d (xlgui.main)
- DEBUG   : Tab:0; Tag:playing; Name:Playlist %d (xlgui.main)
- INFO    : Loading panels... (xlgui)
- INFO    : Connecting panel events... (xlgui)
- INFO    : Connecting main window events... (xlgui)
- INFO    : Done loading main window... (xlgui)
- INFO    : Playing cdda://4#/dev/sr0 (xl.player.engine_normal)
- DEBUG   : Connected to HAL (xl.hal)
- DEBUG   : Exaile Shoutcast Plugin/0.0.3 +http://www.exaile.org (shoutcast)
- DEBUG   : Provider shoutcast registered for service radio (xl.providers)
- DEBUG   : Provider lyricwiki registered for service lyrics (xl.providers)
- DEBUG   : Provider lastfm registered for service covers (xl.providers)
- DEBUG   : Couldn't send seek event (xl.player.engine_normal)
- DEBUG   : Searching for 1 tracks related to 'I Spy' by 'Pulp' from 'Different 
Class' (xl.dynamic)
- DEBUG   : Stream tag: (xl.track)
- DEBUG   :   discid: 900c340c (xl.track)
- DEBUG   :   discid-full: 900c340c 12 150 17137 31490 57862 84505 105022 
120760 135657 152745 179845 198307 217700 3124 (xl.track)
- DEBUG   :   musicbrainz-discid: eWnHGl7krv6R.9DX51LSOR1rEUg- (xl.track)
- DEBUG   :   musicbrainz-discid-full: 01 0C 000393EB 00000096 000042F1 
00007B02 0000E206 00014A19 00019A3E 0001D7B8 000211E9 000254A9 0002BE85 
000306A3 00035264 (xl.track)
- DEBUG   :   track-count: 12 (xl.track)
- DEBUG   :   track-number: 1 (xl.track)
- DEBUG   :   duration: 226493333333 (xl.track)
- DEBUG   : Added 0 tracks. (xl.dynamic)
- INFO    : Playing cdda://5#/dev/sr0 (xl.player.engine_normal)
- DEBUG   : Searching for 1 tracks related to 'Disco 2000' by 'Pulp' from 
'Different Class' (xl.dynamic)
- DEBUG   : Stream tag: (xl.track)
- DEBUG   :   discid: 900c340c (xl.track)
- DEBUG   :   discid-full: 900c340c 12 150 17137 31490 57862 84505 105022 
120760 135657 152745 179845 198307 217700 3124 (xl.track)
- DEBUG   :   musicbrainz-discid: eWnHGl7krv6R.9DX51LSOR1rEUg- (xl.track)
- DEBUG   :   musicbrainz-discid-full: 01 0C 000393EB 00000096 000042F1 
00007B02 0000E206 00014A19 00019A3E 0001D7B8 000211E9 000254A9 0002BE85 
000306A3 00035264 (xl.track)
- DEBUG   :   track-count: 12 (xl.track)
- DEBUG   :   track-number: 1 (xl.track)
- DEBUG   :   duration: 226493333333 (xl.track)
- DEBUG   : Added 0 tracks. (xl.dynamic)
- INFO    : Exaile is shutting down... (xl.main)
- INFO    : Disabling plugins... (xl.main)
- DEBUG   : Stopping IdleManager thread... (xl.event)
- INFO    : Saving state... (xl.main)
- DEBUG   : Removing tab order0.playing.Playlist %d (xlgui.main)
- DEBUG   : Saving tab 0: order0.playing.Playlist %d (xlgui.main)
- DEBUG   : Saving tdb DB to /home/james/.local/share/exaile/music.db. 
(xl.trackdb)
- DEBUG   : Saving settings... (xl.settings)
- INFO    : Bye! (xl.main)
+ FIX: Don't set the track to 1 every time a device is set. See
+ https://bugzilla.gnome.org/show_bug.cgi?id=601104
+ 
+ PATCH: http://cgit.freedesktop.org/gstreamer/gst-plugins-
+ base/commit/?id=acaeed6131539facc523862e0f418f8602c6b095
+ 
+ TEST CASE: 
+ 1. Insert a standard music CD into your disk drive.
+ 2. Open the Exaile multimedia player and attempt to play any song from the 
CD. Regardless which track you pick, the first track will always be played.
+ 3. Exit exaile
+ 4. Install the patched gst-plugins-base0.10 package
+ 5. Open the Exaile multimedia player and attempt to play any song from the 
CD. Exaile will now play the track selected instead of always playing the first 
track.
+ 
+ REGRESSION POTENTIAL: Potential for regression is very low in gst-
+ plugins-base0.10 and low for applications making use of the library.
+ Other media players besides exaile should be tested with the patched
+ gst-plugins-base0.10 to ensure players aren't incorrectly relying on the
+ current behavior somehow.

-- 
Unable to play any but the first track of CD
https://bugs.launchpad.net/bugs/460535
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to