Another newbie question :)
#1
Ok,

So the stupid question Smile

Is there a way to get the real filename not the purged one for the CreateSearchUrl.

I know i have $$1 for the cleaned filename, $$2 for the year, i tried $$3 to $$9 but no luck :p

the problem is that for some films like [rec] XBMC remove all the text so start to search nothing Sad
Reply
#2
This was already fixed by jmarshall. Please upgrade your build and report back.
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not PM or e-mail Team-Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#3
Well effectively this particular case is corrected in 23658.

But for example a film : The 2001 odyssey
the scraper will create a search for The

it seems it drop anything after a valid date.

Not sure if it"s intended.

I'll fill a trac tonigh if needed but need to go work now Smile

Full original filename would be usefull to make more specifif work if the scraper works in conjonction with a web site that do the behind work Smile
Reply
#4
No solution for this problem ? Sad
Reply
#5
File a bug report if its still not working for you (with all needed information on how to reproduce).
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not PM or e-mail Team-Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#6
http://trac.xbmc.org/ticket/7374

Still no news Sad

Will be hard to make change to the scraper before stable release is out if needed Sad
Reply
#7
Other cases Sad

Quote:15:15:27 T:3022236560 M:2888892416 DEBUG: GetMovieId (stack://xbms://xxxxx:1400/Stock/Film/Ring 0.avi , xbms://xxxxx:1400/Stock/Film/Ring2.avi), query = select idMovie from movie where idFile=502
15:15:27 T:3022236560 M:2888892416 DEBUG: No NFO file found. Using title search for 'stack://xbms://xxxxxxx:1400/Stock/Film/Ring 0.avi'
15:15:27 T:3022236560 M:2888892416 DEBUG: InternalFindMovie: Searching for 'ring' using Ciné-Passion scraper (file: 'cine-passion.xml', content: 'movies', language: 'fr', date: '2009-10-10', framework: '1.1')
15:15:27 T:3022236560 M:2888892416 DEBUG: FileCurl::Open(0xa1b2c00) http://passion-xbmc.org/scraper/index.ph...né-Passion
Ring 0 will only search ring.

Quote:15:08:46 T:3022236560 M:2887139328 DEBUG: GetMovieId (xbms://xxxxxx:1400/Stock/Film/La Ferme se rebelle.avi), query = select idMovie from movie where idFile=39
15:08:46 T:3022236560 M:2887139328 DEBUG: No NFO file found. Using title search for 'xbms://xxxxxx:1400/Stock/Film/La Ferme se rebelle.avi'
15:08:46 T:3022236560 M:2887139328 DEBUG: InternalFindMovie: Searching for 'la ferme' using Ciné-Passion scraper (file: 'cine-passion.xml', content: 'movies', language: 'fr', date: '2009-10-10', framework: '1.1')
15:08:46 T:3022236560 M:2887139328 DEBUG: FileCurl::Open(0xa1b2c00) http://passion-xbmc.org/scraper/index.ph...né-Passion
15:08:46 T:3022236560 M:2887200768 DEBUG: FileCurl::Close(0xa1b2c00) http://passion-xbmc.org/scraper/index.ph...né-Passion

La Ferme se rebelle will only search la%20ferme

I'm not enough regexp expert to know why this happens, but full original names in a buffer will help to make better scrapers.

Version : XBMC, Platform: GNU/Linux. Built on Oct 18 2009 (SVN:23842)
Reply
#8
no it will not. it might help your scraper but in general it will cause tons of issues. we HAVE to clean filenames.
Reply
#9
I do not ask to put this by default, just to add an option like put it in $$3.
Or a option in the createurl to disable the cleaning.

The problem is that even if it's possible to disable cleaning via advancedsettings it'll break other scrapers for tv or else.

The current way of cleaning date is a little too much for films with a year in the middle of the name since it will drop all the rest of the data.
Reply
#10
Another example of too much cleaning by XBMC.

Quote:00:32:51 T:3136 M:2431070208 DEBUG: No NFO file found. Using title search for 'I:\Videos\Films\Thriller\The Good German.avi'
00:32:51 T:3136 M:2431188992 DEBUG: CIMDB::InternalFindMovie: Searching for 'the good' using Ciné-Passion scraper (file: 'cine-passion.xml', content: 'movies', language: 'fr', date: '2009-10-10', framework: '1.1')

a $$3 with the full original movie name would really benefit more advanced scrapers.
Reply

Logout Mark Read Team Forum Stats Members Help
Another newbie question :)0