【发布时间】:2015-01-02 07:51:19
【问题描述】:
我通过谷歌搜索找不到任何有用的解释,而且我在 IMDB 数据库文件中看不到任何内容。
cast_info中的nr_order是什么意思?
TIA
【问题讨论】:
我通过谷歌搜索找不到任何有用的解释,而且我在 IMDB 数据库文件中看不到任何内容。
cast_info中的nr_order是什么意思?
TIA
【问题讨论】:
这是一个数字,表示信用中的计费位置。
在 db 架构中定义为 here。
This 显示值将被填充的位置。
查看女演员.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 中也没有任何有用的文档。
【讨论】: