[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)
Thread Closed 
Help to correct code to Skin
04-02-2009, 09:51 PM
Post: #1
Help to correct code to Skin
Hello.

sorry for my basic English

He assembled a network disk. :

[Image: wdfMyBook_World_2N.jpg]

he appends this unit with the name "SERVER" in the NMT

He created the jukebox In te "servidor".

The links jukebox are well:

Quote:file:///opt/sybhttpd/localhost.drives/NETWORK_SHARE/SERVIDOR/PELICULAS/Harry%20potter.avi

ok

This works fine

I want a change for the DSIC (Theme-skin...) Network

original theme codes are:

Quote:http://localhost.drives:8883/HARD_DISK/Music/?filter=1
http://localhost.drives:8883/HARD_DISK/Photo/?filter=2
http://localhost.drives:8883/HARD_DISK/Video/index.htm
.....

what would the correct code for a theme from the disk in a network?

thanks
Find all posts by this user
04-02-2009, 11:56 PM
Post: #2
RE: Help to correct code to Skin
(04-02-2009 09:51 PM)caballero Wrote:  Hello.

sorry for my basic English

He assembled a network disk. :

[Image: wdfMyBook_World_2N.jpg]

he appends this unit with the name "SERVER" in the NMT

He created the jukebox In te "servidor".

The links jukebox are well:


ok

This works fine

I want a change for the DSIC (Theme-skin...) Network

original theme codes are:

Quote:http://localhost.drives:8883/HARD_DISK/Music/?filter=1
http://localhost.drives:8883/HARD_DISK/Photo/?filter=2
http://localhost.drives:8883/HARD_DISK/Video/index.htm
.....

what would the correct code for a theme from the disk in a network?

thanks

This seems to be the question of the day, lol. You can't change the links in the NMT interface/browser. To create custom link you need to use and index.
Find all posts by this user
04-03-2009, 06:21 AM
Post: #3
RE: Help to correct code to Skin
Quote:This seems to be the question of the day, lol. You can't change the links in the NMT interface/browser. To create custom link you need to use and index.

Sorry, I want to change the links on a skin, for example:


[Image: dscn2587.jpg]
[/quote]

code link example is index.htm
Find all posts by this user
04-04-2009, 03:59 PM
Post: #4
RE: Help to correct code to Skin
file:///opt/sybhttpd/localhost.drives/NETWORK_SHARE/SERVIDOR/PELICULAS/index.htm

Then you put what ever you want (jukebox or w/e) to your index.
Find all posts by this user
04-04-2009, 05:29 PM
Post: #5
RE: Help to correct code to Skin
(04-04-2009 03:59 PM)Jokkovitch Wrote:  file:///opt/sybhttpd/localhost.drives/NETWORK_SHARE/SERVIDOR/PELICULAS/index.htm

Then you put what ever you want (jukebox or w/e) to your index.

thanks, does not work.

has helped me find the correct code:

PHP Code:
http://localhost.drives:8883/NETWORK_SHARE/SERVIDOR/?filter=3 
Find all posts by this user
04-05-2009, 04:19 AM (This post was last modified: 04-05-2009 04:19 AM by garp99.)
Post: #6
RE: Help to correct code to Skin
For files that are not calling cgi scripts or php, try streaming the file you need as (I think you myiHome running on PCH unit)
Code:
http://popcorn:8088/stream/file=/share/Video/Documentaries/index.htm

However I think that can only access files inside /share (HARD_DISK), which NETWORK_SHARE is not.
Using telnet, try creating a link for your server from /share like
Code:
cd /share
ln -s ../NETWORK_SHARE/SERVIDOR/   .

Now you can try and use...
Code:
http://popcorn:8088/stream/file=/share/SERVIDOR/PELICULAS/index.htm
Find all posts by this user
Thread Closed 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Skin and Theme for A400 noskappa 6 1,907 02-05-2013 10:23 AM
Last Post: chris57
  [HD][Weel Skin] Leech meowmoo 71 39,498 02-04-2012 11:45 PM
Last Post: jctcom
  [skin] SwimmingPoolBlue Skin maxdido 41 20,135 02-23-2011 01:43 AM
Last Post: JTS999
  Calm 2.1 skin stone28 21 8,770 02-02-2011 03:48 PM
Last Post: michael1t
  [SKIN] NMJ index.html christianvh 5 5,075 01-16-2011 10:25 AM
Last Post: jluc2808
  [SKIN] Aeon Sabish Mod raptor51 3 6,005 12-26-2010 06:46 PM
Last Post: mhale62
  A110 skin on A200 jmbosch 0 1,714 10-16-2010 12:34 PM
Last Post: jmbosch
  SRT skin question ljcarr 0 1,277 09-15-2010 04:21 PM
Last Post: ljcarr
  Larger Font Skin powerplyer 12 3,419 09-04-2010 08:23 PM
Last Post: Aniston
  Any one knows how to put skin, themes for the A 200 pepster 4 3,020 09-03-2010 07:38 AM
Last Post: angelina22

Forum Jump: