Thanks for the update. This works SO much better under Eden B2 than under Dharma. I was able to get my Hulu subscriptions in with no problems at all. I am running into an issue, though, getting content from Amazon in properly.
For example, I'm trying to bring in the show Lost. Under this subfolder:
Code:
<Amazon path="plugin://plugin.video.amazon" recursive="true" regex_name="true" >
<!-- HDTV Shows -->
<subfolder name="Television/HDTV Shows/Lost" recursive="true" type="episodes" regex_name="true" >
<!--
<exclude>
<regexp>/Season[s]? [0-9] \[HD\]</regexp>
</exclude>
-->
</subfolder>
</Amazon>
The dropbox does not have a folder for Lost with episodes inside it. It has folders for Season.1.[HD] that ends up scraping as Forumla 1 season stuff. Obviously wrong. The content inside IS the lost episodes though.
Here is the pastebin of the log:
http://pastebin.com/tArXZCPU
I tried again with this subfolder:
Code:
<Amazon path="plugin://plugin.video.amazon" recursive="true" regex_name="true" >
<!-- HDTV Shows -->
<subfolder name="Television/HDTV Shows/Lost" recursive="true" type="episodes" regex_name="true" >
<exclude>
<regexp>/Season[s]?\.?[0-9].?\[HD\]</regexp>
<regexp>/Season.[0-9]</regexp>
</exclude>
</subfolder>
</Amazon>
In this case, nothing was pulled into the dropbox or library. Here's the log for this one:
http://pastebin.com/WHH5HUss
Next, I tried this subfolder:
Code:
<Amazon path="plugin://plugin.video.amazon" recursive="true" regex_name="true" >
<!-- HDTV Shows -->
<subfolder name="Television/HDTV Shows/" recursive="true" type="episodes" regex_name="true" >
<filter>
<regexp>^Lost$</regexp>
</filter>
<exclude>
<regexp>/Season[s]?\.?[0-9].?\[HD\]</regexp>
<regexp>/Season.[0-9]</regexp>
</exclude>
</subfolder>
</Amazon>
Again, nothing was pulled into the dropbox or library. Here's the log:
http://pastebin.com/Fsa4mi0B
I tried several other iterations to no avail. The closest I got was when it created the "season x" folders in the dropbox. Then it did have the correct streams, but since they weren't under the top folder "Lost" and the episodes were in folders, the scraping didn't work right. Is this something where I'm going to have to go manually edit the nfo or something? I sure hope not. Any help is appreciated. I'm sure I'm not the only one running into this with Amazon.