NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 2 3 4 5 6 … 56 Next »
imageGrabLite 1.2

 
  • 0 Vote(s) - 0 Average
imageGrabLite 1.2
gEd
Offline

Posting Freak

London
Posts: 3,514
Threads: 100
Joined: Jan 2005
#11
2012-12-03, 03:49 PM
mvallevand Wrote:Are you processing your xmltv file at all or is it imported "raw"? If it is raw, I might add same parsing to cross check against the Season 1, Episode 5 o ...

My bad. This was an old recording from August when I was using xmltvgui with the option to parses the XML file and (if present) adds season and episode info to the episode name. However I stopped this when tv listings plugin started showing series/episode in the tv guide. If present, it would make sense ?? to use series/episode info from database.
“If this is the way Queen Victoria treats her prisoners, she doesn't deserve to have any.”
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,918
Threads: 956
Joined: May 2006
#12
2012-12-03, 05:47 PM
gEd Wrote:My bad. This was an old recording from August when I was using xmltvgui with the option to parses the XML file and (if present) adds season and episode info to the episode name. However I stopped this when tv listings plugin started showing series/episode in the tv guide. If present, it would make sense ?? to use series/episode info from database.

The --season command line option will use the database values for renaming if you trust them, but something else is going wrong because those shows don't even have series and episode number in the database. I'll try with the copy you sent in Oct.

Marin
gEd
Offline

Posting Freak

London
Posts: 3,514
Threads: 100
Joined: Jan 2005
#13
2012-12-03, 06:57 PM
my epg event table does not hold any recording details before today (is this normal)? So in the context of using your script above to rename (or create nfo) for prior recordings, this isn't going to find existing series/episode details but will need to rely on a successful internet lookup instead. just weird where those episode numbers are coming from. is the query of epg_event expecting a match and instead getting the wrong row?
“If this is the way Queen Victoria treats her prisoners, she doesn't deserve to have any.”
Graham
Offline

Posting Freak

UK
Posts: 4,058
Threads: 102
Joined: Dec 2005
#14
2012-12-03, 08:37 PM
gEd Wrote:my epg event table does not hold any recording details before today (is this normal)?

Yep. Past shows are deleted from epg-events as we go along. I think it happens when NPVR starts or somesuch (but don't quote me).
gEd
Offline

Posting Freak

London
Posts: 3,514
Threads: 100
Joined: Jan 2005
#15
2012-12-03, 09:20 PM
I just recorded a show that had no subtitle and not series/episode numbers in epg_event.
Title: Nature's Microworlds
Desc: 5/6. Okavango: Steve Backshall reveals the secret to the existence of the Okavango, the world's largest inland delta and home to a one of Africa's greatest congregations of wildlife. [S]
The show got renamed to Nature's Microworlds.S01E338.

from postprocessing.bat "C:\Program Files (x86)\NPVR\imageGrabLite.exe" --oid %3 --rename --season

[...startup]
2012-12-03 20:32:01.735 [DEBUG][1] imageGrabLite, Version=1.2.0.1317, Culture=neutral, PublicKeyToken=null
2012-12-03 20:32:01.736 [DEBUG][1] Command Line --oid 14362 --rename --season
2012-12-03 20:32:01.844 [DEBUG][1] Searching select scheduled_recording.name, event_details, start_time, filename from scheduled_recording, channel where scheduled_recording.oid = 14362 and scheduled_recording.channel_oid = channel.oid
2012-12-03 20:32:01.852 [DEBUG][1] Subtitle: Length=0
2012-12-03 20:32:01.860 [DEBUG][1] OID is 4554846
2012-12-03 20:32:01.860 [DEBUG][1] Recorded 2012-12-03
2012-12-03 20:32:01.860 [DEBUG][1] Record Ended 2012-12-03
2012-12-03 20:32:16.197 [DEBUG][1] natures microworlds
2012-12-03 20:32:16.197 [DEBUG][1] Checking for other years
2012-12-03 20:32:16.590 [DEBUG][1] Nature's Microworlds
2012-12-03 20:32:17.066 [INFO][1] Poster found on http://www.thetvdb.com
2012-12-03 20:32:17.807 [INFO][1] Thumb found on http://www.thetvdb.com
2012-12-03 20:32:17.822 [DEBUG][1] Episodic: False C:\Users\Public\NPVR\Plugins/SearchLite/Series/Natures Microworlds.xml
2012-12-03 20:32:17.822 [DEBUG][1] Download from tvdb 261155/all/en
2012-12-03 20:32:18.198 [INFO][1] Episodes Found on http://www.thetvdb.com
2012-12-03 20:32:18.198 [DEBUG][1] Download from tvdb complete
2012-12-03 20:32:18.198 [DEBUG][1] Nature's Microworlds True
2012-12-03 20:32:18.198 [DEBUG][1] Nature's Microworlds.S01E338.

I guess with no episode name and not series/episode number, it should give up (unless genre=movie/film).
“If this is the way Queen Victoria treats her prisoners, she doesn't deserve to have any.”
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,918
Threads: 956
Joined: May 2006
#16
2012-12-03, 10:24 PM
Thanks gEd seeing that I know the bug so I don't have to dig to deep for this. For XBMC I need a season and episode number for the NFO, and I choose to use recorded year (2012 is season 1) and the recorded day of the year as the episode number. This should not be ignored in the rename process. It should still go to the tvdb though for art.

Regarding season/episode and other EPG data, sub does store the current info in the scheduled_recordings table, so it is still around for iGL to use.

Martin
gEd
Offline

Posting Freak

London
Posts: 3,514
Threads: 100
Joined: Jan 2005
#17
2012-12-03, 11:29 PM
This should not be ignored in the rename process.
should or should not?

mvallevand Wrote:Regarding season/episode and other EPG data, sub does store the current info in the scheduled_recordings table, so it is still around for iGL to use.

Really? odd as my schema for this table shows these only columns:-
oid name filename status start_time end_time capture_source_oid channel_oid recurrence_oid channel_name event_details failure_reason pre_padding post_padding quality red green yellow blue
“If this is the way Queen Victoria treats her prisoners, she doesn't deserve to have any.”
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,918
Threads: 956
Joined: May 2006
#18
2012-12-04, 01:54 AM
gEd Wrote:This should not be ignored in the rename process.
should or should not?

Not should not.

Quote:Really? odd as my schema for this table shows these only columns:-
oid name filename status start_time end_time capture_source_oid channel_oid recurrence_oid channel_name event_details failure_reason pre_padding post_padding quality red green yellow blue

They are stored as xml in event_details.

Martin
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,918
Threads: 956
Joined: May 2006
#19
2012-12-04, 05:20 AM
Ok, I've updated post one again, it should fix the problem of files being renamed with the fake recorded date S##E###

Martin
gEd
Offline

Posting Freak

London
Posts: 3,514
Threads: 100
Joined: Jan 2005
#20
2012-12-04, 11:08 PM
mvallevand Wrote:Ok, I've updated post one again, it should fix the problem of files being renamed with the fake recorded date S##E###

Martin


Many thanks Martin.
Is there any hack I could to the db to force iGL to correctly rename the files that were previously incorrectly renamed?
“If this is the way Queen Victoria treats her prisoners, she doesn't deserve to have any.”
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (10): « Previous 1 2 3 4 5 … 10 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Considering dropping support for imageGrabLite mvallevand 8 4,030 2016-01-08, 08:23 AM
Last Post: liteswap
  imageGrabLite Beta mvallevand 84 61,578 2013-10-04, 06:40 PM
Last Post: mvallevand
  imageGrabLite 1.1 mvallevand 118 42,225 2012-08-30, 11:25 AM
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