update
This commit is contained in:
parent
19c2881585
commit
c374a2561a
11
filebot.py
11
filebot.py
@ -15,17 +15,6 @@ section_folders = ['4K-Movies', '4K-Series', 'Movies', 'Series']
|
||||
# dest_path = "C:/Test/PostProcess"
|
||||
|
||||
|
||||
print("Checking if rar files and unraring...")
|
||||
for section in section_folders:
|
||||
if os.path.exists(os.path.join(source_path, section)):
|
||||
for dir in os.listdir(os.path.join(source_path, section)):
|
||||
print(f"Found dir: {dir}")
|
||||
unrar_sys_package = '/usr/bin/unrar'
|
||||
rar_file = glob(f"{os.path.join(source_path, section, dir, '')}*rar")
|
||||
if rar_file:
|
||||
print(f"Found rar file {rar_file}")
|
||||
subprocess.run([unrar_sys_package, 'e', rar_file[0], '-idq', os.path.join(source_path, section, dir)])
|
||||
|
||||
for section in section_folders:
|
||||
if os.path.exists(os.path.join(source_path, section)):
|
||||
for dir in os.listdir(os.path.join(source_path, section)):
|
||||
|
Loading…
x
Reference in New Issue
Block a user