this post was submitted on 24 Oct 2023
162 points (98.8% liked)

Open Source

29849 readers
318 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

Show us your half baked, not really ready for prime time projects.

Or just whatever open source stuff you've been contributing to lately!

For me, it's https://openlibrary.org I've been working on having author pages populated with data from wikidata. Also a few other small things with documentation and small UI bugs :)

you are viewing a single comment's thread
view the rest of the comments
[–] aclarke@lemmy.world 54 points 10 months ago* (last edited 10 months ago) (3 children)

Haven't told this to anyone yet, but you did say "half baked"!

Similar to the idea behind k9s, I've been building a rust-based TUI to manage all your standard Servarrs. I'm calling it Managarr.

I've been working on it since January and I'm almost done with just the Radarr support, allowing you to add/edit/remove movies, indexers, collections, root folders, etc, view logs, tasks, updates, things like that. And you can view specific movie info and do manual searches, trigger searches, add/remove tags, etc.

The only big things left are

  • Finishing the UI for editing indexers and adding them (to support use cases without Prowlarr)
  • Support modifying quality definitions
  • Add sorting functionalities to the library and collections tables
  • Building mock servers for Transmission and Nzbget so I can create a docker container for users to test and play with before they install anything.

Here's a few screenshots:

Once I'm back to not being constantly busy with work, I'm hoping to push this thing across the finish line and get it into alpha and implement all the usual stuff like license, contribution guidelines, CI/CD, release pipelines, adding it to the standard package managers, etc.

[–] thejevans@lemmy.ml 8 points 10 months ago (1 children)

Got a repository link I can follow!?

[–] aclarke@lemmy.world 3 points 10 months ago* (last edited 9 months ago) (2 children)

I just made the repo public! So here's a link to the Managarr repo, and here's a link to my personal Wekan board to track my progress towards the alpha-release goal.

[–] 1984@lemmy.today 1 points 10 months ago

Good luck with this, hope you can finish it. Looks really cool.

[–] thejevans@lemmy.ml 1 points 10 months ago
[–] aclarke@lemmy.world 2 points 10 months ago* (last edited 9 months ago)

Wow! I wasn't expecting such a positive response! Thank you so much!

I hadn't made the repo public yet because I'm still working towards getting the project into a state that I would consider fully ready for contributions. This means things like CI/CD, contribution guidelines, release pipelines, better developer experience through all of this automation, etc.

But given the overwhelming response to, I guess, the initial "announcement" that it even exists, I don't see any reason why to not just make the project public while I work towards that alpha release goal.

So here's a link to the Managarr repo, and here's a link to my personal Wekan board to track my progress towards the alpha release goal, where I'll consider the project fully ready for contributions.