12下一页
返回列表 发布新帖
查看: 1445|回复: 16

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

97

金钱

59

回帖

73

积分

Lv4 初窥堂奥

积分
73
发表于 2025-3-8 21:21:34 | 显示全部楼层 |阅读模式
本帖最后由 k9pcb0vl 于 2025-3-11 13:02 编辑

接上个帖子
https://4k2.com/thread-14621-1-1.html

先说缺点无官方中文 (但都2025年了,翻译挺简单的吧——推荐这个翻译插件
想要直接在vr一体机播放,只支持deovr(这播放器自动调焦确实不行,只能等后续更新了)Heresphere(没用过不评价)
部署有些许门槛

再说优点
能自建的vrdb,可以用来追新检索界面简洁,能够自动匹配片子的标题、标签、演员、封面
反正我觉得挺适合重度仓鼠党

直接放效果吧
整理前(常规的文件夹管理并不直观)

1.gif
整理后(web界面)
2.gif
3.gif
播放设备:pico4 +  deovr player
支持创建播放列表
局域网内 打开秒播

1.jpeg
2.jpeg
3.jpeg

关于安装教程与日本片刮削可看下面地址
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

110

金钱

194

回帖

209

积分

Lv6 渐入佳境

积分
209
发表于 2025-3-8 21:39:27 来自手机 | 显示全部楼层
除了deovr
其他的任何播放器可以用吗
比如moonvr 或者4xvr
先锋队 你研究看看呢
感觉deovr不那么好用
自动对焦很卡 调瞳距不方便
HereSphere VR Video Player可用 
发表于 2025-3-8 22:22

97

金钱

59

回帖

73

积分

Lv4 初窥堂奥

积分
73
 楼主| 发表于 2025-3-8 22:10:11 | 显示全部楼层
kino2046 发表于 2025-3-8 21:39
除了deovr
其他的任何播放器可以用吗
比如moonvr 或者4xvr

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

277

金钱

182

回帖

168

积分

Lv5 略有小成

积分
168
发表于 2025-3-8 22:41:22 | 显示全部楼层
他pico4 
发表于 2025-3-8 22:46

128

金钱

210

回帖

183

积分

Lv5 略有小成

积分
183
发表于 2025-3-8 22:58:14 | 显示全部楼层
heresphere 可以用, 本質就是一個給本地端使用的網頁.
a.jpg
b.jpg
c.jpg
日本片 scrap 在options => Create/import scenes
這個東西設定完成會非常好用 , 可以用各種方式找片.
但是整理有點麻煩

97

金钱

59

回帖

73

积分

Lv4 初窥堂奥

积分
73
 楼主| 发表于 2025-3-8 23:06:32 | 显示全部楼层
zmao192 发表于 2025-3-8 22:58
heresphere 可以用, 本質就是一個給本地端使用的網頁.

日本片 这个我知道
能否批量搜索呢
不可能一个一个手动搜索吧

128

金钱

210

回帖

183

积分

Lv5 略有小成

积分
183
发表于 2025-3-8 23:18:45 | 显示全部楼层
本帖最后由 zmao192 于 2025-3-8 23:20 编辑
k9pcb0vl 发表于 2025-3-8 23:06
日本片 这个我知道
能否批量搜索呢
不可能一个一个手动搜索吧

我之前手動整理, 就真的是資料庫.
設置完用起來很棒就是了

97

金钱

59

回帖

73

积分

Lv4 初窥堂奥

积分
73
 楼主| 发表于 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.

97

金钱

59

回帖

73

积分

Lv4 初窥堂奥

积分
73
 楼主| 发表于 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
msedge_1MzwFbTxiG.png
装好依赖运行代码
  1. pip install requests
复制代码
  1. python3 attempt-jav-file-match.py
复制代码
等待刮削完成
msedge_ZjTC9JZ6wT.png java_Uw3U7hZ7XZ.png

128

金钱

210

回帖

183

积分

Lv5 略有小成

积分
183
发表于 2025-3-9 14:28:06 | 显示全部楼层
k9pcb0vl 发表于 2025-3-8 23:55
这代码 实测能用
只要安装python3.11 再装依赖完事

感謝分享, 等下試試看.
不然原本的作法, 挺崩潰的.
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Copyright © 2025 4ktwo.com All Rights Reserved.
关灯 快速发帖返回顶部
快速回复 返回顶部 返回列表