Peeron instructions (PICSL) as an Alternative Source #56
Labels
No Label
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
Unraid
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: FrederikBaerentsen/BrickTracker#56
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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 feature is currently a work in progress.
If Rebrickable fails to locate the instructions for a set, the system will suggest using Peeron as an alternative source.
Example Flow
Search Rebrickable
Searching an old set on Rebrickable will fail.
Peeron Search Results
When searching Peeron, a selection of available pages will be displayed:
Selecting and Downloading Instructions
Users can select the desired pages, after which a PDF will be created and downloaded:
Error Handling
PDF creation
This unfortunately needs three extra libraries:
To do
The basic functionality is working, but the following tasks remain:
Proof of concept code (in a self-contained python script) can be seen here https://gitea.baerentsen.space/FrederikBaerentsen/InstructionsDownloader/src/branch/main/dl_peeron.py. This is before i changed to using BytesIO stream without saving the image locally.