Problem playing video

Github source: https://github.com/NexPB/AnimeHD.bundle/blob/master/Contents/Code/__init__.py

 

Problem:

Video plays fine when I click the thumgnails play button:82ad1daabf.png

 

but not when I click the thumbnail and play the video from here:

eb04d0374e.png

Is there anything logged in the plugin log (or com.plexapp.system.log) when the playback fails? Glancing at your code, the first thing that I notice is that there are quite a few variables being passed to your CreateVideo() function but only "include_container" is type-cast in the @route definition. If any of the other variables are non-string values, it would be wise to define their types in the @route. If they are all strings, feel free to ignore that.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.