danielfullmer / nzbfs

NZB Filesystem using FUSE/Python
18 stars 5 forks source link

Separate nzb and rar extraction into their own scripts #4

Open danielfullmer opened 11 years ago

danielfullmer commented 11 years ago

Instead of doing nzb and rar "extraction" within the nzbfs.py process, we could separate those tasks into their own scripts. We'd let nzbfs trigger another script whenever a .nzb file is closed. That script would then parse, create a subdir, and write out protobuf files for each file in the nzb. It could then forward that along to another script for rar extraction, which would work similarly.