{"id":13762601,"url":"https://github.com/cosarara/fucking-weeb","last_synced_at":"2026-01-18T00:40:50.780Z","repository":{"id":147588612,"uuid":"76301867","full_name":"cosarara/fucking-weeb","owner":"cosarara","description":"A library manager for anime and series","archived":false,"fork":false,"pushed_at":"2023-08-18T15:40:29.000Z","size":68,"stargazers_count":42,"open_issues_count":1,"forks_count":3,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-02-12T18:07:10.852Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scheme","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cosarara.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}},"created_at":"2016-12-12T22:41:30.000Z","updated_at":"2023-12-19T20:18:18.000Z","dependencies_parsed_at":"2024-01-13T03:01:41.207Z","dependency_job_id":"e388b6dc-c173-4168-8e07-de9f68b1e80c","html_url":"https://github.com/cosarara/fucking-weeb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosarara%2Ffucking-weeb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosarara%2Ffucking-weeb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosarara%2Ffucking-weeb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosarara%2Ffucking-weeb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cosarara","download_url":"https://codeload.github.com/cosarara/fucking-weeb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253436514,"owners_count":21908349,"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":[],"created_at":"2024-08-03T14:00:49.559Z","updated_at":"2026-01-18T00:40:50.739Z","avatar_url":"https://github.com/cosarara.png","language":"Scheme","funding_links":[],"categories":["Data curation"],"sub_categories":["Download automation"],"readme":"Fucking weeb\n============\n\nA library manager for animu (and TV shows, and whatever).\n\n## Why\n\nI have my series split over different hard drives,\nin nested directories with names like\n\"[Underwater] Something Something [Batch]\".\nThat makes it hard to browse.\n\nI then also have to remember what's the last episode I watched.\nAnd if I'm watching that series with different\naudio/subtitle settings than the default, change those.\n\nWouldn't it be cool if I could save all this information\nin an easy to navigate library thingy? That's what this is.\n\n![Screenshot](https://www.cosarara.me/jaume/images/fucking_weeb_screenshot.png)\n\n\nNow go watch [the video].\n\n## Extra Features\n\n* Show posters\n* Automatically find posters in [TMDb]\n* Drag and drop posters from your browser and your file manager\n* Did I say it displays posters?\n* Set a video player command, which can be overriden\n  per show\n* It tries to get the show name from the directory name\n* It follows the XDG standards with regard to config files and such\n\n## Installing\n\nOh yeah before you ask, I've only run this on linux.\nHave fun on other OSes.\n\n### Arch\n\nIf you run arch, you are in luck, because so do I.\n[Have a PKGBUILD!](https://aur.archlinux.org/packages/weeb-git/)\n(not it's also in the arch/ directory in this same repo, so you can\njust get that).\n\n### Other *nix\n\nFucking weeb is written in [CHICKEN scheme], and uses\nGtk+ 3 as well as a bunch of dependencies (eggs).\n\nThe building dependencies are:\n\n* gtk3\n* chicken\n\nPlus the following chicken eggs:\n\n* bind\n* http-client\n* uri-common\n* openssl\n* medea\n\n#### Quick instructions\n\nInstall gtk3 and chicken from your distro's repositories, then run:\n\n    $ make deps-and-all\n    $ sudo make install\n\nFucking Weeb will be installed in /opt/weeb with a symlink in /usr/bin.\nYou can uninstall chicken too, if you want.\n\nThe first time you run it, it will complain about having no database\nfile and create one for you (in your $XDG_HOME).\n\n#### Long instructions\n\nYou can either bundle everything into one package\n(like we did in the quick instructions),\nso that the only dependency is gtk3, or make a normal development build, which\nwill link to the files inside your $CHICKEN_REPOSITORY.\n\nIf you are going to be doing more than one build, the deps-and-all target\nis very inefficient (since it downloads the dependencies to a temporary directory\nevery time).\n\nRead the makefile to see how it works.\n\nI keep my chicken eggs in _~/.local/lib/chicken/8_.\nRead [this][chicken-install] for the original instructions.\n\n_bind_ tries to install a binary in /usr/bin even with the $CHICKEN_REPOSITORY\nenv var, and that's why need to use -p unless we want to run chicken-install as root.\n\nYou could also install everything as root in /usr/ (that's the default if you don't\nset a $CHICKEN_REPOSITORY).\n\nAnyway, once you have the dependencies installed with chicken-install, and\nin either CHICKEN_REPOSITORY or the global path, you can run either\n_make_ or _make deployable_ and either will work.\nThe former will give you a _weeb_ binary in the current directory which\nyou can move around but links to your installed eggs, while the\nsecond will create a _weeb_ directory with a package you can\nmove around to any system that has a compatible libc and gtk3 installed.\n\n## TO-DOs/known bugs\n\n* The logo. Why didn't we start with the logo?\n* I've had it crash at random times (something something C_temporary_stack_bottom)\n* The code is not pretty. Don't judge me as a programmer for it\n  (it was my first scheme project after all)\n* Need a better poster-not-found image\n\n[the video]: http://www.cosarara.me/jaume/files/videos/fucking-weeb.webm\n[TMDb]: https://www.themoviedb.org/\n[CHICKEN scheme]: https://call-cc.org/\n[chicken-install]: https://wiki.call-cc.org/man/4/Extensions#changing-repository-location\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosarara%2Ffucking-weeb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcosarara%2Ffucking-weeb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosarara%2Ffucking-weeb/lists"}