NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support v
« Previous 1 … 33 34 35 36 37 … 43 Next »
EPG missing sub-title for movies

 
  • 0 Vote(s) - 0 Average
EPG missing sub-title for movies
dazed
Offline

Junior Member

Posts: 16
Threads: 4
Joined: Sep 2019
#1
2020-05-13, 08:50 PM
Can see in the db it doesn't add the sub-title for movies.

[Image: Nc7SeI2.png]



Data from schedulesdirect shows this
Code:
<programme channel="guide2go.49611.schedulesdirect.org" start="20200513213000 +0000" stop="20200513233000 +0000">
    <title lang="en">The 'Burbs</title>
    <sub-title lang="en-GB">A man and some neighbours try to prove their theory that a new family are part of a murderous cult.</sub-title>
    <desc lang="en-GB">An overstressed husband becomes obsessed with finding out the secret of his mysterious new neighbours. Concocting a series of increasingly outlandish schemes to discover the truth about the weird sounds he hears coming from the basement next door, the man settles on the theory that the family are a front for a cannibalistic cult.</desc>
    <category lang="en">Comedy</category>
    <episode-num system="dd_progid">MV00286782.0000</episode-num>
    <icon src="https://schedulesdirect-api20141201.s3.us-east-1.amazonaws.com/assets/p11474_v_h10_aa.jpg" height="1080" width="1920"></icon>
    <video>
      <quality>hdtv</quality>
    </video>
    <audio></audio>
    <previously-shown start=""></previously-shown>
  </programme>
Quote from the guy at guide2go who fixed this on github
Quote:That makes sense. There are three key words in SD that are evaluated.
  • EpisodeTitle (Used for the SubTitle)
  • Description100 (Not used)
  • Description1000 (Used for the Description)
I looked at the code from the old version, where Description100 was used for the subtitle if there was no EpisodeTitle.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,835
Threads: 954
Joined: May 2006
#2
2020-05-13, 08:56 PM (This post was last modified: 2020-05-13, 08:56 PM by mvallevand.)
Movies shouldn't have series subtitles. Even in your example that is just a short plot.

Martin
dazed
Offline

Junior Member

Posts: 16
Threads: 4
Joined: Sep 2019
#3
2020-05-13, 09:11 PM
tvheadend adds this
[Image: ggt5c17.png]
It's useful for short description
[Image: qNngRgP.png]

It can then be pulled by the likes of Kodi when displaying PVR info
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,835
Threads: 954
Joined: May 2006
#4
2020-05-13, 09:16 PM
I understand there is support for short and long description but just because someone creates custom xml from SD and hacks it into the sub-title doesn't make it right.

You are better off starting a wishlist for the short and long descriptions (which will also require and API change for Kodi)

Martin
dazed
Offline

Junior Member

Posts: 16
Threads: 4
Joined: Sep 2019
#5
2020-05-13, 09:19 PM
(2020-05-13, 09:16 PM)mvallevand Wrote: just because someone creates custom xml from SD and hacks it into the sub-title doesn't make it right.

Nobody is hacking anything the data is provided by SD, NPVR just isn't requesting it
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,835
Threads: 954
Joined: May 2006
#6
2020-05-13, 09:20 PM
The hack is putting description100 into subtitle and not into a separate short description field. Kodi and TVH support both.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,661
Threads: 767
Joined: Nov 2003
#7
2020-05-13, 09:21 PM
Yeah, I don't know about that one. That clearly doesn't look like a subtitle, so I'm not sure it makes sense having it in the subtitle. It wouldn't display nicely in NextPVR, which is expecting something much shorter.

That said, it looks like it should load it. If you want to supply the xmltv file, I'll check why it's not loading.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,661
Threads: 767
Joined: Nov 2003
#8
2020-05-13, 09:22 PM
or are you saying you're using Schedules Direct? and just supplying the xmltv snippet to show what should be there?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,835
Threads: 954
Joined: May 2006
#9
2020-05-13, 09:26 PM (This post was last modified: 2020-05-13, 09:26 PM by mvallevand.)
The SD JSON API has this

Code:
{
    "SH000000060000": {
        "code": 0,
        "description100": "A cafe owner attempts to repatriate
escapees during World War II.",
        "description1000": "A French cafe owner tries to ride out
World War II. Caught between the Gestapo and the Resistance and forced
into working with both, René also struggles to hide evidence of his
affairs with the waitresses from his wife, who, though she can't carry
a tune, frequently performs as a singer in the cafe."
    },
    "SH000186930000": {
        "code": 0,
        "description100": "Homer and Marge Simpson raise Bart, Lisa
and baby Maggie.",
        "description1000": "This long-running animated comedy focuses
on the eponymous family in the town of Springfield in an unnamed U.S.
state. The head of the Simpson family, Homer, is not a typical family
man. A nuclear-plant employee, he does his best to lead his family but
often finds that they are leading him. The family includes loving,
blue-haired matriarch Marge, troublemaking son Bart, overachieving
daughter Lisa and baby Maggie. Other Springfield residents include the
family's religious neighbor, Ned Flanders, family physician Dr.
Hibbert, Moe the bartender and police chief Clancy Wiggum."
    }
}

My assumption is NextPVR only support the long description1000. There is a place for having a short description but 100 characters are going to flood most sub title picklists

Martin
dazed
Offline

Junior Member

Posts: 16
Threads: 4
Joined: Sep 2019
#10
2020-05-13, 09:26 PM
Schedules Direct supplies a sub-title field for movies but you don't request when getting the EPG data
« 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
  Subtitle:Title jcjefferies 10 1,916 2024-02-11, 02:29 PM
Last Post: jcjefferies
  web interface wouldn't start, root element missing. brucewol 5 1,202 2023-01-11, 03:25 PM
Last Post: BrettB
  Epg half missing 0:00 - 12:00 psycik 9 1,369 2022-10-05, 02:19 AM
Last Post: sub
  Scan missing channels. snknts 15 2,738 2022-10-01, 12:26 PM
Last Post: russell
Question Filtering Groups/Channels I am missing something basic I think? dravenstone 12 3,354 2022-09-05, 07:14 PM
Last Post: BrettB
  Missing "Save" button on Update channels f0945a5662 26 3,980 2022-06-20, 01:47 AM
Last Post: f0945a5662
  NZ DVB-T channels missing Armsp0 5 1,534 2022-02-08, 02:10 AM
Last Post: Armsp0
  Artwork for two programs with the same title FrogFan 47 8,674 2021-11-12, 04:32 PM
Last Post: FrogFan
  Filter within title possible? boringgit 14 2,565 2021-10-23, 02:16 PM
Last Post: boringgit
  Show title with exclamation and Plex file name tsanga 4 1,979 2021-09-19, 06:25 PM
Last Post: tsanga

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

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

Linear Mode
Threaded Mode