{"id":16429864,"url":"https://github.com/mpalourdio/flhacker","last_synced_at":"2026-01-20T06:01:52.644Z","repository":{"id":238337469,"uuid":"796347753","full_name":"mpalourdio/flhacker","owner":"mpalourdio","description":":notes: Extract artwork from MP3/FLAC and convert them to ascii art. GraalVM native-image executable.","archived":false,"fork":false,"pushed_at":"2025-12-19T08:25:22.000Z","size":233,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-22T02:48:49.626Z","etag":null,"topics":["ascii-art","flac","graalvm","java","kotlin","mp3","native-image","ogg","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/mpalourdio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"mpalourdio"}},"created_at":"2024-05-05T17:14:36.000Z","updated_at":"2025-12-19T08:25:20.000Z","dependencies_parsed_at":"2024-05-18T09:24:58.375Z","dependency_job_id":"58fe0633-9998-443b-9b79-24c04216ff7f","html_url":"https://github.com/mpalourdio/flhacker","commit_stats":null,"previous_names":["mpalourdio/flhacker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mpalourdio/flhacker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpalourdio%2Fflhacker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpalourdio%2Fflhacker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpalourdio%2Fflhacker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpalourdio%2Fflhacker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mpalourdio","download_url":"https://codeload.github.com/mpalourdio/flhacker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpalourdio%2Fflhacker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28597087,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["ascii-art","flac","graalvm","java","kotlin","mp3","native-image","ogg","spring-boot"],"created_at":"2024-10-11T08:24:43.749Z","updated_at":"2026-01-20T06:01:52.638Z","avatar_url":"https://github.com/mpalourdio.png","language":"Kotlin","funding_links":["https://github.com/sponsors/mpalourdio"],"categories":[],"sub_categories":[],"readme":"[![CI](https://github.com/mpalourdio/flhacker/actions/workflows/main.yml/badge.svg)](https://github.com/mpalourdio/flhacker/actions/workflows/main.yml)\n\n# What is this ?\n\nIntended to run as CLI, it extracts the artwork embedded in audio files (FLAC/MP3) and display it as ascii art.\n\n# TLDR\n\n- Download \u0026 extract the [bin and the .so](https://mpalourdio.github.io/flhacker/flhacker.zip) (linux x86-64 only. Windows users must compile it themselves, or get a true OS).\n- Run `./flhacker -f /tmp/my.flac`\n- Let the magic happen\n\n# Example\n`./flhacker -f ~/Desktop/Time.flac`\n\n![Example](examples/dsotm.png)\n\n# Why ?\n\nWho knows ?\n\n# How does it work ?\n\n- Uses `Spring Boot` as base, because life is too short.\n- Uses [Jaudiotagger](https://www.jthink.net/jaudiotagger/).\n- Uses [image-to-ascii](https://github.com/seujorgenochurras/image-to-ascii).\n- The needed JDK `.so` are dynamically linked.\n\n# Requirements for hacking the codebase\n\n- Java 25 / maven 3.9+\n- GraalVM 25+ for native image compilation support\n\n# GraalVM Native image support\n\n- Full native image support. Run `mvn -Pnative native:compile`.\n- Run `target/flhacker -f /tmp/my.flac|mp3`. Don't forget to escape spaces etc.\n- See the artwork displayed as ascii art in your terminal.\n\nThe needed `reachabilty metadata` are in the [src/main/resources/META-INF/native-image](src/main/resources/META-INF/native-image) folder.\n\n# JUST MAKE A FUCKING .EXE FILE AND GIVE IT TO ME\n\nThe running executable available in the [zip](https://mpalourdio.github.io/flhacker/flhacker.zip) is linux x86-64 only, built on `ubuntu-latest` via `GitHub Actions`. So, it may not target your OS/CPU/libc architecture. \n\nThe best way to be up-to-date is to clone the repo and compile the sources if you know what you are doing (or open an issue).\n\nAlso, read [this](https://www.reddit.com/r/github/comments/1at9br4/i_am_new_to_github_and_i_have_lots_to_say/?utm_source=share\u0026utm_medium=mweb3x\u0026utm_name=mweb3xcss\u0026utm_term=1\u0026utm_content=share_button) and learn how NOT to be an a$$.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmpalourdio%2Fflhacker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmpalourdio%2Fflhacker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmpalourdio%2Fflhacker/lists"}