{"id":13344417,"url":"https://github.com/thomasheckmann/zxinfo-file-browser","last_synced_at":"2025-12-30T02:09:59.834Z","repository":{"id":62203608,"uuid":"548781906","full_name":"thomasheckmann/zxinfo-file-browser","owner":"thomasheckmann","description":"Organize and manage your emulator files for ZX Spectrum, ZX81, ZX80 \u0026 Lambda 8300 -  powered by the web","archived":false,"fork":false,"pushed_at":"2025-03-06T08:37:06.000Z","size":19342,"stargazers_count":8,"open_issues_count":8,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-06T09:38:08.995Z","etag":null,"topics":["desktop-application","electron","lambda8300","react","zx-spectrum","zx80","zx81","zxdb","zxinfo"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thomasheckmann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-10T07:09:19.000Z","updated_at":"2025-03-06T08:37:11.000Z","dependencies_parsed_at":"2024-02-02T10:50:34.974Z","dependency_job_id":null,"html_url":"https://github.com/thomasheckmann/zxinfo-file-browser","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasheckmann%2Fzxinfo-file-browser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasheckmann%2Fzxinfo-file-browser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasheckmann%2Fzxinfo-file-browser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasheckmann%2Fzxinfo-file-browser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thomasheckmann","download_url":"https://codeload.github.com/thomasheckmann/zxinfo-file-browser/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243184333,"owners_count":20249963,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["desktop-application","electron","lambda8300","react","zx-spectrum","zx80","zx81","zxdb","zxinfo"],"created_at":"2024-07-29T19:33:08.912Z","updated_at":"2025-12-30T02:09:59.776Z","avatar_url":"https://github.com/thomasheckmann.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# ZXINFO File Browser\nBrowse your ZX Spectrum emulator files, powered by the web - kind of a \"Picasa for ZX Spectrum emulator files\" :-) - Now with JSSpeccy 3 integrated to play games right away.\n\n\u003cimg width=\"1024\" alt=\"main\" src=\"doc/mainscreen.png\"\u003e\n\n# Download\nDownload latest build for macOS, Windows and Linx on [release page](https://github.com/thomasheckmann/zxinfo-file-browser/releases)\nPlease note all builds are unsiged, so you might need to give persmisson to run - depending on what OS you are running.\n\n* zxinfo-file-browser-Vnn-arm64-mac.zip - macOS on Apple Silicon\n* zxinfo-file-browser-Vnn-mac.zip - macOS on Intel\n* zxinfo-file-browser-Vnn.exe - Windows\n* zxinfo-file-browser-Vnn.AppImage - Linux\n\nFavorites list | Details TZX | Details P (ZX81)\n------------ | ------------- | -------------\n\u003cimg width=\"320\" alt=\"Favorites\" src=\"doc/favorites.png\"\u003e | \u003cimg width=\"320\" alt=\"details tzx\" src=\"doc/details_tzx.png\"\u003e | \u003cimg width=\"320\" alt=\"details p(zx81)\" src=\"doc/details_p.png\"\u003e\nGrid view | JSSpeccy 3\n\u003cimg width=\"320\" alt=\"Grid View\" src=\"doc/gridview.png\"\u003e | \u003cimg width=\"320\" alt=\"JSSpeccy 3\" src=\"doc/jsspeccy.png\"\u003e\n\n# Features\n* Scan files local on your harddisk\n* Display files in the following formats: SNA, Z80, TAP, TZX, P, P81, 81, DSK, TRD, SCL, MDR\n* Handles files in ZIP archives (to one level)\n* Generates SCR preview and other details for various formats: SNA, Z80, TAP, TZX\n* Generates DISK/MDR SCR preview showing files for DSK, TRD, SCL \u0026 MDR\n* Generates ZX81 SCR preview with BASIC list for P, P81, 81 \u0026 TZX (ZX81)\n* Integrates with ZXDB via ZXInfo API, using sha512 hash on files, to lookup title, ZXDB id and SCR\n* Direct link to detail page, if found in ZXDB, to ZXInfo.dk\n* Ability to choose SCR preview from ZXInfo, if known\n* Keep track of your favorite games with your own favorites list\n* Quick access to folders\n* [JSSpeccy 3](https://github.com/gasman/jsspeccy3) by Matt Westcott integrated so games can be played right away. JSSpeccy 3 is licensed under the GPL version 3 - see [COPYING](https://raw.githubusercontent.com/gasman/jsspeccy3/main/COPYING).\n\n# Questions?\nSee the [FAQ](FAQ.md)\n\n# Build it yourself\nRequirements:\n* Git client - for example [GitHub Desktop](https://desktop.github.com/)\n* Install node.js - find installation [here] - (https://nodejs.org/en/download/)\n\n## Simple - just build the app ready to run\nClone the repository and run build\n```\ncd \u003csome folder\u003e\ngit clone git@github.com:thomasheckmann/zxinfo-file-browser.git\ncd zxinfo-file-browser\nnpm i\nnpm run build\n```\nThe app is then available in the 'dist' folder.\n\n# Development\nSee [Development.md](Development.md) for details about how to build zxinfo-file-browser.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasheckmann%2Fzxinfo-file-browser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomasheckmann%2Fzxinfo-file-browser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasheckmann%2Fzxinfo-file-browser/lists"}