Advertisement
j-5

might help

j-5
Apr 21st, 2014
777
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. <!--For this to work, you must have a source named "Neflix" added to XBMC, which maps to Playon's Netflix subdirectory -->
  2. <Netflix prefix="[Netflix] " custom_parser="PlayOn" recursive="true">
  3. <!-- Get all TV and Movies from your instant queue. Movies will be put in a movie set.
  4. TV Episodes will have a prefix added to their title -->
  5. <subfolder name="My List" movie_set=" Netflix Instant Queue" ></subfolder>
  6.  
  7. <!-- Get new movies from Netflix and add them to a movie set -->
  8. <subfolder name="Documentaries" max_videos="25" type="movies" movie_set=" Netflix Documentaries" ></subfolder>
  9.  
  10. <!--Get up to 50 episodes from the Sitcoms genre -->
  11. <subfolder name="TV Shows" max_videos="25" max_videos="25" ></subfolder>
  12.  
  13. <!--Get up to 50 episodes of new TV Episodes
  14. <subfolder name="New Arrivals/New TV to watch instantly" type="episodes" max_videos="50"/> -->
  15. </Netflix>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement