Stable: 2.5.2
Development: 2.6-alpha3
I really like this piece of software. This is the way you listen music, EASY and fast.
But im wondering about playing audio CDs
Anybody knows how to play audio CDs within MOC? Should be fantastic!
Another feature i miss is the capability of filtered searches, i.e. browse your music
by author, tittle, album (depending on the tags you can/have)
michero
Fri, 2008-12-26 11:54
Permalink
I am on OpenSolaris now, so I
I am on OpenSolaris now, so I cant verify this info... but... You cannot just mount the CD (i.e. in /mnt/music) and go to this catalog within MOC ? Just select the music from /mnt/music and that`s it.
I dont quite get Your problem... it is impossible to do what I wrote?
vik
Sat, 2008-12-27 02:26
Permalink
This could be a good idea (i
This could be a good idea (i was thinking on other problem too: the audioCD format)
I've tried yours:
zeppelin ~ # mount /dev/cdrom /mnt/cdrom/
mount: block device /dev/hdc is write-protected, mounting read-only
mount: /dev/hdc: can't read superblock
but it was worst than i thought, nothing came to the directory
I now my Desktop can read audioCDs with other programs like grip (for rip also de CD). When its a data CD it appears an fancy CD icon in my desktop and i can access to it (even if i go to /media/cdrom it is mounted there). But if it is an audio CD, there is no mounting operation from the part of my desktop.
Thanks aanyway.
golemj
Wed, 2008-12-31 15:04
Permalink
When mount prints "can't read
When mount prints "can't read superblock" then device will not be mounted. That is why nothing is in directory.
To play audio CD you need to access /dev/hdc directly like other programs do. AFAIK moc is not able to do this now and some new decoder plugin will be necessary for it.
mkli
Thu, 2009-01-08 12:52
Permalink
FUSE or Kernel Module for mounting an audio cd
There seem to be two options on Linux:
Kernel Module:
http://users.elis.ugent.be/~mronsse/cdfs/
Using FUSE:
http://castet.matthieu.free.fr/cddfs/
m.
m_a_xim
Sun, 2009-02-08 19:49
Permalink
If you are using Gnome (or
If you are using Gnome (or maybe even if you're not: I'm not sure), some virtual .wav files are automaticly created in ~/.gvfs/*/ (There should only be one folder I think so I put a star because the folder name depends on the device you are using and on your language)
You can then play the CD with this command:
mocp -a ~/.gvfs/*/
EDIT: this will just add the tracks to the playlist, not play them automatically.
( I'm using Ubuntu 8.10 Intrepid (gnome) )
sabrewolfy
Thu, 2009-03-05 20:39
Permalink
Audio CDs
Thanks for the suggestion about .gvfs. Worked for me on Ubuntu Hardy.
rufong
Sat, 2010-09-11 05:08
Permalink
using gtk, peppermint-ice
this solution worked for me, MANY thx
firejox
Thu, 2011-08-11 14:01
Permalink
Maybe try add libcdio library
Maybe try add libcdio library into MOC
http://www.gnu.org/software/libcdio/
It is some way that can solve it.