IMDB List Importer

Import list of titles or people in the imdb list

اعتبارا من 18-03-2018. شاهد أحدث إصدار.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

ستحتاج إلى تثبيت إضافة مثل Stylus لتثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتتمكن من تثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتثبيت هذا النمط.

(لدي بالفعل مثبت أنماط للمستخدم، دعني أقم بتثبيته!)

المؤلف
Neinei0k
التقييمات
0 0 0
الإصدار
6.0
تم إنشاؤه
29-09-2016
تم تحديثه
18-03-2018
الحجم
8.52 KB
الترخيص
لا يوجد
ينطبق على

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.