User(s) browsing this thread: 1 Guest(s)
|
YAMJ & LLink index.htm auto-load
|
|
12-19-2008, 04:16 PM
|
|||
|
|||
|
YAMJ & LLink index.htm auto-load
So I've successfully gotten YAMJ up and running on my Linux server with LLink as the network source. All my media is on my server, with no hard dive in the popcornhour.
My only problem is getting link to serve up the YAMJ index.htm file properly. I can browse the index file using the "documents" choice through the Samba share, and it cues up the movie properly. But LLink's option to serve up the index.html file rather than the directory listing is not working. I created a soft link using "ln -s index.htm index.html" just in case LLink needs the "L" on the end. The option is enabled in LLink to return the index.html file. Is there something I'm missing in the Samba setup? to sum up.... "Video/Movies" directory contains all my movies, the YAMJ index.htm file & Jukebox directory, and a soft link called index.html that points to the index.htm file. The root LLink directory is the "Video" directory. LLink should return the index.htm(l) file when I click on the Movies directory, but it errors out. If I delete the soft link, then LLink will return the directory listing. Thanks in advance for any help. |
|||
|
12-19-2008, 06:31 PM
|
|||
|
|||
|
RE: YAMJ & LLink index.htm auto-load
You have checked that the conf file contains OPT|SEND_INDEX=1 ?
Audio, video, disco - I hear, I see, I learn. Wiki. Wiki? Wiki! |
|||
|
12-19-2008, 09:29 PM
(This post was last modified: 12-19-2008 09:47 PM by ndoggac.)
|
|||
|
|||
RE: YAMJ & LLink index.htm auto-load
(12-19-2008 06:31 PM)dc11ab Wrote: You have checked that the conf file contains OPT|SEND_INDEX=1 ? confirmed = 1, if I dont' put the index.html link pointing to the index.htm then the directory listing is returned, as soon as I put the link in, it returns an error. Also made sure LLink was restarted for changes to take effect. Any other conf file settings that may affect this? |
|||
|
12-19-2008, 09:32 PM
|
|||
|
|||
|
RE: YAMJ & LLink index.htm auto-load
When I get the chance I'll try to reproduce (I don't use YAMJ or other 'static' jukebox), but perhaps someone else can confirm this error. It seems lundman might have to take a look upon this.
Audio, video, disco - I hear, I see, I learn. Wiki. Wiki? Wiki! |
|||
|
12-20-2008, 06:47 PM
|
|||
|
|||
|
RE: YAMJ & LLink index.htm auto-load
which jukebox do you use?
|
|||
|
12-20-2008, 07:01 PM
|
|||
|
|||
|
RE: YAMJ & LLink index.htm auto-load
At times I use the built-in jukebox skin(s); jukebox and kamaishi_skies, but normally I just have a file list.
Audio, video, disco - I hear, I see, I learn. Wiki. Wiki? Wiki! |
|||
|
12-30-2008, 03:29 PM
|
|||
|
|||
RE: YAMJ & LLink index.htm auto-load
(12-19-2008 09:29 PM)ndoggac Wrote: confirmed = 1, if I dont' put the index.html link pointing to the index.htm then the directory listing is returned, as soon as I put the link in, it returns an error. Hello, I'm a long time reader, first time poster... I've always had this same issue. I really like both yamj and llink. They are both wonderful tools. I really wish llink would serve up the yamj index.htm file. I also have the OPT|SEND_INDEX=1 enabled in the llink.conf file but it does not appear to work. I am using the skin by Mikesv which is really nice, but not as nice for movies as the yamj created index.htm file. Thanks for any insight or advice. T. |
|||
|
01-02-2009, 02:50 AM
|
|||
|
|||
|
RE: YAMJ & LLink index.htm auto-load
just thought I would mention I am using the latest version of LLink (2.2.0) with the 1.0.13 version of YAMJ using default skin.
|
|||
|
01-02-2009, 06:43 AM
|
|||
|
|||
|
RE: YAMJ & LLink index.htm auto-load
Have you tried copying index.htm to index.html to see if it does not like symlinks? When you say it errors out, what is the error? Have you run it with debug output?
|
|||
|
03-02-2009, 01:55 AM
(This post was last modified: 03-02-2009 01:55 AM by ndoggac.)
|
|||
|
|||
RE: YAMJ & LLink index.htm auto-load
(01-02-2009 06:43 AM)lundman Wrote: Have you tried copying index.htm to index.html to see if it does not like symlinks? When you say it errors out, what is the error? Have you run it with debug output? Tried it both ways with no luck. I noticed you have in your todo list to add ROOT to href, is this a result of the current method not working properly? YAMJ creates index.htm file, tried creating a soft link to it called index.html, didn't work, then moved index.htm file to index.html and creating a link to it called index.htm. Either way works through a Samba share though. I have not run it with debug output. Thanks in advance for any help. |
|||
|
03-02-2009, 02:27 AM
|
|||
|
|||
|
RE: YAMJ & LLink index.htm auto-load
llink does only look for index.html currently, although it is easy to change:
Code: findex = misc_strjoin(node->disk_path, "index.html");Any particular reason why YAMJ is using just .htm? That's a requirement of Win95, is that really what YAMJ is compatible with? Alternately, I will add the index.html string to the conf so its configurable. The ROOT|HTML is so you can have a root entry that is just a URL, instead of having to bother with a index.html file. |
|||
|
03-10-2009, 12:15 AM
|
|||
|
|||
|
RE: YAMJ & LLink index.htm auto-load
@ ndoggac
I just installed YAMJ on my NAS. I also use llink and I ran into the same problem as you did: if the file is named "index.htm", llink will only show the directory listing; if the file is named "index.html", llink will show an error message. I've found the cause: I installed the index file in a subdirectory and that does not work. In order for llink and YAMJ to work, two conditions need to be met: - the index file must be renamed to "index.html" - the index file must be in a llink root folder You can define multiple root folders in llink. Just create the folders on your NAS and refer to them in the llink.conf file. For instance, I have the following lines in my llink.conf file: ROOT|path=/volume1/video/Filmdatabase/|SUBDIR=Filmdatabase ROOT|path=/volume1/video/Grote mensen/|SUBDIR=Grote mensen ROOT|path=/volume1/video/Kleine mensen/|SUBDIR=Kleine mensen ROOT|path=/volumeUSB1/usbshare/|SUBDIR=USB archief The YAMJ information is written to the first root, the movies themselves are on the 3 other roots. It works perfectly. Suc6 Ben |
|||
|
« Next Oldest | Next Newest »
|

Twitter
Facebook
NMT Wiki
Search
Member List
Help
[7. June 2013] Youporn available now




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





