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 … 31 32 33 34 35 … 101 Next »
Keeping import series and movie of same name seperate

 
  • 0 Vote(s) - 0 Average
Keeping import series and movie of same name seperate
tesla1886
Offline

Kevin

United States
Posts: 140
Threads: 36
Joined: Oct 2017
#1
2023-02-03, 07:02 AM
I have the movie and the series based of a movie on DVD and have imported them into NextPVR. Currently they are under the same group, is it possible to have the series and the movie under different groups, hopefully with out giving them different names?

Thank You
Kevin

AMD FX-8320E 8 core
16 gig RAM
Gigabyte MoBo GA-970 DS3P
GIGABYTE Ultra Durable 2 Series GeForce GT 730 video card
1 TB SSD System drive, 10 TB HD for DVD's, 6 TB HD for recorded videos
Windows 10 Pro in domain
Next PVR client
Hauppauge WinTV-quadHD tuner card
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,908
Threads: 956
Joined: May 2006
#2
2023-02-03, 09:17 AM
Yes, if you are using Schedules Direct and import using the XML file. Let me know and I can see if I can document it.

Martin
tesla1886
Offline

Kevin

United States
Posts: 140
Threads: 36
Joined: Oct 2017
#3
2023-02-03, 10:26 PM
(2023-02-03, 09:17 AM)mvallevand Wrote: Yes, if you are using Schedules Direct and import using the XML file. Let me know and I can see if I can document it.

Martin

Yes I am using Schedules Direct and importing using an XML file I created. The name of the series and the movie are M*A*S*H.
Kevin

AMD FX-8320E 8 core
16 gig RAM
Gigabyte MoBo GA-970 DS3P
GIGABYTE Ultra Durable 2 Series GeForce GT 730 video card
1 TB SSD System drive, 10 TB HD for DVD's, 6 TB HD for recorded videos
Windows 10 Pro in domain
Next PVR client
Hauppauge WinTV-quadHD tuner card
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,908
Threads: 956
Joined: May 2006
#4
2023-02-06, 03:15 AM
Sorry I thought I replied could you upload the XML files and I can give you the answer

Martin
tesla1886
Offline

Kevin

United States
Posts: 140
Threads: 36
Joined: Oct 2017
#5
2023-02-06, 08:57 AM
(2023-02-06, 03:15 AM)mvallevand Wrote: Sorry I thought I replied could you upload the XML files and I can give you the answer

Martin

No problem. I worked on other parts of my project.

I have one XML file for each season. M*A*S*H the series had 11 seasons, so I have 11 XML files + 1 for the movie for a total of 12. All are included in the attached zip file.

If I need to add, remove or change something in the XML files to make this happen I am ok with that, just let me know what I need to change.


Attached Files
.zip   MASH.zip (Size: 54.15 KB / Downloads: 1)
Kevin

AMD FX-8320E 8 core
16 gig RAM
Gigabyte MoBo GA-970 DS3P
GIGABYTE Ultra Durable 2 Series GeForce GT 730 video card
1 TB SSD System drive, 10 TB HD for DVD's, 6 TB HD for recorded videos
Windows 10 Pro in domain
Next PVR client
Hauppauge WinTV-quadHD tuner card
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,908
Threads: 956
Joined: May 2006
#6
2023-02-06, 01:49 PM
OK, I thought you were using the single file export not sub's bulk format, but a similar solution.

The easy solution is just to add <UniqueID>MV001137770000</UniqueID> after the MD5 line in the XML file. I would also add the Movie genre but I was not able to figure out why sub is not seeing this as a Movie and adding the year.

You could add an unique id to each of the shows too, but that will probably not be that important. More importantly you are missing the Season/Episode information on each show. If you had used the single file format NextTool would have parsed that from the filename. I think Kodi does break that out from the filename if you use it.

Just in case, make sure NextPVR has access to the V drive too.

Martin
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,908
Threads: 956
Joined: May 2006
#7
2023-02-06, 04:41 PM (This post was last modified: 2023-02-06, 04:47 PM by mvallevand.)
I figured out how to get the year to show on Movies, you do have the Movie genre but you also need to fake the original air date to be Jan, 1 of the year regardless of when it was released

I will have to make sure I have that rule in NextTool.

Martin
tesla1886
Offline

Kevin

United States
Posts: 140
Threads: 36
Joined: Oct 2017
#8
2023-02-06, 10:30 PM (This post was last modified: 2023-02-06, 10:34 PM by tesla1886.)
(2023-02-06, 01:49 PM)mvallevand Wrote: OK, I thought you were using the single file export not sub's bulk format, but a similar solution.

The easy solution is just to add <UniqueID>MV001137770000</UniqueID> after the MD5 line in the XML file.  I would also add the Movie genre but I was not able to figure out why sub is not seeing this as a Movie and adding the year.

I removed the movie by changing the name of the directory the movie is in and opening NextPVR and verifying the move is no longer available.

I opened the M*A*S*H Movie XML file in a text editor and added <UniqueID>MV001137770000</UniqueID> after the <MD5>.......</MD5>

The reimported the movie but it still shows in the same grouping as the series

(2023-02-06, 01:49 PM)mvallevand Wrote: You could add an unique id to each of the shows too, but that will probably not be that important.  More importantly you  are missing the Season/Episode information on each show.  If you had used the single file format NextTool would have parsed that from the filename.  I think Kodi does break that out from the filename if you use it.

Martin

Where did you get the UniqueID from. I researched it a while back but could find much.

I do not have the season and episode infor in the movie XML, but I do for each episode of the series.


Code:
<Season>01</Season>
      <Episode>01</Episode>


(2023-02-06, 04:41 PM)mvallevand Wrote: I figured out how to get the year to show on Movies, you do have the Movie genre but you also need to fake the original air date to be Jan, 1 of the year regardless of when it was released

I will have to make sure I have that rule in NextTool.

Martin

I am confussed with what you are saying about the movie year. It does appear in both NextPVR and the web app, I have not tried on the mobile app yet.
Kevin

AMD FX-8320E 8 core
16 gig RAM
Gigabyte MoBo GA-970 DS3P
GIGABYTE Ultra Durable 2 Series GeForce GT 730 video card
1 TB SSD System drive, 10 TB HD for DVD's, 6 TB HD for recorded videos
Windows 10 Pro in domain
Next PVR client
Hauppauge WinTV-quadHD tuner card
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,908
Threads: 956
Joined: May 2006
#9
2023-02-06, 11:02 PM (This post was last modified: 2023-02-06, 11:03 PM by mvallevand.)
Yes sorry about the S/E point I must have missed it.  I have some tools for searching TMS data that I can't share.

Does your XML look like this? 

Code:
      <MD5>8hogjevlqM54yBmYDRf6Ng==</MD5>
      <UniqueID>MV001137770000</UniqueID>
    </Event>

What I was saying about the year was to get it showing the year with the title, I needed to add the genre Movie and make Jan 1, 1970 the original air date

Martin


Attached Files Thumbnail(s)
   
tesla1886
Offline

Kevin

United States
Posts: 140
Threads: 36
Joined: Oct 2017
#10
2023-02-06, 11:38 PM
(2023-02-06, 11:02 PM)mvallevand Wrote: Yes sorry about the S/E point I must have missed it.  I have some tools for searching TMS data that I can't share.

Does your XML look like this? 

Code:
      <MD5>8hogjevlqM54yBmYDRf6Ng==</MD5>
      <UniqueID>MV001137770000</UniqueID>
    </Event>

Yes it does. I have attached the updated XML file incase you wanted to verify.

(2023-02-06, 11:02 PM)mvallevand Wrote: What I was saying about the year was to get it showing the year with the title, I needed to add the genre  Movie and make Jan 1, 1970 the original air date

Martin

I don't need that, I am ok with it not displaying in that manner, unless it could create a problem at some point.


Attached Files
.zip   MASH Movie.zip (Size: 970 bytes / Downloads: 1)
Kevin

AMD FX-8320E 8 core
16 gig RAM
Gigabyte MoBo GA-970 DS3P
GIGABYTE Ultra Durable 2 Series GeForce GT 730 video card
1 TB SSD System drive, 10 TB HD for DVD's, 6 TB HD for recorded videos
Windows 10 Pro in domain
Next PVR client
Hauppauge WinTV-quadHD tuner card
« 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
  Series Recordings - Bug? MalcolmInman 31 507 4 minutes ago
Last Post: jimil
  How to Trigger EPG Import? banshee2005 4 358 2025-05-07, 02:30 AM
Last Post: mvallevand
  Series recording doesn't have cancel series markn62 9 2,279 2025-02-22, 09:24 PM
Last Post: jcole998
  NextPVR v7 - \\.\pipe\ recording keeping PC awake ToneDef 8 899 2024-12-24, 01:29 PM
Last Post: spin35
  Recording ability lost for certain series SamM 6 451 2024-12-05, 05:13 AM
Last Post: SamM
  How to Import Recordings from Prior Install Without any Export Recordings FIle jw1 32 2,188 2024-11-18, 11:41 AM
Last Post: jw1
  7.0.0.241105 No Movie Year in Client EPGs Lao Pan 8 934 2024-11-14, 02:01 AM
Last Post: sub
  UNC Path for EPG URL not Working in Import Channels taylormia 10 1,062 2024-11-10, 11:42 PM
Last Post: taylormia
  TV Series Titles with (O) and (R) longplaypg 4 670 2024-04-27, 04:56 PM
Last Post: longplaypg
  MediaPortal recordings import fritzelly 13 1,463 2024-01-09, 02:09 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