Kodi Community Forum
Adult film scrappers - 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: Adult film scrappers (/showthread.php?tid=352266)



Adult film scrappers - Mike1985 - 2020-03-04

Hello, Kodi community. I need help with a movie scrapper. I have some adult films to scrap, I am trying to use CDuniverse scrapper, but it doesnt connect to remote server. Maybe the scrapper is outdated ?

Are there any other (working) adult film scrappers ? 

I am sorry if this is a forbidden topic ? Adult is just another genre of film ?

Thank you for answers. Cheers.


RE: Adult film scrappers - Mike1985 - 2020-03-04

(2020-03-04, 18:28)Mike1985 Wrote: Hello, Kodi community. I need help with a movie scrapper. I have some adult films to scrap, I am trying to use CDuniverse scrapper, but it doesnt connect to remote server. Maybe the scrapper is outdated ?

Are there any other (working) adult film scrappers ? 

I am sorry if this is a forbidden topic ? Adult is just another genre of film ?

Thank you for answers. Cheers.
Nevermind, I found a working scrapper, Adultdvdempire.com. 

Is it possible to choose DVD cover from a list of possible covers (based on movie name), some programs have that option ?


RE: Adult film scrappers - Karellen - 2020-03-04

(2020-03-04, 18:37)Mike1985 Wrote: Nevermind, I found a working scrapper, Adultdvdempire.com. 
Yep that is the only current working adult scraper I am aware of. But if the title is listed at TheMovieDB you can use the normal movie scraper with a Parsing NFO file... https://kodi.wiki/view/NFO_files#Parsing_nfo

(2020-03-04, 18:37)Mike1985 Wrote: Is it possible to choose DVD cover from a list of possible covers
No. If you want a different cover, you will need to find it, download it and save it as local Artwork (wiki)


RE: Adult film scrappers - ProjectVRD - 2020-04-24

(2020-03-04, 20:30)Karellen Wrote:
(2020-03-04, 18:37)Mike1985 Wrote: Nevermind, I found a working scrapper, Adultdvdempire.com. 
Yep that is the only current working adult scraper I am aware of. But if the title is listed at TheMovieDB you can use the normal movie scraper with a Parsing NFO file... https://kodi.wiki/view/NFO_files#Parsing_nfo 
The only working version I found is 2.1 however the actors thumbnails doesn't work, I might see if I can make heads or tails from it but as I am not a coder of any kind (I am not even beginner level) I will be shooting in the dark. But total lack of experience didn't stop me being okay at other things so I will see where it leads me.


RE: Adult film scrappers - egpetridis - 2020-10-26

Regarding the -recurring from time to time-requests that Universal Movie scraper picks up adult movies in IMDB, might I suggest the following simple hack:

a) Locate the file named "kodi-webinterface.js". In my installation it resides in "C:\Program Files\Kodi\addons\webinterface.default\js\"

b) Open it as a plain text file, using an editor such as notepad or notepad++ If you're running recent-ish MS-Windows, make sure you edit it as an administrator. Open -for example- a command window as administrator and run from there notepad.

c) Find the following block

    externalSearchUrls: {
      google: 'https://www.google.com/webhp?#q=[QUERY]',
      imdb: 'http://www.imdb.com/find?s=all&q=[QUERY]',
      tmdb: 'https://www.themoviedb.org/search?query=[QUERY]',
      tvdb: 'http://thetvdb.com/?searchseriesid=&tab=listseries&function=Search&string=[QUERY]',
      soundcloud: 'https://soundcloud.com/search?q=[QUERY]',
      youtube: 'https://www.youtube.com/results?search_query=[QUERY]'
    },


d) change 
      imdb: 'http://www.imdb.com/find?s=all&q=[QUERY]',
to 
      imdb: 'http://www.imdb.com/find?s=all&adult=include&q=[QUERY]',

e) save. Should you be prompted that you may not save/replace the file, make sure that you have opened the file as an administrator.

f) scan again your movie folders using Universal Movie scraper/IMDB data.

Kind regards,
MP