The main features of axiel7/moelist are: Tracking Services.
Open-source alternatives to axiel7/moelist include: bggrgjqaubcoe/piliplus — PiliPlus is a third-party media player designed for the Bilibili platform, providing a unified interface for video… chesire/nekome — Nekome is an Android application that helps with tracking your anime and manga watch lists. Watch list data is handled… chrisbanes/tivi — Tivi is a cross-platform application for discovering and tracking television shows, built with Kotlin Multiplatform… deandreamatias/tv-randshow — App to choose a random TV show episode - Made with #Flutter. drumber/kitsune. axiel7/anihyou-android.
PiliPlus is a third-party media player designed for the Bilibili platform, providing a unified interface for video streaming, live content consumption, and community interaction. It functions as a cross-platform application that synchronizes user accounts, playback preferences, and social data across mobile and desktop devices. The application distinguishes itself through advanced playback features, including real-time scrolling comment overlays that simulate a communal viewing experience. It incorporates local-first media caching to store assets directly on the device, which reduces latency
Nekome is an Android application that helps with tracking your anime and manga watch lists. Watch list data is handled by Kitsu.
Tivi is a cross-platform application for discovering and tracking television shows, built with Kotlin Multiplatform and Compose Multiplatform to share its user interface across Android, iOS, and desktop platforms. The app follows the Model-View-Intent (MVI) architecture pattern, where user actions are modelled as sealed class intents that reduce into a single immutable state object, ensuring predictable and unidirectional data flow managed through Kotlin coroutines and StateFlow. The application uses Hilt for compile-time dependency injection and SQLDelight for type-safe local data storage, c