2013-07-24, 09:18
entire library
<subfolder name="Netflix/Instant Queue/" type="movies" recursive="true" >
<runtime>GT|3660</runtime>
</subfolder>
<subfolder name="Netflix/Instant Queue/" type="episodes" recursive="true" force_tvdb="true" >
<runtime>LT|3660</runtime>
</subfolder>
<XBMCFlix path="plugin://plugin.video.xbmcflicks" recursive="true" movie_tags="Streaming|Netflix">
<subfolder name="Instant Queue: All" type="movies" recursive="false">
<exclude>
<regexp>s[0-9]+e[0-9]+</regexp>
</exclude>
</subfolder>
<subfolder name="Instant Queue: All" type="episodes">
<filter>
<regexp>s[0-9]+e[0-9]+</regexp>
</filter>
</subfolder>
</XBMCFlix>
(2013-08-17, 22:15)ThatOtherGuy435 Wrote: I'm having a spot of trouble with this, and I'm not sure if there is a solution.
I'm running PlayOn to connect my XBMC (12.0) to Netflix. All the communication seems to function.
However, when I set the custom_parser="PlayOn", some of the titles are coming across incorrectly. When I set custom-parser="netflix" it can't use the auto_detect for type. If I manually set type to "episode" it (understandably) can't figure out what the heck the movies are. If I set type=movies, each episode gets it's own folder structure.
My last clever thought was setting up two <subfolder> entries, but that got me the worst of both.
This seems to manifest on titles with colons in the name, with some examples below.
Star Trek: The Next Generation (NetflixPlayOn/Instant Queue/Star Trek: The Next Generation/Star Trek: The Next Generation: Season 1/S01E01 - Encounter at Farpoint: Parts 1 & 2)
Ken Burns: The War (NetflixPlayOn/Instant Queue/Ken Burns: The War/S01E01 - A Necessary War)
When using the PlayOn parser, ST:TNG gets put in <dropbox>/Star.Trek/<Season X>, which is functional for some titles but with TNG, XBMC ends up scraping it as Star Trek (original series), with only 3 seasons, which makes the metadata updates fail as season 4+ are 'not in the library'
Any suggestions on this one?
(2013-08-20, 20:55)peglegtv Wrote: fair warning I'm a complete noob to this this is the first time ive tried anything like this i love the idea of being able to add netflix into my library ive gotten past the first few errors i had but now I'm stuck here i cant to seem to figure out what im missing
i have playon running on a separate computer with win. xp and i have xbmc 12.2 running on ubuntu 12.04 im trying to run this on the XP any help would be great if you need more info let me know
debug
http://pastebin.com/eTyhf8XF
.xml
http://pastebin.com/HxiDMMer
(2013-08-23, 04:11)peglegtv Wrote:(2013-08-20, 20:55)peglegtv Wrote: fair warning I'm a complete noob to this this is the first time ive tried anything like this i love the idea of being able to add netflix into my library ive gotten past the first few errors i had but now I'm stuck here i cant to seem to figure out what im missing
i have playon running on a separate computer with win. xp and i have xbmc 12.2 running on ubuntu 12.04 im trying to run this on the XP any help would be great if you need more info let me know
debug
http://pastebin.com/eTyhf8XF
.xml
http://pastebin.com/HxiDMMer
i could really use some help with this please i have been messing with it more but im still geting the same error i tried a different <searchfilter> but no luck please help
<JSONRPC>
<XBMCWebServer>http://xbmc:[email protected]:8080</XBMCWebServer><!--Either name or ip, address of XBMC instance that has PlayOn added as a source. Do not include :port here. -->
<!-- Default is 9090 -->
<AnnouncementPort>8080</AnnouncementPort>
</JSONRPC>
<IPChange enabled="false">
<change from="127.0.0.1" to="192.168.1.1" />
<change from="localhost" to="192.168.1.1" />
</IPChange>
(2013-08-23, 07:16)peglegtv Wrote: @saitoh183
thx for the replyi made the changes to my xml i also changed the port and then portforward that port on my router and now i get past that error now im geting a new one it says it fails on all episodes of every show and the same with movies so i down sized my instant queue so i could pastebin my debug and tried again still no luck
if you need more info let me know
debug
http://pastebin.com/ZVXGEmXn
.xml
http://pastebin.com/C7Utaqbk
thanks again for the help
<streaming>SMB:\\XBMC\Streams</streaming>
<IPChange enabled="true">
<change from="127.0.0.1" to="192.168.1.130" />
<change from="localhost" to="192.168.1.110" />
</IPChange>
<IPChange enabled="true">
<change from="127.0.0.1" to="192.168.1.110" />
<change from="localhost" to="192.168.1.110" />
</IPChange>
<streaming>SMB://XBMC/Streams</streaming>