Posts: 2
Joined: Oct 2012
Reputation:
0
I'm having trouble getting the script to run successfully. Most of the time, it's unable to complete the run and just fails at some point in the middle with "Killed." Any ideas what could be causing this?
Posts: 629
Joined: Sep 2012
Reputation:
6
2012-10-16, 01:40
(This post was last modified: 2012-10-16, 02:19 by locoguano.)
Is there any way to pull from my Amazon Watchlist only?
Edit: NM... Figured it out. This is my first day with this script... its awesome.
Posts: 629
Joined: Sep 2012
Reputation:
6
is it possible to change the naming output format for files pulled from Amazon? The TV info scraper I am using isn't recognizing the tv series that output such as "Arrested.Development.Season.1".
Please let me know if this has been covered... I may have missed it in the verbiage of this thread....
Posts: 815
Joined: Nov 2008
Reputation:
9
I haven't pulled in any Amazon stuff for a while, but i'd guess they changed they way they list their content to include the season number with the title of the show...
You could try to ping angrycamel and see about writing a custom parser. I know he added that functionality to this, but i haven't had a chance to play with it much.
Posts: 629
Joined: Sep 2012
Reputation:
6
Does the "cleanstrings" action work within the mylibrary structure?
Posts: 629
Joined: Sep 2012
Reputation:
6
Is that a category available within the plugin? I don't see it. Unless I am mistaken, it has to be a category within the plugin in order for MyLibrary to pull it.
Posts: 10
Joined: Aug 2012
Reputation:
0
nitsuj
Junior Member
Posts: 10
Hey guys, I have got everything up and running again and I am so happy about that. I have noticed however, that I can not get any episodes of "30 Rock" from the XBMCFlicks plugin. After a little research, I realized that for some reason XBMCFlicks is returning episodes 30 rock without the season and episode identifier and therefore my search filter excludes it. Is there anything that i can include/exclude in my search filters to allow those episodes to be found.
<XBMCFlix path="plugin://plugin.video.xbmcflicks" recursive="true" prefix="[NF] " movie_set="XBMCFlix">
<subfolder name="Instant Movies and Shows/Instant Queue: All" type="episodes">
<filter>
<regexp>s[0-9]+e[0-9]+</regexp>
</filter>
</subfolder>
</XBMCFlix>
So the "<regexp>s[0-9]+e[0-9]+</regexp>" filter catches everything with a s##e## format. How can i just include everything in the 30 Rock folder? Thanks in advance.
Posts: 432
Joined: Feb 2012
Reputation:
5
@nitsuj: I thought playon was needed to scrape Netflix videos? Are you still using the playon server for the videos, and just scraping xbmcflicks?
Also, have you tried a generic filter for the 30 Rock episodes?