NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 2 3 4 5 … 56 Next »
Movies beta

 
  • 0 Vote(s) - 0 Average
Movies beta
duicy
Offline

Junior Member

Posts: 12
Threads: 1
Joined: Jul 2011
#21
2012-12-16, 08:26 PM
vik Wrote:Did you check update mode on the settings screen when building the XML?
You must have nfo file for the movie, video file (based on VideoLibrary extensions in config.xml), id tag in the nfo, title tag in the nfo to make it to the output xml.
I've posted an example nfo earlier for reference. The tags are lowercase in the nfo.

The Movies.log should give you info in case of exceptions/errors.



Please find below a copy of the Movies.log info.
Yes I did check the update box. The error message below is what I get when I first run xml build.
The settings.xml file is built but not the output.xml file.
I have tried to crate an output.xml file but I get error logs pertaining to elements and tags not being correct


Settings:
-----------------------------
Data Directory: C:\Users\Public\NPVR\
Settings XML: C:\Users\Public\NPVR\Plugins\Movies\settings.xml
Movie Extensions: ^.+\.(mpeg|mpg|m2v|avi|bdmv|ty|avs|ogm|mp4|mov|m2ts|wmv|cdg|iso|rm|dvr-ms|ts|mkv|vob|divx|flv|ratDVD|m4v|3gp|rmvb|wtv)$
Output XML: C:\Users\Public\Npvr\Plugins\Movies\output.xml
Movie Directory: C:\Users\Hank Duis\Desktop\New folder
Update mode: True

Warnings/Errors:
-----------------------------
Cannot load XML file C:\Users\Public\Npvr\Plugins\Movies\output.xml - Could not find file 'C:\Users\Public\Npvr\Plugins\Movies\output.xml'.

0 movie(s) currently in xml:
-----------------------------

0 movie(s) read from directories:
-----------------------------

Removing 0 movie(s):
-----------------------------

Adding 0 movie(s):
-----------------------------

No change was found!
vik
Offline

Junior Member

Posts: 27
Threads: 1
Joined: Jun 2008
#22
2012-12-16, 09:14 PM
duicy Wrote:Please find below a copy of the Movies.log info.
Yes I did check the update box. The error message below is what I get when I first run xml build.
The settings.xml file is built but not the output.xml file.
I have tried to crate an output.xml file but I get error logs pertaining to elements and tags not being correct


Settings:
-----------------------------
Data Directory: C:\Users\Public\NPVR\
Settings XML: C:\Users\Public\NPVR\Plugins\Movies\settings.xml
Movie Extensions: ^.+\.(mpeg|mpg|m2v|avi|bdmv|ty|avs|ogm|mp4|mov|m2ts|wmv|cdg|iso|rm|dvr-ms|ts|mkv|vob|divx|flv|ratDVD|m4v|3gp|rmvb|wtv)$
Output XML: C:\Users\Public\Npvr\Plugins\Movies\output.xml
Movie Directory: C:\Users\Hank Duis\Desktop\New folder
Update mode: True

Warnings/Errors:
-----------------------------
Cannot load XML file C:\Users\Public\Npvr\Plugins\Movies\output.xml - Could not find file 'C:\Users\Public\Npvr\Plugins\Movies\output.xml'.

0 movie(s) currently in xml:
-----------------------------

0 movie(s) read from directories:
-----------------------------

Removing 0 movie(s):
-----------------------------

Adding 0 movie(s):
-----------------------------

No change was found!

It seems the build doesn't pick up any nfo files in "C:\Users\Hank Duis\Desktop\New folder". It has to be either movie.nfo or <moviename>.nfo. 1 nfo per movie.
The "Cannot load ... output.xml" is normal for the first build.
vik
Offline

Junior Member

Posts: 27
Threads: 1
Joined: Jun 2008
#23
2012-12-16, 10:43 PM
duicy Wrote:I have tried to crate an output.xml file but I get error logs pertaining to elements and tags not being correct

I didn't intend for users to create the output.xml manually. The build should take care of it. If it's already created by the build you could tweak it e.g.: if it's picking up wrong video file in case your movie is in multiple parts, or you have a trailer or samplevideo, or you are not happy with a plot description etc...

Imagine the output.xml as a database table, the movie tags are the records in the table, the tags under the movie tags are the fields (e.g.: id, title, plot etc...) it's for internal use, but since it's an xml it's easier to see what's in it (you don't need any tools to do it, other than notepad).

As a reference I attached a zipped output.xml just to give you an idea. At this point I'm not using all the tags in it, but most of them correspond to the elements on the skin(s).
duicy
Offline

Junior Member

Posts: 12
Threads: 1
Joined: Jul 2011
#24
2012-12-17, 08:22 AM
I have now got the plugin working.
Thank you for all your help.
a very good plugin
buribu
Offline

Junior Member

Posts: 34
Threads: 4
Joined: Oct 2011
#25
2013-01-26, 04:47 PM
This is a great plugin and it looks really nice.

I have two improvement suggestions, probably it's possible to implement them?
  • If there is a list of country specific values in the <certification>-tag, you try to extract the US ratings. Is it possible to make this country configurable in the settings-page, so that I can extract the german ratings?
  • I use mediacentermaster to create my nfo-Files. This tool creates a single tag for each genre:
    Code:
        <genre>Action</genre>
        <genre>Adventure</genre>
        <genre>Fantasy</genre>
        <genre>Sci-Fi</genre>
    Is it possible that you put this single genre-tags together in your genre-field?

Many thanks

Stephan
HTPC: Windows 7 Home Premium 64-bit, AMD E-350, 64GB SSD, 2 GB Ram, Terratec Cinergy HTC Stick HD, NPVR 2.6.2, SAF Codec Pack, Eventghost
vik
Offline

Junior Member

Posts: 27
Threads: 1
Joined: Jun 2008
#26
2013-01-27, 08:24 AM
buribu Wrote:this is a great plugin and it looks really nice.

I have two improvement suggestions, probably it's possible to implement them?
  • if there is a list of country specific values in the <certification>-tag, you try to extract the us ratings. Is it possible to make this country configurable in the settings-page, so that i can extract the german ratings?
  • i use mediacentermaster to create my nfo-files. This tool creates a single tag for each genre:
    Code:
        <genre>action</genre>
        <genre>adventure</genre>
        <genre>fantasy</genre>
        <genre>sci-fi</genre>
    is it possible that you put this single genre-tags together in your genre-field?

many thanks

stephan

ok
vik
Offline

Junior Member

Posts: 27
Threads: 1
Joined: Jun 2008
#27
2013-02-23, 09:27 AM
Movies 2.0 - see details and Movies2.zip in the first post

vik
gEd
Offline

Posting Freak

London
Posts: 3,514
Threads: 100
Joined: Jan 2005
#28
2013-02-23, 11:56 AM
Downloaded, installed....(nice timing with it being the weekend and I just got back from a short vacation)

Setup categories for Adults and Family - works perfectly which is fantastic as that was the one feature that was missing for me.
It seems to read the classifications perfectly as well (I entered UK,U.K.,United Kingdom in Misc tab)

Many thanks for an fantastic update to an already excellent plugin.
“If this is the way Queen Victoria treats her prisoners, she doesn't deserve to have any.”
jghanisco
Offline

Member

Posts: 104
Threads: 22
Joined: Dec 2012
#29
2013-03-24, 10:23 PM
I had 20 recordings that had errors with their audio, so I am in the process of converting these from .ts files to .mp4 files. When I put these into the proper folders, I change the npvr database to point to the mp4 file. But of course since Movies is searching for xxx.ts, it won't play when selecting the file (although all the nfo & jpg files are still the same, so it shows up on the list still.) One time I managed to update the Movies database to play the video, but I don't know what I did, and I can't get it to work again. Any clues on what I should be doing??? I don't mind manually updating these if that's what it takes, since it will only be 20 or so files...

By the way, nice add-on; we have a free preview of some movie channels, and I've grabbed almost 200 movies and changed them to a _Movie prefix for the title, so they show up in one folder in the Recordings view, but I couldn't get them to run in alphabetical order, so this is awesome. Works great on the popcorn hour client!
vik
Offline

Junior Member

Posts: 27
Threads: 1
Joined: Jun 2008
#30
2013-03-25, 06:24 AM
jghanisco Wrote:I had 20 recordings that had errors with their audio, so I am in the process of converting these from .ts files to .mp4 files. When I put these into the proper folders, I change the npvr database to point to the mp4 file. But of course since Movies is searching for xxx.ts, it won't play when selecting the file (although all the nfo & jpg files are still the same, so it shows up on the list still.) One time I managed to update the Movies database to play the video, but I don't know what I did, and I can't get it to work again. Any clues on what I should be doing??? I don't mind manually updating these if that's what it takes, since it will only be 20 or so files...

By the way, nice add-on;

You can simply go ahead and manually update the <filelocation> tag for these files in the output.xml. Or manually delete the output.xml and run the build again. Or run the build from settings with rebuild checkbox checked (it's going to ignore the current output.xml).

Thanks Smile
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (7): « Previous 1 2 3 4 5 … 7 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  New LG and Samsung NextPVR Web Smart TV App available for beta testing. fred250 388 138,313 2017-04-10, 10:46 AM
Last Post: fred250
  Bluray Player Beta whurlston 23 12,005 2015-10-05, 09:32 AM
Last Post: Lao Pan
  Need beta testers for "NextPVR for Samsung" (client for samsung smart tvs/blurays) reven 61 27,313 2013-12-03, 10:21 AM
Last Post: martint123
  imageGrabLite Beta mvallevand 84 61,733 2013-10-04, 06:40 PM
Last Post: mvallevand
  SSPlus Screensaver - Photo Slideshow Beta ACTCMS 40 13,979 2012-12-07, 01:49 AM
Last Post: ACTCMS
  New External App : Channel Logo Tools For NPVR (Beta) systemshark 0 1,682 2011-09-03, 08:15 AM
Last Post: systemshark
  SSPlus 0.9.1 BETA - a screensaver for NPVR ACTCMS 18 6,045 2011-07-18, 12:52 AM
Last Post: johnsonx42
  System Plugin for nPVR - Early Beta imilne 176 47,560 2011-07-16, 04:31 PM
Last Post: johnsonx42
  QAM Scanning and Preview in Web Radio (beta) mvallevand 1 1,948 2011-01-24, 01:41 AM
Last Post: mvallevand
  XmlTV channel and show images downloader (beta) whurlston 0 1,408 2010-06-20, 05:56 PM
Last Post: whurlston

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

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

Linear Mode
Threaded Mode