-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
R18.com is closing down #350
Comments
how about storing all the data of r18 on another server or database? |
That's not really an ideal thing because someone would have to take the burden of hosting said server or database and those aren't free, and there is plenty of alternatives that do exist like Javlibrary. |
I'm not 100% about Javinizer having that option but config doesn't seem to have an option for it.. But if DMM does have the actor images, should be fairly simple fix. |
I deleted my previous comment because I found an option for it in the GUI, "scraper.option.dmm.scrapeactress" (haven't tested but assumed this does the job). Seems we'll be fine, but anyone who has .nfo files that link to r18 URLs for actor images will have to change those manually, assuming they don't have it set to use local actor images. My plex setup is gonna be a real pain to redo in a couple months but at least it's still possible if I rescrape everything. The fix for that should also be simple, you just need to change r18.com to dmm.co.jp in the URL, it has the same format otherwise. edit: I tested it and with that option on, it's still linking to r18 images and downloading images from R18. So I'm lost. |
Yeah javlibrary can do but it has no screens which R18 has plenty (as well as trailers). it is not abandon but the coder just not updating. |
About those screenshots, those still exist on DMM so scraping them is possible. Think the setting "sort.metadata.priority.screenshoturl" should be able to prioritize DMM instead of R18 if you just change it. |
|About those screenshots, those still exist on DMM so scraping them is possible. Think the setting "sort.metadata.priority.screenshoturl" should be able to prioritize DMM instead of R18 if you just change it. oic, let me test that. do you know how I can put the metadata of the and and actor with the local storage location instead of the url of r18 in the NFO file? Can you still scrape plot and other metadata from r18 right now? |
I don't think there is support for javtrailer, but you can switch to DMM if you change the option for "sort.metadata.priority.trailerurl". There is lot of options for the actress thing, even switching over to DMM with "scraper.option.dmm.scrapeactress" and if you want to locally save actress images, ""sort.download.actressimg" I scraped yesterday and plot etc were working fine so unless R18 suddenly changed something within last 24 hours more likely reason is that R18 didn't include plot or some other metadata.. But if you don't even get things like ID and genres then there is something wrong with your setup. Also if you really want plot, you could try switching scraping to DMM and then enabling the translation options |
it is already set to TRUE and download it to the folder will this be an issue when r18 shutdown and the url will be dead?
can you test now or when you are free? also trailers is no longer being downloaded (whereas before it did for that same movie), not sure why this is occurring. current setting... all the japanese text is now not added to the nfo whereas it was in the old NFO. |
Don't know, never used Kodi. You might just need to update the NFO to point to correct location for Kodi to find it
I just did, and still getting the plot, originaltitle and everything. And if there is no plot in english, it pulls it in japanese for me. I have not changed any settings at all for reference. You could have typo somewhere in your config file that's breaking some of the things so try resetting it maybe? I had to do that in past because of a typo which I couldn't find
Well, My guess would be that because you can't buy anything from R18 anymore, only download and view your already purchased ones , they probably removed access to trailers too |
In the nfo actor thumb tag e.g. can we get javinizer put the local image location instead? e.g. <thumb>./.actors/yosikawa_aimi.jpg</thumb>
thanks for doing the test Seems like R18 has the most movies + trailers metadata .. so will be great loss does https://javtrailers.com/ need api to download with javinizer if we can modify the script to add that site? |
Just came back to this project after a fresh install, and it seems like R18 data is not getting pulled correctly and will fail to get the URL (relies on searching or URL which gets redirected now). This also causes DMM scraping to fail since it relies on the Add This just uses the api instead to verify the data instead which is functional as of now. |
@shrublet do you have the experience in coding to change the r18 to r18.dev as a source note : if you go to R18.dev then it goes some status update page of r18.dev So you need to go some url like this first |
Didn't know about this, but very relieving to hear somebody has been backing up data from R18. I think changing to R18.dev would mostly just be syntax changes, but I haven't totally looked at all the files. I'm more of a hobbyist coder, but if nobody else wants to, I'll look into creating a PR probably at a later date once R18 is down in earnest. |
It will probably require bit more code changes than just changing the urls, not sure how the scraping is done in Javinizer.. But that R18.dev does seem to have JSON ( https://r18.dev/videos/vod/movies/detail/-/combined=ure00013/json ) which should make it pretty easy and quick to change the code to work with it. |
@shrublet Do have solution for the error? BUG Get-RunspaceData: H:\Cloud Storage\OneDrive\Documents\PowerShell\Modules\Javinizer\2.5.10\Public\Invoke-JVParallel.ps1:561 |
They're no longer available as they stopped hosting them already. Just use DMM as your trailer source since they're the same (if you change the trailer url to |
@shrublet how do you change the trailer url to cc3001.dmm.co.jp it would be good if there was a solution to add https://javtrailers.com/ as a source DMM I find does not have as many titles and therefore less trailers when compared to R18. |
If you change the base url of an r18 trailer (in your case, https://awscc3001.r18.com/litevideo/freepv/m/mid/mide00301/mide00301_dmb_w.mp4 -> https://cc3001.dmm.co.jp/litevideo/freepv/m/mid/mide00301/mide00301_dmb_w.mp4), you'll see they use the same naming scheme.
DMM should have everything R18 had (and more) as I'm pretty sure DMM owned R18 and everything on R18 should have a DMM equivalent.
Somebody might be interested, but I think DMM suffices as a stand-in for anything from R18/DMM. |
Hi everyone, I'm the developer of R18.dev. It's nice to see some interest here. However, the service is currently still undergoing development and is only in an alpha stage. As such, there are no fully stable APIs. URLs and data formats will change. I hope to be able to provide a more stable API in the coming months. This will be announced on the project Mastodon profile as well as on the site itself. However, until then, I would advise against integrating with R18.dev because it is highly likely to break. |
…avinizer#346) Signed-off-by: Seeyabye <seeyabye91@gmail.com>
…avinizer#346) Signed-off-by: Seeyabye <seeyabye91@gmail.com>
…avinizer#346) Signed-off-by: Seeyabye <seeyabye91@gmail.com>
…avinizer#346) Signed-off-by: Seeyabye <seeyabye91@gmail.com>
Thank you so much for developing and maintaining this... This is going to matter so much over time. |
Thanks @ldjb for keeping R18 alive! We have move forward with merging R18.dev and supporting it. If there are any changes in the future, we will make changes accordingly. Closing this for now. |
@seeyabye so is the javinizer updated to work with r18.dev now? do i use the update command to get the latest version with r18.dev support?
|
You can install a fresh copy of Javinizer with |
@seeyabye OK, will test it. Anyone known issues or scraping all the data works like before? |
This is not an issue yet, but will be as Javinizer scrapes some of it's data from there.
R18.com is going to close down in January 31st of 2023 so might be good idea to start thinking alternatives for it
The text was updated successfully, but these errors were encountered: