2014-01-17, 21:18
Yes, Smart Playlist are the best way to separate your media. I did the same process for TVshow/Anime/Netflix TV.
(2014-01-17, 21:24)pcgirl Wrote: OK, I did rerun the config.xml file and I checked in XBMC but I still can't see a prefix of Netflix on the strm files that it sees. I also tried to setup a smart playlist with the rule of the tag is netflix. Still nothing. Is there maybe a cache that I should clear to start fresh?
<!--For this to work, you must have a source named "Neflix" added to XBMC, which maps to Playon's Netflix subdirectory -->
<Netflix prefix="[Netflix] " custom_parser="PlayOn" recursive="true">
<!-- Get all TV and Movies from your instant queue. Movies will be put in a movie set.
TV Episodes will have a prefix added to their title
<subfolder name="Documentaries" movie_set=" Netflix Instant Queue" /> -->
<!-- Get new movies from Netflix and add them to a movie set
<subfolder name="Documentaries" type="movies" movie_set=" Netflix Documentaries" />-->
<!--Get up to 50 episodes from the Sitcoms genre -->
<!--<subfolder name="Documentaries" max_videos="25" suffix=" [Netflix]" />-->
<subfolder name="Documentaries" recursive="true" max_videos="25" movie_tags="Netflix" force_series="Netflix"/>
<!--Get up to 50 episodes of new TV Episodes
<subfolder name="New Arrivals/New TV to watch instantly" type="episodes" max_videos="50"/> -->
</Netflix>
(2014-01-18, 00:34)pcgirl Wrote: OK I deleted all the strm files from the streams directory and did a Clean Library under Settings, Video. Then I reran the config.xml and still no prefix. I took a couple of pictures to show you but I don't know how to post them. Also, nothing shows up in the splaylist when I try to pull it using tags is Netflix. It is very strange. I have everything set right. This is the code:
I have remmed out some of the lines that I don't want to use.Code:<!--For this to work, you must have a source named "Neflix" added to XBMC, which maps to Playon's Netflix subdirectory -->
<Netflix prefix="[Netflix] " custom_parser="PlayOn" recursive="true">
<!-- Get all TV and Movies from your instant queue. Movies will be put in a movie set.
TV Episodes will have a prefix added to their title
<subfolder name="Documentaries" movie_set=" Netflix Instant Queue" /> -->
<!-- Get new movies from Netflix and add them to a movie set
<subfolder name="Documentaries" type="movies" movie_set=" Netflix Documentaries" />-->
<!--Get up to 50 episodes from the Sitcoms genre -->
<!--<subfolder name="Documentaries" max_videos="25" suffix=" [Netflix]" />-->
<subfolder name="Documentaries" recursive="true" max_videos="25" movie_tags="Netflix" force_series="Netflix"/>
<!--Get up to 50 episodes of new TV Episodes
<subfolder name="New Arrivals/New TV to watch instantly" type="episodes" max_videos="50"/> -->
</Netflix>
(2014-01-18, 00:55)spanktastic2120 Wrote: its probably because you are forcing the series to be "Netflix"
(2014-01-18, 16:21)pcgirl Wrote:(2014-01-18, 00:55)spanktastic2120 Wrote: its probably because you are forcing the series to be "Netflix"
Not sure I understand what you mean. How should I do it? Here are the pictures of the playlist setup and the strm files in XBMC.
http://i.imgur.com/kvnAnzk.png
http://i.imgur.com/BIy2jvP.jpg
(2014-01-18, 18:50)pcgirl Wrote: I did set it up as a source under Videos/Files Add Videos. I set it to content to Movies. I am not sure how to set scraper though.
<Netflix prefix="[Netflix] " custom_parser="PlayOn" recursive="true">
<!-- Get all TV and Movies from your instant queue. Movies will be put in a movie set.
TV Episodes will have a prefix added to their title
<subfolder name="Documentaries" movie_set=" Netflix Instant Queue" /> -->
<!-- Get new movies from Netflix and add them to a movie set
<subfolder name="Documentaries" type="movies" movie_set=" Netflix Documentaries" />-->
<!--Get up to 50 episodes from the Sitcoms genre -->
<!--<subfolder name="Documentaries" max_videos="25" suffix=" [Netflix]" />-->
<subfolder name="Documentaries" recursive="true" max_videos="25" movie_tags="Netflix" suffix=" [Netflix]" >
</subfolder>
<!--Get up to 50 episodes of new TV Episodes
<subfolder name="New Arrivals/New TV to watch instantly" type="episodes" max_videos="50"/> -->
</Netflix>
<ABC prefix="[ABC] " custom_parser="PlayOn" recursive="true">
<!--Get up to 25 episodes of new TV Episodes -->
<subfolder name="ABC News/All/ABC 2020/Seasons/Season 36"
max_videos="25" type="episodes" >
<exclude>
<contains>previous page</contains>
<contains>next page</contains>
<contains>/Recommended</contains>
<contains>/Clips</contains>
</exclude>
</subfolder>
</ABC>
<!--This is a sample using the BlueCop Hulu plugin-->
<Hulu path="plugin://plugin.video.hulu" recursive="true" regex_name="true" prefix="(H) " >
<!--Top 10 Popular movies from Hulu -->
<subfolder name="Movies/Popular Movies \([0-9]+\)/Popular feature films \([0-9]+\)"
max_videos="10" type="movies" movie_set=" Hulu (BlueCop)" />
<!--Full Episodes fron the top 10 popular shows in Hulu
<subfolder name="TV/Popular TV \([0-9]+\)/Popular Shows \([0-9]+\)"
max_series="10" type="episodes" >
<filter>
<regexp>/Episode[s]? \([0-9]+\)/</regexp>
</filter>
<exclude>
<regexp>/season[s]? \([0-9]+\)</regexp>
</exclude>
</subfolder>-->
<exclude>
<contains>previous page</contains>
<contains>next page</contains>
<contains>/Recommended</contains>
<contains>/Clips</contains>
</exclude>
</Hulu>