{"id":13801084,"url":"https://github.com/Trivernis/mediarepo","last_synced_at":"2025-05-13T11:30:50.859Z","repository":{"id":38234100,"uuid":"448640469","full_name":"Trivernis/mediarepo","owner":"Trivernis","description":"A media management tool","archived":false,"fork":false,"pushed_at":"2024-05-29T17:38:00.000Z","size":13282,"stargazers_count":160,"open_issues_count":3,"forks_count":12,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-07T18:05:04.632Z","etag":null,"topics":["image-viewer","media-manager","rust","tauri"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Trivernis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2022-01-16T18:35:32.000Z","updated_at":"2025-04-02T04:55:06.000Z","dependencies_parsed_at":"2024-05-29T20:19:37.980Z","dependency_job_id":"f8ef8502-0c48-4c6e-8ec8-e5111c4187f1","html_url":"https://github.com/Trivernis/mediarepo","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trivernis%2Fmediarepo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trivernis%2Fmediarepo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trivernis%2Fmediarepo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trivernis%2Fmediarepo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Trivernis","download_url":"https://codeload.github.com/Trivernis/mediarepo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253932764,"owners_count":21986445,"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":["image-viewer","media-manager","rust","tauri"],"created_at":"2024-08-04T00:01:19.336Z","updated_at":"2025-05-13T11:30:48.163Z","avatar_url":"https://github.com/Trivernis.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","Apps","Applications"],"sub_categories":["Open Source","Audio \u0026 Video"],"readme":"\u003ch1 align=\"center\"\u003e\nmediarepo\n\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://github.com/Trivernis/mediarepo/raw/main/mediarepo-ui/src-tauri/icons/64x64.png?raw=true\"/\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/Trivernis/mediarepo/actions/workflows/build.yml\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/workflow/status/trivernis/mediarepo/Build%20and%20test?style=for-the-badge\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://mediarepo.trivernis.dev\"\u003e\n        \u003cimg src=\"https://img.shields.io/website?style=for-the-badge\u0026url=https%3A%2F%2Fmediarepo.trivernis.dev\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://aur.archlinux.org/packages/mediarepo\"\u003e\n        \u003cimg src=\"https://img.shields.io/aur/version/mediarepo?style=for-the-badge\"\u003e\n    \u003c/a\u003e\n    \u003cimg src=\"https://img.shields.io/aur/license/mediarepo?style=for-the-badge\"\u003e\n\u003c/p\u003e\n\n- - -\n\n\u003e Mediarepo is a tool for managing media files.\nIt works similar to image boards (boorus) as it allows one to assign tags to media entries and\nsearch for entries by using those tags.\n\n![](https://mediarepo.trivernis.dev/assets/images/screenshot-1.png)\n\n## Features\n\n### Implemented\n\n- management of multiple repositories\n- running repository daemons on startup or in the background\n- importing files from the file system\n- assigning tags to files\n- searching for files using tags and properties\n- sorting files by properties and tag namespaces\n\n### Planned\n\n- tag aliases and implications\n- file collections\n- importing files from URLs\n- tag lookup using SauceNao and IQDB\n- synchronisation between clients\n\n## Installation\n\nIn order to use mediarepo, the mediarepo daemon and UI application need to be installed.\nBoth can be downloaded from the [Releases](https://github.com/Trivernis/mediarepo/releases) page or the AUR.\n\nArch Linux:\n```sh\n$ yay -S mediarepo-daemon mediarepo\n```\n\nWhen installing manually the `mediarepo-daemon` binary needs to be accessible in the `PATH` variable.\n\n\n## Building\n\n### Prerequisites\n\nYou need to have a working rust toolchain (e.g. via [rustup](https://rustup.rs/)) and  [node.js](https://nodejs.org) installed.\nFor building the UI the required tauri build tooling needs to be installed as well. Please follow [their documentation](https://tauri.studio/docs/getting-started/prerequisites) for setup information.\nYou also need to have a working [python](https://www.python.org/) installation on your system.\n\n### Building mediarepo\n\nAfter all required dependencies are installed and tools are accessible in the `PATH`, you can build the project like follows:\n\nCheck (and install) required tooling:\n```sh\n$ ./scripts/check.py --install\n```\n\u003e Note: this only installs tools that are installable via cargo or npm\n\nAll Componens:\n```sh\n$ ./scripts/build.py all\n```\n\nDaemon only:\n```sh\n$ ./scripts/build.py daemon\n```\n\nUI only:\n```sh\n$ ./scripts/build.py ui\n```\n\nClean the output directory:\n```sh\n$ ./scripts/clean.py\n```\n\nAfter building the `out` directory contains all the built binaries and bundles.\n\n### Test Builds\n\nFor test builds the `Containerfile` in this repository can be used. This way no build dependencies need to be installed on the system. The Containerfile doesn't provide any artifacts and can only be used for validation.\n\n## Usage and Further Information\n\nPlease consult the [official website](https://mediarepo.trivernis.dev) for more information. \n\n\n## License\n\nGPL-3","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTrivernis%2Fmediarepo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTrivernis%2Fmediarepo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTrivernis%2Fmediarepo/lists"}