2022-10-07, 13:19
Do you plan on upgrading this to a new version of Ember? I notice you are still on 1.9.
Thanks
Thanks
(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.
@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
(2022-10-19, 03:47)Pr.Sinister Wrote: @adultmmI 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.
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...
(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
(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
(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.
(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
(2022-10-19, 16:16)Juan Mortyme Wrote:(2022-10-19, 03:47)Pr.Sinister Wrote: @adultmmI 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.
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...