Skip to content

Using YAMJ With LLink

Stuart Boston edited this page Feb 5, 2016 · 1 revision

How to use Llink with YAMJ

How to use Llink with YAMJ

Llink allows support of disk formats such as ISO and VOB as well as using multiple RAR files.

Download and install Llink

Llink can be found here: http://lundman.net/wiki/index.php/Llink

Once you have installed Llink and have it working correctly, you can edit your xml library file so that YAMJ will use Llink to stream the ISO/VOB files.

Details

You will now need to edit your library.xml file to differentiate between "normal" movie files and llink files. To do this we will use the tag in the library file.

The assumption here is that you have mixed files within the same directory.

Your films are stored here F:\Films\
Your NMT path to films is \\SERVER\Videos\Films\
Your installation of Llink is 192.168.2.20:9000

Your xml library file should look something like this:

<libraries>
  <library>
      <path>F:/Films/</path>
      <nmtpath>file:///opt/sybhttpd/localhost.drives/[SMB] SERVER:Videos/Films/</nmtpath>
      <exclude name="-sample,tmp/,temp/,.iso,.img,/VIDEO_TS,/BDMV"/>
  </library>

  <library>
      <path>F:/Films/</path>
      <nmtpath>http://192.168.2.20:9000/Films/</nmtpath>
      <exclude name=".AVI,.DIVX,.MKV,.WMV,.M2TS,.TS,.RM,.QT,.MPG,.MOV"/>
  </library>
</libraries>

The first section is the normal SMB or NFS streaming that will play all of the filetypes except those in the tag. If you are using another HTTP streamer such as LightTPD, you could change the lines to read

  <library>
      <path>F:/Films/</path>
      <nmtpath>http://192.168.2.10:8000/Films/</nmtpath>
      <exclude name="-sample,tmp/,temp/,.iso,.img,/VIDEO_TS,/BDMV"/>
  </library>

The second section is where you exclude all files except those you wish Llink to play. When these are selected in the Jukebox, they will be played with Llink.