6 users browsing this thread: (1 member, and 5 guests).
elalexan
|
[YAMJ] ÆON Movie Wall YAMJ *UPDATE* May 9, 2010 - Clean Up #4
|
|
12-10-2009, 11:50 PM
Post: #4381
|
|||
|
|||
RE: [YAMJ] ÆON Movie Wall YAMJ *UPDATE* Dec 8, 2009 - Box Covers, 1200 Studio Flags, and 11ty New Features! 8 Pages to G
(12-10-2009 11:43 PM)Legolas2 Wrote: Hi EJP I guess I'm incorrectly assuming that everyone knows how CSS works. The 1st line of that code works for LowList (for both ForComputer=true and false) and TV (for ForComputer=true). The 2nd line is for TV (for ForComputer=false). The top and left numbers determine where on the screen the overlay appears, as in "How far from the top of the screen it is", and "How far from the left of the screen it is". They do not determine what kind of box is used. You will first have to get a right-hand box and replace the original in the pictures/boxes folder. Then you'll likely have to change how far from the left of the screen it goes, and possible how far from the top. [XBMC] A Port by ejp - They Said It Couldn't Be Done. |
|||
|
12-11-2009, 12:10 AM
(This post was last modified: 12-11-2009 12:36 AM by gonzalu.)
Post: #4382
|
|||
|
|||
RE: [YAMJ] ÆON Movie Wall YAMJ *UPDATE* Dec 8, 2009 - Box Covers, 1200 Studio Flags, and 11ty New Features! 13 Pages to
(12-10-2009 11:43 PM)Legolas2 Wrote:(12-09-2009 02:39 PM)ejp Wrote: Change the left values of Box_Overlay__LowList_NMT_and_PC__TV_PC and Box_Overlay__TV_NMT. No you do not need to use different images. Keeps yours. What you have to do is nudge it to align. floats and aligns in CSS are not what you want to do :-) You need to position the overlay just right. Looks like you're off by a few pixels. Change the 93 pixels to say 90 or 88 or so... not sure how many pixels. You can do this WITHOUT redoing your library!! each time. Use Firefox, download the Developer's add-on and use it to play with the CSS live on your screen. You will then see how much to nudge the stuff around and see it apply live on your PC Then plug in the right numbers into the right files in the skin. Looks like you need to go up :-) Try this line instead... Code: #Box_Overlay__LowList_NMT_and_PC__TV_PC { visibility: visible; position: absolute; top: 258px; left: 105px;}Note the 105 pixels from the left of the screen. I will take a screenshot for you of my CSS edit in Firefox while viewing the NMT :-) I did it this way http://www.youtube.com/watch?v=oWcdgnJjGsk C-200::40GB SSD+Blu-Ray::24TB SMB::Panasonic TH-42PZ85U Set-Up myiHome, YAMJ & ÆON::LowList Texture Mod |
|||
|
12-11-2009, 01:04 AM
(This post was last modified: 12-11-2009 01:08 AM by SFBG.)
Post: #4383
|
|||
|
|||
RE: [YAMJ] ÆON Movie Wall YAMJ *UPDATE* Dec 8, 2009 - Box Covers, 1200 Studio Flags,
(12-10-2009 04:24 PM)ejp Wrote:(12-10-2009 03:46 PM)SFBG Wrote: Another thing, I don't want to be "picky" lol but any change of getting new certificates?Which certificates are you using in the skin? I guess all the MPAA (American) ones look similar, but the others are all different colors. I would include ones by the Comissão de Classificação de Espectáculos (they class movies in Portugal, right?), but I can't find any certificate logos. ejp i trully don't know! But i think so! lolol But i don't need a certificate portuguese logo, it can be american ones but i would like't with colors or just able to notice the difference. How can i change to the others with different colors? Gonzalu are you talking about delete the "copy" from the ending of the file names of an studio pack that has been posted? If so you have a program that call's rename master, and you just have to set an option to delete all " copy" from all files names in that folder and it's done in 1 sec! This program is also good to rename all episodes from season's, you can set a new name a easy name to YAMJ and set a count in the end to rename all (S01E01 ... S01E10 for example). |
|||
|
12-11-2009, 02:08 AM
Post: #4384
|
|||
|
|||
RE: [YAMJ] ÆON Movie Wall YAMJ *UPDATE* Dec 8, 2009 - Box Covers, 1200 Studio Flags, and 11ty New Features! 7 Pages to G
(12-11-2009 01:04 AM)SFBG Wrote: ejp i trully don't know! But i think so! lolol You can set imdb.getCertificationFromMPAA=false and imdb.preferredCountry in the moviejukebox.properties to choose another certification system. You can pick UK, Germany, or Australia. Those 3 have color. [XBMC] A Port by ejp - They Said It Couldn't Be Done. |
|||
|
12-11-2009, 02:24 AM
(This post was last modified: 12-11-2009 02:26 AM by gonzalu.)
Post: #4385
|
|||
|
|||
RE: [YAMJ] ÆON Movie Wall YAMJ *UPDATE* Dec 8, 2009 - Box Covers, 1200 Studio Flags,
Quote:(12-10-2009 03:56 PM)gonzalu Wrote: Then just make sure you have files named exactly as that list in your studios folder. I have begun my naming and so far I am up to 100 out of 1000 studios LOL. Wish me luck. No no, I was talking about HOW to extract the names from your EXISTING library. No sense in defining stuff you don;t really have. And frankly debugging a 1500+ library was not gonna make it for me. Renaming the existing files will not work in all cases anyway as you have to be VERY sensitive of CaSiNg as NMT is UNIX and it likes to be exact... so the existing files provided by EJP are great but have to be named properly anyway. The script to extract your studio names is the best one I believe because I simply CUT and paste the names on to my files and that way I know I am spelling them correctly and also know my progreass :-) C-200::40GB SSD+Blu-Ray::24TB SMB::Panasonic TH-42PZ85U Set-Up myiHome, YAMJ & ÆON::LowList Texture Mod |
|||
|
12-11-2009, 02:29 AM
Post: #4386
|
|||
|
|||
|
RE: [YAMJ] ÆON Movie Wall YAMJ *UPDATE* Dec 8, 2009 - Box Covers, 1200 Studio Flags, and 11ty New Features! 7 Pages to G
The script to extract your studio names is the best one I believe because I simply CUT and paste the names on to my files and that way I know I am spelling them correctly and also know my progreass :-)[/quote]
You're talking about Notepad++? If so, that really was the best way I knew how to do it. I actually found some other payware programs that did an easier job, but I figured everyone here would appreciate free programs. However, I do exclusively use Photoshop for my image work. [XBMC] A Port by ejp - They Said It Couldn't Be Done. |
|||
|
12-11-2009, 03:02 AM
(This post was last modified: 12-11-2009 03:04 AM by gonzalu.)
Post: #4387
|
|||
|
|||
|
RE: [YAMJ] ÆON Movie Wall YAMJ *UPDATE* Dec 8, 2009 - Box Covers, 1200 Studio Flags, and 11ty New Features! 7 Pages to G
EJP,
I would like to implement TOP 250 ratings to the skin. I believe I can tackle this on my own but I 'd like some pointers. I see you posted above how to add a new box cover type to the skin. I will try to use this as a hint/starting point to try to see if I can teach myself how to do it. Examples below... (if there is a preference from anyone, I am all ears...) My questions are: -If I get stuck, don;t mind me posting here begging for help (hopefully I can do it before we run out of time LOL) -Am I going to run into any road blocks? I ask this as I would like to implement it either ABOVE the existing rating or right next to it. I know you have said that any more and things would break so if you have any warnings, let me know. Thanks sir. ![]() ![]() ![]() (12-11-2009 02:29 AM)ejp Wrote: You're talking about Notepad++? If so, that really was the best way I knew how to do it. I actually found some other payware programs that did an easier job, but I figured everyone here would appreciate free programs. However, I do exclusively use Photoshop for my image work. Heck I'd prefer AWK and GREP and PERL but, not everyone has UNIX. I actually learned a lot from you with that little script as I had never used Notepad++ Looks very powerful! Thank you! C-200::40GB SSD+Blu-Ray::24TB SMB::Panasonic TH-42PZ85U Set-Up myiHome, YAMJ & ÆON::LowList Texture Mod |
|||
|
12-11-2009, 03:27 AM
(This post was last modified: 12-11-2009 03:29 AM by Legolas2.)
Post: #4388
|
|||
|
|||
RE: [YAMJ] ÆON Movie Wall YAMJ *UPDATE* Dec 8, 2009 - Box Covers, 1200 Studio Flags, and 11ty New Features! 13 Pages to
(12-11-2009 12:10 AM)gonzalu Wrote: Hi EJP No you do not need to use different images. Keeps yours. What you have to do is nudge it to align. floats and aligns in CSS are not what you want to do :-) You need to position the overlay just right. Looks like you're off by a few pixels. Change the 93 pixels to say 90 or 88 or so... not sure how many pixels. You can do this WITHOUT redoing your library!! each time. Use Firefox, download the Developer's add-on and use it to play with the CSS live on your screen. You will then see how much to nudge the stuff around and see it apply live on your PC Then plug in the right numbers into the right files in the skin. Looks like you need to go up :-) Try this line instead... Code: #Box_Overlay__LowList_NMT_and_PC__TV_PC { visibility: visible; position: absolute; top: 258px; left: 105px;}Note the 105 pixels from the left of the screen. I will take a screenshot for you of my CSS edit in Firefox while viewing the NMT :-) I did it this way http://www.youtube.com/watch?v=oWcdgnJjGsk [/quote] Manny This is not about tweaking the css, but need to change the box cover overlay as EJP stated. I had to fix the alignment for the TV lowlist view though. (12-10-2009 08:37 PM)JoeFagundes Wrote: Using Dreamweaver and a site called http://www.roundpic.com/ I improved my boxsets and TV Series menus, this is how it looks now: yes could you please mate those look great would love mine like that[/QUOTE] (12-10-2009 10:17 PM)Grifone1893 Wrote: Wow great work! Hi I would love this too. Now I have created sets using EMM but now my sets page fanart is blank. Would love something like what you have. |
|||
|
12-11-2009, 04:05 AM
(This post was last modified: 12-11-2009 04:19 AM by rj_md.)
Post: #4389
|
|||
|
|||
RE: [YAMJ] ÆON Movie Wall YAMJ *UPDATE* Dec 8, 2009 - Box Covers, 1200 Studio Flags, and 11ty New Features! 9 Pages to G
(12-10-2009 08:37 PM)JoeFagundes Wrote: Using Dreamweaver and a site called http://www.roundpic.com/ I improved my boxsets and TV Series menus, this is how it looks now: this is soooooo cool! looking forward to you post! thanks man. ![]() one question to everyone...why can't i see my moviejukebox.properties anywhere? i've loaded yamj successfully but would have wanted to edit MPAA settings. hope someone could help, thanks!
|
|||
|
12-11-2009, 04:17 AM
Post: #4390
|
|||
|
|||
RE: [YAMJ] ÆON Movie Wall YAMJ *UPDATE* Dec 8, 2009 - Box Covers, 1200 Studio Flags, and 11ty New Features! 7 Pages to G
(12-11-2009 03:02 AM)gonzalu Wrote: EJP, You can certainly do that using div positioning. You'll have to use (at least) 2 divs though: 1 for the tab graphic, 1 for the text. If you were thinking about div'ing a table, you're going to have issues; the NMT will crash if you try to div a table. Div'ing the tab and the top250 is probably the easiest way to go, rather than trying to add another row of tabs. You'll also probably add a conditional to first test if the movie is even on the top 250. If it is, then drop the tab/text in. That CSS tool in your video actually looks very convenient. I'll have to try it out sometime. And, oh yeah, GREP would be so much easier to grab the studios. [XBMC] A Port by ejp - They Said It Couldn't Be Done. |
|||
|
12-11-2009, 04:33 AM
(This post was last modified: 12-11-2009 04:49 AM by gonzalu.)
Post: #4391
|
|||
|
|||
|
[YAMJ] ÆON Movie Wall ** TOP 250 Flag **
I started to mod this and get the logic. I think I got the test down in XSL for when to add the flag or not.
Now I need to pretty it up :-) I am not doing well. I can;t get the darn Table Row to align right somehow... On line 151 of "lowlist.xsl" add the following: Code: <!-- start TOP250 -->Delete a few movies drom your DATA directory that have a top 250 rating and one or two without...run YAMJ... this will test the adding or not of the flag. Works for me without errors and it does add the flag to TOP250 films and not to non Top250 films. *** WARNING *** output is still ugly... I need to learn how to do HTML and CSS in XSL :-( which is NOT my strong suite. Help is of course appreciated ... (12-11-2009 04:17 AM)ejp Wrote: You can certainly do that using div positioning. You'll have to use (at least) 2 divs though: 1 for the tab graphic, 1 for the text. If you were thinking about div'ing a table, you're going to have issues; the NMT will crash if you try to div a table. Oh OK, I just posted the results of my first stab at it. The logic works!! :-) I impressed myself that it only took me two tries. The first one it gave HORRENDOUS errors, but the java engine gives great debug and that helped. I mercilessly copied from your code LOL. So, I am using another row, but it is ugly. I will now try to div it and then CSS it into position. Wish me luck. Quote:That CSS tool in your video actually looks very convenient. I'll have to try it out sometime. Oh it is INVALUABLE for doing CSS testing... live and on the fly ... then when it looks good, copy it into the real CSS/HTML etc. Quote:And, oh yeah, GREP would be so much easier to grab the studios. They do have it for windows but I never tried it. I live and die by Grep/Awk and PERL in UNIX. Not to mention, VIM! C-200::40GB SSD+Blu-Ray::24TB SMB::Panasonic TH-42PZ85U Set-Up myiHome, YAMJ & ÆON::LowList Texture Mod |
|||
|
12-11-2009, 04:54 AM
Post: #4392
|
|||
|
|||
RE: [YAMJ] ÆON Movie Wall YAMJ *UPDATE* Dec 8, 2009 - Box Covers, 1200 Studio Flags, and 11ty New Features! 7 Pages to G
(12-11-2009 04:33 AM)gonzalu Wrote: I started to mod this and get the logic. I think I got the test down in XSL for when to add the flag or not. I took a look at your HTML. If you want to give it a try, use this code instead: Code: <xsl:if test="top250 != -1">[XBMC] A Port by ejp - They Said It Couldn't Be Done. |
|||
|
12-11-2009, 06:59 AM
(This post was last modified: 03-06-2010 12:37 AM by gonzalu.)
Post: #4393
|
|||
|
|||
|
[YAMJ] ÆON Movie Wall :: LowList Top 250 Mod ::
C-200::40GB SSD+Blu-Ray::24TB SMB::Panasonic TH-42PZ85U Set-Up myiHome, YAMJ & ÆON::LowList Texture Mod |
|||
|
12-11-2009, 07:31 AM
Post: #4394
|
|||
|
|||
RE: [YAMJ] ÆON Movie Wall YAMJ *UPDATE* Dec 8, 2009 - Box Covers, 1200 Studio Flags, and 11ty New Features! 7 Pages to G
(12-11-2009 06:59 AM)gonzalu Wrote: OK I will try it now... But next I will post what I did just in the past hour or so... I followed your lead and used DIVs and then styled them via the CSS file. Looks good! Already put it in the 1st post. [XBMC] A Port by ejp - They Said It Couldn't Be Done. |
|||
|
12-11-2009, 07:42 AM
(This post was last modified: 12-11-2009 07:43 AM by gonzalu.)
Post: #4395
|
|||
|
|||
|
RE: [YAMJ] ÆON Movie Wall YAMJ *UPDATE* Dec 8, 2009 - Box Covers, 1200 Studio Flags, and 11ty New Features! 7 Pages to G
EJP
Tried your code... but something is wrong... positioning is off... or maybe I stuck it in the wrong place? ![]() I put it here which is around line 142: Code: <xsl:if test="$number-rating = 'true'"> (<xsl:value-of select="rating div 10" />/10)</xsl:if>(12-11-2009 07:31 AM)ejp Wrote: Looks good! Already put it in the 1st post. You're too kind! :-) Thank you I am honored... C-200::40GB SSD+Blu-Ray::24TB SMB::Panasonic TH-42PZ85U Set-Up myiHome, YAMJ & ÆON::LowList Texture Mod |
|||
|
« Next Oldest | Next Newest »
|

NMT Wiki
Search
Member List
Help
[9 June 2010] C-200/A-200 NMJ UI PREVIEW (under development)









![[Image: 737584477_c8Xx7-O.jpg]](http://pictures.mannyphoto.com/photos/737584477_c8Xx7-O.jpg)
![[Image: 737584518_2DEt7-O.jpg]](http://pictures.mannyphoto.com/photos/737584518_2DEt7-O.jpg)
![[Image: 737584503_TNB8v-O-1.jpg]](http://pictures.mannyphoto.com/photos/737584503_TNB8v-O-1.jpg)
![[Image: imgdb.th.jpg]](http://img341.imageshack.us/img341/2889/imgdb.th.jpg)
![[Image: imgmg.th.jpg]](http://img101.imageshack.us/img101/7809/imgmg.th.jpg)
![[Image: imgib.th.jpg]](http://img215.imageshack.us/img215/1899/imgib.th.jpg)
![[Image: imggd.th.jpg]](http://img339.imageshack.us/img339/7133/imggd.th.jpg)


![[Image: 737805377_JWEZH-O.jpg]](http://pictures.mannyphoto.com/photos/737805377_JWEZH-O.jpg)