Page 1 of 1
[new] Simplix - an netflix experience on AMC
Posted: 2016-01-01 13:14:41
by fagnerpc
| Presenting |...........................................................................................................................
Simplix an netflix experience on AMC
Actual printscreens of simplix on my catalog - click to enlarge...
Hi
.
Simplix is a variation of the simples theme based on the Netflix UI.
Actually, is not (totally) ready yet, but i need your help to improve it and share to download.
Simplix_ features:
Custom Background: Your first custom background will appear in the layout;
Use the TMDb script custom compiled by boyerf to download custom backgrounds automatically.
Link: viewtopic.php?p=39895#39895
Also, the video below shows how to put custom backdrops on my themes.
Fanart, IMDb TMDb Icons: These icons will lead you to this awesome sites - according with the name of the movie (ideal for background and custom arts).
Don't want to use the script TMDB? Download in these two sites manually.
Script optimized for use in my themes (with Top 250 IMDb, Awards and more):
viewtopic.php?t=6182
Screenshots:
Don't forget to check out
Simplix! in motion in this video.
Also, i made a quick demonstration how to put
custom backdrops and
movie stills to be displayed on my themes.
Click to open
Any kind of feedback is highly appreciated
Obrigado
Posted: 2016-01-01 14:13:21
by spiderbat
great job
Posted: 2016-02-05 15:18:37
by fagnerpc
Posted: 2016-02-07 08:29:33
by spiderbat
thank's
Posted: 2016-02-14 00:07:13
by Dave Bel
I love it....
Just two things:
When your are on simplix logo, the logo is too big, and i don't found where you change size logo.
For simplix logo and starring: where you change the size for the text for the description film, and actors starrind.
And i think it's a problème of resolution on my pc, I can't see the same of you. I don't see play movie, play trailer, etc... I have to scrool to go down to see it.
very nice job
Posted: 2016-02-14 15:29:52
by fagnerpc
Dave Bel wrote:I love it....
Just two things:
When your are on simplix logo, the logo is too big, and i don't found where you change size logo.
For simplix logo and starring: where you change the size for the text for the description film, and actors starrind.
And i think it's a problème of resolution on my pc, I can't see the same of you. I don't see play movie, play trailer, etc... I have to scrool to go down to see it.
very nice job
Thx Dave.
What's your resolution?
When i made this themes i use my resolution in mind - which is 1920x1080... you'll probably will need to change some lines of code
- To change the logo size, search around the line 33 - the default width is 426. Change the width as you like:
Code: Select all
<h2>$$ITEM_EXTRA_BEGIN(Logo,,1,1)<img src="$$ITEM_EXTRA_PICFILENAME" width="426"
- To change the description text size, search around the line 14 - the default height is 614:
Code: Select all
#cover {line-height:1.2em; width:570px; height:614px
Also, if the screen doesn't fit the screen properly, change the header size:
Search on the line 9 the height size (default is 860).
And don't forget to install the 2 fonts included on the theme (folder fonts).
Simplix on my pc looks like that...
Posted: 2016-02-14 16:59:37
by Dave Bel
Hi fagnerpc
fagnerpc wrote:What's your resolution?
When i made this themes i use my resolution in mind - which is 1920x1080... you'll probably will need to change some lines of code
Same 1920x1080
fagnerpc wrote:- To change the logo size, search around the line 33 - the default width is 426. Change the width as you like:
Code: Select all
<h2>$$ITEM_EXTRA_BEGIN(Logo,,1,1)<img src="$$ITEM_EXTRA_PICFILENAME" width="426"
That's ok I found it
fagnerpc wrote:- To change the description text size, search around the line 14 - the default height is 614:
Code: Select all
#cover {line-height:1.2em; width:570px; height:614px
I try to change height: 614 on 500, but nothing change.
fagnerpc wrote:Also, if the screen doesn't fit the screen properly, change the header size:
Search on the line 9 the height size (default is 860).
You can see my picture i don't have the same of you, I can't seen all. Stop to the picture, and i don't see play movie, etc... I need to scrool down.
fagnerpc wrote:And don't forget to install the 2 fonts included on the theme (folder fonts).
I don't understand this, who is the 2 found I need to install?
fagnerpc wrote:Simplix on my pc looks like that...
You're pc look very nice, but not for me
Posted: 2016-02-14 18:41:47
by fagnerpc
Dave, i used 2 custom fonts on this theme to mimic the UI from Netflix: Open Sans Light and Rounded Elegance.
These 2 fonts are included on this theme inside a folder called 'fonts'... simply unzip the simplix rar file and you'll see that folder.
We don't have the option to use web custom fonts on the AMC's themes right now (only with a CSS3+ support).... so, you'll have to install these fonts manually.
Actually, if you look closely, changing the description text size has made a difference.... try to change to (around) 400.
And don't forget to change the header height on the line 9:
Code: Select all
#header {background:url(85D2.png) left top 0 repeat-y; margin:0; padding-left:106px; height:860px}
Posted: 2016-02-14 22:26:52
by Dave Bel
fagnerpc wrote:Dave, i used 2 custom fonts on this theme to mimic the UI from Netflix: Open Sans Light and Rounded Elegance.
These 2 fonts are included on this theme inside a folder called 'fonts'... simply unzip the simplix rar file and you'll see that folder.
We don't have the option to use web custom fonts on the AMC's themes right now (only with a CSS3+ support).... so, you'll have to install these fonts manually.
Actually, if you look closely, changing the description text size has made a difference.... try to change to (around) 400.
And don't forget to change the header height on the line 9:
Code: Select all
#header {background:url(85D2.png) left top 0 repeat-y; margin:0; padding-left:106px; height:860px}
I install the 2 fonts, ok
but the others explication doesn't work.
I want to change the font size for year, duration, and movies synopsis.
I'm really no good for program, thank for your patience.
Posted: 2016-02-16 03:14:34
by fagnerpc
Well, try to download the simplix theme again - the download link is available on the description of this video:
http://www.youtube.com/watch?v=gKadBpjBmZ4
Then post the results, please...
Posted: 2016-02-17 14:42:57
by Dave Bel
Hi fagnerpc,
i done it, but nothing change, but thanks.
It's same for all of yours templates style,
Posted: 2016-02-18 01:45:51
by fagnerpc
AMC's HTML view has some limitations and the absence of auto-scroll is one of them... so, that's how supposed to looks like
I'll repeat - try to change the
height of the
header on the
line 9:
Code: Select all
#header {background:url(85D2.png) left top 0 repeat-y; margin:0; padding-left:106px; height:860px}
If this don't solve your problem... try the others changes i've already had told.
Posted: 2016-06-21 05:35:32
by sleeper43
This is a NOOB question, but this is very close to what I would like to do, I downloaded it, how do I add the template to ANT? Also, once added, can I modify it somehow to add a few fields that I would like to have included that are not there?
Finally, how do I add videos to this template?
Re: [new] Simplix - an netflix experience on AMC
Posted: 2024-07-06 21:39:48
by tigerray
zippyshare closed in 2023. Do you have the file somewhere else?
Re: [new] Simplix - an netflix experience on AMC
Posted: 2024-07-08 11:23:37
by antp
I didn't download these unfortunately