Comic-book reader #2484
No reviewers
Labels
No labels
accessibility
app-parity
area: creator
area: daemon
area: design
area: devops
area: discovery
area: docs
area: installer
area: internal
area: livestream
area: performance
area: proposal
area: reposts
area: rewards
area: search
area: security
area: subscriptions
area: sync
area: ux
area: viewer
area: wallet
BEAMER
channel
comments
community PR
consider soon
core team
css
dependencies
electron
Epic
feature request
first-timers-only
good first issue
hacktoberfest
help wanted
hub-dependent
icebox
Invalid
level: 0
level: 1
level: 2
level: 3
level: 4
merge when green
needs: exploration
needs: grooming
needs: priority
needs: repro
needs: tech design
notifications
odysee
on hold
playlists
priority: blocker
priority: high
priority: low
priority: medium
protocol dependent
recsys
redesign
regression
resilience
sdk dependent
Tom's Wishlist
trending
type: bug
type: discussion
type: improvement
type: new feature
type: refactor
type: task
type: testing
unplanned
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/lbry-desktop#2484
Loading…
Reference in a new issue
No description provided.
Delete branch "comicbook-reader"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PR Checklist
Please check all that apply to this PR using "x":
PR Type
What kind of change does this PR introduce?
Fixes
Issue Number: #1377
What is the current behavior?
There is no viewer for comic book archives
What is the new behavior?
A simple viewer for comic book archives (CBR, CBT, CBZ, CB7)
I'm not sure if I should be adding this files inside the static folder:
https://github.com/lbryio/lbry-desktop/tree/comicbook-reader/static/webworkers
https://github.com/nika-begiashvili/libarchivejs#how-to-use
There still some work to do on the repo side: https://github.com/btzr-io/Villain
The viewer should also work on the website, but I'm not sure how to enable it yet 😛
This is awesome! We still have to make some changes to handle viewing any non audio/video content on lbry.tv.
Why does this need a webworker?
@seanyesmunt The worker is required by
libarchivejs
and it's for the extraction process (decompression of the archive)https://github.com/btzr-io/Villain#webworker
@kauffj Do you know if could be any issues with adding this? https://github.com/nika-begiashvili/libarchivejs
@btzr-io I think this is fine. Can you just add a comment above the static scripts that explains why they are there?
I only took a quick glance, but I don't see why we couldn't add libarchivejs. It's worth considering: 1) whether archive support should be added to the SDK and 2) how this will work on the web, but neither are blocking considerations.
@seanyesmunt in this file ?