2023-02-26, 23:03
Hello, I'd like to play Videofiles from my Fritz.Nas with kodi 20 on my Fire TV Stick. With Kodi it is interrupting every few seconds. I Mentioned, that VLC works fine. So I tried to start videos with a playercorefactory.xml file. But after putting file into the userdata folder, I can't open any videofile in kodi (Error Message: "Can't playback video file" or something like that).
I think there is a error in the xml file, but I dont know, where. Please Help me. Thank you!!
I think there is a error in the xml file, but I dont know, where. Please Help me. Thank you!!
Code:
<playercorefactory>
<players>
<player name="VLCPlayer" type="ExternalPlayer" audio="false" video="true">
<filename>org.videolan.vlc</filename>
<args>--fullscreen "{1}"</args>
<hidexbmc>true</hidexbmc>
<playcountminimumtime>120</playcountminimumtime>
</player>
</players>
<rules action="prepend">
<rule video="true" player="dvdplayer">
<rule filetypes="mkv|avi|mp4|mpg|mpeg|mov|vob" player="VLCPlayer"/>
</rule>
</rules>
<rule video="true" player="VLCPlayer"/>
<rule audio="true" player="VLCPlayer"/>
</playercorefactory>