Quote:
Originally Posted by RuffLiner5579 I have games, mp3, DVD, and much more that I would like to run automatically.
I also had this crazy idea that may be this could work on ISO files mounted to some directory like ~/mnt or something.
Any thoughts? |
Are you using X at all or just plain console? You are not using a desktop, I know, but now that I think I am not clear if you are using a lighter window manager under x, or if you are using plain console.
If you want to fire up something based on addition or removal of devices you can use udev, but for insertion of dvd or cd disks, now that I think, you would need to do some serious hacking using hal. ivman is based on hal and is used to automount disks when you insert them so it might serve as a model for you, but if you are not using some pre-made tool then there's no easy way to achieve this outside one of the major desktops (which use hal just like I told you).
Then you are going to need to program your own solution based on hal, I guess.