ScenePeek is a TMDB and Jellyseerr / Overseerr / Seerr client for android and iOS. This project is now hosted on Codeberg! Check us out there. https://codeberg.org/Divinelink/scenepeek
66
stars
1,682
commits
Kotlin
primary language
Aug 27, 2026
updated
[!NOTE]
We are currently migrating our codebase to Codeberg. You can now find the project at: https://codeberg.org/Divinelink/scenepeek
ScenePeek is an android application, built with Jetpack Compose. The application provides information about movies & television shows and other forms of entertainment. It includes information such as cast and crew, plot summaries, user reviews, ratings, and more.
| Home | Details | Ratings | Lists |
|---|---|---|---|
| Request Media | Edit Request | View Requests | Awards |
The following table outlines the main features of ScenePeek:
| Feature | Description | Status |
|---|---|---|
| TMDB Authentication | Log in with TMDB account | ✅ Implemented |
| Rate Movies & TV Shows | Rate content directly through the app | ✅ Implemented |
| TMDB Watchlist | Manage your TMDB watchlist | ✅ Implemented |
| People Details | View detailed information about cast and crew | ✅ Implemented |
| Movie Details | Comprehensive information about movies | ✅ Implemented |
| TV Show Details | Detailed information about TV series | ✅ Implemented |
| Cast & Crew Information | Explore the team behind movies and TV shows | ✅ Implemented |
| Seerr Authentication | Log in to your Seerr account | ✅ Implemented |
| Seerr Requests | Request movies and TV shows via Seerr | ✅ Implemented |
| Additional Rating Sources | View IMDb & Trakt ratings for all content | ✅ Implemented |
| Discover Feed | Discover media through advanced filtering | ✅ Implemented |
| TV Show Seasons | Detailed information about individual seasons | ✅ Implemented |
| Awards | Explore major film awards: Oscars, Golden Globes, European Film Awards, and more | ✅ Implemented |
| Request notifications | Get notifications on media requests | 🚧 Planned |
We are continuously working on improving and expanding these features to enhance the user experience. Features marked as "Work in Progress" are actively being developed and will be available in future updates.
Welcome! The application uses an MVVM architecture which you can read about here. The documentation folder can also serve as a guide to getting familiar with this project.
This application is built with a thorough suite of unit and ui tests to ensure that all functionality is working as intended. These tests are run automatically with every build, and are a crucial part of our development process. They help us catch and fix bugs early on, and ensure that new changes don't break existing functionality. By using unit and ui tests, we can have confidence that the app is working as expected, and that it will continue to work correctly as we make updates and improvements over time.
In addition to the tests, the development process includes a system of pull requests. By reviewing the pull request history, you can get a detailed understanding of how the application was implemented. This can be especially helpful if you're looking to learn more about how a specific feature was developed or if you're trying to understand how the codebase is organized.
Our app implements a caching strategy to optimize performance and reduce API requests:
This combination of local caching and selective updates ensures that our app remains responsive while minimizing unnecessary network traffic.
The following table shows the current status of caching implementation for different data types:
| Data Type | Caching Implemented |
|---|---|
| People | ✅ Implemented |
| Movie | 🚧 Work in Progress |
| TV Shows | 🚧 Work in Progress |
We are continuously working on improving our caching strategy to enhance app performance.
We use secrets-gradle-plugin to keep our API keys secure. This plugin allows us to store sensitive information like API keys in a local properties file that is not committed to the repository.
local.properties file in the root project directoryPROPERTY_NAME=valuebuild.gradle, reference these properties using secrets.propertyName1,673 commits
9 commits
Kotlin
99.5%
ScenePeek is a TMDB and Jellyseerr / Overseerr / Seerr client for android and iOS. This project is now hosted on Codeberg! Check us out there. https://codeberg.org/Divinelink/scenepeek
66
stars
1,682
commits
Kotlin
primary language
Aug 27, 2026
updated
[!NOTE]
We are currently migrating our codebase to Codeberg. You can now find the project at: https://codeberg.org/Divinelink/scenepeek
ScenePeek is an android application, built with Jetpack Compose. The application provides information about movies & television shows and other forms of entertainment. It includes information such as cast and crew, plot summaries, user reviews, ratings, and more.
| Home | Details | Ratings | Lists |
|---|---|---|---|
| Request Media | Edit Request | View Requests | Awards |
The following table outlines the main features of ScenePeek:
| Feature | Description | Status |
|---|---|---|
| TMDB Authentication | Log in with TMDB account | ✅ Implemented |
| Rate Movies & TV Shows | Rate content directly through the app | ✅ Implemented |
| TMDB Watchlist | Manage your TMDB watchlist | ✅ Implemented |
| People Details | View detailed information about cast and crew | ✅ Implemented |
| Movie Details | Comprehensive information about movies | ✅ Implemented |
| TV Show Details | Detailed information about TV series | ✅ Implemented |
| Cast & Crew Information | Explore the team behind movies and TV shows | ✅ Implemented |
| Seerr Authentication | Log in to your Seerr account | ✅ Implemented |
| Seerr Requests | Request movies and TV shows via Seerr | ✅ Implemented |
| Additional Rating Sources | View IMDb & Trakt ratings for all content | ✅ Implemented |
| Discover Feed | Discover media through advanced filtering | ✅ Implemented |
| TV Show Seasons | Detailed information about individual seasons | ✅ Implemented |
| Awards | Explore major film awards: Oscars, Golden Globes, European Film Awards, and more | ✅ Implemented |
| Request notifications | Get notifications on media requests | 🚧 Planned |
We are continuously working on improving and expanding these features to enhance the user experience. Features marked as "Work in Progress" are actively being developed and will be available in future updates.
Welcome! The application uses an MVVM architecture which you can read about here. The documentation folder can also serve as a guide to getting familiar with this project.
This application is built with a thorough suite of unit and ui tests to ensure that all functionality is working as intended. These tests are run automatically with every build, and are a crucial part of our development process. They help us catch and fix bugs early on, and ensure that new changes don't break existing functionality. By using unit and ui tests, we can have confidence that the app is working as expected, and that it will continue to work correctly as we make updates and improvements over time.
In addition to the tests, the development process includes a system of pull requests. By reviewing the pull request history, you can get a detailed understanding of how the application was implemented. This can be especially helpful if you're looking to learn more about how a specific feature was developed or if you're trying to understand how the codebase is organized.
Our app implements a caching strategy to optimize performance and reduce API requests:
This combination of local caching and selective updates ensures that our app remains responsive while minimizing unnecessary network traffic.
The following table shows the current status of caching implementation for different data types:
| Data Type | Caching Implemented |
|---|---|
| People | ✅ Implemented |
| Movie | 🚧 Work in Progress |
| TV Shows | 🚧 Work in Progress |
We are continuously working on improving our caching strategy to enhance app performance.
We use secrets-gradle-plugin to keep our API keys secure. This plugin allows us to store sensitive information like API keys in a local properties file that is not committed to the repository.
local.properties file in the root project directoryPROPERTY_NAME=valuebuild.gradle, reference these properties using secrets.propertyName1,673 commits
9 commits
Kotlin
99.5%