2014-01-08, 02:23 AM
That's correct. Should I not use the --rename and just use --nfo then? That will "fix" XBMC's ability to determine the proper series name, but will it be able to then determine the episode name with the way NPVR names recordings? I just want to make sure we're on the same page:
^ IGL doing this just fine.
^ Directory looks like this. XBMC is keying off the directory name "Castle" and getting the series for its database wrong.
If I just use --nfo it will look like:
^ XBMC will get the series correct, will it be able to decipher the episode name like this?
Ideally, we could do an NFO *and* rename -OR- rename the directory so that XBMC sees it correctly e.g.
Does this make sense?
The same happens if you record "Battlestar Galactica (2003)" since there was the original series "Battlestar Galactica" in the 70s.
Code:
2014-01-06 23:27:02.754 [DEBUG][1] Changing Castle * to Castle (2009)
^ IGL doing this just fine.
Code:
R:\RECORDINGS\Castle\Castle (2009).S06E11.Under Fire
^ Directory looks like this. XBMC is keying off the directory name "Castle" and getting the series for its database wrong.
If I just use --nfo it will look like:
Code:
R:\RECORDINGS\Castle\Castle_20140106_22012300.ts
^ XBMC will get the series correct, will it be able to decipher the episode name like this?
Ideally, we could do an NFO *and* rename -OR- rename the directory so that XBMC sees it correctly e.g.
Code:
R:\RECORDINGS\Castle (2009)\Castle (2009).S06E11.Under Fire
Does this make sense?
The same happens if you record "Battlestar Galactica (2003)" since there was the original series "Battlestar Galactica" in the 70s.