User(s) browsing this thread: 1 Guest(s)
|
[GUIDE] Launch NMJ automatically
|
|
11-12-2010, 11:41 PM
|
|||
|
|||
|
RE: [GUIDE] Launch NMJ automatically
Thanks Accident... I was wondering how I would get NMJ to work with Aeon Index and this should do the trick.
I'll test tonight and let you know for sure but this should be perfect. Now I can just create links in Aeon to reference the different indexes you created to open jukeboxes. Thanks again!!! |
|||
|
11-13-2010, 06:58 PM
|
|||
|
|||
|
RE: [GUIDE] Launch NMJ automatically
A BIG thank you accident!
|
|||
|
11-13-2010, 07:20 PM
|
|||
|
|||
|
RE: [GUIDE] Launch NMJ automatically
i tried to transfere this to the root of the PCH
or does it need to go on the root of the SATA_DISK? R] List Complete: 211 bytes in 0.19 seconds (1.1 KB/s) [R] CWD / [R] 250 OK. Current directory is / [R] PWD [R] 257 "/" is your current location [R] PASV [R] 227 Entering Passive Mode (192,168,0,51,154,65) [R] Opening data connection IP: 192.168.0.51 PORT: 39489 [R] STOR index.htm [R] 553-Can't open that file: Permission denied [R] 553 Rename/move failure: No such file or directory [R] Transfer Failed! [R] PASV [R] 227 Entering Passive Mode (192,168,0,51,56,170) [R] Opening data connection IP: 192.168.0.51 PORT: 14506 [R] MLSD [R] 150 Accepted data connection [R] 226-Options: -l [R] 226 4 matches total [R] List Complete: 399 bytes in 0.23 seconds (1.7 KB/s) Transfer queue completed 1 File failed to transfer As i want it to go to video wall as soon as i switch the PCH on |
|||
|
11-13-2010, 07:27 PM
|
|||
|
|||
|
RE: [GUIDE] Launch NMJ automatically
Currently an A-200 user with a YAMJ interface. I've used the Conversion tool successfully..which populates the NMJ_Database folder...located properly in the root of my movies folder on my WHS. Obviously, YAMJ has an INDEX.HTM file in this share root (which currently starts my YAMJ movie wall.
How will this co-exist/be managed by the Popcorn NMJ firmware? I guess I'm asking how will I be able to use the option(s) to start either the NMJ OR the YAMJ interface...??? |
|||
|
11-13-2010, 11:53 PM
(This post was last modified: 11-13-2010 11:55 PM by accident.)
|
|||
|
|||
RE: [GUIDE] Launch NMJ automatically
(11-13-2010 07:20 PM)tomcoleman Wrote: i tried to transfere this to the root of the PCH The root should be the same folder as nmj_database, I would think on an internal drive that would be /share or what you see when you connect over cifs/nfs/ftp as the default folder you start in.. I don't really know though I don't use internal drives (11-13-2010 07:27 PM)philnort Wrote: How will this co-exist/be managed by the Popcorn NMJ firmware? I guess I'm asking how will I be able to use the option(s) to start either the NMJ OR the YAMJ interface...??? Well when your automatically starting something its 1 or the other.. What you want is a little menu of your own to start.. this can be a simple html page with a couple links and rename the htm files accordingly.. example: index.htm Code: <html><body>use that + rename the yamj index.htm file to yamj.htm and the nmj index.htm file to nmj.htm |
|||
|
11-14-2010, 05:00 PM
|
|||
|
|||
|
RE: [GUIDE] Launch NMJ automatically
why its start nmj and the last pointed movie and not just nmj interface ?
|
|||
|
11-14-2010, 08:07 PM
|
|||
|
|||
|
RE: [GUIDE] Launch NMJ automatically
I have no clue what your asking.. can you word it different
|
|||
|
11-14-2010, 08:11 PM
|
|||
|
|||
| RE: [GUIDE] Launch NMJ automatically | |||
|
11-14-2010, 08:20 PM
|
|||
|
|||
|
RE: [GUIDE] Launch NMJ automatically
all it does is press the colored buttons for you.. I have never seen or heard it start automatically playing something.
|
|||
|
11-21-2010, 09:31 PM
|
|||
|
|||
|
RE: [GUIDE] Launch NMJ automatically
Doesn't work for me.
When my PCH launches I get a white page when looking inside the code the paths look different than my UMC.ph autostart shell script. I have a SATA_DISK in the working UMC script can anyone help me get it launching a internal SATA disk ? does this work for other people with SATA disks? |
|||
|
11-21-2010, 11:54 PM
|
|||
|
|||
RE: [GUIDE] Launch NMJ automatically
(11-21-2010 09:31 PM)zurie Wrote: Doesn't work for me. These scripts work fine for me in different forms on all different types of disks Only Fallen Angels can sing this loud!Popcorn Hour C-200 / A-300 Sony DB3500ES Samsung 3D LED 46" iMac 27" |
|||
|
11-22-2010, 04:34 AM
|
|||
|
|||
RE: [GUIDE] Launch NMJ automatically
(11-21-2010 09:31 PM)zurie Wrote: When my PCH launches I get a white page Which one are you using? Have you run nmj before? It's not really required it will look different from another jukebox launch because it does a redirect to the exact same path the colored buttons load when you press them. Have you updated your firmware to one that has nmj in it? I'm not exactly sure what they would do on firmwares without it. |
|||
|
11-22-2010, 03:10 PM
|
|||
|
|||
|
RE: [GUIDE] Launch NMJ automatically
I'm currently using MeowMix as a default theme for my C200. I want to edit a couple of the buttons to load the NMJ photo / music apps(basically using accident's index.html). I was able to create an index.htm that loaded the photo app when I browsed via my share and ran it. When I try to open it via a html link (
Code: <a href="http://localhost.drives:8883/NETWORK_SHARE/vault/Pictures/index.htm" id="thumbimage">Thanks. |
|||
|
11-22-2010, 05:24 PM
(This post was last modified: 11-22-2010 05:25 PM by accident.)
|
|||
|
|||
|
RE: [GUIDE] Launch NMJ automatically
if your using my index.htm it is expecting to be called from the file:// path.
try changing: Code: document.write('<meta HTTP-EQUIV="REFRESH" content="0; url='+fixedPath.replace("file:///opt/sybhttpd/localhost.drives","http://localhost.drives:8883")+'"></meta>');to Code: document.write('<meta HTTP-EQUIV="REFRESH" content="0; url='+fixedPath'"></meta>');or just change your url to to: Code: http://localhost.drives:8883/NETWORK_SHARE/vault?filter=6&page=1 |
|||
|
11-22-2010, 07:00 PM
|
|||
|
|||
|
RE: [GUIDE] Launch NMJ automatically
Thanks.
Works great! Regards Jacco |
|||
|
« Next Oldest | Next Newest »
|

Twitter
Facebook
NMT Wiki
Search
Member List
Help
A-400 [13 May 2013]






![[+]](images/collapse_collapsed.gif)






