[19. April 2013] A-400 Advanced Network Setup now available | [11 Jan. 2013] Customize your A-400 Home Screen

Firmware: A-400 [13 May 2013] | C-300 [30 Nov. 2012] | A-300 [30 Nov. 2012] | C-200 [21 Jan. 2013] | A-200/A-210 [10 Aug. 2012]

Just got your NMT | WIKI has the answers | Search the forum | Forum Rules/Policy | Firmware & Official NMT News | Popcornhour manuals



User(s) browsing this thread: 1 Guest(s)
Post Reply 
[Index.html-HD] Aeon Index HD
01-04-2011, 08:13 PM
Post: #211
RE: [Index.html-HD] Aeon Index HD
Have the same clock problem!

In my PC browser the clock works within the index....

Will try your code.

THX
Find all posts by this user
Add Thank You Quote this message in a reply
01-04-2011, 08:27 PM
Post: #212
RE: [Index.html-HD] Aeon Index HD
Something must be off in the grab somewhere, it's not broken down as much as I hoped info wise... i'll have to mess with it on the PCH at home.

Pannasonic Plasma 50" -->HK254-->Emotiva xpa-5 & upa-2
A100 w/ 500gb HDD, A200 w/ mn100, c200 w/ 2.5" 250gb
Calm 2.1, YAMJ - Redefined 1.8a skin, Music Jukebox 8
WHS ex490 w/ 2.5tb's
Find all posts by this user
Add Thank You Quote this message in a reply
[+] 1 user says Thank You to excal for this post
01-05-2011, 10:07 PM
Post: #213
RE: [Index.html-HD] Aeon Index HD
Hi guys i wonder if anyone can help me with a strange problem,i use sabishGT skin and no matter what index menu i use to link to sabish including this one browsing through my movie covers is much slower than going direct into the movies folder and clicking on the index icon myself! my movies are on a network share,am i doing something wrong or is speed a common problem when using index menus?
Find all posts by this user
Add Thank You Quote this message in a reply
01-13-2011, 04:26 PM
Post: #214
RE: [Index.html-HD] Aeon Index HD
Sorry dboss... i'm the worst at saying i'll do something when i get home, and then forgetting all about it when i do actually get home.

If you don't hear from me in the next couple days...pm me!

Pannasonic Plasma 50" -->HK254-->Emotiva xpa-5 & upa-2
A100 w/ 500gb HDD, A200 w/ mn100, c200 w/ 2.5" 250gb
Calm 2.1, YAMJ - Redefined 1.8a skin, Music Jukebox 8
WHS ex490 w/ 2.5tb's
Find all posts by this user
Add Thank You Quote this message in a reply
01-13-2011, 04:41 PM
Post: #215
RE: [Index.html-HD] Aeon Index HD
(01-13-2011 04:26 PM)excal Wrote:  Sorry dboss... i'm the worst at saying i'll do something when i get home, and then forgetting all about it when i do actually get home.

If you don't hear from me in the next couple days...pm me!

HA!! No biggie! I'm the same way...If I don't set reminders in my phone to go off when I get home I totally forget.

C-200: No HDD; Streaming from an HP MediaSmart Server (16.5TB)
Onkyo 805 AVR
Sony 60" SXRD
Find all posts by this user
Add Thank You Quote this message in a reply
01-23-2011, 11:36 AM
Post: #216
RE: [Index.html-HD] Aeon Index HD
I've created a fork of this custom index on Google code: http://code.google.com/p/popdex/

You can read more about it at: http://www.networkedmediatank.com/showth...?tid=49062

Please let me know if there any new features you would like to see included.
If your a designer / developer and would like to contribute please let me know.

I've put together a gallery of backdrops at: http://bit.ly/iaLMdG
Please send my any additions you have that you would like to see included.

Finally, I'm looking to compile a list of services. All suggestions welcome.

I've spoke to Marcin77 the original dev he's happy for me to do this as he is no longer actively developing his version.
Find all posts by this user
Add Thank You Quote this message in a reply
01-23-2011, 06:49 PM
Post: #217
RE: [Index.html-HD] Aeon Index HD
about the clock, here is the code i use on all my index pages it works fine for me,

Code:
<script>
    function initClock() {updateClock(); setInterval('updateClock();', 1000);}
    function updateClock()
{
var localTime = new Date();
var TimezoneOffset = +1;
var hour = localTime.getHours() + TimezoneOffset;
var minute = localTime.getMinutes();
var second = localTime.getSeconds();
var curTime = "" + ((hour > 24) ? hour - 24 : hour);
if(hour==0) curTime = "00";
curTime += ((minute < 10) ? ":0" : ":") + minute;
curTime += ((second < 10) ? ":0" : ":") + second;
document.getElementById('time').firstChild.nodeValue = curTime;
document.getElementById('date').firstChild.nodeValue = localTime.toDateString();
}</script>

Failure is always an option.
[Image: watched-fanart.jpg]
Find all posts by this user
Add Thank You Quote this message in a reply
[+] 1 user says Thank You to meowmoo for this post
01-24-2011, 05:31 PM
Post: #218
RE: [Index.html-HD] Aeon Index HD
(01-23-2011 06:49 PM)meowmoo Wrote:  about the clock, here is the code i use on all my index pages it works fine for me,

Code:
<script>
    function initClock() {updateClock(); setInterval('updateClock();', 1000);}
    function updateClock()
{
var localTime = new Date();
var TimezoneOffset = +1;
var hour = localTime.getHours() + TimezoneOffset;
var minute = localTime.getMinutes();
var second = localTime.getSeconds();
var curTime = "" + ((hour > 24) ? hour - 24 : hour);
if(hour==0) curTime = "00";
curTime += ((minute < 10) ? ":0" : ":") + minute;
curTime += ((second < 10) ? ":0" : ":") + second;
document.getElementById('time').firstChild.nodeValue = curTime;
document.getElementById('date').firstChild.nodeValue = localTime.toDateString();
}</script>

This is the exact code I'm currently using in my index, however the time is always off by about 5 hours. The problem I've found in my testing is that the code handles positive additions to GMT without any issues (i.e. Europe, etc.), however for at least myself, falling back from GMT causes issues with the code so that the time ends up being wrong later in the day (nighttime). Mainly with the time displayed being wrong and showing a minus sign prior to the actual time.

Again, this USED to work on my A-110, however on the C-200 I've never been able to get my time to be correct. No clue what the difference could.

C-200: No HDD; Streaming from an HP MediaSmart Server (16.5TB)
Onkyo 805 AVR
Sony 60" SXRD
Find all posts by this user
Add Thank You Quote this message in a reply
01-24-2011, 05:45 PM
Post: #219
RE: [Index.html-HD] Aeon Index HD
DOH, again sorry i forgot about this.


I'm not sure why i missed this before. But try changing this line to be

Code:
var TimezoneOffset = +6;


or fiddle with that number to tweek it to be the correct amount of hours.

Pannasonic Plasma 50" -->HK254-->Emotiva xpa-5 & upa-2
A100 w/ 500gb HDD, A200 w/ mn100, c200 w/ 2.5" 250gb
Calm 2.1, YAMJ - Redefined 1.8a skin, Music Jukebox 8
WHS ex490 w/ 2.5tb's
Find all posts by this user
Add Thank You Quote this message in a reply
01-24-2011, 06:55 PM
Post: #220
RE: [Index.html-HD] Aeon Index HD
(01-24-2011 05:45 PM)excal Wrote:  DOH, again sorry i forgot about this.


I'm not sure why i missed this before. But try changing this line to be

Code:
var TimezoneOffset = +6;


or fiddle with that number to tweek it to be the correct amount of hours.

Yeah, I've tried that too. It only adds to the time, but the time is already set at GMT. If you set it too far ahead the time might be right, but once it hits noon for example, the date jumps to the next day. Its like it just doesn't want to accept time zones less than GMT, and with EST obviously that's an issue. I've verified all of my settings on the C-200 as well, but even changing those causes nothing to change.

I'm thoroughly confused at this point, especially given that the code looks fine when opened through a browser.

C-200: No HDD; Streaming from an HP MediaSmart Server (16.5TB)
Onkyo 805 AVR
Sony 60" SXRD
Find all posts by this user
Add Thank You Quote this message in a reply
02-20-2011, 06:58 AM
Post: #221
RE: [Index.html-HD] Aeon Index HD
I've tried to use it, it shows the menu bar, the date/time and the credits, but It doesnt show the menu text, Its "blank". Why? Do I have to install any fonts?
Sorry I'm new here.

PS: Sorry my bad english
Find all posts by this user
Add Thank You Quote this message in a reply
02-20-2011, 07:42 PM
Post: #222
RE: [Index.html-HD] Aeon Index HD
Hello,
I use actually an Aeon Index HD with Aeon movie wall for my movies and Aeon banner for my Tv shows and it's working great.
I wanted to know : is it possible to me to use UMC (or UMCMusic) to play my mp3 and is it possible to create a link between my "music" button on my "html" Aeon index and the main menu of my futur UMC Music jukebox ?
Find all posts by this user
Add Thank You Quote this message in a reply
02-20-2011, 09:06 PM
Post: #223
RE: [Index.html-HD] Aeon Index HD
Dear all

Can you tell me if it is possible to have more than 6 services in the up/down menu ?
I can't do it... 6 is ok, but 7 not.
I use this menu for my movies categories, and 6 is not enough...

Thanks for your help.
Find all posts by this user
Add Thank You Quote this message in a reply
03-05-2011, 03:40 AM
Post: #224
RE: [Index.html-HD] Aeon Index HD
Hello Everyone,

For the most part I have gotten this index to work to my liking but I'm having trouble mounting my SMB share which is located on my DNS-343. When I go to the SMB share by accessing Network on the main gui and going back to the Aeon index on the internal hard drive on the NMT it starts to work. However, when I first turn on the NMT and boot directly to the Aeon index.htm from the internal hard drive the share on the dns-343 doesn't work.

Here is how I have the path setup on the index.htm file.
Code:
//Network
"file:///opt/sybhttpd/localhost.drives/NETWORK_SHARE/DNS-343:MOVIES/index.htm,Network,Icons/network.jpg",

If anyone can head me in the right direction I would be very grateful, Thanks!
Find all posts by this user
Add Thank You Quote this message in a reply
03-22-2011, 10:22 AM
Post: #225
RE: [Index.html-HD] Aeon Index HD
//Network
"file:///opt/sybhttpd/localhost.drives/NETWORK_SHARE/DNS-343/MOVIES/index.htm,Network,Icons/network.jpg",
Find all posts by this user
Add Thank You Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  [A400] - Home Screen & php/html script hyzteric 0 607 02-27-2013 01:31 PM
Last Post: hyzteric
  A-300 index.htm hispanico 2 1,379 09-04-2012 11:15 AM
Last Post: hispanico
  Slick index.htm coming soon jonny555 7 2,615 08-26-2012 10:09 PM
Last Post: jonny555
  Help with custom Index.htm mstrong 22 4,333 07-05-2012 11:49 AM
Last Post: excal
Brick [Index.html] NMT Index - Kdoske NMT Customizer v0.3.7.exe - Windows Index Creator Kdoske 780 401,684 02-16-2012 07:15 PM
Last Post: ridley
  index.htm modding question PaaDii 4 2,314 01-04-2012 12:42 PM
Last Post: Onraed
  index.htm link to a .name folder HELP PLEASE... Tsurugi_Takuma 0 1,915 12-08-2011 10:12 PM
Last Post: Tsurugi_Takuma
  Password Protect Link in index.htm? hakras 2 2,421 08-15-2011 01:58 AM
Last Post: hakras
  [Index.htm] Calm 2.1.1 meowmoo 27 10,969 08-05-2011 07:57 PM
Last Post: P50X20
  [Index.htm] Popdex cprobert 40 15,357 07-02-2011 08:34 PM
Last Post: JamesTF

Forum Jump: