2016-10-06, 14:43
Is this program still work? I havent used it for while.
(2016-02-12, 23:18)jcato Wrote: I know this program is a little past its prime, but it still works pretty well. Except for an issue I have with Netflix. Maybe someone found a solution.
Netflix's episode number doesn't always match theTVDB's number. For example, season 3 of Airwolf. Netflix has episode 6 as Annie Oakley and TVDB has it as episode 8. Kingdom Come is episode 6. So, I tried this:
Code:<subfolder name="Netflix/My List/Airwolf" force_series="Airwolf" type="episodes" suffix=" (Netflix)" >
<parser>
<regexp>(S\d\dE\d\d) ([\s\S*]*)</regexp> <!-- ex: "SxxExx Title of the Episode" -->
</parser>
</subfolder>
Code:02/12/2016 02:40:21 PM WARN Arvhiving Title cannot be found, it was expected to be found after one of [ - , : , :, -, : , -- , .] in the file label "S03E06 Annie Oakley"
02/12/2016 02:40:21 PM INFO MetaData Queueing new meta-data change: type=SUFFIX, value= (Netflix), file=\\192.168.0.55\Streams\MyLibrary\TV Shows\Airwolf\Season.3\S03E06 - S03E06 Annie Oakley.strm
02/12/2016 02:40:21 PM INFO Archive:New \\192.168.0.55\Streams\MyLibrary\TV Shows\Airwolf\Season.3\S03E06 - S03E06 Annie Oakley.strm (Playon/Netflix/My List/Airwolf/Season 3/S03E06 Annie Oakley)
I hoped it would parse out the series as S03E06 and the title as 'Annie Oakley'. Then, force the series to Airwolf and search for 'Annie Oakley' and get s03e08. But, that didn't happen.
I'm surprised I couldn't find anything about this in the 99 pages here. I find this problem in lots of Netflix series.