我无法通过Google搜索找到任何有用的解释,而且我在IMDB数据库文件中看不到任何内容。
nr_order
中cast_info
的含义是什么?
TIA
答案 0 :(得分:2)
这是一个数字,表示信用中的结算位置。
它在db模式中定义了here。
This显示值将被填充的位置。
查看actresses.list.gz文件,我在顶部找到了这个:
"xxxxx" = a television series
"xxxxx" (mini) = a television mini-series
[xxxxx] = character name
<xx> = number to indicate billing position in credits
(TV) = TV movie, or made for cable movie
(V) = made for video movie (this category does NOT include TV
episodes repackaged for video, guest appearances in
variety/comedy specials released on video, or
self-help/physical fitness videos)
在IMDbPY中看起来没有任何有用的文档。