Difference between revisions of "MediaGrabber"
(Removed php script as mediawiki renders it useless. Available via direct download.) |
m (→Code) |
||
Line 16: | Line 16: | ||
* Run the script with no parameters i.e. php mediagrabber.php | * Run the script with no parameters i.e. php mediagrabber.php | ||
* Add command line parameters as required | * Add command line parameters as required | ||
− | * Download the php code | + | * Download the php code: http://www.datacast.biz/mediagrabber/mediagrabber.phps (select all, copy, and paste to a new text document mediagrabber.php) |
− | + | * Windows executable: http://www.datacast.biz/mediagrabber/mediagrabber.exe | |
− | * | + | * Or use the direct download links: (right-click, save as): http://www.datacast.biz/mediagrabber |
− | + | * If necessary run dos2unix or unix2dos on the file | |
[[Category:Software]] | [[Category:Software]] |
Revision as of 11:24, 27 May 2007
MediaGrabber grabs cover images and metadata for your media files automagically. Just point it at the directory root of your media items and it will scan all subdirectories and download covers and movie/tv/hddvd/etc. info automatically.
You can use it with ATVFiles, and even other platforms such as Vista Media Center's My Videos.
This script can be run on any platform with a php interpreter (windows, linux, osx, or on the ATV directly).
e.g. php mediagrabber.php c:\temp\mymovies DVD
If you want to contribute via paypal as a way to say thank you, that would be appreciated. :)
Code
- Paste this into a file called mediagrabber.php.
- Download a version of PHP
- Place PHP and this script on your media storage server or the AppleTV
- Run the script with no parameters i.e. php mediagrabber.php
- Add command line parameters as required
- Download the php code: http://www.datacast.biz/mediagrabber/mediagrabber.phps (select all, copy, and paste to a new text document mediagrabber.php)
- Windows executable: http://www.datacast.biz/mediagrabber/mediagrabber.exe
- Or use the direct download links: (right-click, save as): http://www.datacast.biz/mediagrabber
- If necessary run dos2unix or unix2dos on the file