|
|
|
|
|
by SoothingSorbet
732 days ago
|
|
Looks good, I have a few questions about the project: - Is there an Android app or is it Web only on Android? (This is very important for playback on video player apps, which support more than the Webview does.) - Is there a Flatpak available? - Why did you choose to use a big server like Postgres over using SQLite? Did it not meet your needs? It seems way overkill for a personal media manager. Are there any plans to at least support SQLite as an alternative in the future? |
|
There is no flatpak and no linux/mac/windows client yet. Right now client support is not a priority, I want to focus on supporting more features and stabilizing bugs before creating clients, but this is definitely in the todo.
There is no plan to support SQLite in the future, Kyoo already uses multiples executables/containers anyway. Postgres offer better scalability with little disaventages.