Just did a Clean 0710RC2 reinstall. Wiped the drive....
I patched with no media on the server.
As you can see, I get the same errors.
linuxmce@dcerouter:/var/www/pluto-admin$ sudo patch -p0 < imdb_cover_art.patch
(Stripping trailing CRs from patch.)
patching file coverArtExtractor_IMDB.php
(Stripping trailing CRs from patch.)
patching file include/imdb/browseremulator.class.php
(Stripping trailing CRs from patch.)
patching file include/imdb/imdb.class.php
(Stripping trailing CRs from patch.)
patching file include/imdb/imdb_base.class.php
(Stripping trailing CRs from patch.)
patching file include/imdb/imdb_config.class.php
(Stripping trailing CRs from patch.)
patching file include/imdb/imdb_person.class.php
(Stripping trailing CRs from patch.)
patching file include/imdb/imdb_person.php
(Stripping trailing CRs from patch.)
patching file include/imdb/imdb_request.class.php
(Stripping trailing CRs from patch.)
patching file include/imdb/imdbsearch.php
(Stripping trailing CRs from patch.)
patching file index.php
(Stripping trailing CRs from patch.)
patching file languages/en/coverArt.lang.php
Hunk #1 FAILED at 21.
1 out of 1 hunk FAILED -- saving rejects to file languages/en/coverArt.lang.php. rej
(Stripping trailing CRs from patch.)
patching file languages/en/editMediaFile.lang.php
Hunk #1 FAILED at 24.
1 out of 1 hunk FAILED -- saving rejects to file languages/en/editMediaFile.lang .php.rej
(Stripping trailing CRs from patch.)
patching file operations/mediaBrowser/checkIMDB.php
(Stripping trailing CRs from patch.)
patching file operations/mediaBrowser/editMediaFile.php
Hunk #1 FAILED at 97.
1 out of 1 hunk FAILED -- saving rejects to file operations/mediaBrowser/editMed iaFile.php.rej
linuxmce@dcerouter:/var/www/pluto-admin$
The .rej files is posted below:
coverArt.lang.php.rej
***************
*** 21,27 ****
$TEXT_MATCHCOVERART_CONST='Match Cover Art';
$TEXT_COVER_ARTS_UPDATED_CONST='Cover arts updated';
$TEXT_GET_AMAZON_ATTRIBUTES_CONST='Get Amazon attributes & cover art';
$TEXT_AMAZON_KEYWORD_CONST='Amazon keyword';
$TEXT_FILENAME_CONST='Filename';
$TEXT_WARNING_AUTOMATIC_GRAB_ACTIVE_CONST='Automatic script who retrieve coverarts from Amazon is working. You can stop it at any time or let it finish then match the results.';
$TEXT_SEARCH_FOR_PATH_CONST='Search for path';
--- 21,29 ----
$TEXT_MATCHCOVERART_CONST='Match Cover Art';
$TEXT_COVER_ARTS_UPDATED_CONST='Cover arts updated';
$TEXT_GET_AMAZON_ATTRIBUTES_CONST='Get Amazon attributes & cover art';
+ $TEXT_GET_IMDB_ATTRIBUTES_CONST='Get IMDB attributes & cover art';
$TEXT_AMAZON_KEYWORD_CONST='Amazon keyword';
+ $TEXT_IMDB_KEYWORD_CONST='IMDB keyword';
$TEXT_FILENAME_CONST='Filename';
$TEXT_WARNING_AUTOMATIC_GRAB_ACTIVE_CONST='Automatic script who retrieve coverarts from Amazon is working. You can stop it at any time or let it finish then match the results.';
$TEXT_SEARCH_FOR_PATH_CONST='Search for path';
editMediaFile.lang.php.rej
***************
*** 24,29 ****
$TEXT_DATE_ADDED_CONST='Date added';
$TEXT_CONFIRM_DELETE_PICTURE_CONST='Are you sure you want to delete this picture?';
$TEXT_GET_INFO_ON_AMAZON_CONST='Get Amazon attributes';
$TEXT_SEARCH_PHRASE_CONST='Search phrase';
$TEXT_SEARCH_OPTIONS_CONST='Search options';
$TEXT_SEARCH_AMAZON_CONST='Search AMAZON';
--- 24,30 ----
$TEXT_DATE_ADDED_CONST='Date added';
$TEXT_CONFIRM_DELETE_PICTURE_CONST='Are you sure you want to delete this picture?';
$TEXT_GET_INFO_ON_AMAZON_CONST='Get Amazon attributes';
+ $TEXT_GET_INFO_ON_IMDB_CONST='Get IMDB attributes';
$TEXT_SEARCH_PHRASE_CONST='Search phrase';
$TEXT_SEARCH_OPTIONS_CONST='Search options';
$TEXT_SEARCH_AMAZON_CONST='Search AMAZON';
editMediaFile.php.rej
***************
*** 97,102 ****
$externalAttributesBtn='';
if(in_array($rowFile['EK_MediaType'],array(3,4,5))){
$externalAttributesBtn='<input type="button" class="button_fixed" value="Check Amazon" onClick="self.location=\'index.php?section=checkAmazon&fileID='.$fileID.'\'">';
}
$mediaSubTypes=getAssocArray('MediaSubType','PK_MediaSubType','Description',$mediadbADO,'ORDER BY Description ASC');
--- 97,103 ----
$externalAttributesBtn='';
if(in_array($rowFile['EK_MediaType'],array(3,4,5))){
$externalAttributesBtn='<input type="button" class="button_fixed" value="Check Amazon" onClick="self.location=\'index.php?section=checkAmazon&fileID='.$fileID.'\'">';
+ $externalAttributesBtn .='<input type="button" class="button_fixed" value="Check IMDB" onClick="self.location=\'index.php?section=checkIMDB&fileID='.$fileID.'\'">';
}
$mediaSubTypes=getAssocArray('MediaSubType','PK_MediaSubType','Description',$mediadbADO,'ORDER BY Description ASC');