Mediainfo-rar: Difference between revisions

From Lundman Wiki
No edit summary
No edit summary
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Sources for llink ==
== MediaInfo-RAR ==


Latest sources are here:
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://www.lundman.net/ftp/llink/llink-2.3.2.tar.gz llink-2.3.2.tar.gz]


Get the special libdvdread:
[http://lundman.net/ftp/dvdread/libdvdread-4.2.0.plus.tar.bz2 libdvdread-4.2.0.plus.tar.bz2]


You will also need to get '''libdvdnav-2.4.0''', it is not patched from the original, but for convenience's sake, there is a copy here too:
[[mediainfo_rar_Example|Example]] output.


[http://lundman.net/ftp/dvdread/libdvdnav-4.2.0.tar.bz2 libdvdnav-4.2.0.tar.bz2]


If you want UPNP support, you also need to get clinkc-2.4 and clinkav-2.4. Until these are officially released, you can get them here:


  [http://www.lundman.net/ftp/llink/clinkc-2.4.tar.gz clinkc-2.4.tar.gz]
=== Sources ===
  [http://www.lundman.net/ftp/llink/clinkcav-2.4.tar.gz clinkcav-2.4.tar.gz]


If you are on a system where you can "make install", that is considerably easier and wont really need any extra ./configure magic. But if you can not install, and want to compile from the directories,
[http://www.lundman.net/ftp/mediainfo-rar/mediainfo-rar-1.4.0.tar.gz mediainfo-rar-1.4.0.tar.gz] Sources for all platforms. No source changes, updated MediaInfo, libdvdnav.
I would do something like:


cd /your/compile/area/
tar -zxf clinkc-2.4.tar.gz
cd clinkc-2.4
./configure --enable-anyaddr
make
(make install - if you are root, or use the direct path in the following compiles)


cd /your/compile/area/
tar -zxf clinkcav-2.4.tar.gz
cd clinkcav-2.4
./configure CPPFLAGS=-I/your/compile/area/clinkc-2.4/include LDFLAGS=-L/your/compile/area/clinkc-2.4/lib/unix/ LIBS=""
make
(make install - if you want)
Here the CPPFLAGS and LDFLAGS are needed if you did not "make install". The LIBS="" part in the end will depend on your system. On OSX, I would use LIBS="-lexpat", on Linux LIBS="-lexpat -lpthread -luuid"


cd /your/compile/area/
=== Binaries ===
tar -zxf llink-2.3.0.tar.gz
./configure --enable-clinkc --without-openssl CPPFLAGS="-I/your/compile/area/clinkc-2.4/include  -I/your/compile/area/clinkcav-2.4/include" LDFLAGS="-L/your/compile/area/clinkcav-2.4/lib/unix/.libs LIBS=""
make
Here the CPPFLAGS and LDFLAGS are needed if you did not "make install". The LIBS="" part in the end will depend on your system. On OSX, I would use LIBS="-lexpat", on Linux LIBS="-lexpat -lpthread -luuid"


Win32 Windows 32 bit
[http://www.lundman.net/ftp/mediainfo-rar/mediainfo-rar.1.3.2-win32.zip mediainfo-rar-win32-1.3.2.zip] Windows command line executable, 32bit.
[http://www.lundman.net/ftp/mediainfo-rar/mediainfo-rar.1.3.1-win32.zip mediainfo-rar-win32-1.3.1.zip] Windows command line executable, 32bit. (1.3.1 is to fix missing -s option for Windows build)
[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.


<paypal></paypal>
Win64 Windows 64 bit
[http://www.lundman.net/ftp/mediainfo-rar/mediainfo-rar.1.3.2-win64.zip mediainfo-rar-win64-1.3.2.zip] Windows command line executable, 64bit.
[http://www.lundman.net/ftp/mediainfo-rar/mediainfo-rar.1.3.1-win64.zip mediainfo-rar-win64-1.3.1.zip] Windows command line executable, 64bit.
[http://www.lundman.net/ftp/mediainfo-rar/mediainfo-rar.1.3.0-win64.zip mediainfo-rar-win64-1.3.0.zip] Windows command line executable, 64bit.


OsX
[http://www.lundman.net/ftp/mediainfo-rar/mediainfo-rar-OsX-1.4.0.tar.gz mediainfo-rar-OsX-UB-1.4.0.tar.gz] OsX command line executable, (i386, x86_64).
[http://www.lundman.net/ftp/mediainfo-rar/mediainfo-rar-OsX-1.3.0.tar.gz mediainfo-rar-OsX-UB-1.3.0.tar.gz] OsX command line executable, (i386, x86_64).
[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
[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
[http://www.lundman.net/ftp/mediainfo-rar/mediainfo-rar-Linux-x86-1.2.0.tar.gz mediainfo-rar-Linux-x86-1.2.0.tar.gz] Linux x86
[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


Older sources:
Linux x64
[http://www.lundman.net/ftp/mediainfo-rar/mediainfo-rar-Linux_x64-1.3.0.tar.gz mediainfo-rar-Linux-x64-1.3.0.tar.gz] Linux x64
[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


  [http://www.lundman.net/ftp/llink/llink-2.3.1.tar.gz llink-2.3.1.tar.gz]
  Solaris x86
  [http://www.lundman.net/ftp/llink/llink-2.3.0.tar.gz llink-2.3.0.tar.gz]
  [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
[http://www.lundman.net/ftp/llink/llink-2.2.4.tar.gz llink-2.2.4.tar.gz]
[http://www.lundman.net/ftp/llink/llink-2.2.3.tar.gz llink-2.2.3.tar.gz]
[http://www.lundman.net/ftp/llink/llink-2.2.2.tar.gz llink-2.2.2.tar.gz]
[http://www.lundman.net/ftp/llink/llink-2.2.0.tar.gz llink-2.2.0.tar.gz]
[http://www.lundman.net/ftp/llink/llink-2.1.2.tar.gz llink-2.1.2.tar.gz]
[http://www.lundman.net/ftp/llink/llink-2.1.1.tar.gz llink-2.1.1.tar.gz]
[http://www.lundman.net/ftp/llink/llink-2.1.0.tar.gz llink-2.1.0.tar.gz]
[http://www.lundman.net/ftp/llink/llink-2.0.9.tar.gz llink-2.0.9.tar.gz]
[http://www.lundman.net/ftp/llink/llink-2.0.8.tar.gz llink-2.0.8.tar.gz]
[http://www.lundman.net/ftp/llink/llink-2.0.7.tar.gz llink-2.0.7.tar.gz]
[http://www.lundman.net/ftp/llink/llink-2.0.6.tar.gz llink-2.0.6.tar.gz]
[http://www.lundman.net/ftp/llink/llink-2.0.5.tar.gz llink-2.0.5.tar.gz]
[http://www.lundman.net/ftp/llink/llink-2.0.4.tar.gz llink-2.0.4.tar.gz]
[http://www.lundman.net/ftp/llink/llink-2.0.3.tar.gz llink-2.0.3.tar.gz]
[http://www.lundman.net/ftp/llink/llink-2.0.2.tar.gz llink-2.0.2.tar.gz]
[http://www.lundman.net/ftp/llink/llink-2.0.1.tar.gz llink-2.0.1.tar.gz]
[http://www.lundman.net/ftp/llink/llink-2.0.tar.gz llink-2.0.tar.gz]
[http://www.lundman.net/ftp/llink/llink-1.9.9.tar.gz llink-1.9.9.tar.gz]
[http://www.lundman.net/ftp/llink/llink-1.9.6.tar.gz llink-1.9.6.tar.gz]
[http://www.lundman.net/ftp/llink/llink-1.9.5.tar.gz llink-1.9.5.tar.gz]
[http://www.lundman.net/ftp/llink/llink-1.9.4.tar.gz llink-1.9.4.tar.gz]
[http://www.lundman.net/ftp/llink/llink-1.9.2.tar.gz llink-1.9.2.tar.gz]
[http://www.lundman.net/ftp/llink/llink-1.9.1.tar.gz llink-1.9.1.tar.gz]
[http://www.lundman.net/ftp/llink/llink-1.9.tar.gz llink-1.9.tar.gz]
[http://www.lundman.net/ftp/llink/llink-1.8.tar.gz llink-1.8.tar.gz]
[http://www.lundman.net/ftp/llink/llink-1.7.tar.gz llink-1.7.tar.gz]
[http://www.lundman.net/ftp/llink/llink-1.6.tar.gz llink-1.6.tar.gz]
[http://www.lundman.net/ftp/llink/llink-1.5.tar.gz llink-1.5.tar.gz]
[http://www.lundman.net/ftp/llink/llink-1.4.tar.gz llink-1.4.tar.gz]
[http://www.lundman.net/ftp/llink/llink-1.3.tar.gz llink-1.3.tar.gz]


=== Older Sources ===


Current testing sources:
[http://www.lundman.net/ftp/mediainfo-rar/mediainfo-rar-1.3.0.tar.gz mediainfo-rar-1.3.0.tar.gz] Sources for all platforms.
[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.
[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.


[http://www.lundman.net/ftp/llink/llink-2.3.2.tar.gz llink-2.3.2.tar.gz]


CVS Version control
=== Changelog ===


  [[CVS]].
==== 1.4.0 ====
 
No source changes in mediainfo-rar, but updated the support libraries, MediaInfoLib and libdvdnav in the binary packages.
 
==== 1.3.0 ====
 
Added "-s" switch to show only the automatically picked "biggest file in archive" and not run MediaInfo.
Updated MediaInfoLib build version to 0.7.52
Windows mediainfo-rar build could not seek past 4GB boundary.
 
==== 1.2.0 ====
Added ISO support, using libdvdread-plus library
Added ISO in RAR support.
Added -l (--list) argument to list contents of ISO files.
 
==== 1.1.0 ====
 
  First version. Make it identical in output to normal mediainfo

Latest revision as of 06:03, 25 December 2013

MediaInfo-RAR

Welcome to the MediaInfo-RAR utility page. This is just a small front-end to the famous and most excellent 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.


Example output.


Sources

mediainfo-rar-1.4.0.tar.gz Sources for all platforms. No source changes, updated MediaInfo, libdvdnav.


Binaries

Win32 Windows 32 bit
mediainfo-rar-win32-1.3.2.zip Windows command line executable, 32bit. 
mediainfo-rar-win32-1.3.1.zip Windows command line executable, 32bit. (1.3.1 is to fix missing -s option for Windows build)
mediainfo-rar-win32-1.2.0.zip Windows command line executable, 32bit.
mediainfo-rar-win32-1.1.0.rar Windows command line executable, 32bit.
Win64 Windows 64 bit
mediainfo-rar-win64-1.3.2.zip Windows command line executable, 64bit.
mediainfo-rar-win64-1.3.1.zip Windows command line executable, 64bit.
mediainfo-rar-win64-1.3.0.zip Windows command line executable, 64bit.
OsX
mediainfo-rar-OsX-UB-1.4.0.tar.gz OsX command line executable, (i386, x86_64).
mediainfo-rar-OsX-UB-1.3.0.tar.gz OsX command line executable, (i386, x86_64).
mediainfo-rar-OsX-UB-1.2.0.tar.gz OsX command line executable, (i386, x86_64).
mediainfo-rar-OsX-UB-1.1.0.tar.gz OsX command line executable, Universal Binary (ppc, i386, x86_64).
NMT C200
mediainfo-rar-C200-1.1.0.tar.gz NetworkedMediaTank, x200 series, MIPS32
Linux x86
mediainfo-rar-Linux-x86-1.2.0.tar.gz Linux x86
mediainfo-rar-Linux-x86-1.1.0.tar.gz Linux x86
Linux x64
mediainfo-rar-Linux-x64-1.3.0.tar.gz Linux x64
mediainfo-rar-Linux-x64-1.2.0.tar.gz Linux x64
mediainfo-rar-Linux-x64-1.1.0.tar.gz Linux x64
Solaris x86
mediainfo-rar-Solaris-x86-1.1.0.tar.gz Solaris x86

Older Sources

mediainfo-rar-1.3.0.tar.gz Sources for all platforms.
mediainfo-rar-1.2.0.tar.gz Sources for all platforms.
mediainfo-rar-1.1.0.tar.gz Sources for all platforms.


Changelog

1.4.0

No source changes in mediainfo-rar, but updated the support libraries, MediaInfoLib and libdvdnav in the binary packages.

1.3.0

Added "-s" switch to show only the automatically picked "biggest file in archive" and not run MediaInfo.
Updated MediaInfoLib build version to 0.7.52
Windows mediainfo-rar build could not seek past 4GB boundary.

1.2.0

Added ISO support, using libdvdread-plus library
Added ISO in RAR support.
Added -l (--list) argument to list contents of ISO files.

1.1.0

First version. Make it identical in output to normal mediainfo