Skip to content
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

[Feature] 增加合集功能 #16

Closed
maplejaw opened this issue Jun 26, 2022 · 11 comments
Closed

[Feature] 增加合集功能 #16

maplejaw opened this issue Jun 26, 2022 · 11 comments
Labels
enhancement New feature or request Stale

Comments

@maplejaw
Copy link

Description

之前用的JavScraper,会自动生成合集,感觉挺好用的,希望增加支持。

#if !__JELLYFIN__
            if (!string.IsNullOrWhiteSpace(m.Set))
                metadataResult.Item.AddCollection(m.Set);
#else
            metadataResult.Item.CollectionName = m.Set;
#endif

Is this feature related to a specific bug?

No response

Do you have a specific solution in mind?

No response

@xjasonlyu
Copy link
Contributor

合集有什么用呢?

@maplejaw
Copy link
Author

合集有什么用呢?

合集就是一个系列呀,方便收集控整理和观看这个系列的所有内容。

@xjasonlyu
Copy link
Contributor

🤔奇怪,我当时用javscraper的时候咋不会出现合集啊,这个要怎么触发的吗。

@xjasonlyu
Copy link
Contributor

而且添加这段代码似乎并不会出现合集。

#if !__JELLYFIN__
            if (!string.IsNullOrWhiteSpace(m.Set))
                metadataResult.Item.AddCollection(m.Set);
#else
            metadataResult.Item.CollectionName = m.Set;
#endif

@maplejaw
Copy link
Author

emby实测是可以的,当同一个合集中有2个以上的视频,就会自动列出来。

@xjasonlyu
Copy link
Contributor

我加了这段代码似乎没有效果。有点奇怪。

@xjasonlyu
Copy link
Contributor

Emby.JavTube@v2022.626.1556.0.zip

这个编译版本里加了这段代码,你可以试试有没有合集出来,我本地是没有的。

@maplejaw
Copy link
Author

Emby.JavTube@v2022.626.1556.0.zip

这个编译版本里加了这段代码,你可以试试有没有合集出来,我本地是没有的。

试了这个版本,可以自动识别合集了,感谢~

@xjasonlyu
Copy link
Contributor

Emby.JavTube@v2022.626.1556.0.zip
这个编译版本里加了这段代码,你可以试试有没有合集出来,我本地是没有的。

试了这个版本,可以自动识别合集了,感谢~

奇怪,可是我并没有效果🤔……

@xjasonlyu
Copy link
Contributor

v2022.703.831.0已添加该功能。

@xjasonlyu xjasonlyu added the enhancement New feature or request label Jul 3, 2022
@github-actions
Copy link

github-actions bot commented Aug 2, 2022

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Stale
Projects
None yet
Development

No branches or pull requests

2 participants