IMDB List Importer

Import list of titles or people in the imdb list

目前為 2019-03-24 提交的版本,檢視 最新版本

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
Neinei0k
評價
0 0 0
版本
6.0
建立日期
2016-09-29
更新日期
2019-03-24
尺寸
8.5 KB
授權條款
未知
腳本執行於

Sorry. This script is no longer working. I'll try to fix it as soon as possible.

Import list of titles or people 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. Please note that only duplicates of the elements that you want to add will be ignored. If you are adding element that is already on the list, it will be added.

You can find new form for importing list on list edition page under default search form (See screenshot).

Usage:

  1. Chose parameters.
  2. Insert text in text-field or choose 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. Alternative spelling 'Const' and 'Description' are also accepted. 1.3. Titles should be separated with a comma ',' and may be enclosed in double quotes. Example: "field1",field2,const,"field4","description",field6
  2. The rest of the lines. 2.1. Each non empty line should contain comma-separated values which may be in double quotes. Double quotes are required if comma is part of the field. For example if description field has value "This is a really great, amazing movie" then double quotes are required because there is a comma inside. 2.2. Empty lines will be ignored. 2.3. Field 'const' should have the form "ttxxxxxxx" for a list of titles and "nmxxxxxxx" for a list of names, where 'x' is a digit.

Please write a feedback if something does not work.