mirror of
https://github.com/plexguide/Huntarr-Sonarr.git
synced 2025-12-16 20:04:16 -06:00
update
This commit is contained in:
@@ -59,12 +59,67 @@
|
||||
</div>
|
||||
<div class="hero-text">
|
||||
<h2>A Message from Admin9705</h2>
|
||||
<p>Thanks for dropping by! I hope Huntarr helps you fill those annoying gaps in your media collection. This started as a simple bash script and has evolved into what you see today, all thanks to awesome folks like you! I built this to solve a problem many didn't even realize they had. The best part? My wife finally cancelled Hulu and couldn't be happier with our setup!</p>
|
||||
<p>Huntarr started as a simple bash script to solve a real problem: *arr apps don't actively search for missing content in your existing library. What you see today evolved from that need, with input from users who discovered they had significant gaps they didn't even know existed. The best validation? My wife finally cancelled our streaming subscriptions because our setup actually works.</p>
|
||||
<!-- Buttons removed as requested -->
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="community-help-section">
|
||||
<h2><i class="fas fa-question" style="margin-right: 10px; color: #3498db;"></i>Need Help Getting Started?</h2>
|
||||
|
||||
<div class="alert alert-info">
|
||||
<strong>💡 New to Huntarr?</strong> Most setup issues are Docker-related or simple configuration problems. Check the <a href="faq.html">FAQ</a> for common solutions, or get help from our community below.
|
||||
</div>
|
||||
|
||||
<div class="app-cards-grid">
|
||||
<div class="app-card">
|
||||
<div class="app-card-header">
|
||||
<div class="app-card-icon" style="background-color: #5865F2;">
|
||||
<i class="fab fa-discord" style="font-size: 24px;"></i>
|
||||
</div>
|
||||
<h3 class="app-card-title">Discord Community</h3>
|
||||
</div>
|
||||
<div class="app-card-content">
|
||||
<p>Get real-time help from the community and developers.</p>
|
||||
</div>
|
||||
<div class="app-card-footer">
|
||||
<a href="https://discord.com/invite/PGJJjR5Cww" target="_blank">Join Discord →</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="app-card">
|
||||
<div class="app-card-header">
|
||||
<div class="app-card-icon" style="background-color: #333;">
|
||||
<i class="fab fa-github" style="font-size: 24px;"></i>
|
||||
</div>
|
||||
<h3 class="app-card-title">GitHub Issues</h3>
|
||||
</div>
|
||||
<div class="app-card-content">
|
||||
<p>Report bugs or request features on GitHub.</p>
|
||||
</div>
|
||||
<div class="app-card-footer">
|
||||
<a href="https://github.com/plexguide/Huntarr.io/issues" target="_blank">Open Issue →</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="app-card">
|
||||
<div class="app-card-header">
|
||||
<div class="app-card-icon" style="background-color: #FF4500;">
|
||||
<i class="fab fa-reddit-alien" style="font-size: 24px;"></i>
|
||||
</div>
|
||||
<h3 class="app-card-title">Reddit Community</h3>
|
||||
</div>
|
||||
<div class="app-card-content">
|
||||
<p>Discuss with other users and share experiences.</p>
|
||||
</div>
|
||||
<div class="app-card-footer">
|
||||
<a href="https://www.reddit.com/r/huntarr/" target="_blank">Visit Subreddit →</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="features-section">
|
||||
<h2><i class="fas fa-crosshairs" style="margin-right: 10px; color: #e74c3c;"></i>What is Huntarr?</h2>
|
||||
<p>Huntarr is a specialized utility that solves a critical limitation in your *arr setup that most people don't realize exists. While Sonarr, Radarr, and other *arr applications are excellent at grabbing new releases as they appear on RSS feeds, <strong>they don't go back and actively search for missing content in your existing library</strong>.</p>
|
||||
@@ -113,28 +168,33 @@ For more information, check out the full documentation at https://plexguide.gith
|
||||
|
||||
|
||||
<section class="quick-links">
|
||||
<h2><i class="fas fa-users" style="margin-right: 10px; color: #3498db;"></i>Join Our Community</h2>
|
||||
<p>Have questions, suggestions, or just want to chat with other Huntarr users? Join our community platforms!</p>
|
||||
<h2><i class="fas fa-rocket" style="margin-right: 10px; color: #2ecc71;"></i>Ready to Get Started?</h2>
|
||||
<p>Follow our installation guide and join thousands of users who've automated their media libraries.</p>
|
||||
|
||||
<div class="quick-links-grid">
|
||||
<a href="https://discord.com/invite/PGJJjR5Cww" target="_blank" class="quick-link-item" style="border-left: 4px solid #5865F2;">
|
||||
<h3><i class="fab fa-discord" style="margin-right: 10px;"></i> Discord</h3>
|
||||
<p>Chat with the community and get live support</p>
|
||||
<a href="getting-started/installation.html" class="quick-link-item" style="border-left: 4px solid #2ecc71;">
|
||||
<h3><i class="fas fa-download" style="margin-right: 10px;"></i> Installation Guide</h3>
|
||||
<p>Step-by-step setup instructions for all platforms</p>
|
||||
</a>
|
||||
|
||||
<a href="https://www.reddit.com/r/huntarr/" target="_blank" class="quick-link-item" style="border-left: 4px solid #FF4500;">
|
||||
<h3><i class="fab fa-reddit-alien" style="margin-right: 10px;"></i> Reddit</h3>
|
||||
<p>Join discussions and share your experiences</p>
|
||||
<a href="faq.html" class="quick-link-item" style="border-left: 4px solid #f39c12;">
|
||||
<h3><i class="fas fa-question-circle" style="margin-right: 10px;"></i> FAQ</h3>
|
||||
<p>Common issues and solutions for new users</p>
|
||||
</a>
|
||||
|
||||
<a href="https://github.com/plexguide/Huntarr.io/discussions" target="_blank" class="quick-link-item" style="border-left: 4px solid #3498db;">
|
||||
<h3><i class="fas fa-comments" style="margin-right: 10px;"></i> Huntarr Forums</h3>
|
||||
<p>Ask questions and participate in our official forums</p>
|
||||
<a href="apps/index.html" class="quick-link-item" style="border-left: 4px solid #9b59b6;">
|
||||
<h3><i class="fas fa-cogs" style="margin-right: 10px;"></i> Configuration</h3>
|
||||
<p>Learn how to connect your *arr applications</p>
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
<div style="text-align: center; margin-bottom: 10px;">
|
||||
<a href="https://discord.com/invite/PGJJjR5Cww" target="_blank" style="margin: 0 15px; color: #5865F2; text-decoration: none;"><i class="fab fa-discord"></i> Discord</a>
|
||||
<a href="https://github.com/plexguide/Huntarr.io/issues" target="_blank" style="margin: 0 15px; color: #333; text-decoration: none;"><i class="fab fa-github"></i> GitHub</a>
|
||||
<a href="https://www.reddit.com/r/huntarr/" target="_blank" style="margin: 0 15px; color: #FF4500; text-decoration: none;"><i class="fab fa-reddit-alien"></i> Reddit</a>
|
||||
</div>
|
||||
Huntarr.io | Thanks 4 Using Huntarr - Admin9705
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user