As promised, here is a recompiled version of the TV-Series plugin (compiled from version 2.0 sources) that will send download requests to My Usenet. I haven't really tested this a lot, but it's pretty simplistic and doesn't require any kind of configuration.
To use it - you highlight a specific episode, bring up the context menu, choose download, and then choose the first option. It will then send the series name, season number, and episode number to My Usenet which will then format it (either 1x01 or S01E01, depending on what your default site's naming convention is) and execute the search using your default site.
By default when you choose Download the first option will be Load via NewsLeecher (or whatever your translated string is). You can change that by opening up your language file in Mediaportal/language/MP-TVSeries/ and changing this string:
<string Field="Load_via_NewsLeecher" Original="Load via NewsLeecher">Load via NewsLeecher</string>
To something like:
<string Field="Load_via_NewsLeecher" Original="Load via NewsLeecher">Download with My Usenet</string>
No other modifications were done to the TV-Series source so everything should work fine if you just overwrite your current copy. Let me know if you have any problems/suggestions. |