IMDB List Importer

Import list of titles, people or characters in the imdb list

目前為 2017-07-16 提交的版本,檢視 最新版本

作者
Neinei0k
評價
0 0 0
版本
5.1
建立日期
2016-09-29
更新日期
2017-07-16
尺寸
6.9 KB
授權條款
未知
腳本執行於

Import list of titles, people or characters in the imdb list. Very fast and easy to use.

  • Import data in the form of csv or unstructured text. If you will use csv, descriptions also will be added. In unstructured text everything except for elements id's will be ignored.
  • Read data from text field or directly from file.
  • Chose to ignore duplicate elements.

Usage:

  1. Chose parameters.
  2. Insert text in text-field or chose file.
  3. Click button 'Import List'.

If elements was added successfully, page will be automatically reloaded. Otherwise error will be displayed and more information can be found in browser console.

Exported lists from IMDB in CSV format can be imported without any modifications. CSV structure:

  1. First line. 1.1. First line of the file or input should contain titles of the fields. 1.2. Fields 'const' and 'description' are required. 1.3. Each of the titles should be in double quotes '"' and they should be separated with a comma ','. Example: "field1","field2","const","field4","description","field6"
  2. The rest of the lines. 2.1. Each non empty line should contain comma-separated values and should be in double quotes just like titles. 2.2. Empty lines will be ignored. 2.3. Field 'const' should have the form "ttxxxxxxx" for a list of titles, "chxxxxxxx" for a list of characters and "nmxxxxxxx" for a list of names, where 'x' is a digit.