mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
fix
This commit is contained in:
parent
2e386ad794
commit
5d3ec5889c
2 changed files with 7 additions and 431 deletions
14
index.html
14
index.html
|
@ -68,7 +68,7 @@
|
|||
"img/fanart/12.jpg"
|
||||
]'></div>
|
||||
|
||||
<div class="intro slide-up">
|
||||
<div class="intro">
|
||||
<img src="img/logo-orange-small.png" alt="Ombi logo">
|
||||
<h1>Your Media, On Demand</h1>
|
||||
<p>The seamless way for your Plex and Emby users to request new content. Ombi integrates with your media server and automatically manages user requests.</p>
|
||||
|
@ -84,37 +84,37 @@
|
|||
<p class="text-center">Ombi transforms how you manage your media server with these essential features:</p>
|
||||
|
||||
<div class="features-grid">
|
||||
<div class="feature-card slide-up">
|
||||
<div class="feature-card ">
|
||||
<i class="fas fa-user-friends feature-icon"></i>
|
||||
<h3>User Management</h3>
|
||||
<p>Connect to your Plex or Emby server and automatically sync users, giving them a personalized request experience.</p>
|
||||
</div>
|
||||
|
||||
<div class="feature-card slide-up">
|
||||
<div class="feature-card ">
|
||||
<i class="fas fa-search feature-icon"></i>
|
||||
<h3>Smart Search</h3>
|
||||
<p>Powerful search capabilities to find TV shows and movies across multiple providers with rich metadata.</p>
|
||||
</div>
|
||||
|
||||
<div class="feature-card slide-up">
|
||||
<div class="feature-card ">
|
||||
<i class="fas fa-robot feature-icon"></i>
|
||||
<h3>Automation</h3>
|
||||
<p>Seamless integration with Sonarr, Radarr, CouchPotato, SickRage, and more to automatically fulfill requests.</p>
|
||||
</div>
|
||||
|
||||
<div class="feature-card slide-up">
|
||||
<div class="feature-card ">
|
||||
<i class="fas fa-bell feature-icon"></i>
|
||||
<h3>Notifications</h3>
|
||||
<p>Customizable notifications through various channels to keep users updated on their requests.</p>
|
||||
</div>
|
||||
|
||||
<div class="feature-card slide-up">
|
||||
<div class="feature-card ">
|
||||
<i class="fas fa-lock feature-icon"></i>
|
||||
<h3>Request Approval</h3>
|
||||
<p>Optional approval system for admins to manage and control what content gets added to your server.</p>
|
||||
</div>
|
||||
|
||||
<div class="feature-card slide-up">
|
||||
<div class="feature-card ">
|
||||
<i class="fas fa-mobile-alt feature-icon"></i>
|
||||
<h3>Mobile Apps</h3>
|
||||
<p>Native mobile applications for iOS and Android for on-the-go request management.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue