mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-07 21:51:11 -07:00
Remove unwanted.
This commit is contained in:
parent
15948b2510
commit
eff7db81b8
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ def getVideoDetails(videofile):
|
||||||
return video_details, result
|
return video_details, result
|
||||||
command = [nzbtomedia.FFPROBE, '-v', 'quiet', '-print_format', 'json', '-show_format', '-show_streams', '-show_error', videofile]
|
command = [nzbtomedia.FFPROBE, '-v', 'quiet', '-print_format', 'json', '-show_format', '-show_streams', '-show_error', videofile]
|
||||||
try:
|
try:
|
||||||
result = None
|
|
||||||
proc = subprocess.Popen(command, stdout=subprocess.PIPE)
|
proc = subprocess.Popen(command, stdout=subprocess.PIPE)
|
||||||
while proc.poll() is None:
|
while proc.poll() is None:
|
||||||
time.sleep(0.5)
|
time.sleep(0.5)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue