News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Annoucement: Getting cover art and attributes from IMDB

Started by chriss, December 13, 2008, 03:10:40 PM

Previous topic - Next topic

Bozza

Cancel that, i'm an idiot :P

I ran the patch more than once after it failed the first time so every file in the includes/imdb folder had the same code 3 times

silly me :P

Itsik

The imdb_cover_art.patch, contains multiple files, some of which are new and some are patches for existing once. How do I apply this patch ?

Thnx
Itsik

nite_man

Quote from: Itsik on September 09, 2009, 10:31:09 AM
The imdb_cover_art.patch, contains multiple files, some of which are new and some are patches for existing once. How do I apply this patch ?

Thnx
Itsik

Just apply it and then resolve conflicts manually using *.orig and *.rej files.
Michael Stepanov,
My setup: [url="http://wiki.linuxmce.org/index.php/User:Nite_man#New_setup"]http://wiki.linuxmce.org/index.php/User:Nite_man#New_setup[/url]
Russian LinuxMCE community: [url="http://linuxmce.ru"]http://linuxmce.ru[/url]

Itsik

I tried patch -p0 <filename.patch> inside var/www/pluto-admin, but nothing happened
any chance you could write the exact phrase I need to use ?

thnx
Itsik

Zaerc

Quote from: Itsik on September 09, 2009, 05:51:04 PM
I tried patch -p0 <filename.patch> inside var/www/pluto-admin, but nothing happened
any chance you could write the exact phrase I need to use ?

thnx
Itsik
Here is the exact phrase you need to use: man patch
"Change is inevitable. Progress is optional."
-- Anonymous

[url=http://petition.stopsoftwarepatents.eu/181001941347/][/url]

igorguerra

I tried to use it, but I keep getting the following message, can anyone help me please?

(Stripping trailing CRs from patch.)
can't find file to patch at input line 2970
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|Index: languages/en/coverArt.lang.php
|===================================================================
|--- languages/en/coverArt.lang.php     (revision 21561)
|+++ languages/en/coverArt.lang.php     (working copy)
--------------------------
File to patch:

kyfalcon

Quote from: Zaerc on September 10, 2009, 01:27:50 AM
Quote from: Itsik on September 09, 2009, 05:51:04 PM
I tried patch -p0 <filename.patch> inside var/www/pluto-admin, but nothing happened
any chance you could write the exact phrase I need to use ?

thnx
Itsik
Here is the exact phrase you need to use: man patch


Classic!  ;D

apagg