This project is still in development and is not yet ready for public use, it's running on my personal server though so you can take your chances and try it out if you can figure out how to use it. :>
This is a rewrite of my previous project jellyvr, with some concept changes and a more modular design:
- Jellyvr is focused on heresphere player and jellyfin only, bringing ability for others to add support for other players and services is a priority for this project.
- Moonlit Binge seperates media server integration into
players
sub-crate. - Moonlit Binge currently doesn't support heresphere API, there's no plan to add it in the near future, unless someone PRs it.
- Moonlit Binge currently only supports jellyfin since that's the only media server I use, but PRs are welcome.
- Moonlit Binge currently focuses on VRChat-like VR video players by providing an HLS (m3u8) stream links that can be used in VR players by simply pasting the link.
- Moonlit Binge seperates media server integration into
- Jellyvr is using non-standard database (SurrealDB), this project uses Postgres
and Redis. - Jellyvr doesn't persist any preferences, this project will have user accounts and preferences.