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 … 12 13 14 15 16 … 20 Next »
double entries in XBMC with ImageGrabLite .nfo files.

 
  • 0 Vote(s) - 0 Average
double entries in XBMC with ImageGrabLite .nfo files.
kricker
Offline

Member

Posts: 131
Threads: 11
Joined: Jun 2007
#1
2013-06-17, 03:56 PM
I finally got around to using IGL to get my recordings into XBMC. I get the series and episodes to import, but I have double of everything. I must have skipped a step somewhere. Below is a screencap of the series "The Middle". I currently only have one recording "The Middle_20130522_20002030.ts", but it shows up twice, and does not show up with the season and episode listed in the .nfo file:
Code:
<episodedetails>
  <title>The Graduation</title>
  <rating>5.00</rating>
  <season>04</season>
  <episode>24</episode>
  <plot>Tension builds as Frankie tries to plan a graduation party for uncooperative Axl; Sue tries to get her driver's license for a sixth time; Brick must assemble a slide show highlighting the past four years of school.</plot>  <credits></credits>
  <director></director>
  <aired>2013-05-22 </aired>
  <actor>
  </actor>
  <fileinfo>
      <streamdetails>
          <video>
              <durationinseconds>3660</durationinseconds>
          </video>
      </streamdetails>
  </fileinfo>
</episodedetails>
[Image: Capture.jpg]
kricker
Offline

Member

Posts: 131
Threads: 11
Joined: Jun 2007
#2
2013-06-17, 04:19 PM (This post was last modified: 2013-06-17, 06:44 PM by kricker.)
My guess is because the filename "The Middle_20130522_20002030" is seen as year/month/date twice for each set of numbers.

From the wiki:
The *.nfo must be named exactly as the episode filename (i.e. episodename.avi and episodename.nfo) and in the same folder, allowing multiple episode and *.nfo files within the same folder. Episode names must still follow the naming convention even though you are using a custom NFO file.

How are others using this properly with XBMC? I guess I need to turn on the rename feature of IGL.

I scoured around the forums again and came across this post again.
[QUOTE=mvallevand;453709...
3. The will make the library with an episode number = date. xbmc devs were too stubborn and fixated on their filenaming rules overriding nfo files to have a useful discussion. You will need this in advancedsettings.xml

Code:
<tvshowmatching action="prepend">
      <regexp>[\\/\._ -](20[0-9]{6})_.+\.ts</regexp>  <!-- Match NextPVR date as a season -->
    </tvshowmatching>

or you will get two entries, episode = date and episode = 0 I couldn't get across why I felt that their multi-episode match was absurd. This was better pre-Frodo.

Martin[/QUOTE]This is probably the fix for the double entries if I do not use the rename feature.
kricker
Offline

Member

Posts: 131
Threads: 11
Joined: Jun 2007
#3
2013-06-17, 05:38 PM (This post was last modified: 2013-06-17, 06:16 PM by kricker.)
Okay, I tried using the rename feature. This has solved the duplicates issue, but now I have shows that are not named correctly, so they do not show in XBMC at all. The shows have the proper episode title in their name, but the season and episode numbers do not match either theTVdb or TVrage. Worse still theTVdb isn't complete for this series in question. This makes the URL in the tvshow.nfo useless.
kricker
Offline

Member

Posts: 131
Threads: 11
Joined: Jun 2007
#4
2013-06-17, 06:00 PM (This post was last modified: 2013-06-17, 06:34 PM by kricker.)
Is there a way to get .nfo files using the NPVR data even if the show is renamed? I need to have the shows renamed to show up in XBMC properly, but then if they do not match theTVdb, they still do not show up. If they also had .nfo files they would show up regardless if they match theTVdb or not. And on that note, the tvshow.nfo would need to contain all the info and not the URL to theTVdb. Is this at all possible?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,817
Threads: 954
Joined: May 2006
#5
2013-06-17, 09:17 PM
I'm a bit dizzy, but it sounds like you should be using both --rename and --nfo In that scenario nfo are only created when igl can't rename them.

Martin
kricker
Offline

Member

Posts: 131
Threads: 11
Joined: Jun 2007
#6
2013-07-11, 03:28 PM
Sorry, I never got notified of your reply. I have ended up using --rename and --nfo. I am still having random issues I am trying to work out. They just may be user error. I only get to work with this once or so every couple weeks.
kricker
Offline

Member

Posts: 131
Threads: 11
Joined: Jun 2007
#7
2013-07-11, 06:36 PM
Okay, so I have one show in particular I am having issues with. Tom & Jerry, the old series. ImageGrabLite correctly matches the series with theTVdb. It creates a tvshow.nfo containing the following:
Code:
http://thetvdb.com/?tab=series&id=72860
But then the shows are re-named in an odd way;
Code:
Tom & Jerry.S02E170
Tom & Jerry.S02E186
Tom & Jerry.S02E189
Tom & Jerry.S02E190
I am not sure how these match any listing on theTVdb or on tvRage. Moreover, my recordings come from Cartoon Network, they often contain more than one episode, so they would not really match any of those listings anyhow. Is there a way to not rename this one show in particular, but still create the .nfo files with nPVRs data for the episodes?

There is a Tom & Jerry.skip file in the SearchLite Skips folder, but I am not sure what that does.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,817
Threads: 954
Joined: May 2006
#8
2013-07-11, 09:27 PM
Ok, I forgot that in the release version --nfo should not be on the same line as --rename. I've already changed that for the next version. Either put the --nfo option in parallelprocessing.bat or add a second line in postprocessing before the --rename

The skip file is there to avoid thetvdb lookups

For a file that is on thetvdb igl will sometimes rename multiple episode if it can figure it out ie S04E01-E02

Martin
kricker
Offline

Member

Posts: 131
Threads: 11
Joined: Jun 2007
#9
2013-07-11, 09:37 PM (This post was last modified: 2013-07-11, 09:45 PM by kricker.)
I am using parallelprocessing. So I guess I should just use the --nfo option then. I don't really care if they are renamed or not to be honest. I just want the family to be able to easily access the recordings from XBMC's TV Shows.

If it skips theTVDB lookups should still make nfo files based on the nPVR guide data? When I run it manually it doesn't seem to do so.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,817
Threads: 954
Joined: May 2006
#10
2013-07-11, 09:49 PM
Odd If it is parallel processing it shouldn't have renamed the files since it should be locked. It is supposed to create the nfo with the skip files.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  NextImport and side-by-side .ts and .mp4 files BrettB 36 8,203 2021-12-29, 04:30 AM
Last Post: samwiliams33
  imageGrabLite update mvallevand 20 13,655 2020-04-04, 02:42 AM
Last Post: jksmurf
  IRSS and channel-changing batch files Len_Lekx 5 3,511 2018-07-18, 08:12 PM
Last Post: Len_Lekx
  Removing commericals - tools to cut segments form h.264 files psycik 5 6,260 2017-08-23, 08:25 AM
Last Post: reven
  ImageGrabLite "Read Error Object reference not set to an instance of an object." mjccox 6 5,097 2017-04-11, 07:07 AM
Last Post: rinomasaya
  imageGrabLite episode rename (Super Why) sosuke3 4 3,354 2016-11-24, 10:38 PM
Last Post: sosuke3
  ImageGrabLite and the ampersand ttfitz 8 4,845 2016-05-26, 11:56 PM
Last Post: JavaWiz
  Imagegrablite and NCIS Los Angleles/New Orleans robokd 5 4,011 2016-03-02, 02:40 PM
Last Post: mvallevand
  ImageGrabLite Issues bigjess007 11 7,267 2016-01-08, 01:13 PM
Last Post: jksmurf
  ImageGrabLite Setup hootie318 8 5,884 2015-11-28, 11:32 PM
Last Post: pBS

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

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

Linear Mode
Threaded Mode