从kodi播放中的文件和输出中读取

时间:2015-07-20 04:04:14

标签: python scripting kodi

我正在尝试阅读disc01.nfo的内容然后播放

我试过了

link ='bluray://udf%3a%2f%2fC%253a%255cetc%255cdisc1.iso%2f/BDMV/PLAYLIST/00000.mpls'

当我尝试读取disc1.nfo时,它仍无效 其中包含bluray://udf%3a%2f%2fC%253a%255cetc%255cdisc1.iso%2f/BDMV/PLAYLIST/00000.mpls

import xbmc

    # read nfo file for episodes (Show\S01\) 
    # in this format
    file = open('C:\etc\disc1.nfo', 'r')
    print file.read()

    #link='bluray://udf%3a%2f%2fC%253a%255cetc%255cdisc1.iso%2f/BDMV/PLAYLIST/00000.mpls'
    #xbmc.Player().play(item=file.read())

我正在尝试将disc01.iso / BDMV / PLAYLIST / 00000.mpls映射到kodi的TV Show \ S01E01

但是我的测试脚本很早就被卡住了

1 个答案:

答案 0 :(得分:1)

您需要创建一个.strm文件才能播放。

打开空白的txt文件,链接并将其命名为AAA.strm。现在你可以运行它了。

.NFO仅用于从IMDB或TVDB获取信息。