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
jam_zhou
Offline

Senior Member

Posts: 632
Threads: 179
Joined: Sep 2005
#11
2012-12-13, 04:08 AM
gEd Wrote:works perfect out of the box. quality code there vik.

regarding above suggestions:
#1 I agree with the above of having categories but it is not clear to me how you would assign a film to a certain category given that this is driven from the external xml files.
Let me illustrate how my family access movies atm (via the built in videos plugin)
My movie folders are configured as moves\adult and movies\family. All the R-rated films go in adults (no "daddy" movies I might add) as well as movies only the wife and I would ever want to watch (the Piano for example) and the rest go in family (i.e. all the kids and family films).

Now I have 2 kids aged 13 and 16 so the 16 year old gets to watch movies rated as [15] so I and they need to see the classification (MPAA). So all my movies (and movie folders) are named in format [movie] (year) [MPAA] so they can see the age rating for a film. Historically I did the renaming automatically using the free media centre master program but it does tend to get the MPAA rating plain wrong (and doesnt read UK ratings) so I usually have to fix manually... This is what you have to do without a database driven front-end!!

so the kids just look in the family folder when the want to watch a movie and aren't traumatized by scary/racy folder art and also don't have to wade though list of films that they aren't allowed to watch
(or interested in).

I would just use the root folder as the category and allow the plugin to read nfo file, thumbnail and fan art in that root folder as well. I want to display the fanart and nfo file because I want to also have a description of what kind of movies are in the category.

I think most people already have it organized in something like this.
E6400, 2 GB RAM ,500 GB + 250 GB HD, PVR150+ Adaptec 3610, RW 2 + HIP, Antec 2480 w/ mini ninja ...still using v 0.99
agerdin
Offline

Senior Member

Posts: 692
Threads: 96
Joined: Sep 2004
#12
2012-12-13, 11:50 AM
vik, really nice Plugin I have been waiting a long time for Smile

I really dont know if my request is feasible but I would really like to be able to have 2 instances of the plugin running at the same time. In the NPVR main menu I could then have "Movies" and "Children Movies". In each I could then have categories as already requested in this thread.

What do you say, can this be acheived?

Regards,

\\Anders
vik
Offline

Junior Member

Posts: 27
Threads: 1
Joined: Jun 2008
#13
2012-12-13, 07:13 PM
I agree. I used this as a reference(see: 2.1.1 Movies):

http://wiki.xbmc.org/index.php?title=Imp...rt_library

However for reasons I don't remember now, I ended up with Ember as a scraper, so I've worked with the output Ember provided. I tried some other scrapers and I've found that all "Media Managers" work a bit differently, they use extra tags or omit some. Also I haven't found to much info on what is a valid value in a certain tag, and I've seen variations. e.g.: Ember has a "certification" tag, xmbc does not seem to have it. This certification tag can have a list of the contentratings for many countries or it can hold a specific country and value pair, or just the value, based on settings in Ember:

<certification>USATongueG / UKTongueG / Sweden:11 </certification>
<certification>West Germany:12 </certification>
<certification>12</certification>

while the mpaa tag for Ember has something like this in it:

<mpaa>Rated PG-13 for violence and some language</mpaa>

Hence in this case, not necessarily the best decision, but I used the certification tag, because you can choose to put a country specific value in it (at least with Ember). Note: In case of list I try to extract the US ratings.

Because of all the variations, I tried to keep the tags in the nfo I'm relying on to the minimum (at least for a start). I attached an nfo for example that Ember generated for me, I stripped out the tags I'm not using, so it's pretty simple. The tags are all lowercase.
vik
Offline

Junior Member

Posts: 27
Threads: 1
Joined: Jun 2008
#14
2012-12-13, 08:04 PM
Sounds like a good idea. I think not necessarily the easiest but in my opinion the best way would be to allow the user to define categories on the settings screen, specify name, description, fanart, and a sophisticated filter that would work on the tags of the output.xml. Using filters on one or more tag(s) and potentially using regular expressions could give you a lot of flexibility. e.g.: You could use a filter on the full name of the video file in case you have your categories based upon directories or filter on content rating or both...

With this option I could filter the videos/movies either on the list/covers/icons view in some fashion e.g.: cycling trough categories kind of like sorts or views, and/or add an extra screen before I get to the list/covers/icons view.

jam_zhou: However the plugin only works on movies with nfo and with certain basic tags in the nfo (id, title...), so I don't see how would it handle home movies, or music videos or other categories that might not have the same nfo structure and the same basic tags?
vik
Offline

Junior Member

Posts: 27
Threads: 1
Joined: Jun 2008
#15
2012-12-13, 08:27 PM
Yeah, I see your point.

The reason I ended up with the build in the settings because:
  • I'm adding movies manually to my directories, I'm running the scraper manually, hence one more step to build the xml not an issue for me, I don't turn on the TV, I just VNC to my mediapc
  • I'm not adding movies too frequently
  • More importantly, I like to see the result (Movies.log) of the build, and see right away if something goes wrong, if you run it from NPVR using a remote, I assume you don’t want notepad popping up, if you run it in batch you don't want it pop up either. So you won't have any immediate feedback.

I like to have full control over the build, but I definitely see the convenience of just set it up and forget it.
jam_zhou
Offline

Senior Member

Posts: 632
Threads: 179
Joined: Sep 2005
#16
2012-12-13, 09:59 PM (This post was last modified: 2012-12-13, 10:23 PM by jam_zhou.)
vik Wrote:Yeah, I see your point.

The reason I ended up with the build in the settings because:
  • I'm adding movies manually to my directories, I'm running the scraper manually, hence one more step to build the xml not an issue for me, I don't turn on the TV, I just VNC to my mediapc
  • I'm not adding movies too frequently
  • More importantly, I like to see the result (Movies.log) of the build, and see right away if something goes wrong, if you run it from NPVR using a remote, I assume you don’t want notepad popping up, if you run it in batch you don't want it pop up either. So you won't have any immediate feedback.

I like to have full control over the build, but I definitely see the convenience of just set it up and forget it.


Here's what I would do when adding a movie:
1. run xbmc to scrape and import or run thumbgen to scrape
2. transfer movie over the network to the htpc
3. when the wife is done her show or I have a second I just press update

I think on the HTPC box itself touching anything but the 10ft interface takes away from the cool factor.

As for the home movies and such...xbmc has a utility that will create nfo files from the file names which I believe can be done through the 10ft interface.

Finally, for the categories, I prefer the extra screen of categories rather than sifting through views. I think it's much more intuitive and keeps all controls to arrow keys and enter.
E6400, 2 GB RAM ,500 GB + 250 GB HD, PVR150+ Adaptec 3610, RW 2 + HIP, Antec 2480 w/ mini ninja ...still using v 0.99
vik
Offline

Junior Member

Posts: 27
Threads: 1
Joined: Jun 2008
#17
2012-12-14, 08:27 AM
jam_zhou Wrote:Other questions:
what happens with DVD folders and video_ts.iso files?

It should work for both .iso file and VIDEO_TS folder.
duicy
Offline

Junior Member

Posts: 12
Threads: 1
Joined: Jul 2011
#18
2012-12-16, 02:47 PM
I've installed the plugin but it won't create the output.xml file needed.
Do you have any suggestions on how to rectify the problem
vik
Offline

Junior Member

Posts: 27
Threads: 1
Joined: Jun 2008
#19
2012-12-16, 07:54 PM
duicy Wrote:I've installed the plugin but it won't create the output.xml file needed.
Do you have any suggestions on how to rectify the problem

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.
vik
Offline

Junior Member

Posts: 27
Threads: 1
Joined: Jun 2008
#20
2012-12-16, 08:04 PM
agerdin Wrote:vik, really nice Plugin I have been waiting a long time for Smile

I really dont know if my request is feasible but I would really like to be able to have 2 instances of the plugin running at the same time. In the NPVR main menu I could then have "Movies" and "Children Movies". In each I could then have categories as already requested in this thread.

What do you say, can this be acheived?

Regards,

\\Anders

Running multiple instances: Yup, I think it's possible, if I could drive the name of the plugin from external source, though I don't think it's the way to go.
However, running multiple instances could give you an initial solution for the categories request. Potentially you could run multiple instances with different directories specified, and maybe combined with the SubMenu plugin you could have different fanarts per category/instance. I'll think about it.
« 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 143,135 2017-04-10, 10:46 AM
Last Post: fred250
  Bluray Player Beta whurlston 23 12,346 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 28,030 2013-12-03, 10:21 AM
Last Post: martint123
  imageGrabLite Beta mvallevand 84 62,284 2013-10-04, 06:40 PM
Last Post: mvallevand
  SSPlus Screensaver - Photo Slideshow Beta ACTCMS 40 14,549 2012-12-07, 01:49 AM
Last Post: ACTCMS
  New External App : Channel Logo Tools For NPVR (Beta) systemshark 0 1,729 2011-09-03, 08:15 AM
Last Post: systemshark
  SSPlus 0.9.1 BETA - a screensaver for NPVR ACTCMS 18 6,300 2011-07-18, 12:52 AM
Last Post: johnsonx42
  System Plugin for nPVR - Early Beta imilne 176 49,987 2011-07-16, 04:31 PM
Last Post: johnsonx42
  QAM Scanning and Preview in Web Radio (beta) mvallevand 1 2,017 2011-01-24, 01:41 AM
Last Post: mvallevand
  XmlTV channel and show images downloader (beta) whurlston 0 1,455 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