Posts: 91
Joined: Apr 2013
Reputation:
5
The problem with scraping them as TV shows is exactly what you've found: you got to rename your files and then also everything is episode zero since there's no clear episode number one can use.
On the plus side, tv shows support the date (not just year) the episode aired, which is something movies don't have, which is pretty nice actually since you can then sort by that. It's also nice to be able to group things into one folder in tv shows, as you've done, but you can actually accomplish that with movie sets too (which this scraper does). Just make sure you enabled the option in XBMC to group items into sets when browsing. Then if you want to seperate DVD movies out from websites in your "Movies" category, you can create a smart playlist based on the folder location of your scraped website scenes (just keep them in a seperate root directory than DVD movies). Most of the popular skins then allow you to add the smart playlist as a main menu item.
By scraping everything as a movie, you also get the advantage of not separating your Movie (from dvds, blurays, etc) actor list from your tv actor list from websites, which is nice when trying to search for all work on a specific actor.
I agree with people in this thread that it would be nice to have a better site than data18 to get this data from. At the moment though, I haven't found one. If anyone sets one up or knows of a better site, let me know and I'll make a scraper for it!
Posts: 32
Joined: Dec 2012
Reputation:
1
Is there anyway to make the scraper save the nfo's when it scrapes? I'll try to make a easy step-by-step for the movies to TVShows conversion this weekend..
Posts: 1,267
Joined: Sep 2004
Reputation:
27
How can I get "Sex-Art" working with this scraper? Does anyone has a tip for me? Thx
Philips TV with Kodi 20.2 with IPTV --- Orbsmart 500 Android 21 alpha/beta as Online-radio/TV in the kitchen
Posts: 1
Joined: May 2014
Reputation:
0
At first, i wanna say thank you! Works pretty great for me, apart from the fact, that i dont have any fanarts. The covers, models etc. are loaded, but no fanarts show up apart from twistys scenes. So all my brazzers scenes have no fanarts. Any ideas?
Posts: 1
Joined: May 2014
Reputation:
0
The HotMovies Description is not loading (You will need to scrape the 'descfullcontent' Javascript variable).
Posts: 90
Joined: Aug 2012
Reputation:
0
Is there anyway you can make a data18 standalone version as well?
Posts: 91
Joined: Apr 2013
Reputation:
5
I may be able to adapt some code to get that working with the standalone program. It's actually not a bad idea, come to think of it.
I've never been super happy with the experience of the XBMC scraper due to that fanart bug mentioned previously in the thread and the fact that it's cumbersome to correct entries within XBMC if it didn't find a match.
It'll take me a while though to get this working though and I have some features I want to get working with the JAV stuff first before I write this.