Home | Trees | Indices | Help |
|
---|
|
Helpers for pulling data from CDs, DVDs and similar media.
Classes | |
CDHandler A wrapper for mounting and ejecting CDs. |
Functions | |||
|
|||
|
Variables | |
CTL_CD_EJECT = 0x5309
|
|
CTL_CD_QCHANGE = 0x5325
|
Function Details |
runs a crude UI to read CDs in batch. The idea is that you get a copy-in script by writing something like import os from gavo import api rd = api.getRD("foo/bar") cd = CDHandler("/dev/cdrom", "mnt/cd") copying.readCDs(os.path.join(rd.resdir, "raw"), cd) |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |