Package Templates #3
No reviewers
Labels
No labels
bug
dependencies
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/lbry-format#3
Loading…
Reference in a new issue
No description provided.
Delete branch "templates"
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?
this adds the option to create a package with index files included to feature a full page.
the default template is an image slideshow.
@zxawry please give us a few more days to address this PR, thank you for your contribution!
Sorry this took so long. Good to go now @zxawry !
No problem, thanks for the merge, you've been busy with the new release I know.
Do you think it's possible to integrate this into the publish page on desktop, so one could choose a directory of images or videos and publish them all at once under one claim in a lbry package?
I think for the time being this will remain a stand alone library, separate from the official lbry app
it's used in the official app for unpacking and sandbox viewer, so I thought it could be reused for packing up as well.
@zxawry I did open https://github.com/lbryio/lbry-desktop/issues/2409 but @kauffj (and others) is skeptical of requiring a LBRY specific format to do this packaging/viewing (which is why we want to hold off on more progress here).
Do you have any ideas on how we can use some existing formats/tools in order to accomplish what we do today with lbry-format?
considering LBRY as a protocol rather than a platform it doesn't seem good to constrain it with specific formats, now I get it.
I'm not an expert on this and can't really tell the difference between .lbry and the normal .tar (apart form the extension names) to guess what it takes to make a package run in a sandbox but I think scanning any archive format for a manifest file or index.html is good enough to tell the app which ones to render as html webviews.