

Haha no worries! It’s a useful feature. No reason to lock the subscription engine behind a Lidarr connection.
But I think I will rest for a while now lol.


Haha no worries! It’s a useful feature. No reason to lock the subscription engine behind a Lidarr connection.
But I think I will rest for a while now lol.


I pushed an update that adds a “review only” mode, with Lidarr no longer being a required connection.
https://github.com/aquantumofdonuts/mixarr/releases/tag/v1.1.1
Add any Subscription and set the result handling to “add to review queue”. Then, just look in the Review Queue tab for your recommendations.



Sure thing. Can you share your docker-compose.yml or docker cli string? Maybe I can help.


3010 is the web port, on the web container itself (direct connection the the web ui). 3443->443 and 3080->80 are the Caddy ports, which also point to the web ui (just proxied through Caddy). Hopefully that’s not too confusing.


I appreciate the positive feedback, hope you find it useful


Thank you so much! Glad you are enjoying it.


Hi, I think you can resolve this by forwarding your reverse proxy to http://mixarr-ip:3010/. That bypasses Caddy altogether. Give that a try, and let me know how it goes.


Great to hear! Feel free to post feature requests in either location, but github will tend to be preferred. Thank you!


Docker image released here: https://github.com/aquantumofdonuts/mixarr/releases/tag/v1.1.0


Ok, got it. Yes, this was a funky UI bug. There is now a ListenBrainz preset for Weekly Exploration, which pulls from the user’s playlist, and the “type” dropdown is disabled once you select a preset.
Please give it a try, let me know if that fixes the issue you were having. I updated the repo, you can pull and rebuild containers to get the changes.
Thanks!


I released a Docker image. You can get it here: https://github.com/aquantumofdonuts/mixarr/releases/tag/latest
Let me know if you have any issues!


I think the link is fixed now?
I will definitely take the Jellyfin suggestion to heart. Mixarr is Plex-centric because that’s what I use, but I see that Jellyfin has a large share as well. Thanks for the suggestion!
Edit: Added Jellyfin support. Four new subscription types in the “My Library” subscription preset group. You can pull and rebuild docker (or pull the latest image) to get the changes.


Sorry, which subscription specifically were you using? I’ll try to reproduce the behavior you’re seeing. Might be an easy fix.


Not currently, sorry. But I will look into adding that integration in the future


Interesting, that could be a bug. I’ll check it out. Thanks!


Awesome, thank you. Hope you like it.


It should work with just docker compose up using the default docker-compose.yml. web and API containers comprise the app, and caddy serves the frontend. Give it a try, let me know if you get stuck!


Hi, it might but I haven’t explored that. I’ll look into it. Would you want to roll your own SQLite, or just have that containerized instead of postgres?


The Discover feature is pretty much identical to what Lidify does. The distinguishing feature is the Subscriptions though. Like automated Lidify.
I could look into it. Open an issue on Github if you like, and I’ll see what I can do. Thanks!