Add an Eject after read?

Asked by hairybiker

Would it be possible to add the facility to eject the media after it has been imported?

Question information

Language:
English Edit question
Status:
Solved
For:
Basenji Edit question
Assignee:
No assignee Edit question
Solved by:
Patrick Ulbrich
Solved:
Last query:
Last reply:
Revision history for this message
Best Patrick Ulbrich (pulb) said :
#1

Hi, implementing auto ejection on Gnome is easy. The problem is that, since Basenji is multiplatform, this feature must be implemented for other platforms (i.e. Windows) as well . The last time I looked into it, I didn't find a satisfying solution that works across multiple windows versions. Apart from this I don't have much free time to implement new features.

On ther other hand, the volume-scanner-daemon, a tool that runs in the background and scans every media you insert into a specific drive automatically, features automatic disk ejection. The tool is is linux only and uses Basenji's Database library.
The sourcecode is available here -> https://code.launchpad.net/~pulb/basenji/volumedb-tools
Precompiled packages for Ubuntu are available here -> https://launchpad.net/~pulb/+archive/basenji-daily
More information is available here -> http://www.webupd8.org/2010/10/basenji-gets-scanner-daemon-which.html

Revision history for this message
hairybiker (xbox-robsonfamily) said :
#2

Thanks will give that a go.