-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,20 @@ | ||
# OCAMIX | ||
|
||
OCAMIX is yet another music client for servers like Jellyfin. | ||
OCAMIX is yet another music client for servers like Jellyfin. Focus is made on | ||
handling large libraries (>100000 tracks) and the app relies on a local database | ||
to perform correctly. | ||
|
||
Right now this is very much an early experimental work-in-progress. | ||
Right now this is still an early work-in-progress: | ||
|
||
- The feature set is very limited: browsing and playing libraries sorted by | ||
random. | ||
- Code quality varies but is mostly quite low since most parts of the software | ||
are still in a fast-moving exploration phase. | ||
|
||
This experiment is mostly an excuse to play with the somewhat-new [`brr-lwd` | ||
library](https://ocaml.org/p/brr-lwd/latest) which provides reactive web | ||
programming. | ||
programming (:heart:). | ||
|
||
This project features bindings to | ||
[IndexedDB](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API) that | ||
should be released independently at some point. | ||
will be released independently at some point. |