{"id":15517681,"url":"https://github.com/mattvonrocketstein/ixle","last_synced_at":"2026-02-11T19:35:00.986Z","repository":{"id":8026329,"uuid":"9435583","full_name":"mattvonrocketstein/ixle","owner":"mattvonrocketstein","description":"ixle indexes files","archived":false,"fork":false,"pushed_at":"2015-01-07T06:09:07.000Z","size":980,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-10T11:42:10.080Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mattvonrocketstein.png","metadata":{"files":{"readme":"README.txt","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-04-14T21:23:25.000Z","updated_at":"2023-12-20T23:04:21.000Z","dependencies_parsed_at":"2022-08-26T21:41:46.356Z","dependency_job_id":null,"html_url":"https://github.com/mattvonrocketstein/ixle","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mattvonrocketstein/ixle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattvonrocketstein%2Fixle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattvonrocketstein%2Fixle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattvonrocketstein%2Fixle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattvonrocketstein%2Fixle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattvonrocketstein","download_url":"https://codeload.github.com/mattvonrocketstein/ixle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattvonrocketstein%2Fixle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29342118,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T18:58:20.535Z","status":"ssl_error","status_checked_at":"2026-02-11T18:56:44.814Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2024-10-02T10:14:02.802Z","updated_at":"2026-02-11T19:35:00.964Z","avatar_url":"https://github.com/mattvonrocketstein.png","language":"Python","readme":"\nGetting Started\n================\n\nClone the repo and install pre-reqs:\n\n  $ git clone git://github.com/mattvonrocketstein/ixle.git\n  $ virtualenv node\n  $ source node/bin/activate\n  (node)$ pip install -r requirements.txt\n\nInstall and bootstrap ixle:\n\n  (node)$ python setup.py develop\n  (node)$ ixle -d # start couch daemon\n\nLeave that last command running, do this in a different terminal:\n\n  (node)$ ixle --install # setup couch databases\n  (node)$ ixle           # start webserver\n\nAt this point you should be able to see the WUI @ http://localhost:5500\n\nUnless you've done this all before, the database is empty right now.\nCheck out the \"Examples\" section below, and index some media.\n\nExamples:\n=========\n  $ ixle --action=index /path/to/stuff\n\n    Indexes everything under a certain directory;\n    items already in the database will be skipped.\n\n  $ ixle --force --action=index /path/to/stuff\n\n    Force-index everything under a certain directory.\n    Careful.. items already in the database will be overwritten.\n\n  $ ixle --action=md5 /path/to/stuff\n\n    Computes hashes for items in the database whenever the keys\n    start with \"/path/to/stuff\".  (In other words this only works\n    whenever the \"index\" action has already found a given file.)\n    This won't recompute the hash if existing items already have\n    that attribute set.  If you want to recompute, use --force\n\n  $ ixle --action=file /path/to/stuff\n\nWebUI QuickLinks:\n=================\n\n   * Couch info ( http://localhost:5500/_db )\n\n        Shows total couchdb size and per-db length.\n        Can also compact the databases.\n\n   * Edit dynamic-settings ( http://localhost:5500/_settings )\n\n        These are settings stored in couchdb (instead of the .ini).\n        Use `ignore_patterns` to ignore filenames matching certain patterns\n        Use `ignore_dirs` to mark certain directories as hands-off.\n        Use `random_sample_size` to change item-count on ( http://localhost:5500/_random )\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattvonrocketstein%2Fixle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattvonrocketstein%2Fixle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattvonrocketstein%2Fixle/lists"}