Some tabs are only published on YouTube, scrolling by while someone plays. TabXtract reads the notation off the video and turns it into a PDF you can print and put on the music stand.
Hay tablaturas que sólo están en YouTube, pasando mientras alguien toca. TabXtract lee la notación del video y la convierte en un PDF para imprimir y poner en el atril.
Three steps. The app does the reading; you just check the result.
Tres pasos. La app hace la lectura; vos sólo revisás el resultado.
Your computer will warn you the first time, because TabXtract isn't "signed". Signing costs a few hundred dollars a year and this is a free project, so we skip it. The app is built in public from the source code you can read on GitHub. Here's how to get past the warning once; after that it opens like any other app.
La primera vez tu computadora te va a avisar, porque TabXtract no está "firmada". Firmar cuesta unos cientos de dólares por año y este es un proyecto gratuito, asà que no lo hacemos. La app se compila públicamente a partir del código que podés leer en GitHub. Asà se pasa el aviso una sola vez; después abre como cualquier otra.
.dmg and drag TabXtract into Applications..dmg descargado y arrastrá TabXtract a Aplicaciones.That's the same block wearing a different message. Open the Terminal app (search for it with Spotlight), paste this line, press Enter, and try opening TabXtract again:
Es el mismo bloqueo con otro mensaje. AbrĂ la app Terminal (buscala con Spotlight), pegá esta lĂnea, apretá Enter y volvĂ© a abrir TabXtract:
xattr -dr com.apple.quarantine /Applications/TabXtract.app
Not sure if your Mac is Intel or Apple Silicon? Click the Apple menu → About This Mac. If it says "Chip: Apple M…", pick the Apple Silicon download.
¿No sabés si tu Mac es Intel o Apple Silicon? Menú Apple → Acerca de esta Mac. Si dice "Chip: Apple M…", elegà la descarga para Apple Silicon.
No warning on Linux. The .deb installs with a double-click on Debian and Ubuntu. The AppImage needs to be marked as executable first, either by right-click → Properties → "Allow executing as program", or in a terminal:
En Linux no hay aviso. El .deb se instala con doble clic en Debian y Ubuntu. El AppImage primero hay que marcarlo como ejecutable, con clic derecho → Propiedades → "Permitir ejecutar como programa", o en una terminal:
chmod +x TabXtract-*.AppImage
./TabXtract-*.AppImage
TabXtract checks for a new version when it starts and asks you before installing it. You can turn that off in Preferences. To update by hand, download the new version from the button above and install it over the old one. Your history and settings are kept.
TabXtract busca una versión nueva al arrancar y te pregunta antes de instalarla. Podés desactivarlo en Preferences. Para actualizar a mano, bajá la versión nueva con el botón de arriba e instalala encima de la anterior. Tu historial y tu configuración se conservan.
You don't need to know anything technical. Pick the form that matches, and it will ask you for exactly what helps.
No hace falta que sepas nada técnico. Elegà el formulario que corresponda y te va pidiendo justo lo que sirve.
Missing pages, repeated bars, a staff cut in half, or the wrong part of the video. On the results screen click Copy report and paste it into the form.
Faltan páginas, se repiten compases, un pentagrama cortado o agarró otra parte del video. En la pantalla de resultados tocá Copy report y pegalo en el formulario.
Report a bad PDF →Reportar un PDF malo →In the app, open Preferences → Open data folder and attach the file tabxtract.log. If a YouTube download fails, try Update yt-dlp in Preferences first: YouTube changes often.
En la app, abrà Preferences → Open data folder y adjuntá el archivo tabxtract.log. Si falla una descarga de YouTube, probá primero Update yt-dlp en Preferences: YouTube cambia seguido.
You'll need a free GitHub account to send the form. Please don't attach the video itself unless it's yours; a link is enough.
Para mandar el formulario necesitás una cuenta gratuita de GitHub. No adjuntes el video salvo que sea tuyo; con el link alcanza.
TabXtract is GPL-3.0. The computer-vision engine is a standalone Python package with a CLI, the desktop app wraps it with Tauri, and every installer is built by public CI from a tagged commit. README · Architecture · Contributing
TabXtract es GPL-3.0. El motor de visión por computadora es un paquete Python independiente con CLI, la app de escritorio lo envuelve con Tauri, y cada instalador lo compila la CI pública a partir de un commit etiquetado. README · Arquitectura · Contribuir (en inglés)