![]() |
|
[HTML SKIN] Unique Black Glas 3.3 (06.04.2012) - 8 and 18 Covers HD and 8 Covers SD - Printable Version +- Networked Media Tank (http://www.networkedmediatank.com) +-- Forum: Community Jukebox, Themes, & UserApps Section (/forumdisplay.php?fid=106) +--- Forum: YAMJ - Yet another Movie Jukebox (/forumdisplay.php?fid=70) +---- Forum: YAMJ (Releases, official News,...) - Skins - Tools - Guides (/forumdisplay.php?fid=112) +---- Thread: [HTML SKIN] Unique Black Glas 3.3 (06.04.2012) - 8 and 18 Covers HD and 8 Covers SD (/showthread.php?tid=29952) |
RE: [YAMJ-HD] Unique Black Glas 2.8 - 8 and 18 Covers (Update 30.05.2010) - deanofox - 08-09-2010 09:00 PM Mr M. Ignore the above as I have fixed it now with a completely fresh install.. I do have another quick question. I have created some [Bonus] files and added the movie file but I do not get the E button appear when re-creating the jukebox, any ideas. By the way I am running this on my PC only as yet to commit to a PCH yet so if this is the cause then don't worry!! RE: [YAMJ-HD] Unique Black Glas 2.8 - 8 and 18 Covers (Update 30.05.2010) - Mr.M - 08-11-2010 09:37 AM @deanofox Do you name the files like this: The Dark Knight[BONUS-Making of].avi The Dark Knight[Bonus-Behind the scene].avi The Dark Knight[BONUS-Cuts].avi The Dark Knight[BONUS-Interview with].avi Then you should have the extra button. The movie is: The Dark Knight.avi RE: [YAMJ-HD] Unique Black Glas 2.8 - 8 and 18 Covers (Update 30.05.2010) - JSearfoss - 08-21-2010 12:44 AM Beny, Did you ever find a solution to this problem ? I started having the same problem. Everything was working fine up until a few days ago. I added a few new movies and the new covers were not processed. So I deleted the jukebox and rerun. No covers were processed. The only way I can get it to process the covers is to use the Rebuild Covers button. (06-20-2010 04:46 PM)beny Wrote: Hello Mr M! RE: [YAMJ-HD] Unique Black Glas 2.8 - 8 and 18 Covers (Update 30.05.2010) - Mr.M - 08-21-2010 07:46 AM @JSearfoss could be a path problem, that the skin creator is not found the path. Take a look into the skincreator log file. I didn't test it with several entries in a library file. @All I am working on version of my skin that don't need image magick and the skincreator! So, such problemes is than past and you can use it on linux and mac too. The design and look is the same with two new features (small). The 8 covers version is finished. So, please wait. When all is finished, then there will be a release. RE: [YAMJ-HD] Unique Black Glas 2.8 - 8 and 18 Covers (Update 30.05.2010) - Kuon007 - 08-21-2010 06:51 PM Hello, is it somehow possible to search by genres? In the default skin I am able to search by genres and than if I set to properties file: mjb.categories.indexList=Other,Genres,Title,Rating,Year,Library,Set,Director,Cast mjb.categories.displayList=Other,Genres,Title,Year,Library is it as well possible to search by director and cast - if I select some movie, than I can click on director name and all movies with same director are display on the screen. I think that this is very usefull. Is it somehow possible to have it in this skin as well? (I have tried the same procedure as in the default skin where everything works but with no success here). Thanks for replies. RE: [YAMJ-HD] Unique Black Glas 2.8 - 8 and 18 Covers (Update 30.05.2010) - Orrie - 08-24-2010 07:48 AM Hi guys, Just bought my first NMT (Popcorn A-200 with 2TB HD). The YAMJ is very nice with the black glas skin!!! One thing though... I see the covers and the info when I open the cover (IMDB info) with the background picture. But I dont get the movie cover there next to the movie info and not the little movie covers of the next two movies on the bottom left. Can you guys tell me what to do. Thnx! Problem solved! Did not see it on the PC but I do on my PCH!!! RE: [YAMJ-HD] Unique Black Glas 2.8 - 8 and 18 Covers (Update 30.05.2010) - crombiecrunch - 08-29-2010 04:38 AM Mr M was wondering if you can help me out? I want to use this theme for jukebox thats going to be on a PC set to 1900x1200 resolution. Can you tell me what Ill need to change to make it work and look good? RE: [YAMJ-HD] Unique Black Glas 2.8 - 8 and 18 Covers (Update 30.05.2010) - Mr.M - 08-29-2010 12:42 PM @crombiecrunch The problem is the offset of the useable screen of the popi. The Elements are div's with a absoulute x and y position. On the the pc the offset is 0! See the documentation below. Custom HTML specifications and limitations 1: Any custom HD html page needs to be sized at 1280x720 pixels. -Regardless of what your TV size is, ALL HD html pages are outputted by the NMT devices at 1280x720 pixels. 2: The NMT devices can not display more then 104 graphic images on a single custom html page. 3: The NMT devices have a html border that no information or images can exist within. In terms of absolute positioning, it is about left:92 pixels visually on your screen, and roughly top:36 pixels. If you position something absolutely in your html page at left:0 top:0. In reality it will be left:92 top:36 on the screen. If you would like to keep all information centered and symetrical on the screen you need to use a 1096x648 box to keep your information in. Anything much larger then 1096x648 will result in information appearing un-centered, and will likely result is portions being off screen and you will need to scroll to view. See [1] for more information. So for a correct pc view you have to add a offset for each ( div#box_cover { position: fixed; visibility: visible; top: 65px; left: 8px; } ) element. So set ' So, try and tell me if you find a solution. RE: [YAMJ-HD] Unique Black Glas 2.8 - 8 and 18 Covers (Update 30.05.2010) - crombiecrunch - 08-29-2010 11:57 PM OK so its looking a little better. I am still having some issues with the "main" pages with the background and the navigation bars. http://img835.imageshack.us/i/img00054201008291747.jpg/ http://img714.imageshack.us/i/img00055201008291748.jpg/ http://img690.imageshack.us/i/img00056201008291748.jpg/ RE: [YAMJ-HD] Unique Black Glas 2.8 - 8 and 18 Covers (Update 30.05.2010) - garp99 - 08-30-2010 12:27 AM (10-19-2009 06:04 PM)Mr.M Wrote: What's new (30.05.2010): Why only tested with r1659? YAMJ 2.0 official is at r1668 and beta version is at r1754. RE: [YAMJ-HD] Unique Black Glas 2.8 - 8 and 18 Covers (Update 30.05.2010) - Mr.M - 08-30-2010 06:30 PM @ crombiecrunch This is a font size problem. Change the fontsize in the exportdetail.css file. @ garp99 This was the aktual version on relase. The newer one should work. I use 1700. Try it out. In some Days there will be a new version of the skin released. Wich works then on all systems and without imagemagick and skincreator! RE: [YAMJ-HD] Unique Black Glas 2.8 - 8 and 18 Covers (Update 30.05.2010) - beny - 08-30-2010 09:07 PM (08-21-2010 12:44 AM)JSearfoss Wrote: Beny, Hello! Yes, i did find a solution for my problem. Everything is now OK and all covers are uppdated as they should and i dont have to use "Rebuild Covers" anymore. I hope my solution will work for you also: Because the problem only ocurred on the PCH, and not on my networkshares from my PC, for exactly the same installation and configuration, i assumed that the problem had to be on the PCH. I also found out, after a while, that the problem occured when we in Sweden changed to daylight-saving time. I also noticed in the log (and in the DOS-window) that a lot of movies was updated every time i did run the "Create Jukebox", even if there was no changes. So, i checked my settings on my PCH, and i noticed that my time-settings was wrong. When i changed the settings to "GMT +1" (for Sweden) and changed "Daylight-saving" to On, everything got back to normal. I now only use "Create Jukebox" and all covers are updated properly. It would be very interesting to read an explanation from Mr M, how it works and how this could happen! My guess is that YAMJ or the skin, uses the time in any way to figure out what to update! RE: [YAMJ-HD] Unique Black Glas 2.8 - 8 and 18 Covers (Update 30.05.2010) - crombiecrunch - 08-31-2010 02:33 AM [quote='Mr.M' pid='409327' dateline='1283189435'] @ crombiecrunch This is a font size problem. Change the fontsize in the exportdetail.css file. which value am i changing in there? RE: [YAMJ-HD] Unique Black Glas 2.8 - 8 and 18 Covers (Update 30.05.2010) - Mr.M - 08-31-2010 06:08 PM exportdetails_item_popcorn.css: .title1 { color: #FFFFFF; font-family: arial; font-size: 18pt; font-weight : bold; } .title2 { color: #FFFFFF; font-family: arial; font-size: 18pt; font-weight: bold; } exportindex_item_pch.css: a { font-family: arial; font-size: 18pt; color: #FFFFFF; text-decoration: none; } Try this! RE: [YAMJ-HD] Unique Black Glas 2.8 - 8 and 18 Covers (Update 30.05.2010) - chris0583 - 09-05-2010 05:35 AM Can someone help m e please. The download links no longer work. http://mediaplayersite.com/UniqueBlackGlas I would like to get a copy of the skin and use it. Thanks Chris |