Arrg is an Elixir media manager for movies, tv shows, and music.
- Watches your media files
- Organizes, renames, and retags your files
- Can remove unrecognized files
- Plugin architecture
The easiest way to run Arrg is with docker
docker run ghcr.io/btkostner/arrg:edge
You'll need a current version of elixir
installed and working on your system.
-
Clone the repository
-
Install dependencies via
mix deps.get
-
Run the development server via
mix phx.server
-
Open your browser to
localhost:4000
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix