Kodi Community Forum
[RELEASE] FilmAffinity (Spanish) scraper - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Information Providers (scrapers) (https://forum.kodi.tv/forumdisplay.php?fid=147)
+----- Forum: Movie Scrapers (https://forum.kodi.tv/forumdisplay.php?fid=302)
+----- Thread: [RELEASE] FilmAffinity (Spanish) scraper (/showthread.php?tid=25389)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28


- mkortstiege - 2009-09-15

There's a tool called diff. It is a tool that can be used to create a diff (aka patch) that contains differences between two or more files. The most common format is the unified format as its easier to read and work with.

If you can't supply a diff, please make sure you modify the current scraper sitting in SVN so we can easily replace the existing one.


- HectorziN - 2009-09-15

vdrfan Wrote:There's a tool called diff. It is a tool that can be used to create a diff (aka patch) that contains differences between two or more files. The most common format is the unified format as its easier to read and work with.

If you can't supply a diff, please make sure you modify the current scraper sitting in SVN so we can easily replace the existing one.

I tried to find diff application but it is a common word to find it with google. can you give me a link to the application?

I will send aka patch once I install it.

Thanks!


- spiff - 2009-09-15

uhm, windows? just grab tortoisesvn, it allows you to checkout stuff from svn (guarantee's latest version) and has a great diff tool (both for applying diffs and for generating them)


- HectorziN - 2009-09-16

spiff Wrote:uhm, windows? just grab tortoisesvn, it allows you to checkout stuff from svn (guarantee's latest version) and has a great diff tool (both for applying diffs and for generating them)

I get this error trying to check out:

Checkout from http://trac.xbmc.org/export/22635/branches/linuxport/XBMC, revision HEAD, Fully recursive, Externals included
The OPTIONS response did not include the requested activity-collection-set
this often means that the URL is not WebDAV-enabled

what can be the problem?

thanks!


- HectorziN - 2009-09-17

spiff Wrote:uhm, windows? just grab tortoisesvn, it allows you to checkout stuff from svn (guarantee's latest version) and has a great diff tool (both for applying diffs and for generating them)

I used Merge tool from tortoise and it shows me the differences but the option to generate diff file is deactivated.
I downloaded manually the file from xbmc/trac and did the comparison with both files from hard disk. I wasn't able to use checkou option


- spiff - 2009-09-17

svn co https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/linuxport/XBMC

not the export url. also do your changes in the svn dir, THEN right click and select 'make patch'. that will give you a diff against the current file in svn


- HectorziN - 2009-09-17

spiff Wrote:svn co https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/linuxport/XBMC

not the export url. also do your changes in the svn dir, THEN right click and select 'make patch'. that will give you a diff against the current file in svn

Thanks! it worked!

Is there a way to submit a patch directly using tortoise? or should I go to xbmc.org/trac and create a ticket? is there a way to checkout, change source and submit using only tortoise tools?


- spiff - 2009-09-17

no, trac is not integrated, so you need to save it to a diff file, open a ticket and attach the file.


- JoshyFun - 2009-09-18

HectorziN Wrote:This patch cannot be submited because what he has done was remove includes and copy the include code inside the scraper.
The scraper is working, the problem is includes is a feature of latest versions of xbmc. The last scraper don't work with old xbmc versions.
[...]

Hello,

I had just taken my 9.04.1 scrapper in XBox (that's my last usable version) and almost blindly modifiy it (without understanding sometimes what I was writing or why you write other things) Smile That's the reason some unnecessary things were changed.

I had also noted that it is for revisions prior to include tags. Maybe scrapper fixes like this should be available to download separatly instead being "forced" to use the last SVN version :-?

I think you are also spanish so "Gracias" Smile


- HectorziN - 2009-09-25

spiff Wrote:no, trac is not integrated, so you need to save it to a diff file, open a ticket and attach the file.

I sent it but I think has not been included.


- mkortstiege - 2009-09-25

Added in SVN r23161. Cheers!


- AlbertQ - 2009-09-27

After last changes in the scraper [SVN r23161], Fanart and posters distinct than Filmaffinity doesn't work No .

[Castellano]

Despues de ponerme el ultimo scraper [SVN r23161], los Fanart y los posters de otros sitios que no sean Filmaffinity no se muestran.

[/Castellano]

Sad


- peque - 2009-10-13

JoshyFun Wrote:Hello,

I had just taken my 9.04.1 scrapper in XBox (that's my last usable version) and almost blindly modifiy it (without understanding sometimes what I was writing or why you write other things) Smile That's the reason some unnecessary things were changed.

I had also noted that it is for revisions prior to include tags. Maybe scrapper fixes like this should be available to download separatly instead being "forced" to use the last SVN version :-?

I think you are also spanish so "Gracias" Smile
I'm glad to see you again JoshyFun. Thanks for this scrapper update.

Please contact me back.

bye!

pequesan_at_gmail.com


- HectorziN - 2009-10-13

AlbertQ Wrote:After last changes in the scraper [SVN r23161], Fanart and posters distinct than Filmaffinity doesn't work No .

[Castellano]

Despues de ponerme el ultimo scraper [SVN r23161], los Fanart y los posters de otros sitios que no sean Filmaffinity no se muestran.

[/Castellano]

Sad

Download latest version of xbmc. Last scraper only works with last version.

Regards


- HectorziN - 2009-10-13

JoshyFun Wrote:Hello,

I had just taken my 9.04.1 scrapper in XBox (that's my last usable version) and almost blindly modifiy it (without understanding sometimes what I was writing or why you write other things) Smile That's the reason some unnecessary things were changed.

I had also noted that it is for revisions prior to include tags. Maybe scrapper fixes like this should be available to download separatly instead being "forced" to use the last SVN version :-?

I think you are also spanish so "Gracias" Smile

You must understand that we must to maintain the last version, and not older version. Wink