[7. June 2013] Youporn available now | [19. April 2013] A-400 Advanced Network Setup | [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 RC1 [13 June 2013] | A-200/A-210 RC1 [13 June 2013]

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)
Thread Closed 
Is it possible to exit index.htm and back to Popcorn interface+specified folder?
10-09-2008, 06:43 PM
Post: #46
RE: Is it possible to exit index.htm and back to Popcorn interface+specified folder?
Maybe we are just boring everyone. Huh
Find all posts by this user
10-09-2008, 06:57 PM
Post: #47
RE: Is it possible to exit index.htm and back to Popcorn interface+specified folder?
(10-09-2008 06:43 PM)SkykingUSA Wrote:  Maybe we are just boring everyone. Huh

No guys it is quite interesting. I am trying myself to dfo something similar.
Find all posts by this user
10-09-2008, 08:32 PM
Post: #48
RE: Is it possible to exit index.htm and back to Popcorn interface+specified folder?
@SkykingUSA
You are not the only one!

I have the same problems with my index.htm Wink
Put it on the harddrive but no start auto.
i must click on harddrive and than starts my index.htm.

I dont now why its doesnt starts direct Huh
Find all posts by this user
10-09-2008, 08:38 PM
Post: #49
RE: Is it possible to exit index.htm and back to Popcorn interface+specified folder?
(10-09-2008 08:32 PM)Chrack Wrote:  @SkykingUSA
You are not the only one!

I have the same problems with my index.htm Wink
Put it on the harddrive but no start auto.
i must click on harddrive and than starts my index.htm.

I dont now why its doesnt starts direct Huh

Normal functionality is for it to start automatically when you click on the hard drive source. it's working right for you. When I click on my hard drive source, I then have to click the brose icon, then browse to my index.htm and click it to start the file. At least yours autoloads when you select the hard disk source. That's all I want. Big Grin

In another thread someone said that it should be fixed in the next firmware update or something. Look at page 31 of this thread:

http://www.networkedmediatank.com/showth...74&page=31
Find all posts by this user
10-10-2008, 08:27 AM
Post: #50
RE: Is it possible to exit index.htm and back to Popcorn interface+specified folder?
(10-09-2008 08:32 PM)Chrack Wrote:  @SkykingUSA
You are not the only one!

I have the same problems with my index.htm Wink
Put it on the harddrive but no start auto.
i must click on harddrive and than starts my index.htm.

I dont now why its doesnt starts direct Huh


Have you try to put it on a USB stick? I have put it there and when I select as media source the USB it starts automatically.
Find all posts by this user
10-10-2008, 09:55 AM
Post: #51
RE: Is it possible to exit index.htm and back to Popcorn interface+specified folder?
(10-10-2008 08:27 AM)mmathiou Wrote:  Have you try to put it on a USB stick? I have put it there and when I select as media source the USB it starts automatically.

I have tried that. Still no workie for me.
Find all posts by this user
10-26-2008, 06:22 AM
Post: #52
RE: Is it possible to exit index.htm and back to Popcorn interface+specified folder?
Hey, just wanted to update everyone that I got my index.htm autoload to work. Since I have an SD tv, I had to rename the index.htm file to index_sd.htm and now it autoloads when I select my USB stick source. Works like a charm!
Find all posts by this user
10-27-2008, 06:30 PM (This post was last modified: 10-27-2008 06:30 PM by yellow360f.)
Post: #53
RE: Is it possible to exit index.htm and back to Popcorn interface+specified folder?
kind of confusing if you ask me.
the box should just load index.htm and you have to make sure you get the correct skin /etc for your PCH.
I wish they make it so that it loads just 1 index.htm to reduce confusion.
Find all posts by this user
10-28-2008, 07:01 AM
Post: #54
RE: Is it possible to exit index.htm and back to Popcorn interface+specified folder?
(10-27-2008 06:30 PM)yellow360f Wrote:  kind of confusing if you ask me.
the box should just load index.htm and you have to make sure you get the correct skin /etc for your PCH.
I wish they make it so that it loads just 1 index.htm to reduce confusion.

I definitely agree with you.
Find all posts by this user
12-05-2008, 05:07 AM
Post: #55
RE: Is it possible to exit index.htm and back to Popcorn interface+specified folder?
What file creates the index and other HTML files?

I want to add this (an exit link) to the Other_ALL_1.html file (or some other file) so I dont have to keep adding it every time.

Where would I add it?

Code:
<tr valign="top"><td align="right"><a href="http://localhost.drives:8883/HARD_DISK/" name="EXIT">EXIT</a></td></tr>

I need it to be in this format because the index gets auto loaded on hard_disk selection. That link takes me to the hard disk without autoloading.

Thanks
Find all posts by this user
12-09-2008, 10:16 AM (This post was last modified: 12-09-2008 10:17 AM by SkykingUSA.)
Post: #56
RE: Is it possible to exit index.htm and back to Popcorn interface+specified folder?
(12-05-2008 05:07 AM)qwerty454 Wrote:  What file creates the index and other HTML files?

I want to add this (an exit link) to the Other_ALL_1.html file (or some other file) so I dont have to keep adding it every time.

Where would I add it?

Code:
<tr valign="top"><td align="right"><a href="http://localhost.drives:8883/HARD_DISK/" name="EXIT">EXIT</a></td></tr>

I need it to be in this format because the index gets auto loaded on hard_disk selection. That link takes me to the hard disk without autoloading.

Thanks

I'm not sure I understand your question. If you just want to know how to put a link in your index file that will take you to the drive where index resides so you can browse the drive, then you can use something like I use. Mine points to my usb drive because that's where my index file is and html files are. Here is the code I use. I have an icon that I click and it goes to the drive. You can put it anywhere you like in your file.

Code:
<a href="http://localhost.drives:8883/USB_DRIVE_A-1/?filter=4" id="thumbimage"><img border=0 src="Resources/Buttons/home-test_64x64.png"/></a>
Find all posts by this user
12-09-2008, 01:05 PM
Post: #57
RE: Is it possible to exit index.htm and back to Popcorn interface+specified folder?
(12-09-2008 10:16 AM)SkykingUSA Wrote:  I'm not sure I understand your question. If you just want to know how to put a link in your index file that will take you to the drive where index resides so you can browse the drive, then you can use something like I use. Mine points to my usb drive because that's where my index file is and html files are. Here is the code I use. I have an icon that I click and it goes to the drive. You can put it anywhere you like in your file.

Code:
<a href="http://localhost.drives:8883/USB_DRIVE_A-1/?filter=4" id="thumbimage"><img border=0 src="Resources/Buttons/home-test_64x64.png"/></a>

I already add my own link manually to the Other_ALL_1.htm file. I want to add it to the file that CREATES the index file. I don't want to do this EVERY time I update the index.
Find all posts by this user
12-09-2008, 03:45 PM
Post: #58
RE: Is it possible to exit index.htm and back to Popcorn interface+specified folder?
go into the skin directory you're using inside yamj

open up index.xsl.

and put it in there. Then it will be in all your index files.
Find all posts by this user
12-09-2008, 10:40 PM
Post: #59
RE: Is it possible to exit index.htm and back to Popcorn interface+specified folder?
(12-09-2008 03:45 PM)excal Wrote:  go into the skin directory you're using inside yamj

open up index.xsl.

and put it in there. Then it will be in all your index files.

PERFECT!!

Works just like I want it to.

Thanks a bunch
Find all posts by this user
12-11-2008, 07:28 AM
Post: #60
RE: Is it possible to exit index.htm and back to Popcorn interface+specified folder?
(12-09-2008 10:40 PM)qwerty454 Wrote:  PERFECT!!

Works just like I want it to.

Thanks a bunch


Thanks Excal - now I can do the same for mine! I didn't know it was that easy. :>
Find all posts by this user
Thread Closed 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Kroozbox- Personal Video Database - PVD (or any DB) and Music Jukebox to Popcorn Hour Nono 383 159,352 07-03-2012 01:52 PM
Last Post: Paul_T
  [AUDIO] What about folder.jpg and album art Bergkamp 0 1,107 01-05-2012 04:24 PM
Last Post: Bergkamp
  New Interface Design? mcmillyonaire 10 2,160 10-18-2011 04:23 AM
Last Post: mcmillyonaire
Shocked Using folder navigation for music, all great but no shuffle jimihat 8 3,059 05-08-2011 12:11 AM
Last Post: excal
  html guide thread disappeared? need help with html index page. madouvit 4 1,784 12-22-2010 01:33 AM
Last Post: excal
  [MLMJ] Some index pages with more movies than can be displayed. bigkid 4 1,971 10-31-2010 09:50 PM
Last Post: bigkid
  Index for home movies? batfink 6 2,366 05-02-2010 09:19 AM
Last Post: batfink
  Do not display Genre on index_mainxx.htm ? mysticc 3 1,678 04-23-2010 09:06 PM
Last Post: wandidj
  Videos on Configuring & Using the Interface Music Video Flow michael1t 0 1,467 04-15-2010 01:01 PM
Last Post: michael1t
  Music Jukebox playlist in wrong folder Penge58 8 2,856 04-03-2010 03:23 PM
Last Post: Penge58

Forum Jump: