Kodi Community Forum

Full Version: sratim.co.il scraper broken
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

for some reason the sratim.co.il scarper stoped working.
there are two issues i see:
1. movie that has two parts (two avi files) are shown has two different movies.
2. alot of movies can't be found by the scraper and shown as "()" movie-title and pressing "refresh" on the movie information page does nothing (e.g. "The elephant man" movie-folder).

i tried re-opening the ticket here: http://www.xbmc.org/trac/ticket/7264
but it seems like they ignored it.

any help?
lev.
ping?
Without a debug log and details of your setup no one will be able to help, which is probably why no one has responded.
Thanks prae5.
can you please give me information about where can i find the debug log and what kind of detail of my setup you need?

Thanks,
Lev.
hint: check her/his signature ...
sorry - i missed the signature. Smile
the second issue ("elephant man" can't be scrapped) was fixed after i looked at the log file and saw it was trying to get the movie name from a .nfo file that was in the movie folder.

anyway, the first issue (movie in 2 parts shown as two movies) still occurs.
i uploaded here: http://pastebin.com/m79d77548 the log-file, which was logged at the startup of the program when it scans for "Twelve Monkeys" movie which has 2 parts (2 wmv files).

My setup information is:
1.Version: XBMC pre9.10r24171 (Nov 2 2009)
2. Windows Vista SP1
3. x86

if you need any more information - let me know.
The stack algo recently changed so you will have to add a custom regexp (the append one) to your advancedsettings.xml. See http://wiki.xbmc.org/?title=Advancedsett...tacking.3E
actually, by looking at the existing regex -
it seems like if i'll rename the "avi" files from "ng-12ma.avi" & "ng-12mb.avi" -to- "ng-12m_part1.avi" & "ng-12m_part2.avi"
then it should fix the problem, right?

If so, i'll try this today when i get back home...