Major Revisions: - Contemplate Anime Support, Add Novel Support (Consumet API) - Moku-Share to Easily Migrate/Share Manga (Investigate Usecase/Feasibility) Minor Revisions: - Improve Deduplication Algorithm with Advanced Option Settings (Implement Chapter & Author-based Comparisons, Resource Intensive) - Integrate Download Directory Changes (Settings) - Investigate feasibility of Multi-Page Screenshot (Reader) - Add Hover Info on Library (Make sure doesn't conflict with additional clicks) - Revise Migration (https://github.com/Suwayomi/Suwayomi-WebUI/pull/1073) - Look at how Manga are Organized in WebUI and Implement into Series-Detail (Chapter Display is Off) Priority Bugs: - Cache ALL Cover Pictures & Details for Manga in Library - Investigate Zoom (Reader), Appears to have Cutoff, etc. General/Misc Bugs: - Fix Highlightable Elements - Investigate "egl:failed to create dri2 screen" - Check Fonts/Design on Flatpak - Fix Delete-All Crash (Deletes All but Cripples App) - Investigate Prod vs. Dev Directory Change/Data Load (Caused by Library Algorithm Revision?) In-Progress:` - Enable Cloudflare Bypass (Suwayomi Config) (Requires Patching) - Fix NSFW Parsing (Appears to not Work???) - Adjustment in Settings for Theme Editor: - Patch Color-Picker to Work Properly Important Commands: cd ~/Projects/Manga/Moku pnpm build tar -czf packaging/frontend-dist.tar.gz -C dist . sha256sum packaging/frontend-dist.tar.gz | awk '{print $1}' nix-shell -p "python311.withPackages(ps: [ ps.aiohttp ps.tomlkit ])" --run "python3 packaging/flatpak-cargo-generator.py src-tauri/Cargo.lock -o packaging/cargo-sources.json" nix shell nixpkgs#appstream nixpkgs#flatpak-builder --command flatpak-builder --repo=repo --force-clean build-dir dev.moku.app.yml flatpak build-bundle repo moku.flatpak dev.moku.app