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

todo #121

Open
hjyssg opened this issue Dec 6, 2020 · 18 comments
Open

todo #121

hjyssg opened this issue Dec 6, 2020 · 18 comments
Labels

Comments

@hjyssg
Copy link
Owner

hjyssg commented Dec 6, 2020

'has music' filter does not work on music folder. done

  1. I want to a jpn string tokenizer for long title
    https://www.npmjs.com/package/kuromoji
    on Onebook page, 虹ヶ咲学園スクールアイドル同好会 -> [ 虹ヶ咲, 学園, スクールアイドル,同好会] will be great

默认的dict太垃圾,需要用上NEologd
但NEologd是给mecab用的,需要convert
https://github.com/sable-virt/kuromoji-js-dictionary
https://qiita.com/abcang/items/078d57d70b9ec83f02e0

image

@hjyssg hjyssg added the todo label Dec 6, 2020
@hjyssg
Copy link
Owner Author

hjyssg commented Dec 6, 2020

  1. video in zip. what to do

--> show a link to watch

@hjyssg
Copy link
Owner Author

hjyssg commented Dec 6, 2020

  1. AI to differentiate between real photo and comic

@hjyssg
Copy link
Owner Author

hjyssg commented Dec 11, 2020

[New Feature] use ehentai metadata to display for UI

ehentai script 可以推广到nya

#106

@hjyssg
Copy link
Owner Author

hjyssg commented Dec 13, 2020

  1. video thumbnail generation

https://github.com/volumenetwork/video-thumbnail-generator

ShiguReader is created for comic, maybe this feature is useless. There are other software can do this better.

@hjyssg
Copy link
Owner Author

hjyssg commented Dec 15, 2020

  1. [New Feature] use ehentai metadata to display for UI

@hjyssg
Copy link
Owner Author

hjyssg commented Dec 16, 2020

  1. run exe -> done -> break by sqlite

@hjyssg
Copy link
Owner Author

hjyssg commented Dec 16, 2020

  1. i18

@hjyssg
Copy link
Owner Author

hjyssg commented Dec 20, 2020

fs.readdir

没有无视隐藏文件夹和文件夹
也没有无视垃圾文件 https://www.npmjs.com/package/junk

@hjyssg
Copy link
Owner Author

hjyssg commented Dec 20, 2020

lsdir_unscan 在pkg exe下会崩溃?

download文件夹又不会崩溃
读磁盘root会崩溃

vercel/pkg#938

readdir(dir, { withFileTypes: true }); 会崩溃

readdir(dir); 没事

@hjyssg
Copy link
Owner Author

hjyssg commented Jan 3, 2021

@hjyssg
Copy link
Owner Author

hjyssg commented Jan 9, 2021

video progress thumbnail

@hjyssg
Copy link
Owner Author

hjyssg commented Jan 12, 2021

https://www.npmjs.com/package/spdy lets try http2


express does not support h2 yet.

@hjyssg
Copy link
Owner Author

hjyssg commented Jan 16, 2021

video number for zip

@hjyssg
Copy link
Owner Author

hjyssg commented Jan 16, 2021

sort by read time

store read history in different data structure clientUitl.js

@hjyssg
Copy link
Owner Author

hjyssg commented Jan 17, 2021

tag fixing

@hjyssg
Copy link
Owner Author

hjyssg commented Jan 28, 2021

onebook显示img folder只显示单层。其实该BFS,否则和zip显示不一致。
现在就是一个音乐文件夹,图片在表层。然后MP3在mp3子文件夹,要打开两个。特别迷惑。

现在所有和img folder相关的逻辑都是错的。因为img folder需要tree traversal才能获得相关全部信息。
但我又没办法所有文件夹都存到sql里面。因为init 扫描会很慢。

用户手动把folder打包成tar包会方便很多。

image

@hjyssg
Copy link
Owner Author

hjyssg commented Oct 10, 2021

所有sqlite文件整合成一个,就可以用sql join了。性能可能会有提升吧。

但其实数据量很小,其实现在这样也挺好。

@hjyssg
Copy link
Owner Author

hjyssg commented Oct 10, 2021

现在sql全是宽表,都可以拆开。但有点麻烦。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant