After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 720120 - Totem doesn't add CD Audio tracks to the playlist from the Open menu item
Totem doesn't add CD Audio tracks to the playlist from the Open menu item
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: Movie player
3.10.x
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-12-09 18:15 UTC by Abandoned account
Modified: 2014-05-15 15:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Abandoned account 2013-12-09 18:15:11 UTC
I have found that the latest version of Totem (3.10.1) doesn't add CD Audio tracks in the described situation. When running a CD Audio from the 'Open' menu item (selecting CD Audio from the left panel and selecting the tracks in the right panel) the response is that it displays a message that video cannot be played. Although if I navigate to the directory that represents the CD Audio (in my case /var/run/user/1000/gvfs/cdda:host=sr0/) the tracks can be added and played by Totem.
Comment 1 Tim-Philipp Müller 2013-12-09 18:23:56 UTC
This might be on purpose, but in any case: moving to Totem
Comment 2 André Klapper 2013-12-09 20:12:31 UTC
Likely intentional. Totem is a movie player. gnome-music will handle Audio CDs.
Comment 3 Bastien Nocera 2013-12-09 23:58:55 UTC
The tracks should still play though. I'd have to find a computer with a CD drive before debugging this...
Comment 4 Bastien Nocera 2014-05-15 15:51:59 UTC
Fixed in gnome-3-8, gnome-3-10, gnome-3-12 and master.

commit c2efd1699288484d5d52c8254d1409e5da3a0b11
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu May 15 17:48:59 2014 +0200

    backend: Force reading from path for CDDA URIs
    
    Otherwise we'll try to use the GStreamer CDDA plugins, instead of
    reading from the GIO plugin.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720120