Kubuntu でオーディオ CD を再生するにはどうすればよいですか?

Kubuntu でオーディオ CD を再生するにはどうすればよいですか?

オーディオ CD は Ubuntu 11.10 では問題なく再生されますが、Kubuntu 11.10 では、AmaroK 2.5 を使用しても、オーディオ CD は再生デバイスとして表示され、リッピングもできますが、CD を直接再生することはできません。AmaroK は CD トラックを表示しますが、プレイリストに追加してから再生しようとしても何も起こりません。Bangarang では、CD トラックはまったく表示されません。KsCD はクラッシュし、起動しません。

Clementine では、CD が表示されません。MPlayer とそのフロントエンド (SMPlayer や UMPlayer を含む) では、CD の音が途切れます。これは、MPlayer のログによると、MPlayer の CD キャッシュが応答しないためです (キャッシュ サイズに関係なく)。Kaffeine と Xine では、CD は再生されます (少なくとも最初のトラックは) が、トラックのリストが表示されず、トラックをスキップすることもできません。

Sound Juicer や Goobox などの GNOME ベースの CD プレーヤーは、GNOME 自体の半分を消費しますが、これは望ましくありません。そのため、VLC、Winamp 風 (Qmmp、Audacious)、Mono (Banshee) 以外の選択肢はなくなったようですが、これらはすべて避けたいと思っています。GStreamer、Xine、または MPlayer (できれば GStreamer) のいずれかでオーディオ CD を再生する方法はありますか?

答え1

何かが壊れている

Kubuntu 11.10 / KDE 4.7 / Amarok 2.4.3 - 2.5.0

Amarok で CD を再生できません。他のユーザーでも同じ状況のようです:http://www.kubuntuforums.net/showthread.php?56320-Amarok での CD の再生

Bangarang (2.1) では、Xine Phonon バックエンドを使用すると CD が再生されます。Xine バックエンドは非推奨となり、Ubuntu リポジトリから削除されました。私は Natty - phonon-backend-xine_4.7.0really4.4.4-0ubuntu3_i386.deb の Xine Phonon バックエンドを使用しています。

ここに画像の説明を入力してください

CDの再生方法

私はcdtoolを使用しています。

:~$ apt-cache show cdtool

Description: text-based audio CD player and CD-ROM control commands
 cdtool contains cdplay, cdeject, cdstop, cdpause, and several other
 programs for playing audio CDs and controlling a CD-ROM drive from
 the command line and in a quick and scriptable way.
 .
 cdown reads track info and queries a CDDB database for info on
 the current CD. cdctrl is a command line utility for controlling a
 CD-ROM drive interactively and from scripts. cdir keeps track of the
 contents of different CDs using a workman-compatible database.

man cdtool

NAME
       cdtool - play and catalog audio CDROMs on CDROM drive(s)

SYNOPSIS
       cdeject   [-[0..9]|-d device]  [-V|-?|-h]
       cdclose   [-[0..9]|-d device]  [-V|-?|-h]
       cdir -n   [-[0..9]|-d device]  [-r|-s|-t|-V|-?|-h]
       cdinfo    [-[0..9]|-d device]  [-a|-r|-s|-t|-v|-V|-?|-h]
       cdpause   [-[0..9]|-d device]  [-V|-?|-h]
       cdplay    [-[0..9]|-d device]  [start [stop]
       cdplay    [-[0..9]|-d device]  [+|- number]
       cdplay    [-[0..9]|-d device]  [start|stop|resume|eject|close|info|dir]
       cdplay    [-[0..9]|-d device]  [-V|-?|-h]
       cdstop    [-[0..9]|-d device]  [-V|-?|-h]
       cdvolume  [-[0..9]|-d device]  [-V|-?|-h|level]
       cdshuffle [-[0..9]|-d device]  [-V|-?|-h]

DESCRIPTION
       The cdeject command ejects the current compact disc.

       The cdclose command closes the CDROM tray.

       The  cdir  command  lists information about the currently loaded audio 
       compact disc.  In particular, it lists the lengths of all tracks...

つまり、Alt+F2 と cdplay、cdstop、...

ここに画像の説明を入力してください

答え2

kscd私にとってはうまくいきました。

sudo apt-get install -y kscd

関連情報