diff --git a/Src/Api/Class/Video.py b/Src/Api/Class/Video.py index 22c58c0..4bce998 100644 --- a/Src/Api/Class/Video.py +++ b/Src/Api/Class/Video.py @@ -14,7 +14,7 @@ import binascii import logging import sys from bs4 import BeautifulSoup -from urllib.parse import urljoin, urlencode +from urllib.parse import urljoin, urlencode, quote class VideoSource: @@ -243,8 +243,11 @@ class VideoSource: """ try: + # Fix title for latin-1 + title = quote(self.window_video.name) + # Set referer header for the request - self.headers['referer'] = f'https://vixcloud.co/embed/{self.window_video.id}?token={self.window_parameter.token}&title={self.window_video.name.replace(" ", "+")}&referer=1&expires={self.window_parameter.expires}&canPlayFHD=1' + self.headers['referer'] = f'https://vixcloud.co/embed/{self.window_video.id}?token={self.window_parameter.token}&title={title}&referer=1&expires={self.window_parameter.expires}&canPlayFHD=1' # Make a request to get key content response = requests.get('https://vixcloud.co/storage/enc.key', headers=self.headers) diff --git a/Src/Assets/Un_giorno....png b/Src/Assets/Un_giorno....png index 88e5f00..e02773d 100644 Binary files a/Src/Assets/Un_giorno....png and b/Src/Assets/Un_giorno....png differ diff --git a/Src/Lib/FFmpeg/my_m3u8.py b/Src/Lib/FFmpeg/my_m3u8.py index 28eb3ae..8289aee 100644 --- a/Src/Lib/FFmpeg/my_m3u8.py +++ b/Src/Lib/FFmpeg/my_m3u8.py @@ -376,6 +376,54 @@ class M3U8_Segments: # Refresh progress bar progress_counter.refresh() + def join(self, output_filename: str, video_decoding: str = None, audio_decoding: str = None): + """ + Join all segments file to a mp4 file name + !! NOT USED + + Parameters: + - video_decoding(str): video decoding to use with ffmpeg for only video + - audio_decoding(str): audio decoding to use with ffmpeg for only audio + - output_filename (str): The name of the output mp4 file. + """ + + # Print output of failed segments if present + if len(failed_segments) > 0: + logging.error(f"[M3U8_Segments] Failed segments = {failed_segments}") + logging.warning("[M3U8_Segments] Audio and video can be out of sync !!!") + console.log("[red]Audio and video can be out of sync !!!") + + # Get current dir and create file_list with path of all ts file + current_dir = os.path.dirname(os.path.realpath(__file__)) + file_list_path = os.path.join(current_dir, 'file_list.txt') + + # Sort files (1.ts, 2.ts, ...) + ts_files = [f for f in os.listdir(self.temp_folder) if f.endswith(".ts")] + def extract_number(file_name): + return int(''.join(filter(str.isdigit, file_name))) + ts_files.sort(key=extract_number) + + # Check if there is file to json + if len(ts_files) < MIN_TS_FILES_IN_FOLDER: + logging.error(f"No .ts file to join in folder: {self.temp_folder}") + sys.exit(0) + + # Save files sorted in a txt file with absolute path to fix problem with ( C:\\path (win)) + with open(file_list_path, 'w') as file_list: + for ts_file in ts_files: + absolute_path = os.path.abspath(os.path.join(self.temp_folder, ts_file)) + file_list.write(f"file '{absolute_path}'\n") + + console.log("[cyan]Start joining all files") + + # ADD IF + concatenate_and_save( + file_list_path = file_list_path, + output_filename = output_filename, + video_decoding = video_decoding, + audio_decoding = audio_decoding + ) + class Downloader(): def __init__(self, output_filename: str = None, m3u8_playlist:str = None, m3u8_index:str = None, key: str = None): diff --git a/config.json b/config.json index fcf2140..2385545 100644 --- a/config.json +++ b/config.json @@ -6,8 +6,6 @@ "get_info": false, "show_message": true, "clean_console": true, - "bypass_ffmpeg": true, - "bypass_github": true, "get_moment_title": false, "root_path": "Video", "movies_folder_name": "Movies", diff --git a/file_list.txt b/file_list.txt new file mode 100644 index 0000000..5258d1b --- /dev/null +++ b/file_list.txt @@ -0,0 +1,844 @@ +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\0.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\1.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\2.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\3.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\4.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\5.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\6.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\7.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\8.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\9.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\10.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\11.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\12.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\13.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\14.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\15.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\16.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\17.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\18.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\19.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\20.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\21.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\22.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\23.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\24.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\25.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\26.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\27.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\28.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\29.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\30.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\31.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\32.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\33.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\34.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\35.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\36.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\37.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\38.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\39.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\40.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\41.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\42.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\43.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\44.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\45.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\46.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\47.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\48.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\49.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\50.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\51.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\52.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\53.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\54.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\55.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\56.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\57.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\58.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\59.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\60.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\61.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\62.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\63.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\64.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\65.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\66.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\67.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\68.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\69.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\70.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\71.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\72.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\73.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\74.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\75.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\76.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\77.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\78.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\79.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\80.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\81.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\82.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\83.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\84.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\85.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\86.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\87.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\88.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\89.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\90.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\91.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\92.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\93.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\94.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\95.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\96.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\97.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\98.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\99.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\100.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\101.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\102.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\103.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\104.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\105.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\106.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\107.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\108.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\109.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\110.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\111.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\112.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\113.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\114.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\115.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\116.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\117.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\118.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\119.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\120.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\121.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\122.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\123.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\124.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\125.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\126.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\127.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\128.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\129.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\130.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\131.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\132.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\133.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\134.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\135.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\136.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\137.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\138.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\139.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\140.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\141.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\142.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\143.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\144.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\145.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\146.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\147.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\148.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\149.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\150.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\151.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\152.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\153.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\154.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\155.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\156.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\157.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\158.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\159.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\160.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\161.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\162.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\163.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\164.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\165.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\166.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\167.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\168.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\169.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\170.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\171.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\172.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\173.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\174.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\175.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\176.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\177.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\178.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\179.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\180.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\181.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\182.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\183.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\184.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\185.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\186.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\187.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\188.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\189.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\190.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\191.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\192.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\193.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\194.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\195.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\196.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\197.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\198.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\199.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\200.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\201.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\202.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\203.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\204.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\205.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\206.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\207.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\208.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\209.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\210.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\211.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\212.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\213.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\214.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\215.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\216.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\217.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\218.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\219.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\220.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\221.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\222.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\223.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\224.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\225.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\226.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\227.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\228.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\229.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\230.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\231.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\232.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\233.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\234.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\235.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\236.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\237.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\238.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\239.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\240.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\241.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\242.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\243.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\244.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\245.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\246.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\247.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\248.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\249.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\250.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\251.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\252.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\253.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\254.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\255.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\256.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\257.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\258.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\259.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\260.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\261.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\262.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\263.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\264.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\265.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\266.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\267.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\268.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\269.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\270.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\271.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\272.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\273.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\274.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\275.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\276.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\277.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\278.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\279.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\280.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\281.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\282.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\283.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\284.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\285.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\286.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\287.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\288.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\289.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\290.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\291.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\292.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\293.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\294.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\295.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\296.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\297.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\298.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\299.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\300.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\301.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\302.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\303.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\304.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\305.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\306.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\307.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\308.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\309.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\310.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\311.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\312.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\313.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\314.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\315.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\316.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\317.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\318.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\319.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\320.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\321.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\322.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\323.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\324.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\325.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\326.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\327.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\328.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\329.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\330.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\331.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\332.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\333.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\334.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\335.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\336.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\337.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\338.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\339.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\340.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\341.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\342.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\343.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\344.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\345.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\346.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\347.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\348.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\349.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\350.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\351.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\352.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\353.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\354.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\355.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\356.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\357.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\358.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\359.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\360.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\361.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\362.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\363.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\364.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\365.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\366.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\367.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\368.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\369.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\370.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\371.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\372.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\373.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\374.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\375.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\376.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\377.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\378.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\379.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\380.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\381.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\382.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\383.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\384.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\385.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\386.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\387.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\388.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\389.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\390.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\391.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\392.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\393.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\394.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\395.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\396.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\397.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\398.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\399.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\400.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\401.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\402.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\403.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\404.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\405.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\406.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\407.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\408.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\409.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\410.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\411.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\412.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\413.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\414.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\415.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\416.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\417.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\418.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\419.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\420.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\421.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\422.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\423.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\424.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\425.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\426.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\427.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\428.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\429.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\430.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\431.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\432.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\433.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\434.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\435.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\436.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\437.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\438.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\439.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\440.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\441.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\442.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\443.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\444.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\445.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\446.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\447.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\448.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\449.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\450.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\451.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\452.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\453.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\454.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\455.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\456.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\457.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\458.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\459.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\460.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\461.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\462.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\463.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\464.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\465.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\466.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\467.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\468.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\469.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\470.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\471.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\472.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\473.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\474.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\475.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\476.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\477.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\478.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\479.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\480.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\481.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\482.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\483.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\484.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\485.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\486.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\487.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\488.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\489.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\490.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\491.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\492.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\493.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\494.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\495.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\496.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\497.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\498.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\499.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\500.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\501.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\502.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\503.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\504.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\505.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\506.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\507.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\508.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\509.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\510.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\511.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\512.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\513.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\514.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\515.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\516.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\517.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\518.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\519.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\520.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\521.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\522.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\523.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\524.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\525.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\526.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\527.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\528.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\529.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\530.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\531.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\532.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\533.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\534.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\535.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\536.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\537.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\538.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\539.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\540.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\541.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\542.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\543.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\544.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\545.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\546.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\547.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\548.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\549.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\550.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\551.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\552.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\553.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\554.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\555.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\556.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\557.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\558.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\559.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\560.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\561.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\562.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\563.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\564.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\565.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\566.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\567.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\568.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\569.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\570.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\571.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\572.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\573.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\574.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\575.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\576.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\577.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\578.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\579.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\580.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\581.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\582.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\583.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\584.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\585.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\586.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\587.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\588.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\589.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\590.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\591.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\592.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\593.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\594.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\595.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\596.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\597.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\598.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\599.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\600.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\601.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\602.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\603.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\604.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\605.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\606.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\607.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\608.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\609.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\610.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\611.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\612.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\613.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\614.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\615.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\616.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\617.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\618.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\619.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\620.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\621.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\622.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\623.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\624.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\625.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\626.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\627.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\628.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\629.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\630.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\631.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\632.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\633.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\634.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\635.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\636.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\637.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\638.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\639.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\640.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\641.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\642.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\643.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\644.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\645.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\646.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\647.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\648.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\649.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\650.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\651.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\652.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\653.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\654.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\655.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\656.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\657.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\658.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\659.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\660.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\661.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\662.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\663.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\664.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\665.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\666.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\667.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\668.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\669.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\670.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\671.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\672.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\673.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\674.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\675.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\676.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\677.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\678.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\679.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\680.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\681.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\682.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\683.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\684.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\685.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\686.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\687.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\688.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\689.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\690.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\691.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\692.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\693.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\694.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\695.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\696.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\697.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\698.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\699.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\700.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\701.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\702.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\703.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\704.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\705.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\706.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\707.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\708.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\709.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\710.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\711.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\712.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\713.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\714.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\715.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\716.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\717.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\718.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\719.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\720.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\721.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\722.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\723.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\724.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\725.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\726.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\727.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\728.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\729.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\730.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\731.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\732.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\733.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\734.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\735.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\736.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\737.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\738.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\739.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\740.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\741.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\742.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\743.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\744.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\745.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\746.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\747.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\748.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\749.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\750.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\751.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\752.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\753.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\754.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\755.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\756.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\757.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\758.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\759.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\760.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\761.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\762.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\763.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\764.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\765.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\766.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\767.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\768.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\769.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\770.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\771.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\772.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\773.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\774.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\775.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\776.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\777.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\778.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\779.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\780.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\781.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\782.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\783.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\784.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\785.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\786.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\787.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\788.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\789.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\790.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\791.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\792.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\793.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\794.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\795.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\796.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\797.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\798.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\799.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\800.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\801.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\802.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\803.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\804.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\805.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\806.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\807.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\808.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\809.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\810.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\811.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\812.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\813.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\814.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\815.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\816.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\817.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\818.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\819.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\820.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\821.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\822.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\823.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\824.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\825.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\826.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\827.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\828.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\829.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\830.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\831.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\832.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\833.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\834.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\835.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\836.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\837.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\838.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\839.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\840.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\841.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\842.ts' +file 'Video\Series\shogun\S1\E5\5\tmp\audio\ita\843.ts'