[new] Simplix - an netflix experience on AMC

If you made a template for printing or HTML export, you can offer it to the others here. You can also ask here for help about these templates
Post Reply
fagnerpc
Posts: 40
Joined: 2015-04-23 05:07:08

[new] Simplix - an netflix experience on AMC

Post by fagnerpc »

| Presenting |...........................................................................................................................
Simplix an netflix experience on AMC
Image Image
Actual printscreens of simplix on my catalog - click to enlarge...

Hi :grinking:.
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:
Image Image

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 :grinking:

Image
Any kind of feedback is highly appreciated :grinking:
Obrigado
spiderbat
Posts: 79
Joined: 2009-02-03 09:51:38

Post by spiderbat »

great job :grinking:
fagnerpc
Posts: 40
Joined: 2015-04-23 05:07:08

Post by fagnerpc »

Image Image
Well, if anyone is interested in this theme - the download link is available on the description of this video (with a sample file):
http://www.youtube.com/watch?v=gKadBpjBmZ4
;)
spiderbat
Posts: 79
Joined: 2009-02-03 09:51:38

Post by spiderbat »

thank's :grinking:
Dave Bel
Posts: 38
Joined: 2015-07-12 18:07:47

Post 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.

Image

very nice job
fagnerpc
Posts: 40
Joined: 2015-04-23 05:07:08

Post 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.

Image

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...
Image
Dave Bel
Posts: 38
Joined: 2015-07-12 18:07:47

Post 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.

Image
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...
Image
You're pc look very nice, but not for me :(
fagnerpc
Posts: 40
Joined: 2015-04-23 05:07:08

Post 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}
Dave Bel
Posts: 38
Joined: 2015-07-12 18:07:47

Post 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.

Image

I want to change the font size for year, duration, and movies synopsis.
I'm really no good for program, thank for your patience.
fagnerpc
Posts: 40
Joined: 2015-04-23 05:07:08

Post 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...
Dave Bel
Posts: 38
Joined: 2015-07-12 18:07:47

Post by Dave Bel »

fagnerpc wrote: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...
Hi fagnerpc,

i done it, but nothing change, but thanks.

Image

It's same for all of yours templates style, :cry: :cry:

Image
fagnerpc
Posts: 40
Joined: 2015-04-23 05:07:08

Post 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.
sleeper43
Posts: 4
Joined: 2016-06-20 09:48:46

Post 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?
tigerray
Posts: 26
Joined: 2024-06-16 16:34:25
Location: US
Contact:

Re: [new] Simplix - an netflix experience on AMC

Post by tigerray »

zippyshare closed in 2023. Do you have the file somewhere else?
antp
Site Admin
Posts: 9629
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Re: [new] Simplix - an netflix experience on AMC

Post by antp »

I didn't download these unfortunately :/
Post Reply