NextPVR Forums

Full Version: ImageGrabLite with Big Brother (US) not renaming properly
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Martin,

I can't seem to get Big Brother to rename properly. Here is the command I am running:

"C:\Program Files (x86)\NPVR\imageGrabLite.exe" --oid %3 --nfo



IGL log:

Code:
[...startup]
2014-07-31 18:57:03.824    [DEBUG][1]    imageGrabLite, Version=2.2.5124.26115, Culture=neutral, PublicKeyToken=null
2014-07-31 18:57:03.834    [DEBUG][1]    Command Line --oid 5301 --nfo
2014-07-31 18:57:03.847    [DEBUG][1]    Rename file False
2014-07-31 18:57:03.897    [DEBUG][1]    Searching select scheduled_recording.name, event_details, start_time, filename, service_type from scheduled_recording, channel, channel_mapping where scheduled_recording.oid = 5301 and scheduled_recording.channel_oid = channel.oid  and scheduled_recording.channel_oid = channel_mapping.channel_oid and scheduled_recording.capture_source_oid = channel_mapping.capture_source_oid
2014-07-31 18:57:03.915    [DEBUG][1]    Zap2it reference http://tvlistings.zap2it.com/tv/big-brother/EP003781390193
2014-07-31 18:57:03.915    [DEBUG][1]    Zap2it image http://images.zap2it.com/images/tv-EP00378139/big-brother-0.jpg
2014-07-31 18:57:03.916    [DEBUG][1]    Subtitle: Length=0
2014-07-31 18:57:03.918    [DEBUG][1]    OID is 2903557
2014-07-31 18:57:03.919    [DEBUG][1]    OriginalAirDate is 2014-07-30
2014-07-31 18:57:03.919    [DEBUG][1]    First run
2014-07-31 18:57:03.919    [DEBUG][1]    Recorded 2014-07-30
2014-07-31 18:57:03.919    [DEBUG][1]    Record Ended 2014-07-30
2014-07-31 18:57:03.919    [DEBUG][1]    Meta files exists C:\Users\Public\NPVR\Media/Shows/Big Brother.xml
2014-07-31 18:57:03.923    [DEBUG][1]    Episodic: True C:\Users\Public\NPVR\Plugins/SearchLite/Series/Big Brother.xml
2014-07-31 18:57:03.923    [DEBUG][1]    C:\Users\Public\NPVR\Media/Shows/Big Brother.xml
2014-07-31 18:57:03.933    [DEBUG][1]    Big Brother_20140730_20000500
2014-07-31 18:57:03.933    [DEBUG][1]    E:\Videos\TV Shows\Big Brother\Big Brother_20140730_20000500.ts
2014-07-31 18:57:03.933    [DEBUG][1]    True
2014-07-31 18:57:03.933    [DEBUG][1]    False
2014-07-31 18:57:03.933    [DEBUG][1]    E:\Videos\TV Shows\Big Brother\tvshow.nfo
2014-07-31 18:57:03.933    [DEBUG][1]    E:\Videos\TV Shows\Big Brother\Big Brother_20140730_20000500.nfo

XML:

Code:
<?xml version="1.0" encoding="UTF-8"?>

-<Data>


-<Series>

<id>76706</id>

<Actors>|Julie Chen|</Actors>

<Airs_DayOfWeek>Wednesday</Airs_DayOfWeek>

<Airs_Time>8:00 PM</Airs_Time>

<ContentRating/>

<FirstAired>2000-07-01</FirstAired>

<Genre>|Reality|</Genre>

<IMDB_ID>tt0251497</IMDB_ID>

<Language>en</Language>

<Network>CBS</Network>

<NetworkID/>

<Overview>Big Brother, which began in 2000, has become an annual tradition for fans; every summer they are treated to new houseguests, new challenges, and new evictions! Here's how the game works: each week, there is a Head of Household challenge, where all of the players compete for the power in the house. The HoH then nominates two other houseguests for eviction. Several days later, a Power of Veto competition is held, where six players (the HoH, the nominees, and three guests) attempt to win the Golden Power of Veto, which gives the bearer the power to "veto," or cancel, one of the HoH's nominations, forcing the HoH to nominate someone else (other than the Veto bearer) for eviction. Then, in the weekly live eviction, the houseguests vote to send someone out of the house for good. Along the way are Luxury competitions and Food contests (which, if the houseguests do not win, results in PB&J for the week), all leading up to the show's finale, where a panel of sequestered jurors vote for a winner, who receives half a million dollars!</Overview>

<Rating>7.7</Rating>

<RatingCount>12</RatingCount>

<Runtime>60</Runtime>

<SeriesID>4673</SeriesID>

<SeriesName>Big Brother</SeriesName>

<Status>Continuing</Status>

<added/>

<addedBy/>

<banner>graphical/76706-g2.jpg</banner>

<fanart>fanart/original/76706-3.jpg</fanart>

<lastupdated>1400047760</lastupdated>

<poster>posters/76706-3.jpg</poster>

<zap2it_id>EP00378139</zap2it_id>

</Series>

</Data>


I noticed that it is pulling season 3 information for some reason, if you look in the log file. I'm also getting an issue where this show, and this show only, is showing duplicates in XBMC. I believe it is from the nfo file not matching up with the .ts file's name. Any help would be appreciated!
tron999 Wrote:Martin,

I can't seem to get Big Brother to rename properly. Here is the command I am running:

"C:\Program Files (x86)\NPVR\imageGrabLite.exe" --oid %3 --nfo

That command line doesn't include --rename

2014-07-31 18:57:03.847 [DEBUG][1] Rename file False

I can't remember if I ever did u/l the version of iGl that works in North America without subtitles. though. Let me know if the right command line helps.

Martin
Here is with --rename:

Code:
[...startup]
2014-08-01 17:59:07.539    [DEBUG][1]    imageGrabLite, Version=2.2.5124.26115, Culture=neutral, PublicKeyToken=null
2014-08-01 17:59:07.539    [DEBUG][1]    Command Line --oid 5301 --rename
2014-08-01 17:59:07.554    [DEBUG][1]    Rename file True
2014-08-01 17:59:07.601    [DEBUG][1]    Searching select scheduled_recording.name, event_details, start_time, filename, service_type from scheduled_recording, channel, channel_mapping where scheduled_recording.oid = 5301 and scheduled_recording.channel_oid = channel.oid  and scheduled_recording.channel_oid = channel_mapping.channel_oid and scheduled_recording.capture_source_oid = channel_mapping.capture_source_oid
2014-08-01 17:59:07.632    [DEBUG][1]    Zap2it reference http://tvlistings.zap2it.com/tv/big-brother/EP003781390193
2014-08-01 17:59:07.632    [DEBUG][1]    Zap2it image http://images.zap2it.com/images/tv-EP00378139/big-brother-0.jpg
2014-08-01 17:59:07.632    [DEBUG][1]    Subtitle: Length=0
2014-08-01 17:59:07.632    [DEBUG][1]    OID is 2903557
2014-08-01 17:59:07.632    [DEBUG][1]    OriginalAirDate is 2014-07-30
2014-08-01 17:59:07.632    [DEBUG][1]    First run
2014-08-01 17:59:07.632    [DEBUG][1]    Recorded 2014-07-30
2014-08-01 17:59:07.632    [DEBUG][1]    Record Ended 2014-07-30
2014-08-01 17:59:07.632    [DEBUG][1]    Meta files exists C:\Users\Public\NPVR\Media/Shows/Big Brother.xml
2014-08-01 17:59:07.632    [DEBUG][1]    Episodic: True C:\Users\Public\NPVR\Plugins/SearchLite/Series/Big Brother.xml
2014-08-01 17:59:07.632    [DEBUG][1]    C:\Users\Public\NPVR\Media/Shows/Big Brother.xml
2014-08-01 17:59:07.663    [DEBUG][1]    Cannot rename file, no episode information
2014-08-01 17:59:07.663    [DEBUG][1]    E:\Videos\TV Shows\Big Brother\Big Brother_20140730_20000500.ts
2014-08-01 17:59:07.663    [DEBUG][1]    Big Brother
2014-08-01 17:59:07.663    [DEBUG][1]    True
2014-08-01 17:59:07.663    [DEBUG][1]    E:\Videos\TV Shows\Big Brother\Big Brother_20140730_20000500.ts
2014-08-01 17:59:07.663    [DEBUG][1]    False
2014-08-01 17:59:07.663    [DEBUG][1]    False

this didn't work, so i tried --rename and --nfo

Code:
[...startup]
2014-08-01 18:00:44.165    [DEBUG][1]    imageGrabLite, Version=2.2.5124.26115, Culture=neutral, PublicKeyToken=null
2014-08-01 18:00:44.165    [DEBUG][1]    Command Line --oid 5301 --rename --nfo
2014-08-01 18:00:44.181    [DEBUG][1]    Rename file True
2014-08-01 18:00:44.228    [DEBUG][1]    Searching select scheduled_recording.name, event_details, start_time, filename, service_type from scheduled_recording, channel, channel_mapping where scheduled_recording.oid = 5301 and scheduled_recording.channel_oid = channel.oid  and scheduled_recording.channel_oid = channel_mapping.channel_oid and scheduled_recording.capture_source_oid = channel_mapping.capture_source_oid
2014-08-01 18:00:44.243    [DEBUG][1]    Zap2it reference http://tvlistings.zap2it.com/tv/big-brother/EP003781390193
2014-08-01 18:00:44.243    [DEBUG][1]    Zap2it image http://images.zap2it.com/images/tv-EP00378139/big-brother-0.jpg
2014-08-01 18:00:44.243    [DEBUG][1]    Subtitle: Length=0
2014-08-01 18:00:44.243    [DEBUG][1]    OID is 2903557
2014-08-01 18:00:44.243    [DEBUG][1]    OriginalAirDate is 2014-07-30
2014-08-01 18:00:44.243    [DEBUG][1]    First run
2014-08-01 18:00:44.243    [DEBUG][1]    Recorded 2014-07-30
2014-08-01 18:00:44.243    [DEBUG][1]    Record Ended 2014-07-30
2014-08-01 18:00:44.243    [DEBUG][1]    Meta files exists C:\Users\Public\NPVR\Media/Shows/Big Brother.xml
2014-08-01 18:00:44.259    [DEBUG][1]    Episodic: True C:\Users\Public\NPVR\Plugins/SearchLite/Series/Big Brother.xml
2014-08-01 18:00:44.259    [DEBUG][1]    C:\Users\Public\NPVR\Media/Shows/Big Brother.xml
2014-08-01 18:00:44.259    [DEBUG][1]    Subtitle state 0
2014-08-01 18:00:44.259    [DEBUG][1]    Big Brother.S03E211.
2014-08-01 18:00:44.368    [DEBUG][1]    PlaybackPositionHelper.GetPlaybackPosition(E:\Videos\TV Shows\Big Brother\Big Brother_20140730_20000500.ts)
2014-08-01 18:00:44.368    [DEBUG][1]    E:\Videos\TV Shows\Big Brother\Big Brother_20140730_20000500.ts
2014-08-01 18:00:44.368    [DEBUG][1]    False
2014-08-01 18:00:44.368    [DEBUG][1]    False

As you can see, this renamed it to something from season 3. Another episode recorded, so I did the same command on it as well:

Code:
[...startup]
2014-08-01 18:10:03.930    [DEBUG][1]    imageGrabLite, Version=2.2.5124.26115, Culture=neutral, PublicKeyToken=null
2014-08-01 18:10:03.936    [DEBUG][1]    Command Line --oid 5335 --rename --nfo
2014-08-01 18:10:03.951    [DEBUG][1]    Rename file True
2014-08-01 18:10:04.008    [DEBUG][1]    Searching select scheduled_recording.name, event_details, start_time, filename, service_type from scheduled_recording, channel, channel_mapping where scheduled_recording.oid = 5335 and scheduled_recording.channel_oid = channel.oid  and scheduled_recording.channel_oid = channel_mapping.channel_oid and scheduled_recording.capture_source_oid = channel_mapping.capture_source_oid
2014-08-01 18:10:04.026    [DEBUG][1]    Zap2it reference http://tvlistings.zap2it.com/tv/big-brother/EP003781390194
2014-08-01 18:10:04.026    [DEBUG][1]    Zap2it image http://images.zap2it.com/images/tv-EP00378139/big-brother-0.jpg
2014-08-01 18:10:04.027    [DEBUG][1]    Subtitle: Length=0
2014-08-01 18:10:04.030    [DEBUG][1]    OID is 2922642
2014-08-01 18:10:04.030    [DEBUG][1]    OriginalAirDate is 2014-07-31
2014-08-01 18:10:04.030    [DEBUG][1]    First run
2014-08-01 18:10:04.030    [DEBUG][1]    Recorded 2014-07-31
2014-08-01 18:10:04.030    [DEBUG][1]    Record Ended 2014-07-31
2014-08-01 18:10:04.030    [DEBUG][1]    Meta files exists C:\Users\Public\NPVR\Media/Shows/Big Brother.xml
2014-08-01 18:10:04.035    [DEBUG][1]    Episodic: True C:\Users\Public\NPVR\Plugins/SearchLite/Series/Big Brother.xml
2014-08-01 18:10:04.035    [DEBUG][1]    C:\Users\Public\NPVR\Media/Shows/Big Brother.xml
2014-08-01 18:10:04.045    [DEBUG][1]    Subtitle state 0
2014-08-01 18:10:04.045    [DEBUG][1]    Big Brother.S03E212.
2014-08-01 18:10:04.154    [DEBUG][1]    PlaybackPositionHelper.GetPlaybackPosition(E:\Videos\TV Shows\Big Brother\Big Brother_20140731_21012200.ts)
2014-08-01 18:10:04.162    [DEBUG][1]    E:\Videos\TV Shows\Big Brother\Big Brother_20140731_21012200.ts
2014-08-01 18:10:04.162    [DEBUG][1]    False
2014-08-01 18:10:04.162    [DEBUG][1]    False

thank you for your time
It's doing what it is supposed to in .nfo mode ( I am giving a bogus S/E for XBMC purposes (2014= year 2 and the episode is the julian date) when it can't find a match. It doesn't look like anyone has created the meta data required for Big Brother to match on original air date

Martin
I appreciate the response. I'm not sure what to say because the zap2it page and tvdb page are populated:

http://www.zap2it.com/tv/big-brother-16/...3781390000

http://thetvdb.com/?tab=season&seriesid=...4377&lid=7
tron999 Wrote:I appreciate the response. I'm not sure what to say because the zap2it page and tvdb page are populated:

http://www.zap2it.com/tv/big-brother-16/...3781390000

http://thetvdb.com/?tab=season&seriesid=...4377&lid=7

Maybe as I wrote, I might not have uploaded the version that works on the air date. Does this help?

Martin
Thank you. I ran the new installer, but unfortunately receive the same results.
tron999 Wrote:Thank you. I ran the new installer, but unfortunately receive the same results.

Do you use the recommended --zap2it parameter for North America?

Martin
I tried it with zap2it, same results.

Code:
[...startup]
2014-08-01 19:54:08.739    [DEBUG][1]    imageGrabLite, Version=2.2.5293.18235, Culture=neutral, PublicKeyToken=null
2014-08-01 19:54:08.746    [DEBUG][1]    Command Line --oid 5301 --rename --zap2it --nfo
2014-08-01 19:54:08.759    [DEBUG][1]    Rename file True
2014-08-01 19:54:08.808    [DEBUG][1]    Searching select scheduled_recording.name, event_details, start_time, filename, service_type from scheduled_recording, channel, channel_mapping where scheduled_recording.oid = 5301 and scheduled_recording.channel_oid = channel.oid  and scheduled_recording.channel_oid = channel_mapping.channel_oid and scheduled_recording.capture_source_oid = channel_mapping.capture_source_oid
2014-08-01 19:54:08.826    [DEBUG][1]    Zap2it reference http://tvlistings.zap2it.com/tv/big-brother/EP003781390193
2014-08-01 19:54:08.826    [DEBUG][1]    Zap2it image http://images.zap2it.com/images/tv-EP00378139/big-brother-0.jpg
2014-08-01 19:54:08.827    [DEBUG][1]    Subtitle: Length=0
2014-08-01 19:54:08.827    [DEBUG][1]    OID is 2903557
2014-08-01 19:54:08.827    [DEBUG][1]    OriginalAirDate is 2014-07-30
2014-08-01 19:54:08.827    [DEBUG][1]    First run
2014-08-01 19:54:08.827    [DEBUG][1]    Recorded 2014-07-30
2014-08-01 19:54:08.827    [DEBUG][1]    Record Ended 2014-07-30
2014-08-01 19:54:08.827    [DEBUG][1]    Meta files exists C:\Users\Public\NPVR\Media/Shows/Big Brother.xml
2014-08-01 19:54:08.833    [DEBUG][1]    Episodic: True C:\Users\Public\NPVR\Plugins/SearchLite/Series/Big Brother.xml
2014-08-01 19:54:08.833    [DEBUG][1]    C:\Users\Public\NPVR\Media/Shows/Big Brother.xml
2014-08-01 19:54:08.842    [DEBUG][1]    Subtitle state 0
2014-08-01 19:54:08.842    [DEBUG][1]    Big Brother.S03E211.
2014-08-01 19:54:08.953    [DEBUG][1]    PlaybackPositionHelper.GetPlaybackPosition(E:\Videos\TV Shows\Big Brother\Big Brother_20140730_20000500.ts)
2014-08-01 19:54:08.961    [DEBUG][1]    E:\Videos\TV Shows\Big Brother\Big Brother_20140730_20000500.ts
2014-08-01 19:54:08.961    [DEBUG][1]    False
2014-08-01 19:54:08.961    [DEBUG][1]    False

This is very frustrating, and I appreciate you taking the time to help me. This is the only show I have a problem on.
Well, it's a not very interesting show to try and bother checking logic for archival renaming but I think the problem is NextPVR might be giving it a season number which could screw up my logiv when there is no subtitle. Does this help?

Martin
Pages: 1 2 3