• 1
  • 20
  • 21
  • 22(current)
  • 23
  • 24
  • 30
AdultScraper for Ember released
Do you plan on upgrading this to a new version of Ember? I notice you are still on 1.9.

Thanks
Reply
hi 
AnalOnly,allanal release date not working.
Reply
(2022-10-13, 11:09)saeed3ied Wrote: hi 
AnalOnly,allanal release date not working.
Hi @saeed3ied,

fixed in v0.11.4

Enjoy Wink
Reply
(2022-07-29, 06:43)Fortuitous Wrote: I guess I'm going to start merging.  Looking for merge-tool recommendations (Windows).  I tried Free Video Cutter Joiner which is pleasantly speedy, but seems a little buggy.  

Thanks, all.

I use a command (windows batch) file i wrote to join videos. Speed depends on the speed of your hard drive.

It works for .avi, .mpg, .mov, .mp4, .m4v and .mkv

All you need is ffmpeg in your path. Adding other video types is self-explanatory

parameter is the name of the folder. I use FileMenu Tools to add this to my right-click menu for folders.

If you would like to try FMT, the last freeware version is 7.0.5 and you can get it from AfterDawn

Code:

@echo off
for %%* in (.) do set CurrDirName=%%~nx*
:avi
for %%l in (*.avi) do (
echo file '%%~nxl' >> files.txt
set outputfile=%%~pl
)
IF NOT EXIST files.txt GOTO mpg
ffmpeg -f concat -safe 0 -i files.txt -c copy "%CurrDirName%.avi"
del files.txt
:mpg
for %%l in (*.mpg) do (
echo file '%%~nxl' >> files.txt
set outputfile=%%~pl
)
IF NOT EXIST files.txt GOTO mov
ffmpeg -f concat -safe 0 -i files.txt -c copy "%CurrDirName%.avi"
del files.txt
:mov
for %%l in (*.mov) do (
echo file '%%~nxl' >> files.txt
set outputfile=%%~pl
)
IF NOT EXIST files.txt GOTO mp4
ffmpeg -f concat -safe 0 -i files.txt -c copy "%CurrDirName%.mov"
del files.txt
:mp4
for %%l in (*.mp4) do (
echo file '%%~nxl' >> files.txt
set outputfile=%%~pl
)
IF NOT EXIST files.txt GOTO m4v
ffmpeg -f concat -safe 0 -i files.txt -c copy "%CurrDirName%.mp4"
del files.txt
:m4v
for %%l in (*.m4v) do (
echo file '%%~nxl' >> files.txt
set outputfile=%%~pl
)
IF NOT EXIST files.txt GOTO mkv
ffmpeg -f concat -safe 0 -i files.txt -c copy "%CurrDirName%.mp4"
del files.txt
:mkv
for %%l in (*.mkv) do (
echo file '%%~nxl' >> files.txt
set outputfile=%%~pl
)
IF NOT EXIST files.txt GOTO end
ffmpeg -f concat -safe 0 -i files.txt -c copy "%CurrDirName%.mkv"
del files.txt
:end
[4 Kodi Clients + 4 Norco RPC-4224 Media Servers w/376 TB HDD Space]
Reply
@adultmm 

Could you check your Anal Mom scraper? I get Unable to connect to Tor errors and Too Many Requests all the time. I had zero issues scraping 415 videos from Pure Taboo in one sitting and so far, it's taken me almost 3 hours to scrape 40 out of 81 Anal Mom videos.

The reason i ask is because it always returns 3 exact same results for AnalMom.com and when it says too many requests, it takes forever but always returns 1 or 2 of the same results

Thanks
[4 Kodi Clients + 4 Norco RPC-4224 Media Servers w/376 TB HDD Space]
Reply
@adultmm 

To elaborate on this feature request: https://github.com/adultmm/AdultMediaManager/issues/63

Although i wrote 2 scripts to run on the .nfo files created by your scraper, It would be great if i didn't have to do those 4 things i currently do:
  • Rename all filename-fanart.jpg to filename-thumb
  • Manually create a tvshow.nfo
  • Run a script to convert the XML from <movie> nodes to <episodedetails> nodes and remove all unused nodes
  • Run another script to add Season and Episode metadata gathered from the filenames

The end result is Kodi profile that only has the porn and my shows look like:

Home Screen

Image

Browse "TV Shows"

Image

Seasons

Image

Episodes

Image

For anyone that has ALL videos from a site, it makes way more sense to have them as Shows/Episodes instead of movies. It's better organized, you can watch episodes in order and it looks good...
[4 Kodi Clients + 4 Norco RPC-4224 Media Servers w/376 TB HDD Space]
Reply
BUG: If you set the scraper to look for Videos first instead of AutoDetect, it only searches DATA18 and ThePornDB. If you set it to AutoDetect, it will search those 2 plus the actual website. In my case, Perv Mom
[4 Kodi Clients + 4 Norco RPC-4224 Media Servers w/376 TB HDD Space]
Reply
(2022-10-19, 03:47)Pr.Sinister Wrote: @adultmm 

For anyone that has ALL videos from a site, it makes way more sense to have them as Shows/Episodes instead of movies. It's better organized, you can watch episodes in order and it looks good...
I agree 100%. I too organize my scenes into TV Show/Episode format for Kodi. I've also created custom menus in Kodi and added adult studio icons. My method for editing the .nfo files differs in that I use Notepad++ and Bulk Rename to bulk edit .nfo and rename files. Our results are similar we just go about it a little differently using different tools. I've been doing this for quite while now and it was long process that required creating most nfo files by hand with only a very few scraping from IMDB. However, after finding this program a while back I've managed to almost finished adding all my "shows" to Kodi. Even though this program only accomplishes half the job it has been a life-saver. But I'm with you in wishing it would scrape in TV Show mode. None-the-less I'm thankful for what it does.
"When the going gets weird, the weird turn pro." - Hunter S. Thompson
Using: Windows 10 Pro | Kodi 20.5 + Aeon MQ7 Multi-Mod 1.0.1.2 | Kodi 20.5 + Aeon MQ9 Multi-Mod 1.6.5 | Kodi 21.0 + Aeon MQ7 Multi-Mod 1.0.1 | Kodi 21.0  + Aeon MQ9 Multi-Mod 1.1.9

 
Reply
@adultmm 

If you could, would you be so kind as to add CumSwappingSis,com, please. It's part of Nubiles Network.
"When the going gets weird, the weird turn pro." - Hunter S. Thompson
Using: Windows 10 Pro | Kodi 20.5 + Aeon MQ7 Multi-Mod 1.0.1.2 | Kodi 20.5 + Aeon MQ9 Multi-Mod 1.6.5 | Kodi 21.0 + Aeon MQ7 Multi-Mod 1.0.1 | Kodi 21.0  + Aeon MQ9 Multi-Mod 1.1.9

 
Reply
(2022-10-19, 00:41)Pr.Sinister Wrote: @adultmm 

Could you check your Anal Mom scraper? I get Unable to connect to Tor errors and Too Many Requests all the time. I had zero issues scraping 415 videos from Pure Taboo in one sitting and so far, it's taken me almost 3 hours to scrape 40 out of 81 Anal Mom videos.

The reason i ask is because it always returns 3 exact same results for AnalMom.com and when it says too many requests, it takes forever but always returns 1 or 2 of the same results

Thanks

Hi @Pr.Sinister,

I think the "Too Many Requests" error comes from one of the search engines. AnalMom.com site has no search possibility, so I have to use a search engine to try to find the movie. 

(PureTaboo has a search possibility, so it's a different story.)

Give me the log with the error, and we'll see more.

Thanks
Reply
(2022-10-19, 15:07)Pr.Sinister Wrote: BUG: If you set the scraper to look for Videos first instead of AutoDetect, it only searches DATA18 and ThePornDB. If you set it to AutoDetect, it will search those 2 plus the actual website. In my case, Perv Mom

Good catch! It'll be fixed in the next version.
Thanks.
Reply
(2022-10-19, 17:01)Juan Mortyme Wrote: @adultmm 

If you could, would you be so kind as to add CumSwappingSis,com, please. It's part of Nubiles Network.

Hi @Juan Mortyme,

Okay, I'll add it in the next release.
Reply
(2022-10-07, 13:19)strubdog Wrote: Do you plan on upgrading this to a new version of Ember? I notice you are still on 1.9.

Thanks

I've no plan to do it. It's quite a big task, and the current version works fine for me. You can run multiple versions on the same machine, one for adult content and one for other movies. 

Do you have any reason for the update?
Reply
(2022-10-19, 16:16)Juan Mortyme Wrote:
(2022-10-19, 03:47)Pr.Sinister Wrote: @adultmm 

For anyone that has ALL videos from a site, it makes way more sense to have them as Shows/Episodes instead of movies. It's better organized, you can watch episodes in order and it looks good...
I agree 100%. I too organize my scenes into TV Show/Episode format for Kodi. I've also created custom menus in Kodi and added adult studio icons. My method for editing the .nfo files differs in that I use Notepad++ and Bulk Rename to bulk edit .nfo and rename files. Our results are similar we just go about it a little differently using different tools. I've been doing this for quite while now and it was long process that required creating most nfo files by hand with only a very few scraping from IMDB. However, after finding this program a while back I've managed to almost finished adding all my "shows" to Kodi. Even though this program only accomplishes half the job it has been a life-saver. But I'm with you in wishing it would scrape in TV Show mode. None-the-less I'm thankful for what it does.

Hehehe i used to edit the NFOs with Notepad++ also and used Rename Master. I still use Rename Master to add the SeasonxEpisode but the NFOs it's a lot faster and easier to use batch files.

I can share my batch files if people are interested...
[4 Kodi Clients + 4 Norco RPC-4224 Media Servers w/376 TB HDD Space]
Reply
@Pr.Sinister 

Yes please, that would be appreciated.

I played around trying to write scripts to make nfo from file tags using mp3tag but could never get formatting quite right. I ended up just using some unused tags in AMM for show title and season/episode numbers then changing the tag name with Notepad++. When done in bulk it speeds the process up.

Being a lazy, err, energy efficient person I'm always looking to save keystrokes. So ya, I'd like to give your method a try.

BTW, the top and bottom file type <movie>, <episodedetails>, <musicvideo> don't really need to be changed even though I do anyway. Seems Kodi ignores that tag in favour of the file type set when adding a source.

Thanks.
"When the going gets weird, the weird turn pro." - Hunter S. Thompson
Using: Windows 10 Pro | Kodi 20.5 + Aeon MQ7 Multi-Mod 1.0.1.2 | Kodi 20.5 + Aeon MQ9 Multi-Mod 1.6.5 | Kodi 21.0 + Aeon MQ7 Multi-Mod 1.0.1 | Kodi 21.0  + Aeon MQ9 Multi-Mod 1.1.9

 
Reply
  • 1
  • 20
  • 21
  • 22(current)
  • 23
  • 24
  • 30

Logout Mark Read Team Forum Stats Members Help
AdultScraper for Ember released0