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

一些细节功能请求 #362

Open
6 of 7 tasks
Waximell opened this issue Mar 7, 2024 · 16 comments · Fixed by #365, #367, #368, #393 or #439
Open
6 of 7 tasks

一些细节功能请求 #362

Waximell opened this issue Mar 7, 2024 · 16 comments · Fixed by #365, #367, #368, #393 or #439
Labels
feature ✨ New feature or request

Comments

@Waximell
Copy link

Waximell commented Mar 7, 2024

The type of your suggestion

New feature

Pixeval's version

WinUI3

Description

  • 请求增加全局屏蔽tag,现在只在每个标签的“过滤”里才有嘛,希望增加一个全局的,并且可以在详情页面里直接右键tag屏蔽(or收藏/关注等),没会员只能屏蔽一个,完全不够用呀~

  • 请求在详情页面加入收藏按钮,比如放在最上面保存按钮旁边,现在在右键里嘛,这个功能毕竟很常用,还可以方便的指示是否已收藏(如果关注新作标签内每个缩略图也能自动展示就更方便了,可以指示上次翻到了哪里)

  • 请求在图片详情页自动展开“详情”(就是左侧那一条,F12那个),或者增加一个“图钉”,喜欢一直展开的人就点“图钉”,以及希望图片可以自动调整大小并居中(就是不会被展开的详情覆盖),不喜欢的人不点“图钉”则临时展开“详情”时可以依旧采用覆盖

  • 请求在图片详情页加入对键盘方向键的支持,比如左右切换不同图片,上下切换一组图内的多张图片(如果有)

  • 请求记忆最大化,现在关闭Pixeval再次打开只会记忆页面大小嘛,如果上次关闭前是最大化,就会有一部分页面在屏幕外,这对台式机的大屏幕来说影响不大,但对笔记本不大的屏幕来说,每次打开后都要先最大化,还是有一点不方便的

  • 是否有计划增加tag自动翻译?类似PixEz那样,对不怎么懂日语的人来说还挺方便的,就是不知道会不会很难实现

  • 是否有计划增加对Aria2的支持?比如点击下载之后自动把下载链接、路径等发送给Aria,这样可以在自己的电脑上,在服务器上下载,不过估计会是个比较小众的需求

Pictures

No response

Additional Information

这些建议其实有不少是基于日常使用PixEz(https://github.com/Notsfsssf/pixez-flutter )写出的

关于后两条
我不清楚PixEz是如何做到tag翻译的,欢迎大伙为开发者们提供方法
我不确定是不是真的有很多人需要aria支持,欢迎大伙在下面聊聊这事儿

@Waximell Waximell added the feature ✨ New feature or request label Mar 7, 2024
@Poker-sang
Copy link
Collaborator

关于第二个问题,将鼠标悬停在中下方就有一个工具栏,可以选择是否收藏:
78ce0764e7fabcfaa7116b3a4e188911

关于第四个问题,由于下面的那个横向图集列表控件会拦截快捷键,比如说你点击里面的图片后按左/右方向键,就会切换到上/下一个图集,导致快捷键行为难以统一,如果可以的话会实现快捷键的

@Waximell
Copy link
Author

Waximell commented Mar 7, 2024 via email

@bropines
Copy link
Contributor

bropines commented Mar 7, 2024

I suddenly remembered. The viewer does not have a function for switching with arrows (sorry for being offtopic).
And I would also like to see the Viewer as a separate project, because it is somewhat similar to the legendary Picasa from Google.

@dylech30th
Copy link
Collaborator

By "switching with arrows", does that mean by pressing the corresponding keys? I guess that wouldn't be so hard to implement so it will in my todo list, and somehow yes, the viewer is a complex part, it was once designed to be as simple as the pixiv app or some third party clients, but certainly that's not enough. We've done a lot of decouplings but it's kinda hard to separate the IllustrationViewer out completely, however that is indeed a inspiration, I will see what I can do...

@dylech30th
Copy link
Collaborator

tag翻译可以靠pixiv自己的api,他会有translatedname的属性,但是我好像还没加上去,不过API是写好的,当然部分tag,类似作者自定义的,可能就完全没有翻译。
aria2这个,我用的比较少,但是考虑到我写这个app的一大原因是“大批量的管理插画等作品”,所以我觉得这个需求还是比较合理的
全局屏蔽tag以前有,但是新版本还没加上,主要是新版本还在迭代特性,但是原则上以前有的所有特性之后都会加上
(比以前写得慢的原因是因为学生党好忙.jpg

@Poker-sang
Copy link
Collaborator

当鼠标悬停到标签上的时候会显示translatedname,但很多情况下并没有翻译,所以显得没有翻译。

翻译功能如果有的话应该会先供给小说功能,我觉得小说可能更需要这个功能。

@bropines
Copy link
Contributor

bropines commented Mar 7, 2024

By the way, another idea would be to add support for https://cotrans.touhou.ai/ and a local version running on the computer.
Also, I still don’t have enough backup settings (I probably didn’t find it)

@Poker-sang
Copy link
Collaborator

It takes a long time to translate. If we can deploy the AI model locally, maybe a plugin system for Pixeval would help.

@bropines
Copy link
Contributor

bropines commented Mar 8, 2024

Well, a plugin system would be a great alternative. And I also wondered, why does Pixeval take so long to load images? Like, let’s say we have a pack of 20 pictures and I want to look at them, and until the first one loads, the rest won’t load for me. It seems that there is parallelization, but it is only for loading.

@Poker-sang
Copy link
Collaborator

Pixeval doesn't have an early loading feature for now.

This was linked to pull requests Mar 8, 2024
@Poker-sang Poker-sang linked a pull request Mar 8, 2024 that will close this issue
@Poker-sang Poker-sang reopened this Mar 8, 2024
@Poker-sang Poker-sang linked a pull request Mar 20, 2024 that will close this issue
@Poker-sang Poker-sang linked a pull request Apr 22, 2024 that will close this issue
@yeezylife
Copy link

#365

图片查看窗口的最大化设置,目前还是会被忘记。

@Poker-sang
Copy link
Collaborator

被忘记是什么意思

@yeezylife
Copy link

就是记不住最大化状态,点击最大化之后,关闭图片查看器窗口,再点击一张图片,弹出的图片查看器还是记不住刚才的最大化状态
主体窗口做到了“最大化设置持久化 ”,图片查看器则没有

@Poker-sang
Copy link
Collaborator

可是没有哪个窗口是刚打开就最大化的吧,windows其他应用程序也是这样的

@yeezylife
Copy link

好吧那我搞错了
sticker

@Poker-sang
Copy link
Collaborator

@Waximell 我问了一下pixez的tag,探姬说没有专门进行翻译,用的就是p站自带的翻译

pixeval也有自带的翻译,你把鼠标悬停在tag上就可以看到了

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