From bc018e964d5acb0fbe43c4a296dff07087d619ac Mon Sep 17 00:00:00 2001 From: ad044 Date: Sat, 6 Feb 2021 20:41:28 +0400 Subject: [PATCH] added unknown node handling and proper titles for every entry in json files --- src/components/MainScene/Lain.tsx | 9 +- src/components/MainScene/Site.tsx | 1 - .../handleMainKeyPress.ts | 37 +- src/resources/site_a.json | 2814 +---------------- src/resources/site_b.json | 1672 +--------- src/utils/node-utils.ts | 71 +- 6 files changed, 191 insertions(+), 4413 deletions(-) diff --git a/src/components/MainScene/Lain.tsx b/src/components/MainScene/Lain.tsx index 044aaf7..512f57c 100644 --- a/src/components/MainScene/Lain.tsx +++ b/src/components/MainScene/Lain.tsx @@ -153,19 +153,20 @@ export const LainRipMiddleRing = () => ( export const LainKnock = () => ( ); export const LainKnockAndFall = () => ( ); diff --git a/src/components/MainScene/Site.tsx b/src/components/MainScene/Site.tsx index b9edffa..8cbf0ec 100644 --- a/src/components/MainScene/Site.tsx +++ b/src/components/MainScene/Site.tsx @@ -22,7 +22,6 @@ export type NodeDataType = { title: string; unlocked_by: string; upgrade_requirement: number; - protocol_lines: { 1: string; 2: string; 3: string; 4: string }; words: { 1: string; 2: string; 3: string }; matrixIndices?: { matrixIdx: number; diff --git a/src/core/scene-keypress-handlers/handleMainKeyPress.ts b/src/core/scene-keypress-handlers/handleMainKeyPress.ts index 6187c00..a5846db 100644 --- a/src/core/scene-keypress-handlers/handleMainKeyPress.ts +++ b/src/core/scene-keypress-handlers/handleMainKeyPress.ts @@ -1,4 +1,9 @@ -import { findNode, getNodeById } from "../../utils/node-utils"; +import { + findNode, + getNodeById, + isNodeVisible, + unknownNodeTemplate, +} from "../../utils/node-utils"; const handleMainSceneEvent = (mainSceneContext: any) => { const { @@ -23,11 +28,13 @@ const handleMainSceneEvent = (mainSceneContext: any) => { const keyPressToLower = keyPress.toLowerCase(); const nodeData = findNode( + activeNode.id, keyPressToLower, activeNode.matrixIndices!, level, currentSite, - gameProgress + gameProgress, + true ); if (!nodeData) return; @@ -40,7 +47,9 @@ const handleMainSceneEvent = (mainSceneContext: any) => { ? siteRotY + Math.PI / 4 : siteRotY - Math.PI / 4, node: { - ...getNodeById(nodeData.node, currentSite), + ...(nodeData.node !== "unknown" + ? getNodeById(nodeData.node, currentSite) + : unknownNodeTemplate), matrixIndices: nodeData.matrixIndices, }, }; @@ -59,11 +68,13 @@ const handleMainSceneEvent = (mainSceneContext: any) => { case "DOWN": { const keyPressToLower = keyPress.toLowerCase(); const nodeData = findNode( + activeNode.id, keyPressToLower, activeNode.matrixIndices!, level, currentSite, - gameProgress + gameProgress, + true ); if (!nodeData) return; @@ -75,7 +86,9 @@ const handleMainSceneEvent = (mainSceneContext: any) => { .toString() .padStart(2, "0"), node: { - ...getNodeById(nodeData.node, currentSite), + ...(nodeData.node !== "unknown" + ? getNodeById(nodeData.node, currentSite) + : unknownNodeTemplate), matrixIndices: nodeData.matrixIndices, }, }; @@ -95,6 +108,9 @@ const handleMainSceneEvent = (mainSceneContext: any) => { const nodeType = activeNode.type; + if (activeNode.id === "" || !isNodeVisible(activeNode, gameProgress)) + return; + if (activeNode.upgrade_requirement > ssknLvl) { const rejectAnimations = [ "touch_and_scare", @@ -222,12 +238,15 @@ const handleMainSceneEvent = (mainSceneContext: any) => { const direction = selectedLevel > level ? "up" : "down"; + const rowIdx = direction === "up" ? 2 : 0; const nodeData = findNode( + activeNode.id, direction, - activeNode.matrixIndices!, + { ...activeNode.matrixIndices!, rowIdx: rowIdx }, selectedLevel, currentSite, - gameProgress + gameProgress, + false ); if (nodeData) { @@ -236,7 +255,9 @@ const handleMainSceneEvent = (mainSceneContext: any) => { return { event: event, node: { - ...getNodeById(nodeData.node, currentSite), + ...(nodeData.node !== "unknown" + ? getNodeById(nodeData.node, currentSite) + : unknownNodeTemplate), matrixIndices: nodeData.matrixIndices, }, level: selectedLevel.toString().padStart(2, "0"), diff --git a/src/resources/site_a.json b/src/resources/site_a.json index b7c024b..1d3d969 100644 --- a/src/resources/site_a.json +++ b/src/resources/site_a.json @@ -9,15 +9,9 @@ }, "media_file": "LAIN13.XA[19]", "node_name": "Env001", - "protocol_lines": { - "1": "network_voices?", - "2": "anonymous_user", - "3": "***unknown", - "4": "ftp/**%#\"673\"" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "network voices?", "triggers_final_video": 0, "type": 0, "unlocked_by": "", @@ -37,15 +31,9 @@ }, "media_file": "LAIN13.XA[20]", "node_name": "Env002", - "protocol_lines": { - "1": "network_voices?", - "2": "anonymous_user", - "3": "***unknown", - "4": "ftp/**76%373\"" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "network voices?", "triggers_final_video": 0, "type": 0, "unlocked_by": "", @@ -65,15 +53,9 @@ }, "media_file": "LAIN13.XA[21]", "node_name": "Env004", - "protocol_lines": { - "1": "network_voices?", - "2": "anonymous_user", - "3": "***unknown", - "4": "ftp/52\"**3\"" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "network voices?", "triggers_final_video": 0, "type": 0, "unlocked_by": "", @@ -93,15 +75,9 @@ }, "media_file": "LAIN13.XA[22]", "node_name": "Env005", - "protocol_lines": { - "1": "network_voices?", - "2": "anonymous_user", - "3": "***unknown", - "4": "ftp/%2\"53\"" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "network voices?", "triggers_final_video": 0, "type": 0, "unlocked_by": "", @@ -121,15 +97,9 @@ }, "media_file": "LAIN13.XA[23]", "node_name": "Env006", - "protocol_lines": { - "1": "network_voices?", - "2": "anonymous_user", - "3": "***unknown", - "4": "ftp/006%3" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "network voices?", "triggers_final_video": 0, "type": 0, "unlocked_by": "", @@ -149,15 +119,9 @@ }, "media_file": "LAIN13.XA[24]", "node_name": "Env007", - "protocol_lines": { - "1": "network_voices?", - "2": "anonymous_user", - "3": "***unknown", - "4": "ftp/*4451%\"" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "network voices?", "triggers_final_video": 0, "type": 0, "unlocked_by": "", @@ -177,15 +141,9 @@ }, "media_file": "LAIN13.XA[25]", "node_name": "Env008", - "protocol_lines": { - "1": "network_voices?", - "2": "anonymous_user", - "3": "***unknown", - "4": "ftp/789.235\"" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "network voices?", "triggers_final_video": 0, "type": 0, "unlocked_by": "", @@ -205,15 +163,9 @@ }, "media_file": "LAIN13.XA[26]", "node_name": "Env010", - "protocol_lines": { - "1": "network_voices?", - "2": "anonymous_user", - "3": "***unknown", - "4": "ftp/121.%%0" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "network voices?", "triggers_final_video": 0, "type": 0, "unlocked_by": "", @@ -233,15 +185,9 @@ }, "media_file": "LAIN13.XA[27]", "node_name": "Env011", - "protocol_lines": { - "1": "network_voices?", - "2": "anonymous_user", - "3": "***unknown", - "4": "ftp/078.123%\"" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "network voices?", "triggers_final_video": 0, "type": 0, "unlocked_by": "", @@ -261,15 +207,9 @@ }, "media_file": "LAIN13.XA[28]", "node_name": "Env012", - "protocol_lines": { - "1": "network_voices?", - "2": "anonymous_user", - "3": "***unknown", - "4": "ftp/\"\"%#808" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "network voices?", "triggers_final_video": 0, "type": 0, "unlocked_by": "", @@ -291,12 +231,6 @@ }, "media_file": "LAIN07.XA[31]", "node_name": "Tda001", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "TOUKO's DIARY", @@ -319,12 +253,6 @@ }, "media_file": "LAIN08.XA[0]", "node_name": "Tda002", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "TOUKO's DIARY", @@ -347,12 +275,6 @@ }, "media_file": "F013.STR", "node_name": "Dc1009", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "DATA of CLN01", @@ -375,12 +297,6 @@ }, "media_file": "LAIN08.XA[1]", "node_name": "Tda003", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "TOUKO's DIARY", @@ -403,12 +319,6 @@ }, "media_file": "LAIN08.XA[2]", "node_name": "Tda004", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "TOUKO's DIARY", @@ -431,12 +341,6 @@ }, "media_file": "LAIN09.XA[11]", "node_name": "TaK001", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 1, "site": "A", "title": "", @@ -459,12 +363,6 @@ }, "media_file": "LAIN09.XA[12]", "node_name": "TaK002", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 1, "site": "A", "title": "", @@ -487,15 +385,9 @@ }, "media_file": "LAIN03.XA[3]", "node_name": "Ekm001", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "talking_F#00021", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 2, "site": "A", - "title": "", + "title": "DATA of CLN01", "triggers_final_video": 0, "type": 6, "unlocked_by": "", @@ -515,12 +407,6 @@ }, "media_file": "LAIN08.XA[3]", "node_name": "Tda005", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "TOUKO's DIARY", @@ -543,12 +429,6 @@ }, "media_file": "LAIN08.XA[4]", "node_name": "Tda006", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "TOUKO's DIARY", @@ -571,12 +451,6 @@ }, "media_file": "LAIN09.XA[13]", "node_name": "TaK003", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 1, "site": "A", "title": "", @@ -599,12 +473,6 @@ }, "media_file": "LAIN09.XA[14]", "node_name": "TaK004", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 1, "site": "A", "title": "", @@ -627,12 +495,6 @@ }, "media_file": "LAIN09.XA[15]", "node_name": "TaK005", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 1, "site": "A", "title": "", @@ -657,15 +519,9 @@ }, "media_file": "LAIN03.XA[4]", "node_name": "Ekm002", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "talking_F#00381", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 2, "site": "A", - "title": "", + "title": "DATA of CLN01", "triggers_final_video": 0, "type": 6, "unlocked_by": "Ekm001", @@ -685,12 +541,6 @@ }, "media_file": "F014.STR", "node_name": "Dc1010", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "DATA of CLN01", @@ -713,12 +563,6 @@ }, "media_file": "LAIN08.XA[5]", "node_name": "Tda007", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "TOUKO's DIARY", @@ -741,12 +585,6 @@ }, "media_file": "LAIN08.XA[6]", "node_name": "Tda008", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "TOUKO's DIARY", @@ -769,12 +607,6 @@ }, "media_file": "LAIN09.XA[16]", "node_name": "TaK006", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 1, "site": "A", "title": "", @@ -797,12 +629,6 @@ }, "media_file": "LAIN12.XA[6]", "node_name": "TaK123", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "A", "title": "", @@ -825,12 +651,6 @@ }, "media_file": "LAIN12.XA[5]", "node_name": "TaK122", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "A", "title": "", @@ -853,12 +673,6 @@ }, "media_file": "LAIN09.XA[18]", "node_name": "TaK008", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "A", "title": "", @@ -881,12 +695,6 @@ }, "media_file": "LAIN12.XA[7]", "node_name": "TaK124", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "A", "title": "", @@ -909,15 +717,9 @@ }, "media_file": "LAIN03.XA[5]", "node_name": "Ekm003", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "talking_F#01980", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 2, "site": "A", - "title": "", + "title": "DATA of CLN01", "triggers_final_video": 0, "type": 6, "unlocked_by": "Ekm002", @@ -937,12 +739,6 @@ }, "media_file": "LAIN09.XA[19]", "node_name": "TaK009", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "A", "title": "", @@ -965,12 +761,6 @@ }, "media_file": "LAIN08.XA[7]", "node_name": "Tda009", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "TOUKO's DIARY", @@ -993,12 +783,6 @@ }, "media_file": "LAIN08.XA[8]", "node_name": "Tda010", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "TOUKO's DIARY", @@ -1021,12 +805,6 @@ }, "media_file": "LAIN09.XA[17]", "node_name": "TaK007", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "A", "title": "", @@ -1049,12 +827,6 @@ }, "media_file": "LAIN09.XA[20]", "node_name": "TaK010", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "A", "title": "", @@ -1077,12 +849,6 @@ }, "media_file": "LAIN12.XA[8]", "node_name": "TaK125", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "A", "title": "", @@ -1105,15 +871,9 @@ }, "media_file": "LAIN03.XA[6]", "node_name": "Ekm004", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "talking_F#04522", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 2, "site": "A", - "title": "", + "title": "DATA of CLN01", "triggers_final_video": 0, "type": 6, "unlocked_by": "Ekm003", @@ -1133,12 +893,6 @@ }, "media_file": "LAIN08.XA[9]", "node_name": "Tda011", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "TOUKO's DIARY", @@ -1161,12 +915,6 @@ }, "media_file": "LAIN08.XA[10]", "node_name": "Tda012", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "TOUKO's DIARY", @@ -1189,12 +937,6 @@ }, "media_file": "LAIN08.XA[11]", "node_name": "Tda013", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "TOUKO's DIARY", @@ -1219,12 +961,6 @@ }, "media_file": "LAIN08.XA[14]", "node_name": "Tda016", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "TOUKO's DIARY", @@ -1247,12 +983,6 @@ }, "media_file": "LAIN09.XA[21]", "node_name": "TaK011", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "A", "title": "", @@ -1275,12 +1005,6 @@ }, "media_file": "LAIN09.XA[22]", "node_name": "TaK012", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "A", "title": "", @@ -1303,15 +1027,9 @@ }, "media_file": "LAIN03.XA[7]", "node_name": "Ekm005", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "talking_F#10294", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 2, "site": "A", - "title": "", + "title": "DATA of CLN01", "triggers_final_video": 0, "type": 6, "unlocked_by": "Ekm004", @@ -1331,12 +1049,6 @@ }, "media_file": "LAIN08.XA[12]", "node_name": "Tda014", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "TOUKO's DIARY", @@ -1359,12 +1071,6 @@ }, "media_file": "LAIN08.XA[13]", "node_name": "Tda015", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "TOUKO's DIARY", @@ -1387,12 +1093,6 @@ }, "media_file": "LAIN08.XA[16]", "node_name": "Tda018", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "TOUKO's DIARY", @@ -1415,12 +1115,6 @@ }, "media_file": "LAIN12.XA[9]", "node_name": "TaK126", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "A", "title": "", @@ -1443,12 +1137,6 @@ }, "media_file": "LAIN12.XA[10]", "node_name": "TaK127", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "A", "title": "", @@ -1471,15 +1159,9 @@ }, "media_file": "LAIN03.XA[8]", "node_name": "Ekm006", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "talking_F#15413", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 2, "site": "A", - "title": "", + "title": "DATA of CLN01", "triggers_final_video": 0, "type": 6, "unlocked_by": "Ekm005", @@ -1499,12 +1181,6 @@ }, "media_file": "LAIN12.XA[11]", "node_name": "TaK128", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "A", "title": "", @@ -1527,12 +1203,6 @@ }, "media_file": "LAIN08.XA[15]", "node_name": "Tda017", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "TOUKO's DIARY", @@ -1555,12 +1225,6 @@ }, "media_file": "LAIN08.XA[17]", "node_name": "Tda019", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "TOUKO's DIARY", @@ -1583,12 +1247,6 @@ }, "media_file": "LAIN08.XA[18]", "node_name": "Tda020", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "TOUKO's DIARY", @@ -1611,12 +1269,6 @@ }, "media_file": "LAIN09.XA[23]", "node_name": "TaK013", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "A", "title": "", @@ -1639,12 +1291,6 @@ }, "media_file": "LAIN09.XA[24]", "node_name": "TaK014", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 1, "site": "A", "title": "", @@ -1667,12 +1313,6 @@ }, "media_file": "LAIN09.XA[25]", "node_name": "TaK015", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 1, "site": "A", "title": "", @@ -1695,12 +1335,6 @@ }, "media_file": "LAIN09.XA[26]", "node_name": "TaK016", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "A", "title": "", @@ -1725,12 +1359,6 @@ }, "media_file": "LAIN09.XA[27]", "node_name": "TaK017", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 1, "site": "A", "title": "", @@ -1753,12 +1381,6 @@ }, "media_file": "LAIN08.XA[19]", "node_name": "Tda021", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "TOUKO's DIARY", @@ -1781,12 +1403,6 @@ }, "media_file": "LAIN08.XA[20]", "node_name": "Tda022", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "TOUKO's DIARY", @@ -1809,12 +1425,6 @@ }, "media_file": "LAIN09.XA[28]", "node_name": "TaK018", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 1, "site": "A", "title": "", @@ -1837,12 +1447,6 @@ }, "media_file": "LAIN12.XA[12]", "node_name": "TaK129", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "A", "title": "", @@ -1865,12 +1469,6 @@ }, "media_file": "F025.STR", "node_name": "Dc1015", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "DATA of CLN01", @@ -1893,12 +1491,6 @@ }, "media_file": "LAIN09.XA[29]", "node_name": "TaK019", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "A", "title": "", @@ -1921,12 +1513,6 @@ }, "media_file": "LAIN12.XA[13]", "node_name": "TaK130", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 4, "site": "A", "title": "", @@ -1949,15 +1535,9 @@ }, "media_file": "LAIN02.XA[6]", "node_name": "Dia001", - "protocol_lines": { - "1": "DIAGNOSIS_CLN01", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "DIAGNOSIS CLN01", "triggers_final_video": 0, "type": 5, "unlocked_by": "Cou001", @@ -1977,15 +1557,9 @@ }, "media_file": "LAIN02.XA[7]", "node_name": "Dia002", - "protocol_lines": { - "1": "DIAGNOSIS_CLN01", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "DIAGNOSIS CLN01", "triggers_final_video": 0, "type": 5, "unlocked_by": "Dia001", @@ -2005,12 +1579,6 @@ }, "media_file": "LAIN08.XA[21]", "node_name": "Tda023", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "TOUKO's DIARY", @@ -2033,12 +1601,6 @@ }, "media_file": "LAIN08.XA[22]", "node_name": "Tda024", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "TOUKO's DIARY", @@ -2061,12 +1623,6 @@ }, "media_file": "LAIN08.XA[23]", "node_name": "Tda025", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "TOUKO's DIARY", @@ -2089,12 +1645,6 @@ }, "media_file": "INS01.STR", "node_name": "SSkn01", - "protocol_lines": { - "1": "mT up-date App.", - "2": "movie tool", - "3": "playing movie", - "4": "freeware" - }, "required_final_video_viewcount": 0, "site": "A", "title": "mT up-date App.", @@ -2117,12 +1667,6 @@ }, "media_file": "LAIN01.XA[0]", "node_name": "Cou001", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "COUNSELING REC.", @@ -2145,12 +1689,6 @@ }, "media_file": "LAIN01.XA[1]", "node_name": "Cou002", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "COUNSELING REC.", @@ -2173,12 +1711,6 @@ }, "media_file": "LAIN01.XA[3]", "node_name": "Cou004", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "COUNSELING REC.", @@ -2201,12 +1733,6 @@ }, "media_file": "LAIN21.XA[5]", "node_name": "GaTE01", - "protocol_lines": { - "1": "nT APPLICATION", - "2": "network tool", - "3": "changing site", - "4": " quarter of GP" - }, "required_final_video_viewcount": 0, "site": "A", "title": "nT APPLICATION", @@ -2229,15 +1755,9 @@ }, "media_file": "LAIN02.XA[8]", "node_name": "Dia003", - "protocol_lines": { - "1": "DIAGNOSIS_CLN01", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "DIAGNOSIS CLN01", "triggers_final_video": 0, "type": 5, "unlocked_by": "Dia002", @@ -2257,15 +1777,9 @@ }, "media_file": "LAIN02.XA[9]", "node_name": "Dia004", - "protocol_lines": { - "1": "DIAGNOSIS_CLN01", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "DIAGNOSIS CLN01", "triggers_final_video": 0, "type": 5, "unlocked_by": "Dia003", @@ -2285,12 +1799,6 @@ }, "media_file": "LAIN08.XA[24]", "node_name": "Tda026", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "TOUKO's DIARY", @@ -2313,12 +1821,6 @@ }, "media_file": "LAIN08.XA[25]", "node_name": "Tda027", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "TOUKO's DIARY", @@ -2341,12 +1843,6 @@ }, "media_file": "LAIN08.XA[26]", "node_name": "Tda028", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "TOUKO's DIARY", @@ -2369,12 +1865,6 @@ }, "media_file": "LAIN01.XA[2]", "node_name": "Cou003", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "COUNSELING REC.", @@ -2399,12 +1889,6 @@ }, "media_file": "F029.STR", "node_name": "Dc1018", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "DATA of CLN01", @@ -2427,12 +1911,6 @@ }, "media_file": "LAIN01.XA[4]", "node_name": "Cou005", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "COUNSELING REC.", @@ -2455,15 +1933,9 @@ }, "media_file": "LAIN02.XA[10]", "node_name": "Dia005", - "protocol_lines": { - "1": "DIAGNOSIS_CLN01", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "DIAGNOSIS CLN01", "triggers_final_video": 0, "type": 5, "unlocked_by": "Dia004", @@ -2483,15 +1955,9 @@ }, "media_file": "LAIN02.XA[11]", "node_name": "Dia006", - "protocol_lines": { - "1": "DIAGNOSIS_CLN01", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "DIAGNOSIS CLN01", "triggers_final_video": 0, "type": 5, "unlocked_by": "Dia005", @@ -2511,15 +1977,9 @@ }, "media_file": "LAIN02.XA[12]", "node_name": "Dia007", - "protocol_lines": { - "1": "DIAGNOSIS_CLN01", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "DIAGNOSIS CLN01", "triggers_final_video": 0, "type": 5, "unlocked_by": "Dia006", @@ -2539,12 +1999,6 @@ }, "media_file": "LAIN08.XA[27]", "node_name": "Tda029", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "TOUKO's DIARY", @@ -2567,12 +2021,6 @@ }, "media_file": "LAIN08.XA[28]", "node_name": "Tda030", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "TOUKO's DIARY", @@ -2595,12 +2043,6 @@ }, "media_file": "LAIN08.XA[30]", "node_name": "Tda032", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "TOUKO's DIARY", @@ -2623,12 +2065,6 @@ }, "media_file": "LAIN08.XA[31]", "node_name": "Tda033", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "TOUKO's DIARY", @@ -2651,12 +2087,6 @@ }, "media_file": "LAIN01.XA[5]", "node_name": "Cou006", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "COUNSELING REC.", @@ -2679,12 +2109,6 @@ }, "media_file": "LAIN01.XA[6]", "node_name": "Cou007", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "COUNSELING REC.", @@ -2707,12 +2131,6 @@ }, "media_file": "LAIN09.XA[30]", "node_name": "TaK020", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 1, "site": "A", "title": "", @@ -2735,12 +2153,6 @@ }, "media_file": "F004.STR", "node_name": "Dc1004", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "DATA of CLN01", @@ -2763,15 +2175,9 @@ }, "media_file": "LAIN02.XA[13]", "node_name": "Dia008", - "protocol_lines": { - "1": "DIAGNOSIS_CLN01", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "DIAGNOSIS CLN01", "triggers_final_video": 0, "type": 5, "unlocked_by": "Cou004", @@ -2791,12 +2197,6 @@ }, "media_file": "LAIN08.XA[29]", "node_name": "Tda031", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "TOUKO's DIARY", @@ -2819,15 +2219,9 @@ }, "media_file": "LAIN02.XA[15]", "node_name": "Dia010", - "protocol_lines": { - "1": "DIAGNOSIS_CLN01", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "DIAGNOSIS CLN01", "triggers_final_video": 0, "type": 5, "unlocked_by": "Dia009", @@ -2847,12 +2241,6 @@ }, "media_file": "LAIN09.XA[0]", "node_name": "Tda034", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "TOUKO's DIARY", @@ -2875,12 +2263,6 @@ }, "media_file": "LAIN09.XA[1]", "node_name": "Tda035", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "TOUKO's DIARY", @@ -2903,12 +2285,6 @@ }, "media_file": "LAIN01.XA[7]", "node_name": "Cou008", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "COUNSELING REC.", @@ -2931,12 +2307,6 @@ }, "media_file": "LAIN01.XA[8]", "node_name": "Cou009", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "COUNSELING REC.", @@ -2959,12 +2329,6 @@ }, "media_file": "LAIN01.XA[9]", "node_name": "Cou010", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "COUNSELING REC.", @@ -2987,15 +2351,9 @@ }, "media_file": "LAIN02.XA[14]", "node_name": "Dia009", - "protocol_lines": { - "1": "DIAGNOSIS_CLN01", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "DIAGNOSIS CLN01", "triggers_final_video": 0, "type": 5, "unlocked_by": "Cou006", @@ -3017,15 +2375,9 @@ }, "media_file": "LAIN02.XA[17]", "node_name": "Dia012", - "protocol_lines": { - "1": "DIAGNOSIS_CLN01", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "DIAGNOSIS CLN01", "triggers_final_video": 0, "type": 5, "unlocked_by": "Cou008", @@ -3045,15 +2397,9 @@ }, "media_file": "LAIN02.XA[16]", "node_name": "Dia011", - "protocol_lines": { - "1": "DIAGNOSIS_CLN01", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "DIAGNOSIS CLN01", "triggers_final_video": 0, "type": 5, "unlocked_by": "Dia010", @@ -3073,12 +2419,6 @@ }, "media_file": "LAIN09.XA[2]", "node_name": "Tda036", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "TOUKO's DIARY", @@ -3101,12 +2441,6 @@ }, "media_file": "LAIN09.XA[3]", "node_name": "Tda037", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "TOUKO's DIARY", @@ -3129,12 +2463,6 @@ }, "media_file": "LAIN09.XA[31]", "node_name": "TaK021", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "A", "title": "", @@ -3157,12 +2485,6 @@ }, "media_file": "LAIN01.XA[10]", "node_name": "Cou011", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "COUNSELING REC.", @@ -3185,12 +2507,6 @@ }, "media_file": "LAIN01.XA[11]", "node_name": "Cou012", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "COUNSELING REC.", @@ -3213,12 +2529,6 @@ }, "media_file": "LAIN01.XA[13]", "node_name": "Cou014", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "COUNSELING REC.", @@ -3241,15 +2551,9 @@ }, "media_file": "LAIN02.XA[18]", "node_name": "Dia013", - "protocol_lines": { - "1": "DIAGNOSIS_CLN01", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "DIAGNOSIS CLN01", "triggers_final_video": 0, "type": 5, "unlocked_by": "Dia012", @@ -3269,15 +2573,9 @@ }, "media_file": "LAIN02.XA[19]", "node_name": "Dia014", - "protocol_lines": { - "1": "DIAGNOSIS_CLN01", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "DIAGNOSIS CLN01", "triggers_final_video": 0, "type": 5, "unlocked_by": "Cou011", @@ -3297,15 +2595,9 @@ }, "media_file": "LAIN02.XA[20]", "node_name": "Dia015", - "protocol_lines": { - "1": "DIAGNOSIS_CLN01", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "DIAGNOSIS CLN01", "triggers_final_video": 0, "type": 5, "unlocked_by": "Cou013", @@ -3325,12 +2617,6 @@ }, "media_file": "LAIN10.XA[0]", "node_name": "TaK022", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "A", "title": "", @@ -3353,12 +2639,6 @@ }, "media_file": "LAIN03.XA[9]", "node_name": "Lda001", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -3381,12 +2661,6 @@ }, "media_file": "LAIN10.XA[1]", "node_name": "TaK023", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "A", "title": "", @@ -3409,12 +2683,6 @@ }, "media_file": "LAIN01.XA[12]", "node_name": "Cou013", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "COUNSELING REC.", @@ -3437,12 +2705,6 @@ }, "media_file": "LAIN01.XA[14]", "node_name": "Cou015", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "COUNSELING REC.", @@ -3465,12 +2727,6 @@ }, "media_file": "LAIN01.XA[15]", "node_name": "Cou016", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "COUNSELING REC.", @@ -3493,12 +2749,6 @@ }, "media_file": "INS02.STR", "node_name": "SSkn02", - "protocol_lines": { - "1": "mT up-date App.", - "2": "movie tool", - "3": "playing movie", - "4": "freeware" - }, "required_final_video_viewcount": 0, "site": "A", "title": "mT up-date App.", @@ -3521,15 +2771,9 @@ }, "media_file": "LAIN02.XA[21]", "node_name": "Dia016", - "protocol_lines": { - "1": "DIAGNOSIS_CLN01", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "DIAGNOSIS CLN01", "triggers_final_video": 0, "type": 5, "unlocked_by": "Cou015", @@ -3549,12 +2793,6 @@ }, "media_file": "LAIN12.XA[14]", "node_name": "TaK131", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "A", "title": "", @@ -3577,12 +2815,6 @@ }, "media_file": "LAIN21.XA[6]", "node_name": "GaTE02", - "protocol_lines": { - "1": "nT APPLICATION", - "2": "network tool", - "3": "changing site", - "4": " quarter of GP" - }, "required_final_video_viewcount": 0, "site": "A", "title": "nT APPLICATION", @@ -3605,12 +2837,6 @@ }, "media_file": "LAIN10.XA[2]", "node_name": "TaK024", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 1, "site": "A", "title": "", @@ -3633,12 +2859,6 @@ }, "media_file": "LAIN12.XA[15]", "node_name": "TaK132", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "A", "title": "", @@ -3663,12 +2883,6 @@ }, "media_file": "LAIN03.XA[10]", "node_name": "Lda002", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -3691,12 +2905,6 @@ }, "media_file": "LAIN01.XA[16]", "node_name": "Cou017", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "COUNSELING REC.", @@ -3719,12 +2927,6 @@ }, "media_file": "LAIN01.XA[17]", "node_name": "Cou018", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "COUNSELING REC.", @@ -3747,15 +2949,9 @@ }, "media_file": "LAIN02.XA[22]", "node_name": "Dia017", - "protocol_lines": { - "1": "DIAGNOSIS_CLN01", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "DIAGNOSIS CLN01", "triggers_final_video": 0, "type": 5, "unlocked_by": "Cou017", @@ -3775,15 +2971,9 @@ }, "media_file": "LAIN21.XA[9]", "node_name": "P2-01", - "protocol_lines": { - "1": "POLY-TAN PARTS", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "POLY-TAN PARTS", "triggers_final_video": 0, "type": 9, "unlocked_by": "", @@ -3803,12 +2993,6 @@ }, "media_file": "LAIN09.XA[4]", "node_name": "Tda038", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "TOUKO's DIARY", @@ -3831,12 +3015,6 @@ }, "media_file": "LAIN10.XA[3]", "node_name": "TaK025", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 1, "site": "A", "title": "", @@ -3859,12 +3037,6 @@ }, "media_file": "LAIN03.XA[11]", "node_name": "Lda003", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -3887,12 +3059,6 @@ }, "media_file": "LAIN03.XA[12]", "node_name": "Lda004", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -3915,12 +3081,6 @@ }, "media_file": "F022.STR", "node_name": "Dc1013", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "DATA of CLN01", @@ -3943,12 +3103,6 @@ }, "media_file": "LAIN10.XA[4]", "node_name": "TaK026", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "A", "title": "", @@ -3971,12 +3125,6 @@ }, "media_file": "LAIN12.XA[16]", "node_name": "TaK133", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 4, "site": "A", "title": "", @@ -3999,12 +3147,6 @@ }, "media_file": "LAIN10.XA[7]", "node_name": "TaK029", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "A", "title": "", @@ -4027,12 +3169,6 @@ }, "media_file": "LAIN03.XA[13]", "node_name": "Lda005", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -4055,12 +3191,6 @@ }, "media_file": "LAIN03.XA[14]", "node_name": "Lda006", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -4083,12 +3213,6 @@ }, "media_file": "LAIN01.XA[18]", "node_name": "Cou019", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "COUNSELING REC.", @@ -4111,15 +3235,9 @@ }, "media_file": "LAIN02.XA[23]", "node_name": "Dia018", - "protocol_lines": { - "1": "DIAGNOSIS_CLN01", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "DIAGNOSIS CLN01", "triggers_final_video": 0, "type": 5, "unlocked_by": "Cou019", @@ -4139,12 +3257,6 @@ }, "media_file": "LAIN10.XA[5]", "node_name": "TaK027", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 4, "site": "A", "title": "", @@ -4169,12 +3281,6 @@ }, "media_file": "LAIN21.XA[7]", "node_name": "GaTE03", - "protocol_lines": { - "1": "nT APPLICATION", - "2": "network tool", - "3": "changing site", - "4": " quarter of GP" - }, "required_final_video_viewcount": 0, "site": "A", "title": "nT APPLICATION", @@ -4197,12 +3303,6 @@ }, "media_file": "LAIN10.XA[6]", "node_name": "TaK028", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 5, "site": "A", "title": "", @@ -4225,12 +3325,6 @@ }, "media_file": "LAIN12.XA[17]", "node_name": "TaK134", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "A", "title": "", @@ -4253,12 +3347,6 @@ }, "media_file": "LAIN03.XA[15]", "node_name": "Lda007", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -4281,12 +3369,6 @@ }, "media_file": "LAIN03.XA[16]", "node_name": "Lda008", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -4309,12 +3391,6 @@ }, "media_file": "LAIN03.XA[17]", "node_name": "Lda009", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -4337,12 +3413,6 @@ }, "media_file": "LAIN03.XA[18]", "node_name": "Lda010", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -4365,12 +3435,6 @@ }, "media_file": "LAIN10.XA[8]", "node_name": "TaK030", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "A", "title": "", @@ -4393,12 +3457,6 @@ }, "media_file": "LAIN12.XA[18]", "node_name": "TaK135", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "A", "title": "", @@ -4421,12 +3479,6 @@ }, "media_file": "LAIN03.XA[19]", "node_name": "Lda011", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -4449,12 +3501,6 @@ }, "media_file": "LAIN03.XA[20]", "node_name": "Lda012", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -4477,12 +3523,6 @@ }, "media_file": "LAIN03.XA[21]", "node_name": "Lda013", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -4505,12 +3545,6 @@ }, "media_file": "LAIN10.XA[9]", "node_name": "TaK031", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 4, "site": "A", "title": "", @@ -4533,12 +3567,6 @@ }, "media_file": "LAIN01.XA[19]", "node_name": "Cou020", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "COUNSELING REC.", @@ -4561,12 +3589,6 @@ }, "media_file": "LAIN01.XA[20]", "node_name": "Cou021", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "COUNSELING REC.", @@ -4589,15 +3611,9 @@ }, "media_file": "LAIN02.XA[24]", "node_name": "Dia019", - "protocol_lines": { - "1": "DIAGNOSIS_CLN01", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "DIAGNOSIS CLN01", "triggers_final_video": 0, "type": 5, "unlocked_by": "Cou020", @@ -4617,12 +3633,6 @@ }, "media_file": "LAIN10.XA[10]", "node_name": "TaK032", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "A", "title": "", @@ -4645,12 +3655,6 @@ }, "media_file": "LAIN12.XA[19]", "node_name": "TaK136", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 4, "site": "A", "title": "", @@ -4673,12 +3677,6 @@ }, "media_file": "LAIN03.XA[22]", "node_name": "Lda014", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -4701,12 +3699,6 @@ }, "media_file": "LAIN03.XA[23]", "node_name": "Lda015", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -4729,12 +3721,6 @@ }, "media_file": "LAIN03.XA[24]", "node_name": "Lda016", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -4759,12 +3745,6 @@ }, "media_file": "LAIN03.XA[27]", "node_name": "Lda019", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -4787,12 +3767,6 @@ }, "media_file": "LAIN01.XA[21]", "node_name": "Cou022", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "COUNSELING REC.", @@ -4815,12 +3789,6 @@ }, "media_file": "LAIN01.XA[22]", "node_name": "Cou023", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "COUNSELING REC.", @@ -4843,12 +3811,6 @@ }, "media_file": "F012.STR", "node_name": "Dc1008", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "DATA of CLN01", @@ -4871,12 +3833,6 @@ }, "media_file": "LAIN10.XA[11]", "node_name": "TaK033", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "A", "title": "", @@ -4899,12 +3855,6 @@ }, "media_file": "LAIN03.XA[25]", "node_name": "Lda017", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -4927,12 +3877,6 @@ }, "media_file": "LAIN03.XA[26]", "node_name": "Lda018", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -4955,12 +3899,6 @@ }, "media_file": "LAIN03.XA[28]", "node_name": "Lda020", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -4983,12 +3921,6 @@ }, "media_file": "LAIN03.XA[29]", "node_name": "Lda021", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -5011,12 +3943,6 @@ }, "media_file": "F026.STR", "node_name": "Dc1016", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "DATA of CLN01", @@ -5039,12 +3965,6 @@ }, "media_file": "LAIN09.XA[5]", "node_name": "Tda039", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "TOUKO's DIARY", @@ -5067,12 +3987,6 @@ }, "media_file": "LAIN10.XA[12]", "node_name": "TaK034", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 4, "site": "A", "title": "", @@ -5095,12 +4009,6 @@ }, "media_file": "LAIN12.XA[20]", "node_name": "TaK137", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "A", "title": "", @@ -5123,12 +4031,6 @@ }, "media_file": "LAIN03.XA[30]", "node_name": "Lda022", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -5151,12 +4053,6 @@ }, "media_file": "LAIN03.XA[31]", "node_name": "Lda023", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -5179,12 +4075,6 @@ }, "media_file": "LAIN10.XA[13]", "node_name": "TaK035", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 5, "site": "A", "title": "", @@ -5207,12 +4097,6 @@ }, "media_file": "LAIN12.XA[21]", "node_name": "TaK138", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "A", "title": "", @@ -5235,12 +4119,6 @@ }, "media_file": "LAIN10.XA[14]", "node_name": "TaK036", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "A", "title": "", @@ -5263,12 +4141,6 @@ }, "media_file": "LAIN10.XA[15]", "node_name": "TaK037", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "A", "title": "", @@ -5291,12 +4163,6 @@ }, "media_file": "LAIN12.XA[22]", "node_name": "TaK139", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "A", "title": "", @@ -5321,12 +4187,6 @@ }, "media_file": "LAIN10.XA[16]", "node_name": "TaK038", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 5, "site": "A", "title": "", @@ -5349,12 +4209,6 @@ }, "media_file": "LAIN04.XA[0]", "node_name": "Lda024", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -5377,12 +4231,6 @@ }, "media_file": "LAIN04.XA[1]", "node_name": "Lda025", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -5405,12 +4253,6 @@ }, "media_file": "LAIN01.XA[23]", "node_name": "Cou024", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "COUNSELING REC.", @@ -5433,12 +4275,6 @@ }, "media_file": "LAIN01.XA[24]", "node_name": "Cou025", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "COUNSELING REC.", @@ -5461,15 +4297,9 @@ }, "media_file": "LAIN02.XA[25]", "node_name": "Dia020", - "protocol_lines": { - "1": "DIAGNOSIS_CLN01", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "DIAGNOSIS CLN01", "triggers_final_video": 0, "type": 5, "unlocked_by": "Cou024", @@ -5489,12 +4319,6 @@ }, "media_file": "LAIN10.XA[17]", "node_name": "TaK039", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 1, "site": "A", "title": "", @@ -5517,12 +4341,6 @@ }, "media_file": "LAIN09.XA[6]", "node_name": "Tda040", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "TOUKO's DIARY", @@ -5545,12 +4363,6 @@ }, "media_file": "LAIN09.XA[7]", "node_name": "Tda041", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "TOUKO's DIARY", @@ -5573,12 +4385,6 @@ }, "media_file": "LAIN04.XA[2]", "node_name": "Lda026", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -5601,12 +4407,6 @@ }, "media_file": "LAIN04.XA[3]", "node_name": "Lda027", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -5629,12 +4429,6 @@ }, "media_file": "LAIN04.XA[4]", "node_name": "Lda028", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -5657,12 +4451,6 @@ }, "media_file": "LAIN04.XA[5]", "node_name": "Lda029", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -5685,12 +4473,6 @@ }, "media_file": "LAIN12.XA[23]", "node_name": "TaK140", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "A", "title": "", @@ -5713,12 +4495,6 @@ }, "media_file": "LAIN01.XA[25]", "node_name": "Cou026", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "COUNSELING REC.", @@ -5741,12 +4517,6 @@ }, "media_file": "LAIN01.XA[26]", "node_name": "Cou027", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "COUNSELING REC.", @@ -5769,12 +4539,6 @@ }, "media_file": "LAIN09.XA[8]", "node_name": "Tda042", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "TOUKO's DIARY", @@ -5797,12 +4561,6 @@ }, "media_file": "LAIN09.XA[9]", "node_name": "Tda043", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "TOUKO's DIARY", @@ -5825,15 +4583,9 @@ }, "media_file": "LAIN02.XA[26]", "node_name": "Dia021", - "protocol_lines": { - "1": "DIAGNOSIS_CLN01", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "DIAGNOSIS CLN01", "triggers_final_video": 0, "type": 5, "unlocked_by": "Cou026", @@ -5853,12 +4605,6 @@ }, "media_file": "LAIN04.XA[6]", "node_name": "Lda030", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -5881,12 +4627,6 @@ }, "media_file": "LAIN04.XA[7]", "node_name": "Lda031", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -5911,12 +4651,6 @@ }, "media_file": "LAIN10.XA[18]", "node_name": "TaK040", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 1, "site": "A", "title": "", @@ -5939,12 +4673,6 @@ }, "media_file": "LAIN10.XA[19]", "node_name": "TaK041", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "A", "title": "", @@ -5967,12 +4695,6 @@ }, "media_file": "LAIN12.XA[24]", "node_name": "TaK141", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "A", "title": "", @@ -5995,12 +4717,6 @@ }, "media_file": "LAIN10.XA[20]", "node_name": "TaK042", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "A", "title": "", @@ -6023,12 +4739,6 @@ }, "media_file": "F036.STR", "node_name": "Dc1022", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "DATA of CLN01", @@ -6051,12 +4761,6 @@ }, "media_file": "LAIN04.XA[8]", "node_name": "Lda032", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -6079,12 +4783,6 @@ }, "media_file": "LAIN04.XA[9]", "node_name": "Lda033", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -6107,12 +4805,6 @@ }, "media_file": "LAIN04.XA[10]", "node_name": "Lda034", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -6135,12 +4827,6 @@ }, "media_file": "LAIN10.XA[21]", "node_name": "TaK043", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "A", "title": "", @@ -6163,12 +4849,6 @@ }, "media_file": "LAIN12.XA[25]", "node_name": "TaK142", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 4, "site": "A", "title": "", @@ -6191,15 +4871,9 @@ }, "media_file": "LAIN21.XA[10]", "node_name": "P2-02", - "protocol_lines": { - "1": "POLY-TAN PARTS", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "POLY-TAN PARTS", "triggers_final_video": 0, "type": 9, "unlocked_by": "", @@ -6219,12 +4893,6 @@ }, "media_file": "INS03.STR", "node_name": "SSkn03", - "protocol_lines": { - "1": "mT up-date App.", - "2": "movie tool", - "3": "playing movie", - "4": "freeware" - }, "required_final_video_viewcount": 0, "site": "A", "title": "mT up-date App.", @@ -6247,15 +4915,9 @@ }, "media_file": "LAIN21.XA[11]", "node_name": "P2-03", - "protocol_lines": { - "1": "POLY-TAN PARTS", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "POLY-TAN PARTS", "triggers_final_video": 0, "type": 9, "unlocked_by": "", @@ -6275,12 +4937,6 @@ }, "media_file": "LAIN04.XA[11]", "node_name": "Lda035", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -6303,12 +4959,6 @@ }, "media_file": "LAIN04.XA[12]", "node_name": "Lda036", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -6331,12 +4981,6 @@ }, "media_file": "LAIN04.XA[14]", "node_name": "Lda038", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -6359,12 +5003,6 @@ }, "media_file": "LAIN04.XA[15]", "node_name": "Lda039", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -6387,12 +5025,6 @@ }, "media_file": "LAIN04.XA[16]", "node_name": "Lda040", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -6415,12 +5047,6 @@ }, "media_file": "LAIN01.XA[27]", "node_name": "Cou028", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "COUNSELING REC.", @@ -6443,12 +5069,6 @@ }, "media_file": "LAIN01.XA[28]", "node_name": "Cou029", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "COUNSELING REC.", @@ -6471,15 +5091,9 @@ }, "media_file": "LAIN02.XA[27]", "node_name": "Dia022", - "protocol_lines": { - "1": "DIAGNOSIS_CLN01", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "DIAGNOSIS CLN01", "triggers_final_video": 0, "type": 5, "unlocked_by": "Cou028", @@ -6499,12 +5113,6 @@ }, "media_file": "LAIN04.XA[13]", "node_name": "Lda037", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -6529,12 +5137,6 @@ }, "media_file": "LAIN10.XA[22]", "node_name": "TaK044", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "A", "title": "", @@ -6557,12 +5159,6 @@ }, "media_file": "LAIN04.XA[17]", "node_name": "Lda041", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -6585,12 +5181,6 @@ }, "media_file": "LAIN04.XA[18]", "node_name": "Lda042", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -6613,12 +5203,6 @@ }, "media_file": "LAIN04.XA[19]", "node_name": "Lda043", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -6641,12 +5225,6 @@ }, "media_file": "LAIN10.XA[23]", "node_name": "TaK045", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "A", "title": "", @@ -6669,12 +5247,6 @@ }, "media_file": "LAIN12.XA[26]", "node_name": "TaK143", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 4, "site": "A", "title": "", @@ -6697,12 +5269,6 @@ }, "media_file": "LAIN10.XA[25]", "node_name": "TaK047", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 4, "site": "A", "title": "", @@ -6725,12 +5291,6 @@ }, "media_file": "LAIN12.XA[27]", "node_name": "TaK144", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "A", "title": "", @@ -6753,12 +5313,6 @@ }, "media_file": "LAIN04.XA[20]", "node_name": "Lda044", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -6781,12 +5335,6 @@ }, "media_file": "LAIN04.XA[21]", "node_name": "Lda045", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -6809,12 +5357,6 @@ }, "media_file": "LAIN04.XA[22]", "node_name": "Lda046", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -6837,12 +5379,6 @@ }, "media_file": "LAIN10.XA[24]", "node_name": "TaK046", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 4, "site": "A", "title": "", @@ -6865,12 +5401,6 @@ }, "media_file": "F037.STR", "node_name": "Dc1023", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "DATA of CLN01", @@ -6893,12 +5423,6 @@ }, "media_file": "LAIN01.XA[29]", "node_name": "Cou030", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "COUNSELING REC.", @@ -6921,12 +5445,6 @@ }, "media_file": "LAIN01.XA[30]", "node_name": "Cou031", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "COUNSELING REC.", @@ -6949,15 +5467,9 @@ }, "media_file": "LAIN02.XA[28]", "node_name": "Dia023", - "protocol_lines": { - "1": "DIAGNOSIS_CLN01", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "DIAGNOSIS CLN01", "triggers_final_video": 0, "type": 5, "unlocked_by": "Cou030", @@ -6977,12 +5489,6 @@ }, "media_file": "LAIN10.XA[26]", "node_name": "TaK048", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 5, "site": "A", "title": "", @@ -7005,12 +5511,6 @@ }, "media_file": "LAIN04.XA[23]", "node_name": "Lda047", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -7033,12 +5533,6 @@ }, "media_file": "LAIN04.XA[24]", "node_name": "Lda048", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -7061,12 +5555,6 @@ }, "media_file": "LAIN10.XA[30]", "node_name": "TaK052", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 5, "site": "A", "title": "", @@ -7091,12 +5579,6 @@ }, "media_file": "LAIN04.XA[28]", "node_name": "Lda052", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -7119,12 +5601,6 @@ }, "media_file": "LAIN10.XA[27]", "node_name": "TaK049", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "A", "title": "", @@ -7147,12 +5623,6 @@ }, "media_file": "LAIN12.XA[28]", "node_name": "TaK145", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "A", "title": "", @@ -7175,12 +5645,6 @@ }, "media_file": "LAIN04.XA[25]", "node_name": "Lda049", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -7203,12 +5667,6 @@ }, "media_file": "LAIN04.XA[26]", "node_name": "Lda050", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -7231,12 +5689,6 @@ }, "media_file": "LAIN04.XA[27]", "node_name": "Lda051", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -7259,12 +5711,6 @@ }, "media_file": "LAIN04.XA[31]", "node_name": "Lda055", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -7287,12 +5733,6 @@ }, "media_file": "F033.STR", "node_name": "Dc1019", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "DATA of CLN01", @@ -7315,12 +5755,6 @@ }, "media_file": "LAIN10.XA[28]", "node_name": "TaK050", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 1, "site": "A", "title": "", @@ -7343,12 +5777,6 @@ }, "media_file": "LAIN10.XA[29]", "node_name": "TaK051", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 1, "site": "A", "title": "", @@ -7371,12 +5799,6 @@ }, "media_file": "LAIN12.XA[29]", "node_name": "TaK146", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "A", "title": "", @@ -7399,12 +5821,6 @@ }, "media_file": "LAIN04.XA[29]", "node_name": "Lda053", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -7427,12 +5843,6 @@ }, "media_file": "LAIN04.XA[30]", "node_name": "Lda054", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -7455,12 +5865,6 @@ }, "media_file": "LAIN05.XA[0]", "node_name": "Lda056", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -7483,12 +5887,6 @@ }, "media_file": "LAIN05.XA[1]", "node_name": "Lda057", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -7511,12 +5909,6 @@ }, "media_file": "LAIN05.XA[2]", "node_name": "Lda058", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -7539,12 +5931,6 @@ }, "media_file": "LAIN05.XA[3]", "node_name": "Lda059", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -7567,12 +5953,6 @@ }, "media_file": "LAIN01.XA[31]", "node_name": "Cou032", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "COUNSELING REC.", @@ -7595,12 +5975,6 @@ }, "media_file": "LAIN02.XA[0]", "node_name": "Cou033", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "COUNSELING REC.", @@ -7623,15 +5997,9 @@ }, "media_file": "LAIN02.XA[29]", "node_name": "Dia024", - "protocol_lines": { - "1": "DIAGNOSIS_CLN01", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "DIAGNOSIS CLN01", "triggers_final_video": 0, "type": 5, "unlocked_by": "Cou032", @@ -7653,15 +6021,9 @@ }, "media_file": "LAIN21.XA[12]", "node_name": "P2-04", - "protocol_lines": { - "1": "POLY-TAN PARTS", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "POLY-TAN PARTS", "triggers_final_video": 0, "type": 9, "unlocked_by": "", @@ -7681,12 +6043,6 @@ }, "media_file": "LAIN05.XA[4]", "node_name": "Lda060", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -7709,12 +6065,6 @@ }, "media_file": "LAIN05.XA[5]", "node_name": "Lda061", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -7737,12 +6087,6 @@ }, "media_file": "LAIN10.XA[31]", "node_name": "TaK053", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 5, "site": "A", "title": "", @@ -7765,12 +6109,6 @@ }, "media_file": "F027.STR", "node_name": "Dc1017", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "DATA of CLN01", @@ -7793,12 +6131,6 @@ }, "media_file": "LAIN11.XA[0]", "node_name": "TaK054", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 4, "site": "A", "title": "", @@ -7821,12 +6153,6 @@ }, "media_file": "LAIN12.XA[31]", "node_name": "TaK148", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 4, "site": "A", "title": "", @@ -7849,12 +6175,6 @@ }, "media_file": "LAIN05.XA[6]", "node_name": "Lda062", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -7877,12 +6197,6 @@ }, "media_file": "LAIN05.XA[7]", "node_name": "Lda063", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -7905,12 +6219,6 @@ }, "media_file": "LAIN11.XA[1]", "node_name": "TaK055", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "A", "title": "", @@ -7933,12 +6241,6 @@ }, "media_file": "LAIN12.XA[30]", "node_name": "TaK147", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "A", "title": "", @@ -7961,12 +6263,6 @@ }, "media_file": "LAIN11.XA[2]", "node_name": "TaK056", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 1, "site": "A", "title": "", @@ -7989,12 +6285,6 @@ }, "media_file": "LAIN13.XA[0]", "node_name": "TaK149", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "A", "title": "", @@ -8017,15 +6307,9 @@ }, "media_file": "LAIN21.XA[13]", "node_name": "P2-05", - "protocol_lines": { - "1": "POLY-TAN PARTS", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "POLY-TAN PARTS", "triggers_final_video": 0, "type": 9, "unlocked_by": "", @@ -8045,12 +6329,6 @@ }, "media_file": "LAIN11.XA[3]", "node_name": "TaK057", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 5, "site": "A", "title": "", @@ -8073,12 +6351,6 @@ }, "media_file": "LAIN05.XA[8]", "node_name": "Lda064", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -8101,12 +6373,6 @@ }, "media_file": "LAIN05.XA[9]", "node_name": "Lda065", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -8129,12 +6395,6 @@ }, "media_file": "F002.STR", "node_name": "Dc1002", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "DATA of CLN01", @@ -8159,12 +6419,6 @@ }, "media_file": "F003.STR", "node_name": "Dc1003", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "DATA of CLN01", @@ -8187,12 +6441,6 @@ }, "media_file": "LAIN11.XA[4]", "node_name": "TaK058", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 4, "site": "A", "title": "", @@ -8215,12 +6463,6 @@ }, "media_file": "LAIN13.XA[1]", "node_name": "TaK150", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "A", "title": "", @@ -8243,12 +6485,6 @@ }, "media_file": "LAIN05.XA[10]", "node_name": "Lda066", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -8271,12 +6507,6 @@ }, "media_file": "LAIN05.XA[11]", "node_name": "Lda067", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -8299,12 +6529,6 @@ }, "media_file": "LAIN05.XA[12]", "node_name": "Lda068", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -8327,12 +6551,6 @@ }, "media_file": "LAIN05.XA[15]", "node_name": "Lda071", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -8355,12 +6573,6 @@ }, "media_file": "LAIN05.XA[16]", "node_name": "Lda072", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -8383,12 +6595,6 @@ }, "media_file": "LAIN02.XA[1]", "node_name": "Cou034", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "COUNSELING REC.", @@ -8411,15 +6617,9 @@ }, "media_file": "LAIN02.XA[30]", "node_name": "Dia025", - "protocol_lines": { - "1": "DIAGNOSIS_CLN01", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "DIAGNOSIS CLN01", "triggers_final_video": 0, "type": 5, "unlocked_by": "Cou034", @@ -8439,12 +6639,6 @@ }, "media_file": "F006.STR", "node_name": "Dc1005", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "DATA of CLN01", @@ -8467,12 +6661,6 @@ }, "media_file": "LAIN11.XA[5]", "node_name": "TaK059", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 4, "site": "A", "title": "", @@ -8495,12 +6683,6 @@ }, "media_file": "LAIN05.XA[13]", "node_name": "Lda069", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -8523,12 +6705,6 @@ }, "media_file": "LAIN05.XA[14]", "node_name": "Lda070", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -8551,12 +6727,6 @@ }, "media_file": "LAIN05.XA[18]", "node_name": "Lda074", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -8579,12 +6749,6 @@ }, "media_file": "LAIN05.XA[19]", "node_name": "Lda075", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -8607,12 +6771,6 @@ }, "media_file": "F008.STR", "node_name": "Dc1006", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "DATA of CLN01", @@ -8635,12 +6793,6 @@ }, "media_file": "LAIN11.XA[6]", "node_name": "TaK060", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 4, "site": "A", "title": "", @@ -8663,12 +6815,6 @@ }, "media_file": "LAIN13.XA[2]", "node_name": "TaK151", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "A", "title": "", @@ -8691,12 +6837,6 @@ }, "media_file": "LAIN05.XA[17]", "node_name": "Lda073", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -8721,12 +6861,6 @@ }, "media_file": "LAIN05.XA[20]", "node_name": "Lda076", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -8749,12 +6883,6 @@ }, "media_file": "LAIN05.XA[21]", "node_name": "Lda077", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -8777,12 +6905,6 @@ }, "media_file": "LAIN05.XA[22]", "node_name": "Lda078", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -8805,12 +6927,6 @@ }, "media_file": "LAIN05.XA[23]", "node_name": "Lda079", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -8833,12 +6949,6 @@ }, "media_file": "LAIN11.XA[7]", "node_name": "TaK061", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "A", "title": "", @@ -8861,12 +6971,6 @@ }, "media_file": "LAIN02.XA[2]", "node_name": "Cou035", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "COUNSELING REC.", @@ -8889,12 +6993,6 @@ }, "media_file": "F010.STR", "node_name": "Dc1007", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "DATA of CLN01", @@ -8917,15 +7015,9 @@ }, "media_file": "LAIN02.XA[31]", "node_name": "Dia026", - "protocol_lines": { - "1": "DIAGNOSIS_CLN01", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "DIAGNOSIS CLN01", "triggers_final_video": 0, "type": 5, "unlocked_by": "Cou035", @@ -8945,12 +7037,6 @@ }, "media_file": "F015.STR", "node_name": "Dc1011", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "DATA of CLN01", @@ -8973,12 +7059,6 @@ }, "media_file": "LAIN05.XA[24]", "node_name": "Lda080", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -9001,12 +7081,6 @@ }, "media_file": "LAIN05.XA[25]", "node_name": "Lda081", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -9029,12 +7103,6 @@ }, "media_file": "LAIN05.XA[26]", "node_name": "Lda082", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -9057,12 +7125,6 @@ }, "media_file": "LAIN05.XA[27]", "node_name": "Lda083", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -9085,12 +7147,6 @@ }, "media_file": "LAIN11.XA[8]", "node_name": "TaK062", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "A", "title": "", @@ -9113,12 +7169,6 @@ }, "media_file": "LAIN13.XA[3]", "node_name": "TaK152", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "A", "title": "", @@ -9141,12 +7191,6 @@ }, "media_file": "LAIN05.XA[28]", "node_name": "Lda084", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -9169,12 +7213,6 @@ }, "media_file": "LAIN05.XA[29]", "node_name": "Lda085", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -9197,12 +7235,6 @@ }, "media_file": "LAIN05.XA[30]", "node_name": "Lda086", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -9225,12 +7257,6 @@ }, "media_file": "LAIN05.XA[31]", "node_name": "Lda087", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -9253,12 +7279,6 @@ }, "media_file": "F020.STR", "node_name": "Dc1012", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "DATA of CLN01", @@ -9283,12 +7303,6 @@ }, "media_file": "INS04.STR", "node_name": "SSkn04", - "protocol_lines": { - "1": "mT up-date App.", - "2": "movie tool", - "3": "playing movie", - "4": "freeware" - }, "required_final_video_viewcount": 0, "site": "A", "title": "mT up-date App.", @@ -9311,12 +7325,6 @@ }, "media_file": "LAIN21.XA[8]", "node_name": "GaTE04", - "protocol_lines": { - "1": "nT APPLICATION", - "2": "network tool", - "3": "changing site", - "4": " quarter of GP" - }, "required_final_video_viewcount": 0, "site": "A", "title": "nT APPLICATION", @@ -9339,12 +7347,6 @@ }, "media_file": "LAIN06.XA[0]", "node_name": "Lda088", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -9367,12 +7369,6 @@ }, "media_file": "LAIN06.XA[1]", "node_name": "Lda089", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -9395,12 +7391,6 @@ }, "media_file": "LAIN06.XA[2]", "node_name": "Lda090", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -9423,12 +7413,6 @@ }, "media_file": "F034.STR", "node_name": "Dc1020", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "DATA of CLN01", @@ -9451,12 +7435,6 @@ }, "media_file": "LAIN11.XA[9]", "node_name": "TaK063", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 1, "site": "A", "title": "", @@ -9479,12 +7457,6 @@ }, "media_file": "LAIN13.XA[4]", "node_name": "TaK153", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "A", "title": "", @@ -9507,12 +7479,6 @@ }, "media_file": "LAIN11.XA[10]", "node_name": "TaK064", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 1, "site": "A", "title": "", @@ -9535,12 +7501,6 @@ }, "media_file": "LAIN06.XA[3]", "node_name": "Lda091", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -9563,12 +7523,6 @@ }, "media_file": "LAIN06.XA[4]", "node_name": "Lda092", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -9591,12 +7545,6 @@ }, "media_file": "LAIN06.XA[5]", "node_name": "Lda093", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -9619,12 +7567,6 @@ }, "media_file": "LAIN06.XA[9]", "node_name": "Lda097", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -9647,12 +7589,6 @@ }, "media_file": "F024.STR", "node_name": "Dc1014", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "DATA of CLN01", @@ -9675,12 +7611,6 @@ }, "media_file": "LAIN11.XA[11]", "node_name": "TaK065", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "A", "title": "", @@ -9703,12 +7633,6 @@ }, "media_file": "LAIN13.XA[5]", "node_name": "TaK154", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 4, "site": "A", "title": "", @@ -9731,12 +7655,6 @@ }, "media_file": "LAIN06.XA[6]", "node_name": "Lda094", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -9759,12 +7677,6 @@ }, "media_file": "LAIN06.XA[7]", "node_name": "Lda095", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -9787,12 +7699,6 @@ }, "media_file": "LAIN06.XA[8]", "node_name": "Lda096", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -9817,12 +7723,6 @@ }, "media_file": "LAIN06.XA[12]", "node_name": "Lda100", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -9845,12 +7745,6 @@ }, "media_file": "LAIN06.XA[13]", "node_name": "Lda101", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -9873,12 +7767,6 @@ }, "media_file": "LAIN11.XA[12]", "node_name": "TaK066", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "A", "title": "", @@ -9901,12 +7789,6 @@ }, "media_file": "LAIN06.XA[10]", "node_name": "Lda098", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -9929,12 +7811,6 @@ }, "media_file": "LAIN06.XA[11]", "node_name": "Lda099", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -9957,12 +7833,6 @@ }, "media_file": "LAIN06.XA[15]", "node_name": "Lda103", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -9985,12 +7855,6 @@ }, "media_file": "LAIN06.XA[16]", "node_name": "Lda104", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -10013,12 +7877,6 @@ }, "media_file": "LAIN06.XA[17]", "node_name": "Lda105", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -10041,12 +7899,6 @@ }, "media_file": "LAIN11.XA[13]", "node_name": "TaK067", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 4, "site": "A", "title": "", @@ -10069,12 +7921,6 @@ }, "media_file": "LAIN13.XA[6]", "node_name": "TaK155", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "A", "title": "", @@ -10097,12 +7943,6 @@ }, "media_file": "LAIN11.XA[14]", "node_name": "TaK068", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 5, "site": "A", "title": "", @@ -10125,12 +7965,6 @@ }, "media_file": "LAIN06.XA[14]", "node_name": "Lda102", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -10153,12 +7987,6 @@ }, "media_file": "LAIN06.XA[18]", "node_name": "Lda106", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -10181,12 +8009,6 @@ }, "media_file": "LAIN06.XA[19]", "node_name": "Lda107", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -10209,12 +8031,6 @@ }, "media_file": "LAIN06.XA[20]", "node_name": "Lda108", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -10237,12 +8053,6 @@ }, "media_file": "LAIN11.XA[15]", "node_name": "TaK069", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 1, "site": "A", "title": "", @@ -10265,12 +8075,6 @@ }, "media_file": "LAIN13.XA[7]", "node_name": "TaK156", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "A", "title": "", @@ -10293,12 +8097,6 @@ }, "media_file": "LAIN11.XA[16]", "node_name": "TaK070", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "A", "title": "", @@ -10321,12 +8119,6 @@ }, "media_file": "LAIN11.XA[17]", "node_name": "TaK071", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "A", "title": "", @@ -10349,12 +8141,6 @@ }, "media_file": "LAIN13.XA[8]", "node_name": "TaK157", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 4, "site": "A", "title": "", @@ -10379,12 +8165,6 @@ }, "media_file": "LAIN06.XA[21]", "node_name": "Lda109", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -10407,12 +8187,6 @@ }, "media_file": "LAIN06.XA[22]", "node_name": "Lda110", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -10435,12 +8209,6 @@ }, "media_file": "LAIN06.XA[23]", "node_name": "Lda111", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -10463,12 +8231,6 @@ }, "media_file": "LAIN06.XA[24]", "node_name": "Lda112", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -10491,12 +8253,6 @@ }, "media_file": "LAIN11.XA[18]", "node_name": "TaK072", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 1, "site": "A", "title": "", @@ -10519,12 +8275,6 @@ }, "media_file": "LAIN11.XA[19]", "node_name": "TaK073", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "A", "title": "", @@ -10547,12 +8297,6 @@ }, "media_file": "LAIN13.XA[9]", "node_name": "TaK158", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 4, "site": "A", "title": "", @@ -10575,12 +8319,6 @@ }, "media_file": "LAIN11.XA[21]", "node_name": "TaK075", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "A", "title": "", @@ -10603,12 +8341,6 @@ }, "media_file": "LAIN13.XA[10]", "node_name": "TaK159", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 4, "site": "A", "title": "", @@ -10631,12 +8363,6 @@ }, "media_file": "LAIN06.XA[25]", "node_name": "Lda113", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -10659,12 +8385,6 @@ }, "media_file": "LAIN06.XA[26]", "node_name": "Lda114", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -10687,12 +8407,6 @@ }, "media_file": "LAIN06.XA[27]", "node_name": "Lda115", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -10715,12 +8429,6 @@ }, "media_file": "LAIN06.XA[28]", "node_name": "Lda116", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -10743,12 +8451,6 @@ }, "media_file": "F035.STR", "node_name": "Dc1021", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "DATA of CLN01", @@ -10771,12 +8473,6 @@ }, "media_file": "LAIN11.XA[20]", "node_name": "TaK074", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "A", "title": "", @@ -10799,15 +8495,9 @@ }, "media_file": "LAIN21.XA[14]", "node_name": "P2-06", - "protocol_lines": { - "1": "POLY-TAN PARTS", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "POLY-TAN PARTS", "triggers_final_video": 0, "type": 9, "unlocked_by": "", @@ -10827,12 +8517,6 @@ }, "media_file": "LAIN11.XA[22]", "node_name": "TaK076", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "A", "title": "", @@ -10855,12 +8539,6 @@ }, "media_file": "LAIN06.XA[29]", "node_name": "Lda117", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -10883,12 +8561,6 @@ }, "media_file": "LAIN06.XA[30]", "node_name": "Lda118", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -10911,12 +8583,6 @@ }, "media_file": "LAIN06.XA[31]", "node_name": "Lda119", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -10939,12 +8605,6 @@ }, "media_file": "LAIN07.XA[0]", "node_name": "Lda120", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -10969,12 +8629,6 @@ }, "media_file": "LAIN11.XA[29]", "node_name": "TaK083", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "A", "title": "", @@ -10997,12 +8651,6 @@ }, "media_file": "LAIN11.XA[23]", "node_name": "TaK077", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 4, "site": "A", "title": "", @@ -11025,12 +8673,6 @@ }, "media_file": "LAIN13.XA[11]", "node_name": "TaK160", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "A", "title": "", @@ -11053,12 +8695,6 @@ }, "media_file": "LAIN07.XA[1]", "node_name": "Lda121", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -11081,12 +8717,6 @@ }, "media_file": "LAIN07.XA[2]", "node_name": "Lda122", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -11109,12 +8739,6 @@ }, "media_file": "LAIN07.XA[3]", "node_name": "Lda123", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -11137,12 +8761,6 @@ }, "media_file": "LAIN07.XA[4]", "node_name": "Lda124", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -11165,12 +8783,6 @@ }, "media_file": "LAIN07.XA[8]", "node_name": "Lda128", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -11193,12 +8805,6 @@ }, "media_file": "F042.STR", "node_name": "Dc1027", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "DATA of CLN01", @@ -11221,12 +8827,6 @@ }, "media_file": "LAIN02.XA[3]", "node_name": "Cou036", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "COUNSELING REC.", @@ -11249,15 +8849,9 @@ }, "media_file": "LAIN03.XA[0]", "node_name": "Dia027", - "protocol_lines": { - "1": "DIAGNOSIS_CLN01", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "DIAGNOSIS CLN01", "triggers_final_video": 0, "type": 5, "unlocked_by": "Cou036", @@ -11277,12 +8871,6 @@ }, "media_file": "LAIN11.XA[24]", "node_name": "TaK078", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 1, "site": "A", "title": "", @@ -11305,12 +8893,6 @@ }, "media_file": "LAIN07.XA[5]", "node_name": "Lda125", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -11333,12 +8915,6 @@ }, "media_file": "LAIN07.XA[6]", "node_name": "Lda126", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -11361,12 +8937,6 @@ }, "media_file": "LAIN07.XA[7]", "node_name": "Lda127", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -11389,12 +8959,6 @@ }, "media_file": "LAIN07.XA[11]", "node_name": "Lda131", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -11417,12 +8981,6 @@ }, "media_file": "LAIN07.XA[12]", "node_name": "Lda132", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -11445,12 +9003,6 @@ }, "media_file": "LAIN11.XA[28]", "node_name": "TaK082", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "A", "title": "", @@ -11473,12 +9025,6 @@ }, "media_file": "LAIN11.XA[25]", "node_name": "TaK079", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "A", "title": "", @@ -11501,12 +9047,6 @@ }, "media_file": "LAIN13.XA[12]", "node_name": "TaK161", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "A", "title": "", @@ -11529,12 +9069,6 @@ }, "media_file": "LAIN07.XA[9]", "node_name": "Lda129", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -11557,12 +9091,6 @@ }, "media_file": "LAIN07.XA[10]", "node_name": "Lda130", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -11587,12 +9115,6 @@ }, "media_file": "LAIN07.XA[14]", "node_name": "Lda134", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -11615,12 +9137,6 @@ }, "media_file": "LAIN07.XA[15]", "node_name": "Lda135", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -11643,12 +9159,6 @@ }, "media_file": "LAIN07.XA[16]", "node_name": "Lda136", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -11671,12 +9181,6 @@ }, "media_file": "LAIN11.XA[26]", "node_name": "TaK080", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 5, "site": "A", "title": "", @@ -11699,12 +9203,6 @@ }, "media_file": "LAIN11.XA[27]", "node_name": "TaK081", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 4, "site": "A", "title": "", @@ -11727,12 +9225,6 @@ }, "media_file": "LAIN13.XA[13]", "node_name": "TaK162", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 4, "site": "A", "title": "", @@ -11755,12 +9247,6 @@ }, "media_file": "LAIN07.XA[13]", "node_name": "Lda133", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -11783,12 +9269,6 @@ }, "media_file": "LAIN07.XA[17]", "node_name": "Lda137", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -11811,12 +9291,6 @@ }, "media_file": "LAIN07.XA[18]", "node_name": "Lda138", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -11839,12 +9313,6 @@ }, "media_file": "LAIN07.XA[19]", "node_name": "Lda139", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "A", "title": "lain's DIARY", @@ -11867,12 +9335,6 @@ }, "media_file": "LAIN02.XA[4]", "node_name": "Cou037", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "COUNSELING REC.", @@ -11895,15 +9357,9 @@ }, "media_file": "LAIN03.XA[1]", "node_name": "Dia028", - "protocol_lines": { - "1": "DIAGNOSIS_CLN01", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "DIAGNOSIS CLN01", "triggers_final_video": 0, "type": 5, "unlocked_by": "Cou037", @@ -11923,12 +9379,6 @@ }, "media_file": "LAIN13.XA[14]", "node_name": "TaK163", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 4, "site": "A", "title": "", @@ -11951,12 +9401,6 @@ }, "media_file": "LAIN07.XA[20]", "node_name": "Lda140", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -11979,12 +9423,6 @@ }, "media_file": "LAIN07.XA[21]", "node_name": "Lda141", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -12007,12 +9445,6 @@ }, "media_file": "LAIN07.XA[22]", "node_name": "Lda142", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -12035,12 +9467,6 @@ }, "media_file": "LAIN07.XA[23]", "node_name": "Lda143", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -12063,12 +9489,6 @@ }, "media_file": "LAIN11.XA[31]", "node_name": "TaK085", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 1, "site": "A", "title": "", @@ -12093,12 +9513,6 @@ }, "media_file": "LAIN11.XA[30]", "node_name": "TaK084", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "A", "title": "", @@ -12121,12 +9535,6 @@ }, "media_file": "LAIN13.XA[15]", "node_name": "TaK164", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "A", "title": "", @@ -12149,12 +9557,6 @@ }, "media_file": "LAIN07.XA[24]", "node_name": "Lda144", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -12177,12 +9579,6 @@ }, "media_file": "LAIN07.XA[25]", "node_name": "Lda145", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -12205,12 +9601,6 @@ }, "media_file": "LAIN07.XA[26]", "node_name": "Lda146", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -12233,12 +9623,6 @@ }, "media_file": "LAIN12.XA[0]", "node_name": "TaK086", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "A", "title": "", @@ -12261,12 +9645,6 @@ }, "media_file": "LAIN13.XA[16]", "node_name": "TaK165", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "A", "title": "", @@ -12289,12 +9667,6 @@ }, "media_file": "LAIN12.XA[1]", "node_name": "TaK087", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 1, "site": "A", "title": "", @@ -12317,12 +9689,6 @@ }, "media_file": "LAIN12.XA[2]", "node_name": "TaK088", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 5, "site": "A", "title": "", @@ -12345,12 +9711,6 @@ }, "media_file": "LAIN13.XA[17]", "node_name": "TaK166", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "A", "title": "", @@ -12373,12 +9733,6 @@ }, "media_file": "LAIN07.XA[27]", "node_name": "Lda147", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -12401,12 +9755,6 @@ }, "media_file": "LAIN07.XA[28]", "node_name": "Lda148", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -12429,12 +9777,6 @@ }, "media_file": "LAIN12.XA[4]", "node_name": "TaK090", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 5, "site": "A", "title": "", @@ -12457,12 +9799,6 @@ }, "media_file": "LAIN13.XA[18]", "node_name": "TaK167", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "A", "title": "", @@ -12485,12 +9821,6 @@ }, "media_file": "LAIN12.XA[3]", "node_name": "TaK089", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 5, "site": "A", "title": "", @@ -12513,12 +9843,6 @@ }, "media_file": "F038.STR", "node_name": "Dc1024", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "DATA of CLN01", @@ -12541,12 +9865,6 @@ }, "media_file": "LAIN09.XA[10]", "node_name": "Tda044", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "TOUKO's DIARY", @@ -12569,12 +9887,6 @@ }, "media_file": "F043.STR", "node_name": "Dc1028", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "DATA of CLN01", @@ -12597,12 +9909,6 @@ }, "media_file": "LAIN07.XA[29]", "node_name": "Lda149", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -12625,12 +9931,6 @@ }, "media_file": "LAIN07.XA[30]", "node_name": "Lda150", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "lain's DIARY", @@ -12653,12 +9953,6 @@ }, "media_file": "LAIN02.XA[5]", "node_name": "Cou038", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", "title": "COUNSELING REC.", @@ -12681,15 +9975,9 @@ }, "media_file": "LAIN03.XA[2]", "node_name": "Dia029", - "protocol_lines": { - "1": "DIAGNOSIS_CLN01", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "A", - "title": "", + "title": "DIAGNOSIS CLN01", "triggers_final_video": 0, "type": 5, "unlocked_by": "Cou038", diff --git a/src/resources/site_b.json b/src/resources/site_b.json index 4c4f266..1731fc6 100644 --- a/src/resources/site_b.json +++ b/src/resources/site_b.json @@ -9,12 +9,6 @@ }, "media_file": "INS05.STR", "node_name": "SSkn04#", - "protocol_lines": { - "1": "mT up-date App.", - "2": "movie tool", - "3": "playing movie", - "4": "freeware" - }, "required_final_video_viewcount": 0, "site": "B", "title": "mT up-date App.", @@ -37,12 +31,6 @@ }, "media_file": "INS03.STR", "node_name": "Dc1025", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "DATA of CLN01", @@ -65,12 +53,6 @@ }, "media_file": "LAIN18.XA[8]", "node_name": "Tda045", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -93,12 +75,6 @@ }, "media_file": "LAIN18.XA[9]", "node_name": "Tda046", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -121,12 +97,6 @@ }, "media_file": "LAIN15.XA[17]", "node_name": "Lda151", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -149,12 +119,6 @@ }, "media_file": "LAIN15.XA[18]", "node_name": "Lda152", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -177,12 +141,6 @@ }, "media_file": "LAIN18.XA[10]", "node_name": "Tda047", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -205,12 +163,6 @@ }, "media_file": "LAIN19.XA[24]", "node_name": "TaK091", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 5, "site": "B", "title": "", @@ -233,12 +185,6 @@ }, "media_file": "LAIN20.XA[23]", "node_name": "TaK168", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "B", "title": "", @@ -261,12 +207,6 @@ }, "media_file": "LAIN15.XA[19]", "node_name": "Lda153", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -289,12 +229,6 @@ }, "media_file": "LAIN15.XA[20]", "node_name": "Lda154", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -317,12 +251,6 @@ }, "media_file": "LAIN15.XA[22]", "node_name": "Lda156", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -345,12 +273,6 @@ }, "media_file": "LAIN18.XA[11]", "node_name": "Tda048", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -373,12 +295,6 @@ }, "media_file": "LAIN19.XA[25]", "node_name": "TaK092", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 1, "site": "B", "title": "", @@ -401,12 +317,6 @@ }, "media_file": "LAIN20.XA[24]", "node_name": "TaK169", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "B", "title": "", @@ -429,12 +339,6 @@ }, "media_file": "LAIN15.XA[21]", "node_name": "Lda155", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -459,12 +363,6 @@ }, "media_file": "LAIN15.XA[23]", "node_name": "Lda157", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -487,12 +385,6 @@ }, "media_file": "LAIN15.XA[24]", "node_name": "Lda158", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -515,12 +407,6 @@ }, "media_file": "INS04.STR", "node_name": "Dc1026", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "DATA of CLN01", @@ -543,12 +429,6 @@ }, "media_file": "LAIN18.XA[12]", "node_name": "Tda049", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -571,12 +451,6 @@ }, "media_file": "LAIN18.XA[13]", "node_name": "Tda050", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -599,12 +473,6 @@ }, "media_file": "LAIN19.XA[26]", "node_name": "TaK093", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "B", "title": "", @@ -627,12 +495,6 @@ }, "media_file": "LAIN15.XA[25]", "node_name": "Lda159", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -655,12 +517,6 @@ }, "media_file": "LAIN15.XA[26]", "node_name": "Lda160", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -683,12 +539,6 @@ }, "media_file": "LAIN18.XA[14]", "node_name": "Tda051", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -711,12 +561,6 @@ }, "media_file": "LAIN15.XA[27]", "node_name": "Lda161", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -739,12 +583,6 @@ }, "media_file": "LAIN15.XA[28]", "node_name": "Lda162", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -767,12 +605,6 @@ }, "media_file": "LAIN18.XA[15]", "node_name": "Tda052", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -795,12 +627,6 @@ }, "media_file": "LAIN18.XA[16]", "node_name": "Tda053", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -823,15 +649,9 @@ }, "media_file": "F002.STR", "node_name": "Dc1042", - "protocol_lines": { - "1": "DATA of CLN-1", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", - "title": "DATA of CLN01", + "title": "DATA of CLN-1", "triggers_final_video": 0, "type": 4, "unlocked_by": "", @@ -851,12 +671,6 @@ }, "media_file": "LAIN18.XA[17]", "node_name": "Tda054", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -879,12 +693,6 @@ }, "media_file": "LAIN15.XA[29]", "node_name": "Lda163", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -907,12 +715,6 @@ }, "media_file": "LAIN15.XA[30]", "node_name": "Lda164", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -937,12 +739,6 @@ }, "media_file": "LAIN19.XA[27]", "node_name": "TaK094", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "B", "title": "", @@ -965,12 +761,6 @@ }, "media_file": "LAIN20.XA[25]", "node_name": "TaK170", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "B", "title": "", @@ -993,12 +783,6 @@ }, "media_file": "LAIN19.XA[28]", "node_name": "TaK095", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "B", "title": "", @@ -1021,12 +805,6 @@ }, "media_file": "LAIN20.XA[26]", "node_name": "TaK171", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "B", "title": "", @@ -1049,12 +827,6 @@ }, "media_file": "LAIN18.XA[18]", "node_name": "Tda055", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -1077,12 +849,6 @@ }, "media_file": "LAIN15.XA[31]", "node_name": "Lda165", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -1105,12 +871,6 @@ }, "media_file": "LAIN16.XA[0]", "node_name": "Lda166", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -1133,12 +893,6 @@ }, "media_file": "LAIN16.XA[2]", "node_name": "Lda168", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -1161,12 +915,6 @@ }, "media_file": "LAIN16.XA[3]", "node_name": "Lda169", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -1189,12 +937,6 @@ }, "media_file": "LAIN16.XA[4]", "node_name": "Lda170", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -1217,12 +959,6 @@ }, "media_file": "LAIN18.XA[19]", "node_name": "Tda056", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -1245,12 +981,6 @@ }, "media_file": "LAIN18.XA[20]", "node_name": "Tda057", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -1273,12 +1003,6 @@ }, "media_file": "LAIN18.XA[21]", "node_name": "Tda058", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -1301,12 +1025,6 @@ }, "media_file": "LAIN18.XA[22]", "node_name": "Tda059", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -1329,12 +1047,6 @@ }, "media_file": "LAIN16.XA[1]", "node_name": "Lda167", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -1357,12 +1069,6 @@ }, "media_file": "LAIN16.XA[5]", "node_name": "Lda171", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -1385,12 +1091,6 @@ }, "media_file": "LAIN16.XA[6]", "node_name": "Lda172", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -1413,12 +1113,6 @@ }, "media_file": "LAIN16.XA[7]", "node_name": "Lda173", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -1441,12 +1135,6 @@ }, "media_file": "LAIN16.XA[8]", "node_name": "Lda174", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -1469,12 +1157,6 @@ }, "media_file": "LAIN18.XA[23]", "node_name": "Tda060", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -1497,12 +1179,6 @@ }, "media_file": "LAIN18.XA[24]", "node_name": "Tda061", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -1525,12 +1201,6 @@ }, "media_file": "LAIN19.XA[29]", "node_name": "TaK096", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 4, "site": "B", "title": "", @@ -1555,12 +1225,6 @@ }, "media_file": "LAIN16.XA[9]", "node_name": "Lda175", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -1583,12 +1247,6 @@ }, "media_file": "LAIN16.XA[10]", "node_name": "Lda176", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -1611,12 +1269,6 @@ }, "media_file": "LAIN16.XA[11]", "node_name": "Lda177", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -1639,12 +1291,6 @@ }, "media_file": "LAIN16.XA[12]", "node_name": "Lda178", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -1667,12 +1313,6 @@ }, "media_file": "LAIN16.XA[13]", "node_name": "Lda179", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -1695,12 +1335,6 @@ }, "media_file": "LAIN19.XA[30]", "node_name": "TaK097", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 4, "site": "B", "title": "", @@ -1723,12 +1357,6 @@ }, "media_file": "LAIN20.XA[27]", "node_name": "TaK172", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 4, "site": "B", "title": "", @@ -1751,12 +1379,6 @@ }, "media_file": "LAIN18.XA[25]", "node_name": "Tda062", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -1779,12 +1401,6 @@ }, "media_file": "LAIN18.XA[26]", "node_name": "Tda063", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -1807,12 +1423,6 @@ }, "media_file": "LAIN18.XA[27]", "node_name": "Tda064", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -1835,12 +1445,6 @@ }, "media_file": "LAIN19.XA[31]", "node_name": "TaK098", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 5, "site": "B", "title": "", @@ -1863,12 +1467,6 @@ }, "media_file": "LAIN20.XA[0]", "node_name": "TaK099", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 1, "site": "B", "title": "", @@ -1891,12 +1489,6 @@ }, "media_file": "LAIN20.XA[28]", "node_name": "TaK173", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 4, "site": "B", "title": "", @@ -1919,12 +1511,6 @@ }, "media_file": "INS06.STR", "node_name": "SSkn05", - "protocol_lines": { - "1": "mT up-date App.", - "2": "movie tool", - "3": "playing movie", - "4": "freeware" - }, "required_final_video_viewcount": 0, "site": "B", "title": "mT up-date App.", @@ -1947,15 +1533,9 @@ }, "media_file": "LAIN14.XA[15]", "node_name": "Dia030", - "protocol_lines": { - "1": "DIAGNOSIS_CLN01", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", - "title": "", + "title": "DIAGNOSIS CLN01", "triggers_final_video": 0, "type": 5, "unlocked_by": "Cou039", @@ -1975,12 +1555,6 @@ }, "media_file": "LAIN16.XA[14]", "node_name": "Lda180", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -2003,12 +1577,6 @@ }, "media_file": "LAIN16.XA[15]", "node_name": "Lda181", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -2031,15 +1599,9 @@ }, "media_file": "LAIN15.XA[7]", "node_name": "Ere001", - "protocol_lines": { - "1": "RESEARCH_\"Ky\"", - "2": "authorized_il", - "3": "decoded file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", - "title": "", + "title": "RESEARCH \"Ky\"", "triggers_final_video": 0, "type": 6, "unlocked_by": "", @@ -2059,12 +1621,6 @@ }, "media_file": "LAIN18.XA[28]", "node_name": "Tda065", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -2087,12 +1643,6 @@ }, "media_file": "LAIN18.XA[29]", "node_name": "Tda066", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -2115,12 +1665,6 @@ }, "media_file": "LAIN18.XA[30]", "node_name": "Tda067", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -2143,12 +1687,6 @@ }, "media_file": "LAIN14.XA[0]", "node_name": "Cou039", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "COUNSELING REC.", @@ -2173,15 +1711,9 @@ }, "media_file": "LAIN15.XA[8]", "node_name": "Ere002", - "protocol_lines": { - "1": "RESEARCH_\"Ky\"", - "2": "authorized_il", - "3": "decoded file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", - "title": "", + "title": "RESEARCH \"Ky\"", "triggers_final_video": 0, "type": 6, "unlocked_by": "Ere001", @@ -2201,15 +1733,9 @@ }, "media_file": "LAIN15.XA[9]", "node_name": "Ere003", - "protocol_lines": { - "1": "RESEARCH_\"Ky\"", - "2": "authorized_il", - "3": "decoded file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 2, "site": "B", - "title": "", + "title": "RESEARCH \"Ky\"", "triggers_final_video": 0, "type": 6, "unlocked_by": "Ere002", @@ -2229,12 +1755,6 @@ }, "media_file": "LAIN16.XA[16]", "node_name": "Lda182", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -2257,12 +1777,6 @@ }, "media_file": "LAIN16.XA[17]", "node_name": "Lda183", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -2285,12 +1799,6 @@ }, "media_file": "LAIN18.XA[31]", "node_name": "Tda068", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -2313,12 +1821,6 @@ }, "media_file": "LAIN19.XA[0]", "node_name": "Tda069", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -2341,12 +1843,6 @@ }, "media_file": "LAIN19.XA[1]", "node_name": "Tda070", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -2369,12 +1865,6 @@ }, "media_file": "LAIN19.XA[2]", "node_name": "Tda071", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -2397,15 +1887,9 @@ }, "media_file": "LAIN15.XA[10]", "node_name": "Ere004", - "protocol_lines": { - "1": "RESEARCH_\"Ky\"", - "2": "authorized_il", - "3": "decoded file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", - "title": "", + "title": "RESEARCH \"Ky\"", "triggers_final_video": 0, "type": 6, "unlocked_by": "Ere003", @@ -2425,15 +1909,9 @@ }, "media_file": "LAIN15.XA[11]", "node_name": "Ere005", - "protocol_lines": { - "1": "RESEARCH_\"Ky\"", - "2": "authorized_il", - "3": "decoded file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 2, "site": "B", - "title": "", + "title": "RESEARCH \"Ky\"", "triggers_final_video": 0, "type": 6, "unlocked_by": "Ere004", @@ -2453,15 +1931,9 @@ }, "media_file": "LAIN15.XA[12]", "node_name": "Ere006", - "protocol_lines": { - "1": "RESEARCH_\"Ky\"", - "2": "authorized_il", - "3": "decoded file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", - "title": "", + "title": "RESEARCH \"Ky\"", "triggers_final_video": 0, "type": 6, "unlocked_by": "Ere005", @@ -2481,12 +1953,6 @@ }, "media_file": "LAIN16.XA[18]", "node_name": "Lda184", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -2509,12 +1975,6 @@ }, "media_file": "LAIN16.XA[19]", "node_name": "Lda185", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -2537,15 +1997,9 @@ }, "media_file": "LAIN15.XA[13]", "node_name": "Ere007", - "protocol_lines": { - "1": "RESEARCH_\"Ka\"", - "2": "authorized_il", - "3": "decoded file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", - "title": "", + "title": "RESEARCH \"Ka\"", "triggers_final_video": 0, "type": 6, "unlocked_by": "", @@ -2565,15 +2019,9 @@ }, "media_file": "LAIN15.XA[14]", "node_name": "Ere008", - "protocol_lines": { - "1": "RESEARCH_\"Ka\"", - "2": "authorized_il", - "3": "decoded file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", - "title": "", + "title": "RESEARCH \"Ka\"", "triggers_final_video": 0, "type": 6, "unlocked_by": "Ere007", @@ -2593,15 +2041,9 @@ }, "media_file": "LAIN15.XA[15]", "node_name": "Ere009", - "protocol_lines": { - "1": "RESEARCH_\"Ka\"", - "2": "authorized_il", - "3": "decoded file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", - "title": "", + "title": "RESEARCH \"Ka\"", "triggers_final_video": 0, "type": 6, "unlocked_by": "Ere008", @@ -2621,15 +2063,9 @@ }, "media_file": "LAIN15.XA[16]", "node_name": "Ere010", - "protocol_lines": { - "1": "RESEARCH_\"Ka\"", - "2": "authorized_il", - "3": "decoded file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 2, "site": "B", - "title": "", + "title": "RESEARCH \"Ka\"", "triggers_final_video": 0, "type": 6, "unlocked_by": "Ere009", @@ -2649,12 +2085,6 @@ }, "media_file": "LAIN14.XA[1]", "node_name": "Cou040", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "COUNSELING REC.", @@ -2677,15 +2107,9 @@ }, "media_file": "LAIN14.XA[16]", "node_name": "Dia031", - "protocol_lines": { - "1": "DIAGNOSIS_CLN01", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", - "title": "", + "title": "DIAGNOSIS CLN01", "triggers_final_video": 0, "type": 5, "unlocked_by": "Cou040", @@ -2705,12 +2129,6 @@ }, "media_file": "LAIN16.XA[20]", "node_name": "Lda186", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -2733,12 +2151,6 @@ }, "media_file": "LAIN20.XA[1]", "node_name": "TaK100", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "B", "title": "", @@ -2761,12 +2173,6 @@ }, "media_file": "LAIN20.XA[29]", "node_name": "TaK174", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 4, "site": "B", "title": "", @@ -2791,12 +2197,6 @@ }, "media_file": "LAIN14.XA[3]", "node_name": "Cou042", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "COUNSELING REC.", @@ -2819,12 +2219,6 @@ }, "media_file": "LAIN20.XA[2]", "node_name": "TaK101", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "B", "title": "", @@ -2847,15 +2241,9 @@ }, "media_file": "LAIN14.XA[19]", "node_name": "Dia034", - "protocol_lines": { - "1": "DIAGNOSIS_CLN01", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", - "title": "", + "title": "DIAGNOSIS CLN01", "triggers_final_video": 0, "type": 5, "unlocked_by": "Dia033", @@ -2875,12 +2263,6 @@ }, "media_file": "LAIN20.XA[3]", "node_name": "TaK102", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 4, "site": "B", "title": "", @@ -2903,12 +2285,6 @@ }, "media_file": "LAIN20.XA[30]", "node_name": "TaK175", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "B", "title": "", @@ -2931,12 +2307,6 @@ }, "media_file": "LAIN14.XA[2]", "node_name": "Cou041", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "COUNSELING REC.", @@ -2959,15 +2329,9 @@ }, "media_file": "LAIN14.XA[17]", "node_name": "Dia032", - "protocol_lines": { - "1": "DIAGNOSIS_CLN01", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", - "title": "", + "title": "DIAGNOSIS CLN01", "triggers_final_video": 0, "type": 5, "unlocked_by": "Cou041", @@ -2987,12 +2351,6 @@ }, "media_file": "INS15.STR", "node_name": "Dc1040", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "DATA of CLN01", @@ -3015,12 +2373,6 @@ }, "media_file": "LAIN20.XA[4]", "node_name": "TaK103", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 1, "site": "B", "title": "", @@ -3043,12 +2395,6 @@ }, "media_file": "LAIN19.XA[3]", "node_name": "Tda072", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -3071,12 +2417,6 @@ }, "media_file": "LAIN19.XA[4]", "node_name": "Tda073", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -3099,12 +2439,6 @@ }, "media_file": "LAIN16.XA[21]", "node_name": "Lda187", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -3127,12 +2461,6 @@ }, "media_file": "LAIN16.XA[22]", "node_name": "Lda188", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -3155,12 +2483,6 @@ }, "media_file": "LAIN19.XA[5]", "node_name": "Tda074", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -3183,12 +2505,6 @@ }, "media_file": "LAIN14.XA[4]", "node_name": "Cou043", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "COUNSELING REC.", @@ -3211,15 +2527,9 @@ }, "media_file": "LAIN14.XA[18]", "node_name": "Dia033", - "protocol_lines": { - "1": "DIAGNOSIS_CLN01", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", - "title": "", + "title": "DIAGNOSIS CLN01", "triggers_final_video": 0, "type": 5, "unlocked_by": "Cou042", @@ -3239,15 +2549,9 @@ }, "media_file": "LAIN14.XA[20]", "node_name": "Dia035", - "protocol_lines": { - "1": "DIAGNOSIS_CLN01", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", - "title": "", + "title": "DIAGNOSIS CLN01", "triggers_final_video": 0, "type": 5, "unlocked_by": "Cou044", @@ -3267,15 +2571,9 @@ }, "media_file": "LAIN14.XA[21]", "node_name": "Dia036", - "protocol_lines": { - "1": "DIAGNOSIS_CLN01", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", - "title": "", + "title": "DIAGNOSIS CLN01", "triggers_final_video": 0, "type": 5, "unlocked_by": "Dia035", @@ -3295,15 +2593,9 @@ }, "media_file": "F001.STR", "node_name": "Dc1041", - "protocol_lines": { - "1": "DATA of CLN-1", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", - "title": "DATA of CLN01", + "title": "DATA of CLN-1", "triggers_final_video": 0, "type": 4, "unlocked_by": "", @@ -3323,12 +2615,6 @@ }, "media_file": "LAIN16.XA[23]", "node_name": "Lda189", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -3351,12 +2637,6 @@ }, "media_file": "LAIN16.XA[24]", "node_name": "Lda190", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -3381,12 +2661,6 @@ }, "media_file": "LAIN16.XA[26]", "node_name": "Lda192", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -3409,12 +2683,6 @@ }, "media_file": "LAIN16.XA[27]", "node_name": "Lda193", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -3437,12 +2705,6 @@ }, "media_file": "LAIN16.XA[28]", "node_name": "Lda194", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -3465,12 +2727,6 @@ }, "media_file": "LAIN19.XA[6]", "node_name": "Tda075", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -3493,15 +2749,9 @@ }, "media_file": "LAIN14.XA[22]", "node_name": "Dia037", - "protocol_lines": { - "1": "DIAGNOSIS_CLN01", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", - "title": "", + "title": "DIAGNOSIS CLN01", "triggers_final_video": 0, "type": 5, "unlocked_by": "Cou046", @@ -3521,12 +2771,6 @@ }, "media_file": "LAIN14.XA[7]", "node_name": "Cou046", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "COUNSELING REC.", @@ -3549,12 +2793,6 @@ }, "media_file": "LAIN16.XA[25]", "node_name": "Lda191", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -3577,12 +2815,6 @@ }, "media_file": "LAIN20.XA[5]", "node_name": "TaK104", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 1, "site": "B", "title": "", @@ -3605,12 +2837,6 @@ }, "media_file": "LAIN20.XA[31]", "node_name": "TaK176", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "B", "title": "", @@ -3633,12 +2859,6 @@ }, "media_file": "LAIN16.XA[29]", "node_name": "Lda195", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -3661,12 +2881,6 @@ }, "media_file": "LAIN16.XA[30]", "node_name": "Lda196", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -3689,12 +2903,6 @@ }, "media_file": "LAIN20.XA[6]", "node_name": "TaK105", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 1, "site": "B", "title": "", @@ -3717,12 +2925,6 @@ }, "media_file": "LAIN21.XA[0]", "node_name": "TaK177", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "B", "title": "", @@ -3745,12 +2947,6 @@ }, "media_file": "LAIN20.XA[7]", "node_name": "TaK106", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "B", "title": "", @@ -3773,12 +2969,6 @@ }, "media_file": "INS07.STR", "node_name": "SSkn06", - "protocol_lines": { - "1": "mT up-date App.", - "2": "movie tool", - "3": "playing movie", - "4": "freeware" - }, "required_final_video_viewcount": 0, "site": "B", "title": "mT up-date App.", @@ -3801,12 +2991,6 @@ }, "media_file": "LAIN14.XA[5]", "node_name": "Cou044", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "COUNSELING REC.", @@ -3829,12 +3013,6 @@ }, "media_file": "LAIN14.XA[6]", "node_name": "Cou045", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "COUNSELING REC.", @@ -3857,15 +3035,9 @@ }, "media_file": "F003.STR", "node_name": "Dc1043", - "protocol_lines": { - "1": "DATA of CLN-1", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", - "title": "DATA of CLN01", + "title": "DATA of CLN-1", "triggers_final_video": 0, "type": 4, "unlocked_by": "", @@ -3885,12 +3057,6 @@ }, "media_file": "LAIN16.XA[31]", "node_name": "Lda197", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -3913,12 +3079,6 @@ }, "media_file": "LAIN17.XA[0]", "node_name": "Lda198", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -3941,15 +3101,9 @@ }, "media_file": "F004.STR", "node_name": "Dc1044", - "protocol_lines": { - "1": "DATA of CLN-1", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", - "title": "DATA of CLN01", + "title": "DATA of CLN-1", "triggers_final_video": 0, "type": 4, "unlocked_by": "Lda192", @@ -3969,12 +3123,6 @@ }, "media_file": "LAIN19.XA[7]", "node_name": "Tda076", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -3999,15 +3147,9 @@ }, "media_file": "LAIN14.XA[23]", "node_name": "Dia038", - "protocol_lines": { - "1": "DIAGNOSIS_CLN01", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", - "title": "", + "title": "DIAGNOSIS CLN01", "triggers_final_video": 0, "type": 5, "unlocked_by": "Cou047", @@ -4027,12 +3169,6 @@ }, "media_file": "LAIN20.XA[9]", "node_name": "TaK108", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "B", "title": "", @@ -4055,12 +3191,6 @@ }, "media_file": "LAIN14.XA[8]", "node_name": "Cou047", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "COUNSELING REC.", @@ -4083,15 +3213,9 @@ }, "media_file": "F008.STR", "node_name": "Dc1046", - "protocol_lines": { - "1": "DATA of CLN-1", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", - "title": "DATA of CLN01", + "title": "DATA of CLN-1", "triggers_final_video": 0, "type": 4, "unlocked_by": "", @@ -4111,15 +3235,9 @@ }, "media_file": "F006.STR", "node_name": "Dc1045", - "protocol_lines": { - "1": "DATA of CLN-1", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", - "title": "DATA of CLN01", + "title": "DATA of CLN-1", "triggers_final_video": 0, "type": 4, "unlocked_by": "", @@ -4139,12 +3257,6 @@ }, "media_file": "LAIN17.XA[1]", "node_name": "Lda199", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -4167,12 +3279,6 @@ }, "media_file": "LAIN17.XA[2]", "node_name": "Lda200", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -4195,15 +3301,9 @@ }, "media_file": "LAIN15.XA[2]", "node_name": "Eda001", - "protocol_lines": { - "1": "RESEARCH_\"Ma\"", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/poa_server" - }, "required_final_video_viewcount": 3, "site": "B", - "title": "", + "title": "RESEARCH \"Ma\"", "triggers_final_video": 0, "type": 6, "unlocked_by": "", @@ -4223,15 +3323,9 @@ }, "media_file": "LAIN15.XA[3]", "node_name": "Eda002", - "protocol_lines": { - "1": "RESEARCH_\"Ma\"", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/poa_server" - }, "required_final_video_viewcount": 3, "site": "B", - "title": "", + "title": "RESEARCH \"Ma\"", "triggers_final_video": 0, "type": 6, "unlocked_by": "Eda001", @@ -4251,15 +3345,9 @@ }, "media_file": "LAIN15.XA[4]", "node_name": "Eda003", - "protocol_lines": { - "1": "RESEARCH_\"Ma\"", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/poa_server" - }, "required_final_video_viewcount": 3, "site": "B", - "title": "", + "title": "RESEARCH \"Ma\"", "triggers_final_video": 0, "type": 6, "unlocked_by": "Eda002", @@ -4279,12 +3367,6 @@ }, "media_file": "LAIN21.XA[2]", "node_name": "TaK179", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 4, "site": "B", "title": "", @@ -4307,12 +3389,6 @@ }, "media_file": "F015.STR", "node_name": "Dc1051", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "DATA of CLN01", @@ -4335,12 +3411,6 @@ }, "media_file": "LAIN20.XA[8]", "node_name": "TaK107", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "B", "title": "", @@ -4363,12 +3433,6 @@ }, "media_file": "LAIN21.XA[1]", "node_name": "TaK178", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "B", "title": "", @@ -4391,12 +3455,6 @@ }, "media_file": "LAIN17.XA[3]", "node_name": "Lda201", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -4419,12 +3477,6 @@ }, "media_file": "LAIN17.XA[4]", "node_name": "Lda202", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -4447,12 +3499,6 @@ }, "media_file": "LAIN17.XA[5]", "node_name": "Lda203", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -4475,12 +3521,6 @@ }, "media_file": "LAIN17.XA[6]", "node_name": "Lda204", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -4503,12 +3543,6 @@ }, "media_file": "LAIN17.XA[7]", "node_name": "Lda205", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -4531,12 +3565,6 @@ }, "media_file": "LAIN14.XA[9]", "node_name": "Cou048", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "COUNSELING REC.", @@ -4559,12 +3587,6 @@ }, "media_file": "INS05.STR", "node_name": "Dc1030", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "DATA of CLN01", @@ -4587,15 +3609,9 @@ }, "media_file": "LAIN14.XA[24]", "node_name": "Dia039", - "protocol_lines": { - "1": "DIAGNOSIS_CLN00", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", - "title": "", + "title": "DIAGNOSIS CLN00", "triggers_final_video": 0, "type": 5, "unlocked_by": "Cou048", @@ -4615,15 +3631,9 @@ }, "media_file": "LAIN14.XA[25]", "node_name": "Dia040", - "protocol_lines": { - "1": "DIAGNOSIS_CLN00", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", - "title": "", + "title": "DIAGNOSIS CLN00", "triggers_final_video": 0, "type": 5, "unlocked_by": "Dia039", @@ -4643,12 +3653,6 @@ }, "media_file": "INS06.STR", "node_name": "Dc1031", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "DATA of CLN01", @@ -4673,12 +3677,6 @@ }, "media_file": "LAIN17.XA[8]", "node_name": "Lda206", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -4701,12 +3699,6 @@ }, "media_file": "LAIN17.XA[9]", "node_name": "Lda207", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -4729,12 +3721,6 @@ }, "media_file": "LAIN17.XA[10]", "node_name": "Lda208", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -4757,12 +3743,6 @@ }, "media_file": "INS07.STR", "node_name": "Dc1032", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "DATA of CLN01", @@ -4785,12 +3765,6 @@ }, "media_file": "INS08.STR", "node_name": "Dc1033", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "DATA of CLN01", @@ -4813,12 +3787,6 @@ }, "media_file": "LAIN19.XA[8]", "node_name": "Tda077", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -4841,12 +3809,6 @@ }, "media_file": "LAIN19.XA[9]", "node_name": "Tda078", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -4869,15 +3831,9 @@ }, "media_file": "LAIN14.XA[26]", "node_name": "Dia041", - "protocol_lines": { - "1": "DIAGNOSIS_CLN00", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", - "title": "", + "title": "DIAGNOSIS CLN00", "triggers_final_video": 0, "type": 5, "unlocked_by": "Dia040", @@ -4897,12 +3853,6 @@ }, "media_file": "LAIN14.XA[10]", "node_name": "Cou049", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "COUNSELING REC.", @@ -4925,12 +3875,6 @@ }, "media_file": "LAIN17.XA[11]", "node_name": "Lda209", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -4953,12 +3897,6 @@ }, "media_file": "LAIN17.XA[12]", "node_name": "Lda210", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -4981,12 +3919,6 @@ }, "media_file": "LAIN17.XA[13]", "node_name": "Lda211", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -5009,12 +3941,6 @@ }, "media_file": "INS09.STR", "node_name": "Dc1034", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "DATA of CLN01", @@ -5037,12 +3963,6 @@ }, "media_file": "LAIN19.XA[10]", "node_name": "Tda079", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -5065,12 +3985,6 @@ }, "media_file": "LAIN19.XA[11]", "node_name": "Tda080", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -5093,15 +4007,9 @@ }, "media_file": "LAIN14.XA[27]", "node_name": "Dia042", - "protocol_lines": { - "1": "DIAGNOSIS_CLN00", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", - "title": "", + "title": "DIAGNOSIS CLN00", "triggers_final_video": 0, "type": 5, "unlocked_by": "Cou049", @@ -5121,15 +4029,9 @@ }, "media_file": "LAIN14.XA[28]", "node_name": "Dia043", - "protocol_lines": { - "1": "DIAGNOSIS_CLN00", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", - "title": "", + "title": "DIAGNOSIS CLN00", "triggers_final_video": 0, "type": 5, "unlocked_by": "Cou050", @@ -5149,12 +4051,6 @@ }, "media_file": "LAIN14.XA[11]", "node_name": "Cou050", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "COUNSELING REC.", @@ -5177,12 +4073,6 @@ }, "media_file": "LAIN17.XA[14]", "node_name": "Lda212", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -5205,12 +4095,6 @@ }, "media_file": "INS10.STR", "node_name": "Dc1035", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "DATA of CLN01", @@ -5233,12 +4117,6 @@ }, "media_file": "INS12.STR", "node_name": "Dc1037", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "DATA of CLN01", @@ -5261,12 +4139,6 @@ }, "media_file": "LAIN19.XA[12]", "node_name": "Tda081", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -5291,12 +4163,6 @@ }, "media_file": "LAIN20.XA[10]", "node_name": "TaK109", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "B", "title": "", @@ -5319,12 +4185,6 @@ }, "media_file": "LAIN19.XA[13]", "node_name": "Tda082", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -5347,12 +4207,6 @@ }, "media_file": "LAIN19.XA[14]", "node_name": "Tda083", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -5375,12 +4229,6 @@ }, "media_file": "LAIN17.XA[15]", "node_name": "Lda213", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -5403,12 +4251,6 @@ }, "media_file": "LAIN17.XA[16]", "node_name": "Lda214", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -5431,12 +4273,6 @@ }, "media_file": "INS13.STR", "node_name": "Dc1038", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "DATA of CLN01", @@ -5459,15 +4295,9 @@ }, "media_file": "INS14.STR", "node_name": "Dc1039", - "protocol_lines": { - "1": "DATA of CLN-1", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", - "title": "DATA of CLN01", + "title": "DATA of CLN-1", "triggers_final_video": 0, "type": 4, "unlocked_by": "", @@ -5487,12 +4317,6 @@ }, "media_file": "LAIN17.XA[17]", "node_name": "Lda215", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -5515,12 +4339,6 @@ }, "media_file": "LAIN17.XA[18]", "node_name": "Lda216", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -5543,12 +4361,6 @@ }, "media_file": "F020.STR", "node_name": "Dc1052", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "DATA of CLN01", @@ -5571,12 +4383,6 @@ }, "media_file": "LAIN20.XA[11]", "node_name": "TaK110", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "B", "title": "", @@ -5599,12 +4405,6 @@ }, "media_file": "LAIN19.XA[15]", "node_name": "Tda084", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -5627,12 +4427,6 @@ }, "media_file": "LAIN21.XA[3]", "node_name": "TaK180", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 4, "site": "B", "title": "", @@ -5655,15 +4449,9 @@ }, "media_file": "LAIN15.XA[5]", "node_name": "Eda004", - "protocol_lines": { - "1": "RESEARCH_\"Ma\"", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/poa_server" - }, "required_final_video_viewcount": 4, "site": "B", - "title": "", + "title": "RESEARCH \"Ma\"", "triggers_final_video": 0, "type": 6, "unlocked_by": "Eda003", @@ -5683,12 +4471,6 @@ }, "media_file": "LAIN17.XA[19]", "node_name": "Lda217", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -5711,12 +4493,6 @@ }, "media_file": "LAIN17.XA[20]", "node_name": "Lda218", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -5739,12 +4515,6 @@ }, "media_file": "LAIN17.XA[21]", "node_name": "Lda219", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -5767,15 +4537,9 @@ }, "media_file": "LAIN14.XA[29]", "node_name": "Dia044", - "protocol_lines": { - "1": "DIAGNOSIS_CLN00", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", - "title": "", + "title": "DIAGNOSIS CLN00", "triggers_final_video": 0, "type": 5, "unlocked_by": "Cou051", @@ -5795,15 +4559,9 @@ }, "media_file": "LAIN14.XA[30]", "node_name": "Dia045", - "protocol_lines": { - "1": "DIAGNOSIS_CLN00", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", - "title": "", + "title": "DIAGNOSIS CLN00", "triggers_final_video": 0, "type": 5, "unlocked_by": "Dia044", @@ -5823,12 +4581,6 @@ }, "media_file": "LAIN19.XA[16]", "node_name": "Tda085", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -5851,12 +4603,6 @@ }, "media_file": "LAIN14.XA[12]", "node_name": "Cou051", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "COUNSELING REC.", @@ -5881,12 +4627,6 @@ }, "media_file": "LAIN17.XA[22]", "node_name": "Lda220", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -5909,12 +4649,6 @@ }, "media_file": "LAIN17.XA[23]", "node_name": "Lda221", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -5937,12 +4671,6 @@ }, "media_file": "LAIN17.XA[24]", "node_name": "Lda222", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -5965,12 +4693,6 @@ }, "media_file": "LAIN17.XA[25]", "node_name": "Lda223", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -5993,12 +4715,6 @@ }, "media_file": "LAIN19.XA[17]", "node_name": "Tda086", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -6021,12 +4737,6 @@ }, "media_file": "LAIN19.XA[18]", "node_name": "Tda087", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -6049,12 +4759,6 @@ }, "media_file": "LAIN14.XA[13]", "node_name": "Cou052", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "COUNSELING REC.", @@ -6077,15 +4781,9 @@ }, "media_file": "LAIN14.XA[31]", "node_name": "Dia046", - "protocol_lines": { - "1": "DIAGNOSIS_CLN00", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", - "title": "", + "title": "DIAGNOSIS CLN00", "triggers_final_video": 0, "type": 5, "unlocked_by": "Cou052", @@ -6105,15 +4803,9 @@ }, "media_file": "LAIN15.XA[0]", "node_name": "Dia047", - "protocol_lines": { - "1": "DIAGNOSIS_CLN00", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", - "title": "", + "title": "DIAGNOSIS CLN00", "triggers_final_video": 0, "type": 5, "unlocked_by": "Dia046", @@ -6133,12 +4825,6 @@ }, "media_file": "LAIN20.XA[12]", "node_name": "TaK111", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 4, "site": "B", "title": "", @@ -6161,12 +4847,6 @@ }, "media_file": "LAIN17.XA[26]", "node_name": "Lda224", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -6189,12 +4869,6 @@ }, "media_file": "LAIN17.XA[27]", "node_name": "Lda225", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -6217,12 +4891,6 @@ }, "media_file": "LAIN19.XA[19]", "node_name": "Tda088", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -6245,12 +4913,6 @@ }, "media_file": "LAIN19.XA[20]", "node_name": "Tda089", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -6273,12 +4935,6 @@ }, "media_file": "LAIN17.XA[30]", "node_name": "Lda228", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -6301,12 +4957,6 @@ }, "media_file": "LAIN17.XA[31]", "node_name": "Lda229", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -6329,12 +4979,6 @@ }, "media_file": "F022.STR", "node_name": "Dc1053", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "DATA of CLN01", @@ -6357,12 +5001,6 @@ }, "media_file": "LAIN20.XA[13]", "node_name": "TaK112", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 5, "site": "B", "title": "", @@ -6385,12 +5023,6 @@ }, "media_file": "LAIN19.XA[21]", "node_name": "Tda090", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -6413,12 +5045,6 @@ }, "media_file": "LAIN17.XA[28]", "node_name": "Lda226", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -6441,12 +5067,6 @@ }, "media_file": "LAIN17.XA[29]", "node_name": "Lda227", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -6471,12 +5091,6 @@ }, "media_file": "LAIN14.XA[14]", "node_name": "Cou053", - "protocol_lines": { - "1": "COUNSELING_REC.", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "COUNSELING REC.", @@ -6499,15 +5113,9 @@ }, "media_file": "LAIN15.XA[1]", "node_name": "Dia048", - "protocol_lines": { - "1": "DIAGNOSIS_CLN00", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", - "title": "", + "title": "DIAGNOSIS CLN00", "triggers_final_video": 1, "type": 5, "unlocked_by": "Cou053", @@ -6527,12 +5135,6 @@ }, "media_file": "LAIN21.XA[4]", "node_name": "TaK181", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 4, "site": "B", "title": "", @@ -6555,12 +5157,6 @@ }, "media_file": "F024.STR", "node_name": "Dc1054", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "DATA of CLN01", @@ -6583,12 +5179,6 @@ }, "media_file": "LAIN19.XA[22]", "node_name": "Tda091", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -6611,15 +5201,9 @@ }, "media_file": "F012.STR", "node_name": "Dc1048", - "protocol_lines": { - "1": "DATA of CLN00", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", - "title": "DATA of CLN01", + "title": "DATA of CLN00", "triggers_final_video": 0, "type": 4, "unlocked_by": "", @@ -6639,15 +5223,9 @@ }, "media_file": "F010.STR", "node_name": "Dc1047", - "protocol_lines": { - "1": "DATA of CLN00", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", - "title": "DATA of CLN01", + "title": "DATA of CLN00", "triggers_final_video": 0, "type": 4, "unlocked_by": "", @@ -6667,12 +5245,6 @@ }, "media_file": "LAIN20.XA[14]", "node_name": "TaK113", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "B", "title": "", @@ -6695,12 +5267,6 @@ }, "media_file": "LAIN20.XA[15]", "node_name": "TaK114", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "B", "title": "", @@ -6723,12 +5289,6 @@ }, "media_file": "INS11.STR", "node_name": "Dc1036", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "DATA of CLN01", @@ -6751,12 +5311,6 @@ }, "media_file": "LAIN19.XA[23]", "node_name": "Tda092", - "protocol_lines": { - "1": "TOUKO's_DIARY", - "2": "authorized_il", - "3": "decoded file:t", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "TOUKO's DIARY", @@ -6779,15 +5333,9 @@ }, "media_file": "F013.STR", "node_name": "Dc1049", - "protocol_lines": { - "1": "DATA of CLN00", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", - "title": "DATA of CLN01", + "title": "DATA of CLN00", "triggers_final_video": 0, "type": 4, "unlocked_by": "", @@ -6807,15 +5355,9 @@ }, "media_file": "F014.STR", "node_name": "Dc1050", - "protocol_lines": { - "1": "DATA of CLN00", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", - "title": "DATA of CLN01", + "title": "DATA of CLN00", "triggers_final_video": 0, "type": 4, "unlocked_by": "", @@ -6835,15 +5377,9 @@ }, "media_file": "LAIN15.XA[6]", "node_name": "Eda005", - "protocol_lines": { - "1": "NEWS_SHOW", - "2": "authorized_il", - "3": "downloaded file", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 4, "site": "B", - "title": "", + "title": "NEWS SHOW", "triggers_final_video": 0, "type": 6, "unlocked_by": "Eda004", @@ -6863,12 +5399,6 @@ }, "media_file": "LAIN20.XA[16]", "node_name": "TaK115", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "B", "title": "", @@ -6891,12 +5421,6 @@ }, "media_file": "F025.STR", "node_name": "Dc1055", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "DATA of CLN01", @@ -6921,12 +5445,6 @@ }, "media_file": "LAIN18.XA[0]", "node_name": "Lda230", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -6949,12 +5467,6 @@ }, "media_file": "LAIN18.XA[1]", "node_name": "Lda231", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 1, "site": "B", "title": "lain's DIARY", @@ -6977,12 +5489,6 @@ }, "media_file": "LAIN18.XA[2]", "node_name": "Lda232", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -7005,12 +5511,6 @@ }, "media_file": "LAIN20.XA[17]", "node_name": "TaK116", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 3, "site": "B", "title": "", @@ -7033,12 +5533,6 @@ }, "media_file": "LAIN20.XA[18]", "node_name": "TaK117", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 4, "site": "B", "title": "", @@ -7061,12 +5555,6 @@ }, "media_file": "LAIN20.XA[19]", "node_name": "TaK118", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 5, "site": "B", "title": "", @@ -7089,12 +5577,6 @@ }, "media_file": "F026.STR", "node_name": "Dc1056", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "DATA of CLN01", @@ -7117,12 +5599,6 @@ }, "media_file": "LAIN18.XA[3]", "node_name": "Lda233", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -7145,12 +5621,6 @@ }, "media_file": "LAIN18.XA[4]", "node_name": "Lda234", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 2, "site": "B", "title": "lain's DIARY", @@ -7173,12 +5643,6 @@ }, "media_file": "LAIN18.XA[5]", "node_name": "Lda235", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -7201,12 +5665,6 @@ }, "media_file": "LAIN20.XA[20]", "node_name": "TaK119", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 2, "site": "B", "title": "", @@ -7229,12 +5687,6 @@ }, "media_file": "LAIN20.XA[21]", "node_name": "TaK120", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 1, "site": "B", "title": "", @@ -7257,12 +5709,6 @@ }, "media_file": "F027.STR", "node_name": "Dc1057", - "protocol_lines": { - "1": "DATA of CLN01", - "2": "authorized_il", - "3": "active_file:lv", - "4": "ftp/tl.S_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "DATA of CLN01", @@ -7285,15 +5731,9 @@ }, "media_file": "F029.STR", "node_name": "Dc1058", - "protocol_lines": { - "1": "101", - "2": "DATA of CLN01", - "3": "authorized_il", - "4": "active_file:lv" - }, "required_final_video_viewcount": 0, "site": "B", - "title": "DATA of CLN01", + "title": "101", "triggers_final_video": 0, "type": 4, "unlocked_by": "Dc1001", @@ -7313,12 +5753,6 @@ }, "media_file": "LAIN18.XA[6]", "node_name": "Lda236", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -7341,12 +5775,6 @@ }, "media_file": "LAIN18.XA[7]", "node_name": "Lda237", - "protocol_lines": { - "1": "lain's_DIARY", - "2": "anonymous_user", - "3": "active_file:", - "4": "ftp/tl.L_server" - }, "required_final_video_viewcount": 0, "site": "B", "title": "lain's DIARY", @@ -7369,12 +5797,6 @@ }, "media_file": "LAIN20.XA[22]", "node_name": "TaK121", - "protocol_lines": { - "1": "", - "2": "", - "3": "", - "4": "" - }, "required_final_video_viewcount": 5, "site": "B", "title": "", @@ -7389,4 +5811,4 @@ } } } -} +} \ No newline at end of file diff --git a/src/utils/node-utils.ts b/src/utils/node-utils.ts index 8899e8c..e3029da 100644 --- a/src/utils/node-utils.ts +++ b/src/utils/node-utils.ts @@ -92,7 +92,7 @@ export const getVisibleNodesMatrix = ( ); }; -function RowPrecedence(rowIdx: number): number[] { +const RowPrecedence = (rowIdx: number): number[] => { switch (rowIdx) { default: case 0: @@ -102,9 +102,9 @@ function RowPrecedence(rowIdx: number): number[] { case 2: return [2, 1, 0]; } -} +}; -function ColPrecedence(colIdx: number): number[] { +const ColPrecedence = (colIdx: number): number[] => { switch (colIdx) { default: case 0: @@ -116,7 +116,7 @@ function ColPrecedence(colIdx: number): number[] { case 3: return [3, 2, 1, 0]; } -} +}; function* nextPos_left([row, col]: [number, number]) { const p = RowPrecedence(row); @@ -144,7 +144,7 @@ function* nextPos_down([row, col]: [number, number]) { for (let r = row + 1; r < 3; r++) for (let c = 0; c < 4; c++) yield [r, p[c]]; } -function move(direction: string, [matrix, level]: [number, number]) { +const move = (direction: string, [matrix, level]: [number, number]) => { switch (direction) { case "left": matrix = matrix + 1 > 8 ? 1 : matrix + 1; @@ -161,9 +161,11 @@ function move(direction: string, [matrix, level]: [number, number]) { } return [matrix, level]; -} +}; + +export const findNode = ( + nodeId: string, -export function findNode( direction: string, { @@ -174,18 +176,26 @@ export function findNode( level: number, currentSite: string, - gameProgress: any -): any | undefined { - const funcs: any = { + gameProgress: typeof game_progress, + shouldSearchNext: boolean +) => { + const funcs: { + [key: string]: (([row, col]: [number, number]) => Generator< + number[], + void + >)[]; + } = { left: [nextPos_left, ([r]: [number, number]) => nextPos_right([r, -1])], right: [nextPos_right, ([r]: [number, number]) => nextPos_left([r, 4])], up: [nextPos_up, ([, c]: [number, number]) => nextPos_up([3, c])], down: [nextPos_down, ([, c]: [number, number]) => nextPos_down([-1, c])], }; + const initialMatrixIdx = matrixIdx; + const nextPos = funcs[direction]; - for (let i = 0; i < 2; i++) { + for (let i = 0; i < (shouldSearchNext ? 2 : 1); i++) { const nodes = getVisibleNodesMatrix( matrixIdx, level, @@ -212,7 +222,21 @@ export function findNode( [matrixIdx, level] = move(direction, [matrixIdx, level]); } -} + + if (nodeId === "") [matrixIdx] = move(direction, [initialMatrixIdx, level]); + + if (direction === "up" || direction === "down" || nodeId === "") { + return { + node: "unknown", + matrixIndices: { + matrixIdx, + rowIdx: rowIdx, + colIdx: colIdx, + }, + didMove: true, + }; + } +}; export const filterInvisibleNodes = ( siteData: SiteType, gameProgress: typeof game_progress @@ -234,3 +258,26 @@ export const filterInvisibleNodes = ( return visibleNodes; }; + +export const unknownNodeTemplate = { + id: "", + image_table_indices: { + "1": "", + "2": "", + "3": "", + }, + media_file: "", + node_name: "Unknown", + required_final_video_viewcount: 0, + site: "", + title: "", + triggers_final_video: 0, + type: 0, + unlocked_by: "", + upgrade_requirement: 0, + words: { + "1": "", + "2": "", + "3": "", + }, +};