Libdvdread.plus: Difference between revisions

From Lundman Wiki
mNo edit summary
No edit summary
Line 1: Line 1:
== MediaInfo-RAR ==
== OpenSolaris Llink Binaries ==


Welcome to the MediaInfo-RAR utility page. This is just a small front-end to the famous and most excellent [http://mediainfo.sourceforge.net/en MediaInfo] program, which enables the feature to scan media in RAR archives. In addition to this, it now can handle ISO files, like that of DVDs and bluray in ISO form. Naturally, also ISO inside RAR archives. A new switch was added to let it list the contents of ISO files, so you can find the file you are interested in. By default, it will pick the largest file found.


[http://lundman.net/ftp/llink/llink-2.3.2.Solaris_x86.pkg.gz llink-2.3.2.Solaris_x86.pkg.gz]


You can set custom attributes on any mountpoint you wish llink to use, for example:
zfs set net.lundman:sharellink=on zpool1/media


[[mediainfo_rar_Example|Example]] output.


=== Older versions ===


[http://lundman.net/ftp/llink/llink-2.2.3.Solaris_x86.pkg.gz llink-2.2.3.Solaris_x86.pkg.gz]
[http://lundman.net/ftp/llink/llink-2.2.2.Solaris_x86.pkg.gz llink-2.2.2.Solaris_x86.pkg.gz] Fixed user "lundman" problem.
[http://lundman.net/wiki/images/2/20/llink-2.2.1.Solaris_x86.pkg.gz llink-2.2.1.Solaris_x86.pkg.gz]


=== Sources ===


[http://www.lundman.net/ftp/mediainfo-rar/mediainfo-rar-1.2.0.tar.gz mediainfo-rar-1.2.0.tar.gz] Sources for all platforms.


=== 2.2.0 ===


=== Binaries ===
Packaged up for OpenSolaris 11/08 i386 Latest Version.


Win32
  [http://www.lundman.net/wiki/images/f/f2/Llink_2.2.0.gz Llink_2.2.0.gz]
  [http://www.lundman.net/ftp/mediainfo-rar/mediainfo-rar-win32-1.2.0.zip mediainfo-rar-win32-1.2.0.zip] Windows command line executable, 32bit.
[http://www.lundman.net/ftp/mediainfo-rar/mediainfo-rar-win32-1.1.0.rar mediainfo-rar-win32-1.1.0.rar] Windows command line executable, 32bit.


OsX
I hope that I am not stepping on anybody's toes by posting this...
[http://www.lundman.net/ftp/mediainfo-rar/mediainfo-rar-OsX-1.2.0.tar.gz mediainfo-rar-OsX-UB-1.2.0.tar.gz] OsX command line executable, (i386, x86_64).
[http://www.lundman.net/ftp/mediainfo-rar/mediainfo-rar-OsX-UB-1.1.0.tar.gz mediainfo-rar-OsX-UB-1.1.0.tar.gz] OsX command line executable, Universal Binary (ppc, i386, x86_64).


NMT C200
Instructions:
[http://www.lundman.net/ftp/mediainfo-rar/mediainfo-rar-C200-1.1.0.tar.gz mediainfo-rar-C200-1.1.0.tar.gz] NetworkedMediaTank, x200 series, MIPS32


Linux x86
Extract the gzipped package file.
[http://www.lundman.net/ftp/mediainfo-rar/mediainfo-rar-Linux-x86-1.1.0.tar.gz mediainfo-rar-Linux-x86-1.1.0.tar.gz] Linux x86


Linux x64
As a privileged user: run pkgadd -d <decompressed file name>
[http://www.lundman.net/ftp/mediainfo-rar/mediainfo-rar-Linux_x64-1.2.0.tar.gz mediainfo-rar-Linux-x64-1.2.0.tar.gz] Linux x64
[http://www.lundman.net/ftp/mediainfo-rar/mediainfo-rar-Linux_x64-1.1.0.tar.gz mediainfo-rar-Linux-x64-1.1.0.tar.gz] Linux x64


Solaris x86
package and config files are installed to /usr/local/...
[http://www.lundman.net/ftp/mediainfo-rar/mediainfo-rar-Solaris-x86-1.1.0.tar.gz mediainfo-rar-Solaris-x86-1.1.0.tar.gz] Solaris x86


=== Older Sources ===
edit config file in /usr/local/etc/llink/llink.conf


[http://www.lundman.net/ftp/mediainfo-rar/mediainfo-rar-1.1.0.tar.gz mediainfo-rar-1.1.0.tar.gz] Sources for all platforms.
package is configured to run as a seperate user (llink), adjust file permissions or add llink user to appropriate user group.


start the Llink service:


=== Changelog ===


==== 1.2.0 ====
Example:
Added ISO support, using libdvdread-plus library
gzip -d ~/Desktop/Llink_2.2.0.gz‎
Added ISO in RAR support.
Added -l (--list) argument to list contents of ISO files.


==== 1.1.0 ====
sudo pkgadd -d ~/Desktop/Llink_2.2.0
  Follow the prompts, Will warn you there may be permissions changes to some files,
  and the install scripts will run as setuid 0 (root user), install scripts are to create llink user,
  generate the service config and to remove the service config on package removal.


  First version. Make it identical in output to normal mediainfo
  vi /usr/local/etc/llink/llink.conf
  Adjust to your own preferences (eg, change the ROOT directive)
 
/usr/bin/chmod -R A+user:llink:rxRac:fd:allow /terra/blu-ray
  set Recursively(-R) acl attributes to llink user, Read(r), Execute(x), Read Attributes(a), Read Extended Attributes(R), Read ACL's(c)
  with  inherited permissions to new files(f) and directories(d) is allowed for /terra/blu-ray.
 
sudo svcadm enable llink
 
svcs -xv llink

Revision as of 12:51, 15 December 2011

OpenSolaris Llink Binaries

llink-2.3.2.Solaris_x86.pkg.gz

You can set custom attributes on any mountpoint you wish llink to use, for example:

zfs set net.lundman:sharellink=on zpool1/media


Older versions

llink-2.2.3.Solaris_x86.pkg.gz
llink-2.2.2.Solaris_x86.pkg.gz Fixed user "lundman" problem.
llink-2.2.1.Solaris_x86.pkg.gz


2.2.0

Packaged up for OpenSolaris 11/08 i386 Latest Version.

Llink_2.2.0.gz

I hope that I am not stepping on anybody's toes by posting this...

Instructions:

Extract the gzipped package file.

As a privileged user: run pkgadd -d <decompressed file name>

package and config files are installed to /usr/local/...

edit config file in /usr/local/etc/llink/llink.conf

package is configured to run as a seperate user (llink), adjust file permissions or add llink user to appropriate user group.

start the Llink service:


Example:

gzip -d ~/Desktop/Llink_2.2.0.gz‎ 
sudo pkgadd -d ~/Desktop/Llink_2.2.0
  Follow the prompts, Will warn you there may be permissions changes to some files,
  and the install scripts will run as setuid 0 (root user), install scripts are to create llink user,
  generate the service config and to remove the service config on package removal.
vi /usr/local/etc/llink/llink.conf
  Adjust to your own preferences (eg, change the ROOT directive)
/usr/bin/chmod -R A+user:llink:rxRac:fd:allow /terra/blu-ray
  set Recursively(-R) acl attributes to llink user, Read(r), Execute(x), Read Attributes(a), Read Extended Attributes(R), Read ACL's(c)
  with  inherited permissions to new files(f) and directories(d) is allowed for /terra/blu-ray.
sudo svcadm enable llink
svcs -xv llink