Topic: [How-to] Rhythmbox: Playing .m4a files
I just recently migrated from Ubuntu 10.10 to #! and one of the primary functions of a computer is accessing media, so it was necessary to install a decent music player/library.
Installing rhythmbox itself was very simple. Just
sudo apt-get install rhythmboxthen I just added the command, "rhythmbox" to the openbox menu and launched it.
It recognized and added all my files, except for the ones in m4a format. So after searching around for a while I found that the bad gstreamer plugins had codecs for m4a.
sudo apt-get install gstreamer0.10-plugins-badAnd that solved it. Rhythmbox now plays everything I throw at it.