NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Windows v
« Previous 1 … 74 75 76 77 78 … 102 Next »
Is there any way to use "Title (Year)" naming for a TV series?

 
  • 0 Vote(s) - 0 Average
Is there any way to use "Title (Year)" naming for a TV series?
antenna
Offline

Member

Posts: 61
Threads: 8
Joined: Oct 2017
#1
2020-10-15, 02:31 AM
This is unfortunately a Plex problem, but it made sense to start here.

This problem happens with a couple shows, but the easiest example is The Office: Plex automatically crawls the series as The Office UK, instead of US. You'd think their heuristics could make an educated guess based on my geographical location, or to check if the name of the episode matches the database, but they don't. 

I can manually "fix match" on the show in Plex, but the next time it records another Office episode, it goes back to the original assumption and uses Office UK again for that new recording. Lovely!

It's unlikely for them to fix this right now, especially as they are working on a new TV scanning agent. So, is there any way to add "(Year)" to the show title, preferably in both the folder and files? It's available for movies, but doesn't seem to be an option for TV.

(If anyone else has found a solution to this, I'm all ears!)
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,115
Threads: 957
Joined: May 2006
#2
2020-10-15, 02:51 AM
Yes. I use schedule direct and ran a pthon script the changed the show name for a recent set of recordings for the HBO version of Perry Mason before they were recorded and scheduled.

Martin
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,115
Threads: 957
Joined: May 2006
#3
2020-10-15, 01:50 PM
Correction it was just a sqlite script. Here is an example https://imgur.com/a/qdk748k using the following I find it is much nicer to get the real art and folders in NextPVR I don't have special handling for it for Kodi but I could if there is interest.

Code:
update epg_event set title = 'The Twilight Zone (2019)' where  substr(unique_id, 3, 8) = '03066091'

This can work with pretty much any movie or show on Schedules Direct.

Martin
antenna
Offline

Member

Posts: 61
Threads: 8
Joined: Oct 2017
#4
2020-10-15, 07:42 PM
(2020-10-15, 01:50 PM)mvallevand Wrote: Correction it was just a sqlite script.  Here is an example https://imgur.com/a/qdk748k using the following I find it is much nicer to get the real art and folders in NextPVR I don't have special handling for it for Kodi but I could if there is interest.

I am indeed using Schedules Direct, so that solution is great. My SQL knowledge is quite rusty, but I think I can handle this. One question that I don't understand: Once I create the script for the shows I need, how do I enter it into NextPVR?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,115
Threads: 957
Joined: May 2006
#5
2020-10-15, 08:29 PM (This post was last modified: 2021-10-06, 12:59 AM by mvallevand.)
You would create a file with as many of those update line as you need perhaps rename.sql

Then in PostLoadEPG.bat run this command

sqlite3 npvr.db3 < rename.sql

Thinking about this now if you want some extra safety during testing add a second condition.

Code:
update epg_event set title = 'The Twilight Zone (2019)' where  substr(unique_id, 3, 8) = '03066091' and title = 'The Twilight Zone';

You can use searches on the zap2it to help get the ID ie https://tvlistings.zap2it.com/overview.h...aid=gapzap

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Series Recordings - Bug? MalcolmInman 32 1,346 2025-05-31, 01:52 AM
Last Post: mvallevand
  Series recording doesn't have cancel series markn62 9 2,523 2025-02-22, 09:24 PM
Last Post: jcole998
  EPG mis-identifying shows with same title mattman1968 3 290 2025-02-17, 05:47 PM
Last Post: sub
  Recording ability lost for certain series SamM 6 573 2024-12-05, 05:13 AM
Last Post: SamM
  Recurring recordings title match question Bobins 4 425 2024-11-16, 12:46 AM
Last Post: sub
  7.0.0.241105 No Movie Year in Client EPGs Lao Pan 8 1,100 2024-11-14, 02:01 AM
Last Post: sub
  TV Series Titles with (O) and (R) longplaypg 4 750 2024-04-27, 04:56 PM
Last Post: longplaypg
  Recording missing episodes in series, best practice? Mr Whippy 3 863 2023-10-23, 01:02 PM
Last Post: mvallevand
  weird issue experienced Don't know how to title it. Brucek2839 1 589 2023-10-21, 03:43 AM
Last Post: mvallevand
  Keeping import series and movie of same name seperate tesla1886 18 2,424 2023-02-07, 02:11 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