Module btcompletedir
source code
Make a metainfo (.dtorrent) file for every file in a directory.
Creates a new metainfo file for every file in a given directory.
|
|
logger = logging.getLogger()
|
Imports:
DebTorrent.PSYCO,
psyco,
sys.argv,
sys.version_info,
sys.exit,
os.path.split,
DebTorrent.BT1.makemetafile.defaults,
DebTorrent.BT1.makemetafile.completedir,
DebTorrent.BT1.makemetafile.print_announcelist_details,
DebTorrent.parseargs.parseargs,
DebTorrent.parseargs.formatDefinitions,
logging
Display the current status of the file scan.
- Parameters:
amount (int) - the number of packages that have been found so far in the
current file
|
Print the name of the file being scanned.
- Parameters:
file (string) - the file name
|