| Author |
Message |
|
GregiBoy
Joined: Thu Jan 05, 2012 12:40 am Posts: 810 Location: Brisbane, AU
|
 Re: YAMJ 2.7 r2032 - No filters
Yeah, found it in the log...Seemed to be using it.
Using properties file ./moviejukebox.properties
_________________ "Beer is living proof that God loves us and wants us to be happy." - Benjamin Franklin 1706-1790 "It's ALWAYS Beer o'clock" - Homer Simpson
|
| Tue Apr 10, 2012 10:36 pm |
|
 |
|
AndyA
Joined: Sun Oct 31, 2010 4:48 pm Posts: 1382 Location: Manchester, UK
|
 Re: YAMJ 2.7 r2032 - No filters
Hi Gregiboy
I see you've found the line confirming the moviejukebox.properties file. Yes thanks, I have seen the firmware is generating the files for a certification drop down menu, it just can't display them. I'll post any reply from Omertron here, unless he adds a post first.
Can you set up a test jukebox with a couple of movies in and see if you can reproduce your problem? I simply can't make the dropdown menus fail at all on r3032
Andy
_________________
Playon HD Mini PV73200+ Firmware v7.4.6 r7317 (Modified) YAMJ v2.9-Snapshot r3416 YAYMan r0.99.99.24 MediaInfo CLI v0.7.61 Buffalo Linkstation 2TB Mirrored NAS WD My World Book II 1TB Mirrored NAS Wired 1GB LAN
|
| Tue Apr 10, 2012 10:43 pm |
|
 |
|
GregiBoy
Joined: Thu Jan 05, 2012 12:40 am Posts: 810 Location: Brisbane, AU
|
 Re: YAMJ 2.7 r2032 - No filters
Hi Andy....
I'll do that tonight as I'm running out of time here (8 am, off to work). I am currently rerunning a 2.7 Jukebox build with the PlayOn parameter set in the movie-jukebox-default.properties file.
Just a couple of asides:-
Omertron is absolutely correct in his naming convention of the "Certification" data which I have only ever seen tagged in the thousands of scraped NFO's I have produced as "Certification" but he seems to take the data from the MPAA field which I feel is slightly incorrect (and he has to pares it for extraneous rubbish)
Also, I my mind, "Rating" in the NFO files refers to the IMDB rating and I would far prefer that displayed in the "Rating" pulldown rather that the MPAA crap as I think it is more useful to all users.
Regards Greg
_________________ "Beer is living proof that God loves us and wants us to be happy." - Benjamin Franklin 1706-1790 "It's ALWAYS Beer o'clock" - Homer Simpson
|
| Tue Apr 10, 2012 10:59 pm |
|
 |
|
GregiBoy
Joined: Thu Jan 05, 2012 12:40 am Posts: 810 Location: Brisbane, AU
|
 Re: YAMJ 2.7 r2032 - No filters
Quick Question???
is mjb.PlayonHD=true case sensitive in any way? Should it be mjb.PlayOnHD=true??
_________________ "Beer is living proof that God loves us and wants us to be happy." - Benjamin Franklin 1706-1790 "It's ALWAYS Beer o'clock" - Homer Simpson
|
| Tue Apr 10, 2012 11:09 pm |
|
 |
|
AndyA
Joined: Sun Oct 31, 2010 4:48 pm Posts: 1382 Location: Manchester, UK
|
 Re: YAMJ 2.7 r2032 - No filters
Hi Gregiboy The wiki isn't clear on case sensitivity, but does give the format as mjb.PlayOnHD=true So I would try using it exactly as above The certifications don't have to be taken from the MPAA if you use internet scraping, which I know you don't. I have YAMJ configured to pull down the UK ratings, which works well. I do agree Omertron's naming convention is correct, and having just seen a reply from him, changing YAMJ is not going to be easy, as the two different categories Rating and Ratings, with almost identical names, were causing all sorts of problems in the code. The IMDB Ratings can be made to appear as a category in YAMJ with output files generated, but, the default skin doesn't provide access to all categories, and the firmware on the POHD does not read / display the ratings files if generated, as they all start with 'ratings' and not 'rating'. I will do some more testing this week to see if I can come up with an easy workaround, I've got a few ideas. Andy
_________________
Playon HD Mini PV73200+ Firmware v7.4.6 r7317 (Modified) YAMJ v2.9-Snapshot r3416 YAYMan r0.99.99.24 MediaInfo CLI v0.7.61 Buffalo Linkstation 2TB Mirrored NAS WD My World Book II 1TB Mirrored NAS Wired 1GB LAN
|
| Wed Apr 11, 2012 9:32 am |
|
 |
|
Omertron
Joined: Tue Dec 08, 2009 4:33 pm Posts: 531 Location: Liverpool, UK
|
 Re: YAMJ 2.7 r2032 - No filters
GregiBoy wrote: Hi Andy. No, I am not sure but there are no messages in log or error log saying otherwise.Any other way to check?
Yes, at the top of the log file there is a line that starts with "properties" or similar, where we print ALL the properties that are in use and their effective values.
_________________ Yet Another Movie Jukebox Developer
|
| Wed Apr 11, 2012 10:51 am |
|
 |
|
GregiBoy
Joined: Thu Jan 05, 2012 12:40 am Posts: 810 Location: Brisbane, AU
|
 Re: YAMJ 2.7 r2032 - No filters
AYeah got that. thx Omertron wrote: GregiBoy wrote: Hi Andy. No, I am not sure but there are no messages in log or error log saying otherwise.Any other way to check?
Yes, at the top of the log file there is a line that starts with "properties" or similar, where we print ALL the properties that are in use and their effective values.
_________________ "Beer is living proof that God loves us and wants us to be happy." - Benjamin Franklin 1706-1790 "It's ALWAYS Beer o'clock" - Homer Simpson
|
| Wed Apr 11, 2012 10:54 am |
|
 |
|
Omertron
Joined: Tue Dec 08, 2009 4:33 pm Posts: 531 Location: Liverpool, UK
|
 Re: YAMJ 2.7 r2032 - No filters
GregiBoy wrote: Just a couple of asides:- Omertron is absolutely correct in his naming convention of the "Certification" data which I have only ever seen tagged in the thousands of scraped NFO's I have produced as "Certification" but he seems to take the data from the MPAA field which I feel is slightly incorrect (and he has to pares it for extraneous rubbish) You can change the default rating method from MPAA to something else using the parameters: Code: imdb.getCertificationFromMPAA=false you will then need to set a value for the country for YAMJ to get the rating from Code: imdb.preferredCountry=Australia http://code.google.com/p/moviejukebox/w ... onFromMPAAChanging that value will trigger a change in the NFO scanner to read "Certification" instead of the MPAA field GregiBoy wrote: Also, I my mind, "Rating" in the NFO files refers to the IMDB rating and I would far prefer that displayed in the "Rating" pulldown rather that the MPAA crap as I think it is more useful to all users. Regards Greg Indeed, but that is beyond my control, we'll have to wait for ACR to make the change to the firmware. Stuart
_________________ Yet Another Movie Jukebox Developer
|
| Wed Apr 11, 2012 10:56 am |
|
 |
|
AndyA
Joined: Sun Oct 31, 2010 4:48 pm Posts: 1382 Location: Manchester, UK
|
 Re: YAMJ 2.7 r2032 - No filters
Hi Gregiboy
Having spent some time experimenting with YAMJ and the Jukebox today, there is no easy way to persuade the Rating menu to work, the only solution being the method I outlined earlier in this topic, which is a pain to use on any jukebox above a few movies in size. I have sent a detailed mail to the bugtrack mailbox, along with examples of the categories and certification XML files, and copied it to Arne and Mikael. We're in the hands of AC Ryan on this one, as we need a change to the Jukebox firmware, but at least the problem has now been identified, so thanks for the help.
Andy
_________________
Playon HD Mini PV73200+ Firmware v7.4.6 r7317 (Modified) YAMJ v2.9-Snapshot r3416 YAYMan r0.99.99.24 MediaInfo CLI v0.7.61 Buffalo Linkstation 2TB Mirrored NAS WD My World Book II 1TB Mirrored NAS Wired 1GB LAN
|
| Wed Apr 11, 2012 11:20 pm |
|
 |
|
GregiBoy
Joined: Thu Jan 05, 2012 12:40 am Posts: 810 Location: Brisbane, AU
|
 Re: YAMJ 2.7 r2032 - No filters
Thanks Andy,
The only thing that concerns me is that if they do change the firmware to accomodate YAMJ change, you are gonna end up with a zillion posts in this sub-forum because it will be 'BROKEN" on older firmware.
Also, I am not convinced that the current firmware is not a POS!!!
_________________ "Beer is living proof that God loves us and wants us to be happy." - Benjamin Franklin 1706-1790 "It's ALWAYS Beer o'clock" - Homer Simpson
|
| Thu Apr 12, 2012 1:04 am |
|
|