NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) v
« Previous 1 … 11 12 13 14 15 … 20 Next »
ImageGrab Lite & Episode Names & XBMC

 
  • 0 Vote(s) - 0 Average
ImageGrab Lite & Episode Names & XBMC
smajor
Offline

Posting Freak

Posts: 840
Threads: 115
Joined: Feb 2006
#11
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:

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.
smajor
Offline

Posting Freak

Posts: 840
Threads: 115
Joined: Feb 2006
#12
2014-01-08, 02:25 AM
mvallevand Wrote:Is you livetv buffer also R:\RECORDINGS\

Martin

No, it is C:\temp
smajor
Offline

Posting Freak

Posts: 840
Threads: 115
Joined: Feb 2006
#13
2014-01-08, 02:41 AM (This post was last modified: 2014-01-08, 02:46 AM by smajor.)
One more point. This only happens with series that have had a previous series name years before. NPVR makes its directories based off the show name and usually XBMC can deal with this IF there never has been more than one series with the same name.

The sticky part happens when the newest show is denoted with a year in parenthesis by TheTVDb. Shows that have problems in this situation that I've seen are "Battlestar Galactica (2003)", "Castle (2009)", "Once Upon a Time (2011)", "Doctor Who (2005)" and "The Newsroom (2012)". NPVR would name each show directory without the year causing XBMC to not find it, or in the case of Battlestar Galactica, actually list the 2003 version's season one episodes as the original series episode names!
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,166
Threads: 958
Joined: May 2006
#14
2014-01-08, 04:25 AM
See section 2 http://wiki.xbmc.org/index.php?title=NFO_files/TV_shows this is what iGL does.

Martin
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,166
Threads: 958
Joined: May 2006
#15
2014-01-08, 04:51 AM
And here is how mine looks after scanning note K:\Castle for the folder

XBMC.log shows as

23:45:26 T:10296 DEBUG: GOT ANNOUNCEMENT, type: 16, from xbmc, message OnUpdate
23:45:27 T:10296 DEBUG: scraper: NfoUrl returned <url cache="83462-en.xml">http://thetvdb.com/api/1D62F2F90030C444/series/83462/all/en.zip</url><id>83462</id>
23:45:27 T:10296 DEBUG: VideoInfoScanner: Found matching URL NFO file: K:\Castle\tvshow.nfo
23:45:27 T:10296 DEBUG: VideoInfoScanner: Fetching url 'http://thetvdb.com/api/1D62F2F90030C444/series/83462/all/en.zip' using The TVDB scraper (content: 'tvshows')
...

Martin
smajor
Offline

Posting Freak

Posts: 840
Threads: 115
Joined: Feb 2006
#16
2014-01-08, 01:31 PM
Thanks, I understand that is what it does for the TVShow info.

What is still not clear to me, which I've asked twice, is if the recorded episode is NOT renamed, can XBMC then determine the specific episode info too since it will have the NPVR name: Castle_20140106_22012300.ts

I'll just give it a go and see what happens.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,166
Threads: 958
Joined: May 2006
#17
2014-01-08, 03:47 PM
Feel free to use just --nfo for XBMC if you'd like you can even do that in pre-processing because it should have the appropriate episode info (I don't test that though). I personally like files renamed so that when I look at files in the video library in NextPVR they are ordered in a meaningful manner. There is no harm in having both.

Martin
smajor
Offline

Posting Freak

Posts: 840
Threads: 115
Joined: Feb 2006
#18
2014-01-08, 05:07 PM
mvallevand Wrote:Feel free to use just --nfo for XBMC if you'd like you can even do that in pre-processing because it should have the appropriate episode info (I don't test that though). I personally like files renamed so that when I look at files in the video library in NextPVR they are ordered in a meaningful manner. There is no harm in having both.

Martin

I'd like both, both, but if IGL finds a match with the --rename flag it doesn't create the NFO. Which causes problems with the series using (yearnamehere) in their titles.

I did a test recording with just the --nfo and it answered my question: an nfo is created for both the series name and the episode, so this should solve my problem. I did this in post-processing which worked just fine.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,166
Threads: 958
Joined: May 2006
#19
2014-01-08, 05:14 PM
smajor Wrote:I'd like both, both, but if IGL finds a match with the --rename flag it doesn't create the NFO. Which causes problems with the series using (yearnamehere) in their titles.

It works as designed for me (ie both work) but if you are happy no problem.

Martin
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,166
Threads: 958
Joined: May 2006
#20
2014-01-09, 10:45 PM
I thought about it and the --nfo design was to create the nfo in pre processing and then the --nfo option in post processing didn't delete it. I will update the wiki with something that creates the required tvshow.nfo file when it is renamed in post-processing.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (3): « Previous 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  imageGrabLite episode rename (Super Why) sosuke3 4 3,465 2016-11-24, 10:38 PM
Last Post: sosuke3
  Imagegrablite renaming of continuation episode jghanisco 5 3,523 2015-11-26, 10:25 PM
Last Post: mvallevand
  Search Lite Bug ? JavaWiz 2 2,236 2015-11-19, 06:09 AM
Last Post: JavaWiz
  imagegrablite not renaming with no episode information JohnnyPicnic 10 5,307 2015-10-30, 03:04 AM
Last Post: mvallevand
  ImageGrabLite Failing to Download Updated Episode File from thetvdb pkscout 4 3,310 2015-01-20, 01:09 PM
Last Post: mvallevand
  ImageGrabLite not matching/renaming an old "The Big Bang Theory" episode vmq 6 2,910 2014-11-15, 04:49 PM
Last Post: vmq
  imageGrabLite Matching Doctor Who "after" episode instead of actual episode pkscout 12 4,454 2014-11-08, 08:52 PM
Last Post: mvallevand
  NPVR to XBMC File Renaming Utility craigrs84 6 4,887 2014-10-03, 02:59 PM
Last Post: tron999
  XBMC Plugin Problem condor2014 0 1,717 2014-05-24, 10:07 PM
Last Post: condor2014
  ImageGrabLite -- Add automatic XBMC scan for new content ? msmith8228 6 4,283 2014-05-18, 09:47 PM
Last Post: mvallevand

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode