NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 115 116 117 118 119 … 433 Next »
XMLTV and NPVR, how to get episode numbers in EPG?

XMLTV and NPVR, how to get episode numbers in EPG?
leChat
Offline

Junior Member

Posts: 14
Threads: 2
Joined: Aug 2016
#1
2016-09-23, 03:18 PM (This post was last modified: 2016-09-23, 03:40 PM by leChat.)
Hello,

I am trying to get episode numbers in the filenames when I record my shows but I can't figure out how to do this. Is there a way for NPVR to pick it up from the XML file? I looked and there is an "episode number tag".

Related question, can I have it so NPVR does not add the time as a suffix at the end of a recording file name (e.g., The Simpsons 20160611-1200-1300.ts)?

Finally, can't get NPVR to show the EPG between 10PM and 12AM. It is just blank in the NPVR modern browser.

Thanks for the help!

Smile
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#2
2016-09-23, 05:49 PM
Quote:I am trying to get episode numbers in the filenames when I record my shows but I can't figure out how to do this. Is there a way for NPVR to pick it up from the XML file? I looked and there is an "episode number tag".
Usually an xmltv file will carry season/episode numbers in the following format. Is that what you've got in your xmltv files?

<episode-num system="xmltv_ns">2.10/16.</episode-num>

Quote:Related question, can I have it so NPVR does not add the time as a suffix at the end of a recording file name (e.g., The Simpsons 20160611-1200-1300.ts)?
It always adds the date time unless you have the season/episode info (and you have the option enabled to use it in the filename)

Quote:Finally, can't get NPVR to show the EPG between 10PM and 12AM. It is just blank in the NPVR modern browser.
Is it the same in the NextPVR.exe's TV Guide screen? Are you in the same timezone as your machine? (ie, not accessing it remotely from another location)
scJohn
Offline

Senior Member

Posts: 281
Threads: 41
Joined: Jun 2013
#3
2016-09-23, 08:06 PM
IT would be nice if there were a option that would allow the time to be dropped from the file name and date portion to confirm to the standard(s) of Plex, EMBY, and or KODI for TV episodes.

PLEX
TV Shows that are date-based should be named as follows:
TV Shows/ShowName/Season XX/ShowName - YYYY-MM-DD.ext
TV Shows/ShowName/Season XX/ShowName - MM-DD-YYYY.ext
Valid date formats are:
Dashes (2010-01-20)
Periods (2010.01.20)
Spaces (2010 01 20)

EMBY
By date

Common for long-running daily shows, you can also use the date the episode aired.

anything_1996.11.14.ext
anything_1996-11-14.ext
anything_14.11.1996.ext

KODI
By date
Common for long-running daily shows, you can also use the date the episode aired.
anything_1996.11.14.ext (3)
anything_1996-11-14.ext (3)
anything_14.11.1996.ext (4)
leChat
Offline

Junior Member

Posts: 14
Threads: 2
Joined: Aug 2016
#4
2016-09-23, 08:11 PM
sub Wrote:Usually an xmltv file will carry season/episode numbers in the following format. Is that what you've got in your xmltv files?

<episode-num system="xmltv_ns">2.10/16.</episode-num>


Nope, it looks like this <episode-num system="ms_progid">1.309404045</episode-num>. I am guessing it's not the right format. Anyway to parse it and convert them to a different format?



Quote:Is it the same in the NextPVR.exe's TV Guide screen? Are you in the same timezone as your machine? (ie, not accessing it remotely from another location)

NextPVR.exe shows the entire EPG, it's the browser version at SERVER_IP_ADDRESS:8866/modern/guide.html that does not show the entire EPG. NextPVR is hosted by a VM on my Unraid machine. When I initially set NextPVR, the time zone was wrong but I corrected that since. Could this be causing issues?

All my machines are now in the same time zone.


As an aside, the non modern tvguide appears to have more feature and is more stable than the modern version, user error?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,170
Threads: 958
Joined: May 2006
#5
2016-09-23, 08:42 PM
If you have good names and episode titles from thetvdb imageGrabLite should be able to reanme these after recordings even without the s/e info

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#6
2016-09-23, 08:48 PM
leChat Wrote:Nope, it looks like this <episode-num system="ms_progid">1.309404045</episode-num>. I am guessing it's not the right format. Anyway to parse it and convert them to a different format?
This format doesn't actually contain the season/episode numbers, so no way to parse it from this. This is just a unique ID.

Quote:NextPVR.exe shows the entire EPG, it's the browser version at SERVER_IP_ADDRESS:8866/modern/guide.html that does not show the entire EPG. NextPVR is hosted by a VM on my Unraid machine. When I initially set NextPVR, the time zone was wrong but I corrected that since. Could this be causing issues?

All my machines are now in the same time zone.
I suspect it is stil something to do with timezones. Let me think about it some more.

Quote:As an aside, the non modern tvguide appears to have more feature and is more stable than the modern version, user error?
This is correct. The old web app had more features, but looked like crap. We decided to simplify, and provide a nicer, more modern-looking user interface.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,170
Threads: 958
Joined: May 2006
#7
2016-09-23, 08:52 PM
I don't think the old look and feel is crap but the real bonus is loading the EPG is much, much faster

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#8
2016-09-23, 08:59 PM
Ok - "looked like crap" was a bit harsh. It was not the prettiest though Big Grin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#9
2016-09-23, 09:04 PM
scJohn Wrote:IT would be nice if there were a option that would allow the time to be dropped from the file name and date portion to confirm to the standard(s) of Plex, EMBY, and or KODI for TV episodes.

PLEX
TV Shows that are date-based should be named as follows:
TV Shows/ShowName/Season XX/ShowName - YYYY-MM-DD.ext
TV Shows/ShowName/Season XX/ShowName - MM-DD-YYYY.ext
Valid date formats are:
Dashes (2010-01-20)
Periods (2010.01.20)
Spaces (2010 01 20)

EMBY
By date

Common for long-running daily shows, you can also use the date the episode aired.

anything_1996.11.14.ext
anything_1996-11-14.ext
anything_14.11.1996.ext

KODI
By date
Common for long-running daily shows, you can also use the date the episode aired.
anything_1996.11.14.ext (3)
anything_1996-11-14.ext (3)
anything_14.11.1996.ext (4)
I can probably look at providing some more options in the future. Unfortunately you've time your run wrong for asking though - with the next version NextPVR pretty much ready for release now.

It'd still need add time in some situations though, like if you're recording two episodes of a show on the same day.
leChat
Offline

Junior Member

Posts: 14
Threads: 2
Joined: Aug 2016
#10
2016-09-23, 09:12 PM
mvallevand Wrote:If you have good names and episode titles from thetvdb imageGrabLite should be able to reanme these after recordings even without the s/e info

Martin

Is there anyway to automate this or is this a manual thing that you are doing? Anyway you could point me towards resources to do this?

I have the donator version of XMLTV for grabbing the data.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  NextPVR - EPG Setup - XML/XMLTV EPG - Zap2it & Zap2xml Erdrick 126 142,754 2024-01-29, 01:07 AM
Last Post: stoenjes44
  Add Series/Episode Info to Recording Metadata andrewj 2 1,156 2023-11-20, 03:42 PM
Last Post: sub
  npvr is not responding johndutcher 3 1,552 2022-05-05, 07:57 PM
Last Post: sub
  NPVR 4.2.4 Video Library No Longer Shows folder.jpg Lao Pan 12 4,016 2022-04-14, 04:33 AM
Last Post: Antmannz
  nPVR Continually Wakes PC bfos 23 11,536 2022-02-17, 03:48 PM
Last Post: sub
  Can't find tuner filter in NPVR 4.05 on old XP machine (eee 701) with RTL2832U iamanotheruser 3 1,784 2022-01-03, 04:45 AM
Last Post: mvallevand
  Streaming Services with NPVR tesla1886 4 2,791 2021-01-04, 02:58 AM
Last Post: tesla1886
  EPG XMLTV problem DBHall 8 3,885 2021-01-01, 12:34 PM
Last Post: Graham
  NPVR choosing incorrect xml guide display-name after reboot drlava 7 3,199 2020-12-27, 02:27 AM
Last Post: sub
  xmltv and EPG channel icons HaTaX 5 4,250 2020-10-28, 04:25 AM
Last Post: sub

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

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

Linear Mode
Threaded Mode