New pages
From Zaparoo Wiki
- 06:53, 30 December 2024 User launchers (hist | edit) [1,086 bytes] Wizzo (talk | contribs) (Created page with "'''User launchers''' are locally defined custom launchers that allow you to add new ways for Zaparoo Core to index and launch media. They can be used for things like adding support for emulators not supported officially by Core or tweaking the behavior of existing launchers. Indexing and launch behavior of user launchers are somewhat predefined and can't be as complex as official launchers. If they conflict with an official launcher, the official launcher will t...") Tag: Visual edit
- 07:11, 24 December 2024 Mappings (hist | edit) [3,675 bytes] Wizzo (talk | contribs) (Created page with "'''Mappings''' are a feature of Zaparoo Core to assign custom ZapScript to a token based on some criteria to detect when that token has been scanned. This is useful for making tokens work with Zaparoo that don't have any rewritable storage, such as barcodes and NFC toys like Amiibos. There are two main methods of managing mappings in an instance of Core. Other applications may use these methods to add management GUIs or automate creation of mappi...") Tag: Visual edit
- 02:06, 23 December 2024 Token (hist | edit) [710 bytes] Wizzo (talk | contribs) (Created page with "'''Token''' is a name used to describe all types of objects, physical or virtual, that can be scanned by a reader and used to run ZapScript. It's a best effort attempt to unify the many types of scannable objects into a single concept that can be worked with. All scanned objects are eventually translated into a token before they're processed by the Zaparoo Core software or matched against mappings. An NFC tag token may look like this:<syntaxhighlight lang="json"> {...") Tag: Visual edit
- 05:20, 16 December 2024 Config file (hist | edit) [11,754 bytes] Wizzo (talk | contribs) (Created page with "== Example file == <syntaxhighlight lang="toml" line="1"> audio_feedback = true debug_logging = false [insert_mode] enabled = true exit_delay = 3.0 ignore_system = [ "PC", MSX" ] [readers] auto_detect = true readers.connect driver = "pn532_uart" path = "/dev/ttyUSB0" readers.connect driver = "file" path = "/tmp/some_file" systems.default system = "SNES" launcher = "SindenSNES" [launchers] index_root = [ "/media/alt_mount/games" ] allow_file = [] [z...") Tag: Visual edit
- 13:11, 14 December 2024 SteamOS (hist | edit) [3,323 bytes] Wizzo (talk | contribs) (Created page with "'''SteamOS''' is a Linux distribution developed by Valve which ships with Steam integration and a controller-based UI. It's the default operating system of the [https://store.steampowered.com/steamdeck/ Steam Deck]. SteamOS is an officially supported platform of the Zaparoo Core software. '''Zaparoo Core on SteamOS is still in beta and requires using the command line to set up and diagnose issues.''' == Install == Installing Zaparoo Core is currently a manual proce...") Tag: Visual edit
- 14:02, 7 December 2024 Windows (platform)/EmulationStation (hist | edit) [5,973 bytes] Nezara (talk | contribs) (For people wanting to use Zaparoo on PC. Rough tutorial on how to add Zaparoo to Retrobat/Emulation Station. To be Updated.) Tag: Visual edit originally created as "Zaparoo for Emulation Station"
- 03:59, 1 December 2024 QR codes (hist | edit) [2,227 bytes] Wizzo (talk | contribs) (Created page with "QR codes can be used as Tokens for Zaparoo, just like an NFC tag. There are a couple of ways to do it, but essentially it's done by embedding ZapScript in a QR code which will be parsed and launched by Zaparoo when scanned. Any standard [https://httpbin.dmuth.org/qrcode/ QR code generator] can be used, just paste some ZapScript into the text field of the generator. ''Make sure link tracking is disabled in the generator if it supports that.'' == Zapa...") Tag: Visual edit: Switched
- 03:05, 30 November 2024 ACR122U (hist | edit) [4,865 bytes] Wizzo (talk | contribs) (Created page with "alt=An ACR122U NFC reader|thumb|An ACR122U NFC reader The ACR122U (also called just ACR122) is the most commonly available consumer grade USB NFC reader. Internally it uses a PN532 NFC chip, but this chip is not exposed directly to the host device so it cannot be used with other PN532 drivers. Its main method of communication is via a PCSC service, where it's usually plug and play. Its internal PCB is quit...") Tag: Visual edit
- 10:32, 4 October 2024 Command Line Interface (hist | edit) [2,135 bytes] Wizzo (talk | contribs) (Created page with "All TapTo core distributions ship with a common command line interface (CLI) that can be used to interact with the API. This interface is the same on every platform that TapTo works on, and can be safely used as a scripting target. The name of the TapTo core binary may differ slightly between platforms. The examples on this page will target MiSTer which ships with a binary named <code>tapto.sh</code>, whereas Windows ships with a...") Tag: Visual edit