k9pcb0vl 发表于 2025-3-8 21:21:34

XBVR——VR整理刮削分类工具

本帖最后由 k9pcb0vl 于 2025-3-11 13:02 编辑

接上个帖子
https://4k2.com/thread-14621-1-1.html
先说缺点无官方中文 (但都2025年了,翻译挺简单的吧——推荐这个翻译插件)想要直接在vr一体机播放,只支持deovr(这播放器自动调焦确实不行,只能等后续更新了)和Heresphere(没用过不评价)部署有些许门槛
再说优点
能自建的vrdb,可以用来追新检索界面简洁,能够自动匹配片子的标题、标签、演员、封面
反正我觉得挺适合重度仓鼠党
直接放效果吧
整理前(常规的文件夹管理并不直观)

整理后(web界面)


播放设备:pico4 +deovr player
支持创建播放列表
局域网内 打开秒播




关于安装教程与日本片刮削可看下面地址
https://4k2.com/forum.php?mod=redirect&goto=findpost&ptid=14638&pid=30164
https://4k2.com/forum.php?mod=redirect&goto=findpost&ptid=14638&pid=30174
https://4k2.com/forum.php?mod=redirect&goto=findpost&ptid=14638&pid=30182

kino2046 发表于 2025-3-8 21:39:27

除了deovr
其他的任何播放器可以用吗
比如moonvr 或者4xvr
先锋队 你研究看看呢
感觉deovr不那么好用
自动对焦很卡 调瞳距不方便

k9pcb0vl 发表于 2025-3-8 22:10:11

kino2046 发表于 2025-3-8 21:39
除了deovr
其他的任何播放器可以用吗
比如moonvr 或者4xvr


不行 它本质是一个网页
deovr支持浏览网页 你说的这两个不支持
deovr好像也自定义键位吧
当然如果只是把它作为海报墙的话,就不建议折腾了
但我个人觉得不错,它更像个可以自建的欧美版javdb
可以用来追新和补全喜欢女优作品https://cdn.jsdelivr.net/gh/master-of-forums/master-of-forums/public/images/patch.gif

zhtsai1988 发表于 2025-3-8 22:41:22

kino2046 发表于 2025-3-8 21:39
除了deovr
其他的任何播放器可以用吗
比如moonvr 或者4xvr


https://itch.io/t/4362913/basic-set-up-question-heresphere-xbvr
https://discuss.eroscripts.com/t/xbvr-guide-host-your-own-video-funscript-streaming-with-images-previews-and-more/129740

zmao192 发表于 2025-3-8 22:58:14

heresphere 可以用, 本質就是一個給本地端使用的網頁.



日本片 scrap 在options => Create/import scenes
這個東西設定完成會非常好用 , 可以用各種方式找片.
但是整理有點麻煩

k9pcb0vl 发表于 2025-3-8 23:06:32

zmao192 发表于 2025-3-8 22:58
heresphere 可以用, 本質就是一個給本地端使用的網頁.




日本片 这个我知道
能否批量搜索呢
不可能一个一个手动搜索吧https://cdn.jsdelivr.net/gh/master-of-forums/master-of-forums/public/images/patch.gif

zmao192 发表于 2025-3-8 23:18:45

本帖最后由 zmao192 于 2025-3-8 23:20 编辑

k9pcb0vl 发表于 2025-3-8 23:06
日本片 这个我知道
能否批量搜索呢
不可能一个一个手动搜索吧
我之前手動整理, 就真的是資料庫.
設置完用起來很棒就是了

k9pcb0vl 发表于 2025-3-8 23:23:56

本帖最后由 k9pcb0vl 于 2025-3-11 13:08 编辑

zmao192 发表于 2025-3-8 23:18
我之前手動整理, 就真的是資料庫.
設置完用起來很棒就是了
在discord找到大佬的解决方案了
代码地址
(Not sure where best to put this):

I made a rough python script for matching unmatched JAV files to their scenes (and scraping the scene if necessary):

Gets unmatched files from XBVR that appear to be JAV scenes
Checks if the JAV scene has already been scraped, and matches the files to the scene if so
Otherwise, iterates through the JAV scrapers to try to scrape the scene, and matches the files to the scene if the scrape was successful

https://github.com/n1gg4tr0n1x/x ... t-jav-file-match.py

Configuration:
Update line 22 (XBVR_SERVER_ADDRESS) to match your setup

Dependencies:
Python 3.11+
requests package, which is used for communicating with XBVR over the network. (pip install requests to get it)

Known Issues:
The way the script looks for a JAV ID in the filenames is extremely liberal (basically just looks for 4-6 letters, followed by 3-6 numbers) -- if you have a better idea, please share!But because of this, it picks up on a lot of unmatched files that aren't actually JAV (you'll see it looking for scenes like "SEXY-3204").This is relatively harmless because if it's not actually a JAV ID, it just won't get successfully scraped or matched.But it just eats up time.So for now, it's most efficient if you run this while most of your unmatched files in XBVR are JAV.

k9pcb0vl 发表于 2025-3-8 23:55:28

本帖最后由 k9pcb0vl 于 2025-3-9 14:50 编辑

zmao192 发表于 2025-3-8 23:18
我之前手動整理, 就真的是資料庫.
設置完用起來很棒就是了
这代码 实测能用
安装python3.11
下载代码
修改其中的xbvr地址为实际地址 比如我的就是http://192.168.0.101:59999

装好依赖运行代码pip install requestspython3 attempt-jav-file-match.py等待刮削完成

zmao192 发表于 2025-3-9 14:28:06

k9pcb0vl 发表于 2025-3-8 23:55
这代码 实测能用
只要安装python3.11 再装依赖完事

感謝分享, 等下試試看.
不然原本的作法, 挺崩潰的.
页: [1] 2
查看完整版本: XBVR——VR整理刮削分类工具