I have recently installed rhythmbox on karmic. My whole music collection is in mp3 format. I have enabled universe, multivers & medibuntu repositories and installed all the codecs that I could search out instrux for.
followed the following instructions from http://ubuntuforums.org/showthread.php?t=766683
instructions used
64-Bit Kubuntu Users:
*****Next Step: Changed my preferred format to MP3 using the following instructions:
(source used) http://www.linuxquestions.org/questi...oblem.-580494/
instructions used
Problem:
Rhythmbox now recognizes & plays my music, but there is absolutely no sound output. I have checked the volume levels on the player & kmixer.
If any of you guys have some time to take a look at this I would as always greatly appreciate your feed back if you can help
BTW, Amarok currently works on my system
***One more thing that might be of some help.... When I try to start rhythmbox from the command line I get the following messages:
followed the following instructions from http://ubuntuforums.org/showthread.php?t=766683
instructions used
64-Bit Kubuntu Users:
Code:
sudo apt-get remove gnash gnash-common libflashsupport mozilla-plugin-gnash swfdec-mozilla && sudo apt-get install alsa-oss faac faad flashplugin-nonfree ia32-libs ia32-sun-java6-bin icedtea6-plugin libk3b2-extracodecs libmp3lame0 libtunepimp5-mp3 libxine1-ffmpeg non-free-codecs openjdk-6-jre unrar
(source used) http://www.linuxquestions.org/questi...oblem.-580494/
instructions used
If you need to store tracks in the MP3 format (for example, if your portable music player only supports MP3 and not Ogg Vorbis), you will need to create a new profile. To do this, click on Edit Profiles, click New, and name the profile MP3.
Select the MP3 profile and click the Edit button.
Set GStreamer Pipeline to audio/x-raw-int,rate=44100,channels=2 ! lame name=enc ! id3mux
Set the File Extension to mp3, and select the Active check box.
You will have to restart Sound Juicer to see the new audio profile.
This profile uses the LAME MP3 encoder, so you will need to have the GStreamer LAME plugin installed.
Select the MP3 profile and click the Edit button.
Set GStreamer Pipeline to audio/x-raw-int,rate=44100,channels=2 ! lame name=enc ! id3mux
Set the File Extension to mp3, and select the Active check box.
You will have to restart Sound Juicer to see the new audio profile.
This profile uses the LAME MP3 encoder, so you will need to have the GStreamer LAME plugin installed.
Rhythmbox now recognizes & plays my music, but there is absolutely no sound output. I have checked the volume levels on the player & kmixer.
If any of you guys have some time to take a look at this I would as always greatly appreciate your feed back if you can help
BTW, Amarok currently works on my system
***One more thing that might be of some help.... When I try to start rhythmbox from the command line I get the following messages:
Code:
ben@HP:~$ rhythmbox ** (rhythmbox:5535): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed ** (rhythmbox:5535): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed (rhythmbox:5535): Rhythmbox-WARNING **: Unable to grab media player keys: Could not get owner of name 'org.gnome.SettingsDaemon': no such name
Comment