Skip to content

Anshu78780/App-Release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

🎬 ScreenScape

ScreenScape Logo

Your Ultimate Entertainment Hub Across All Platforms

Stream, Download, and Enjoy Movies, TV Shows, Anime, and Live Sports

Web App API TV App Android


🚀 Quick Links

FeaturesPlatformsScreenshotsInstallationAPIEmbed LinksFAQ


🌟 Available Platforms

ScreenScape is available across multiple platforms to ensure you can enjoy your favorite content anywhere:

Web App
🌐 Web App
screenscape.me
Access from any browser
Android App
📱 Android App
Download APK
Full mobile experience
TV App
📺 TV App
GitHub Repo
Big screen entertainment
API
🔌 Developer API
screenscapeapi.dev
Build your own apps
Embed Links
🔗 Embed Links
Get Embed Code
Integrate into websites

✨ Features

🎬 Extensive Content Library

  • Access thousands of movies, TV shows, anime, and live sports
  • Multiple content providers with region-specific options
  • Global, Indian, and specialized international content
  • Regular updates with latest releases

🔍 Powerful Search & Discovery

  • Find content across all providers instantly
  • Filter by genres, years, and categories
  • IMDB integration for ratings and metadata
  • Smart recommendations based on preferences

📥 Download Manager (Android)

  • Download content for offline viewing
  • Smart organization of downloaded files
  • Background download processing
  • Multiple quality options

▶️ Advanced Video Player

  • Support for multiple video formats

  • Adjustable playback speed (0.5x - 2x)

  • Custom subtitle support with sync

  • Picture-in-picture mode

  • Resume watching feature

🔄 Multi-Provider System

  • Switch between content providers seamlessly
  • Region-specific providers for localized content
  • Automatic provider recommendations
  • Fallback options for reliability

� Multi-Device Support

  • Web: Stream from any browser
  • Android: Full mobile experience with downloads
  • TV: Optimized for big screen viewing
  • API: Build your own integrations
  • Embed: Integrate player into your website

🛠️ Customization Options

  • Personalize app appearance with themes
  • Configure default playback settings
  • Manage storage and quality preferences
  • External player support

📋 Watchlist & History

  • Keep track of what you want to watch

  • Resume from where you left off

  • Sync across devices (coming soon)

  • Track your watching history


📸 Screenshots

🏠 Home Screen

Home Screen

Browse trending content and personalized recommendations


🔍 Search & Discovery

Search
Powerful Search
Search Results
Instant Results

📺 Content & Playback

Content Details
Detailed Information
Video Player
Advanced Player

⚙️ Settings & Providers

Provider Selection
Multiple Providers
Settings
Customization Options

📥 Downloads & Quality

Watchlist
Watchlist Management
Quality Selection
Quality Options

📱 Installation

Android App

  1. Download the latest APK from the Releases section
  2. Enable "Install from Unknown Sources" in your device settings
    • Go to Settings → Security → Unknown Sources
  3. Install the downloaded APK file
  4. Launch ScreenScape and start exploring

Web App

Simply visit screenscape.me from any modern web browser. No installation required!

TV App

  1. Visit the TV App Repository
  2. Follow the installation instructions for your TV platform
  3. Enjoy ScreenScape on the big screen

🔌 API Integration

ScreenScape provides a powerful API for developers to integrate our content discovery features into their own applications.

API Features

  • 🎬 Search movies, TV shows, anime, and sports
  • 📊 Get detailed content information and metadata
  • 🔗 Access streaming links from multiple providers
  • 🌍 Region-specific content filtering
  • ⚡ Fast and reliable responses

Getting Started

Visit screenscapeapi.dev for:

  • Complete API documentation
  • Authentication guides
  • Code examples and SDKs
  • Rate limits and usage policies
  • Developer support

Quick Example

// Example API call
fetch('https://screenscapeapi.dev/api/search?query=inception')
  .then(response => response.json())
  .then(data => console.log(data));

🔗 Embed Links

ScreenScape provides embeddable video players that you can integrate directly into your website or application.

Embed Player

Embed Features

  • Direct Video Embedding: Embed any movie or TV show episode
  • 🎨 Customizable Player: Match your website's design
  • 📱 Responsive Design: Works on all screen sizes
  • Fast Loading: Optimized for performance
  • 🔒 Secure: HTTPS support for all embeds
  • 🌐 Cross-Platform: Works on any website or CMS

How to Get Embed Links

  1. Find Content: Search for any movie or TV show on ScreenScape
  2. Get Embed Code: Click the "Embed" button on the content page
  3. Copy Code: Copy the provided iframe code
  4. Paste: Add it to your website's HTML

Example Embed Code

<!-- Basic Embed -->
<iframe 
  src="https://screenscape.me/embed/movie/12345" 
  width="100%" 
  height="500" 
  frameborder="0" 
  allowfullscreen
  allow="autoplay; encrypted-media">
</iframe>

<!-- Responsive Embed -->
<div style="position: relative; padding-bottom: 56.25%; height: 0;">
  <iframe 
    src="https://screenscape.me/embed/movie/12345" 
    style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"
    frameborder="0" 
    allowfullscreen
    allow="autoplay; encrypted-media">
  </iframe>
</div>

Customization Options

You can customize the embed player with URL parameters:

https://screenscape.me/embed/movie/12345?autoplay=1&controls=1&theme=dark

Available Parameters:

  • autoplay=1 - Auto-start playback
  • controls=1 - Show/hide player controls
  • theme=dark|light - Player theme
  • quality=auto|1080p|720p|480p - Default quality
  • subtitle=en - Default subtitle language

Use Cases

  • 📰 News & Blogs: Embed trailers and clips in articles
  • 🎓 Educational Sites: Add educational content
  • 🎮 Gaming Sites: Embed game trailers and reviews
  • 📺 Entertainment Portals: Create your own streaming site
  • 💼 Business Sites: Showcase video content

Best Practices

  1. Always use responsive embed code for mobile compatibility
  2. Test embeds on different devices and browsers
  3. Respect content licensing and usage rights
  4. Use appropriate quality settings for your audience
  5. Enable autoplay only when appropriate

🎯 Recommended Providers

For the best experience, we recommend these providers:

Provider Best For Quality Speed
Netflix Mirror Latest movies & TV shows ⭐⭐⭐⭐⭐ Fast
MoviesDrive High-quality downloads ⭐⭐⭐⭐⭐ Medium
MultiStream Diverse content library ⭐⭐⭐⭐ Fast
ProtonMovies Streaming & downloads ⭐⭐⭐⭐ Fast
FlixHQ English content ⭐⭐⭐⭐⭐ Very Fast

💡 Tip: Different providers work better for different types of content and regions. Experiment to find what works best for you!


💡 Usage Tips

📥 Downloading Content (Android App)
  1. Navigate to the content you want to download
  2. Select your preferred quality (480p, 720p, 1080p)
  3. Tap the download button
  4. Monitor progress in the Downloads section
  5. Access downloaded content offline anytime
🎮 External Player Support
  1. Open content details page
  2. Enable "External Player" mode
  3. Select your preferred server
  4. Choose your external player (VLC, MX Player, etc.)
  5. Enjoy enhanced playback features
📝 Subtitle Management
  1. During playback, tap the screen to show controls
  2. Tap the subtitle icon (CC)
  3. Select from available subtitles
  4. Or add external subtitle files (.srt, .vtt)
  5. Adjust subtitle timing if needed
📺 Casting to TV
  1. Ensure your TV and device are on the same Wi-Fi network
  2. Tap the cast icon during playback
  3. Select your Chromecast or Smart TV
  4. Control playback from your mobile device
  5. Enjoy on the big screen
🔄 Switching Providers
  1. Go to Settings → Providers
  2. Browse available content providers
  3. Select your preferred provider
  4. The app will remember your choice
  5. Switch anytime if a provider isn't working

❓ FAQ

Is ScreenScape free to use?

Yes! ScreenScape is completely free across all platforms (Web, Android, TV) with no hidden fees, subscriptions, or in-app purchases.

Do I need to create an account?

No account creation or login is required. Just download/visit and start watching immediately.

Why does a provider sometimes not work?

Content providers may be temporarily unavailable due to maintenance or regional restrictions. Simply switch to an alternative provider or try again later.

Can I use ScreenScape on multiple devices?

Absolutely! Use the web app on your computer, Android app on your phone, and TV app on your television. Your experience is seamless across all platforms.

How do I report bugs or request features?

Submit bugs and feature requests through our GitHub Issues page. We actively monitor and respond to all submissions.

Is my data private and secure?

Yes! ScreenScape doesn't collect personal data. All viewing history, watchlists, and preferences are stored locally on your device.

Can I use the API for commercial projects?

Please visit screenscapeapi.dev for detailed information about API usage terms, rate limits, and commercial licensing.

Which platform should I use?
  • Web App: Best for desktop/laptop browsing
  • Android App: Full features including downloads
  • TV App: Optimized for big screen viewing
  • API: For developers building custom applications
  • Embed Links: For website owners wanting to integrate content
How do I get embed links for my website?

Navigate to any content on ScreenScape, click the "Embed" button, and copy the provided iframe code. See the Embed Links section for detailed instructions and customization options.


⚠️ Disclaimer

ScreenScape operates as a content discovery and aggregation platform. We want to be transparent about how our service works:

  • 📡 No Content Hosting: ScreenScape does not host, store, or distribute any media content on our servers
  • 🔍 Search & Indexing: We function as a search engine that aggregates publicly available information from various third-party services
  • 🌐 Web Scraping Tool: The platform indexes and organizes content information that is already publicly accessible on the internet
  • 👤 User Responsibility: Users are responsible for ensuring they have the right to access content through their local networks and services
  • 🚫 No Liability: ScreenScape is not responsible for how users utilize the discovered content or the availability of third-party services

By using ScreenScape, you acknowledge that you understand and accept these terms.


🤝 Contributing

We welcome contributions from the community! Here's how you can help:

  • 🐛 Report bugs and issues
  • 💡 Suggest new features
  • 📝 Improve documentation
  • 🌍 Help with translations
  • ⭐ Star the repository if you find it useful

📞 Support & Community


📜 License

This project is licensed under the MIT License - see the LICENSE file for details.


Made with ❤️ for Entertainment Enthusiasts Worldwide

ScreenScape - Your Gateway to Unlimited Entertainment

⬆ Back to Top


ScreenScape

Download Now | Visit Web App | Explore API | Get TV App

Web API TV