NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Wishlist v
« Previous 1 … 14 15 16 17 18 … 193 Next »
Change PostUpdate EPG Process.

 
  • 0 Vote(s) - 0 Average
Change PostUpdate EPG Process.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,237
Threads: 958
Joined: May 2006
#1
2017-06-29, 10:57 PM (This post was last modified: 2017-07-29, 06:18 PM by mvallevand.)
I feel the PostUpdateEPG process should run right after the Update EPG logic before the recurring recordings process is run. This would allow "tweaked" guide data to be added into the scheduled recording table. An example is a recent thread that talked about manually adding the OAD to the description. Users need to preporcess files but it is trivial in a sqlite script

Code:
update epg_event
set subtitle = substr(original_air_date,1,4)
where unique_id like 'MV%'


because it impossible to do with the post update process. It should probably run in this area.

Code:
2017-06-28 06:48:44.403    [DEBUG][10]    UpdateEPG@4
2017-06-28 06:48:44.403    [DEBUG][10]    Updating recording schedule
2017-06-28 06:48:44.403    [INFO][10]    deleting old conflicts
2017-06-28 06:48:44.411    [INFO][10]    UpdateAllRecurringRecordings()

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,823
Threads: 769
Joined: Nov 2003
#2
2017-06-30, 12:54 AM
For the sake of not breaking it for anyone currently hooking in with PostUpdateEPG.bat, how about a new PostImportEPG.bat or similar? I'm happy to take other name suggestions if you've got them...
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,237
Threads: 958
Joined: May 2006
#3
2017-06-30, 01:02 AM
It isn't really an import for SD JSON users, how about PostLoadEPG.bat? It needs to be something not triggered by -recurring too.

Martin
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#4
2017-06-30, 01:02 AM
PostAcquireEPG.bat ?

Alex
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,823
Threads: 769
Joined: Nov 2003
#5
2017-06-30, 01:39 AM
mvallevand Wrote:It isn't really an import for SD JSON users, how about PostLoadEPG.bat? It needs to be something not triggered by -recurring too.

Martin
Ok, I've added this for the next release.
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,671
Threads: 170
Joined: Jun 2007
#6
2017-06-30, 01:42 AM
mvallevand Wrote:It isn't really an import for SD JSON users, how about PostLoadEPG.bat? It needs to be something not triggered by -recurring too.

+1
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,237
Threads: 958
Joined: May 2006
#7
2017-06-30, 02:02 AM
Thanks sub. Will the md5 processing impact anything that is done to the database in this step? Be this I mean will the data after the refresh be like the raw SD JSON or do you skip downloading it?

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,823
Threads: 769
Joined: Nov 2003
#8
2017-06-30, 04:24 AM
It'll skip redownloading next time, since the MD5 data will still be the original SD supplied.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
Lightbulb FEAT: Channel Listing Page Grid - Details Column order change topcat 0 78 2025-07-28, 10:57 AM
Last Post: topcat
  Scheduler / Recurring change zodiac 3 2,027 2020-10-11, 03:16 PM
Last Post: BrettB
  install change-startup and start menu shortcuts paulc 0 1,048 2020-10-03, 06:13 AM
Last Post: paulc
  Folder change detection (database update) to avoid missing shows Faravid 2 2,148 2019-05-03, 03:16 PM
Last Post: Faravid
  Auto add/remove channels as they change and add toggle for SD/HD replacement Benoire 0 1,940 2016-12-01, 12:16 AM
Last Post: Benoire
  Default Process Priority AeroMaxx 2 2,181 2016-08-09, 06:09 AM
Last Post: AeroMaxx
  Change 10ft Wide "Video" selection screen to ...... like "Search" puck64 5 3,397 2016-04-17, 04:33 AM
Last Post: puck64
  change how LiveTV guide listings starts up in Kodi KarterJK 4 2,542 2015-09-10, 11:03 PM
Last Post: sub
  DVB-S ini file parsing change martint123 8 3,556 2015-07-02, 03:56 PM
Last Post: martint123
  Change log file roll over size Bobins 0 1,556 2014-02-25, 11:23 PM
Last Post: Bobins

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

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

Linear Mode
Threaded Mode