COT.helpers.isoinfo module

Give COT access to isoinfo for inspecting ISO images.

http://cdrecord.org/

class ISOInfo[source]

Bases: COT.helpers.helper.Helper

Helper provider for isoinfo.

http://cdrecord.org/

__init__()[source]

Initializer.

call(args, **kwargs)[source]

Call isoinfo with the given arguments.

Caches the output of:

  • isoinfo -i FILE -d (volume descriptior info)
  • isoinfo -i FILE -f (find . -print equivalent)
  • isoinfo -i FILE -l (ls -lR equivalent)

For the parameters, see COT.helpers.helper.Helper.call() etc.