betanin

beets based mitm of your torrent client and music player

GPL-3.0 License

Downloads
1.2K
Stars
306
Committers
8

Bot releases are visible (Hide)

betanin - betanin v0.3.27

Published by github-actions[bot] about 3 years ago

Features

  • server: add support for parallel imports (fc23ad0)

Bug Fixes

  • ci: install wheel for pypa (82bb9ea)
  • ui: don't assume x86_64 for apks (d832ed7)
betanin - betanin v0.3.26

Published by github-actions[bot] about 3 years ago

warning, the docker volumes for this container have changed!
mounts in the container prefixed with /root should now be /b

for example, with docker-compose you can set
volumes:

  • ./data:/b/.local/share/betanin/ # betanin database
  • ./config:/b/.config/betanin/ # betanin config
  • ./beets:/b/.config/beets/ # beets config

it is also recommended that you set the UID/GID environment variables

for more info, check the README
https://github.com/sentriz/betanin

thanks!

Features

  • ci: setup release please (f7d0493)
  • ui: add prettier check (4db38ee)
  • ui: clean up example scripts (fd661a4)
  • ui: merge two torrents pages (7d74eaf)
  • ui: show login error as toast (c03d81c)

Bug Fixes

  • fix cors for socket connections (86db374)
  • ui: add active state for settings tabs (964f914)
  • ui: don't assume notification service setup url (c2fa512)
  • ui: update package.json (3f508fa)
  • ui: use classes (48fb1b3)