Author Topic: Annoucement: Getting cover art and attributes from IMDB  (Read 32195 times)

Bozza

  • Making baby steps
  • Posts: 3
    • View Profile
Re: Annoucement: Getting cover art and attributes from IMDB
« Reply #30 on: August 25, 2009, 02:26:15 pm »
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

  • Guru
  • ****
  • Posts: 190
    • View Profile
Re: Annoucement: Getting cover art and attributes from IMDB
« Reply #31 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

nite_man

  • NEEDS to work for LinuxMCE
  • ***
  • Posts: 1019
  • Want to work with LinuxMCE
    • View Profile
    • Smart Home Blog
Re: Annoucement: Getting cover art and attributes from IMDB
« Reply #32 on: September 09, 2009, 11:28:03 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: http://wiki.linuxmce.org/index.php/User:Nite_man#New_setup
Russian LinuxMCE community: http://linuxmce.ru

Itsik

  • Guru
  • ****
  • Posts: 190
    • View Profile
Re: Annoucement: Getting cover art and attributes from IMDB
« Reply #33 on: September 09, 2009, 05:51:04 pm »
I tried
Code: [Select]
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

  • Alumni
  • LinuxMCE God
  • *
  • Posts: 2256
  • Department of Redundancy Department.
    • View Profile
Re: Annoucement: Getting cover art and attributes from IMDB
« Reply #34 on: September 10, 2009, 01:27:50 am »
I tried
Code: [Select]
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:
Code: [Select]
man patch
"Change is inevitable. Progress is optional."
-- Anonymous


igorguerra

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: Annoucement: Getting cover art and attributes from IMDB
« Reply #35 on: January 05, 2011, 04:48:21 pm »
I tried to use it, but I keep getting the following message, can anyone help me please?

Code: [Select]
(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

  • Guru
  • ****
  • Posts: 390
    • View Profile
Re: Annoucement: Getting cover art and attributes from IMDB
« Reply #36 on: January 05, 2011, 10:00:49 pm »
I tried
Code: [Select]
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:
Code: [Select]
man patch


Classic!  ;D

apagg

  • Veteran
  • ***
  • Posts: 60
    • View Profile
Re: Annoucement: Getting cover art and attributes from IMDB
« Reply #37 on: January 05, 2011, 10:01:51 pm »
Why are you doing this?

Regards
Andreas