disc01.nfo のコンテンツを読み取って再生しようとしています
私が試してみました
link ='bluray://udf%3a%2f%2fC%253a%255cetc%255cdisc1.iso%2f/BDMV/PLAYLIST/00000.mpls'
bluray://udf%3a%2f%2fC%253a%255cetc%255cdisc1.iso%2f/BDMV/PLAYLIST/00000.mpls
それは機能しますが、これを含むdisc1.nfoを読み取ろうとすると機能しません
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())
kodi で disc01.iso/BDMV/PLAYLIST/00000.mpls を TV Show\S01E01 にマップしようとしています
まだ私のテストスクリプトのかなり早い段階で動けなくなっています