mirror of
https://github.com/plexguide/Huntarr.git
synced 2026-02-14 14:49:52 -06:00
feat: redesign apps page with grid layout and add Whisparr V3 card
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Huntarr.io Applications Documentation</title>
|
||||
<link rel="stylesheet" href="../css/main.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
||||
<script src="../js/main.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
@@ -54,98 +55,104 @@
|
||||
|
||||
<div class="main-content">
|
||||
<div class="container">
|
||||
<h1>Huntarr.io Applications</h1>
|
||||
<h1 id="page-title">Huntarr.io Applications</h1>
|
||||
|
||||
<p>Huntarr.io provides a unified interface to manage your media automation applications. Each application has its own dedicated documentation page with setup instructions, configuration options, and usage guides.</p>
|
||||
|
||||
<h2>Supported Applications</h2>
|
||||
|
||||
<div class="app-card sonarr-card">
|
||||
<div class="app-card-header">
|
||||
<div class="app-card-icon sonarr">
|
||||
<img src="../images/arrs/48-sonarr.png" alt="Sonarr Logo" width="48" height="48">
|
||||
<div class="apps-grid">
|
||||
<div class="app-card sonarr-card">
|
||||
<div class="app-card-header">
|
||||
<div class="app-card-icon sonarr">
|
||||
<img src="../images/arrs/48-sonarr.png" alt="Sonarr Logo" width="48" height="48">
|
||||
</div>
|
||||
<h3 class="app-card-title">Sonarr</h3>
|
||||
</div>
|
||||
<div class="app-card-content">
|
||||
<p>Manage and automate TV show downloads.</p>
|
||||
</div>
|
||||
<div class="app-card-footer">
|
||||
<a href="sonarr.html">View Sonarr Documentation →</a>
|
||||
</div>
|
||||
<h3 class="app-card-title">Sonarr</h3>
|
||||
</div>
|
||||
<div class="app-card-content">
|
||||
<p><strong>Purpose:</strong> Manage and automate TV show downloads.</p>
|
||||
<p><strong>Features:</strong> Calendar view, automatic searching, series management, quality profiles, and more.</p>
|
||||
|
||||
<div class="app-card radarr-card">
|
||||
<div class="app-card-header">
|
||||
<div class="app-card-icon radarr">
|
||||
<img src="../images/arrs/48-radarr.png" alt="Radarr Logo" width="48" height="48">
|
||||
</div>
|
||||
<h3 class="app-card-title">Radarr</h3>
|
||||
</div>
|
||||
<div class="app-card-content">
|
||||
<p>Manage and automate movie downloads.</p>
|
||||
</div>
|
||||
<div class="app-card-footer">
|
||||
<a href="radarr.html">View Radarr Documentation →</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="app-card-footer">
|
||||
<a href="sonarr.html">View Sonarr Documentation →</a>
|
||||
|
||||
<div class="app-card lidarr-card">
|
||||
<div class="app-card-header">
|
||||
<div class="app-card-icon lidarr">
|
||||
<img src="../images/arrs/48-lidarr.png" alt="Lidarr Logo" width="48" height="48">
|
||||
</div>
|
||||
<h3 class="app-card-title">Lidarr</h3>
|
||||
</div>
|
||||
<div class="app-card-content">
|
||||
<p>Manage and automate music downloads.</p>
|
||||
</div>
|
||||
<div class="app-card-footer">
|
||||
<a href="lidarr.html">View Lidarr Documentation →</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="app-card readarr-card">
|
||||
<div class="app-card-header">
|
||||
<div class="app-card-icon readarr">
|
||||
<img src="../images/arrs/48-readarr.png" alt="Readarr Logo" width="48" height="48">
|
||||
</div>
|
||||
<h3 class="app-card-title">Readarr</h3>
|
||||
</div>
|
||||
<div class="app-card-content">
|
||||
<p>Manage and automate book downloads.</p>
|
||||
</div>
|
||||
<div class="app-card-footer">
|
||||
<a href="readarr.html">View Readarr Documentation →</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="app-card whisparr-card">
|
||||
<div class="app-card-header">
|
||||
<div class="app-card-icon whisparr">
|
||||
<img src="../images/arrs/48-whisparr.png" alt="Whisparr Logo" width="48" height="48">
|
||||
</div>
|
||||
<h3 class="app-card-title">Whisparr V2</h3>
|
||||
</div>
|
||||
<div class="app-card-content">
|
||||
<p>Manage and automate adult content downloads.</p>
|
||||
</div>
|
||||
<div class="app-card-footer">
|
||||
<a href="whisparr.html">View Whisparr Documentation →</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="app-card whisparr-card">
|
||||
<div class="app-card-header">
|
||||
<div class="app-card-icon whisparr">
|
||||
<img src="../images/arrs/48-whisparr.png" alt="Whisparr V3 Logo" width="48" height="48">
|
||||
</div>
|
||||
<h3 class="app-card-title">Whisparr V3 (Eros)</h3>
|
||||
</div>
|
||||
<div class="app-card-content">
|
||||
<p>Newer version of Whisparr for managing adult content downloads.</p>
|
||||
</div>
|
||||
<div class="app-card-footer">
|
||||
<a href="eros.html">View Whisparr V3 Documentation →</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="app-card radarr-card">
|
||||
<div class="app-card-header">
|
||||
<div class="app-card-icon radarr">
|
||||
<img src="../images/arrs/48-radarr.png" alt="Radarr Logo" width="48" height="48">
|
||||
</div>
|
||||
<h3 class="app-card-title">Radarr</h3>
|
||||
</div>
|
||||
<div class="app-card-content">
|
||||
<p><strong>Purpose:</strong> Manage and automate movie downloads.</p>
|
||||
<p><strong>Features:</strong> Automatic searching, movie management, quality profiles, and more.</p>
|
||||
</div>
|
||||
<div class="app-card-footer">
|
||||
<a href="radarr.html">View Radarr Documentation →</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="app-card lidarr-card">
|
||||
<div class="app-card-header">
|
||||
<div class="app-card-icon lidarr">
|
||||
<img src="../images/arrs/48-lidarr.png" alt="Lidarr Logo" width="48" height="48">
|
||||
</div>
|
||||
<h3 class="app-card-title">Lidarr</h3>
|
||||
</div>
|
||||
<div class="app-card-content">
|
||||
<p><strong>Purpose:</strong> Manage and automate music downloads.</p>
|
||||
<p><strong>Features:</strong> Artist management, album tracking, quality profiles, and more.</p>
|
||||
</div>
|
||||
<div class="app-card-footer">
|
||||
<a href="lidarr.html">View Lidarr Documentation →</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="app-card readarr-card">
|
||||
<div class="app-card-header">
|
||||
<div class="app-card-icon readarr">
|
||||
<img src="../images/arrs/48-readarr.png" alt="Readarr Logo" width="48" height="48">
|
||||
</div>
|
||||
<h3 class="app-card-title">Readarr</h3>
|
||||
</div>
|
||||
<div class="app-card-content">
|
||||
<p><strong>Purpose:</strong> Manage and automate ebook and audiobook downloads.</p>
|
||||
<p><strong>Features:</strong> Author management, book tracking, quality profiles, and more.</p>
|
||||
</div>
|
||||
<div class="app-card-footer">
|
||||
<a href="readarr.html">View Readarr Documentation →</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="app-card whisparr-card">
|
||||
<div class="app-card-header">
|
||||
<div class="app-card-icon whisparr">
|
||||
<img src="../images/arrs/48-whisparr.png" alt="Whisparr Logo" width="48" height="48">
|
||||
</div>
|
||||
<h3 class="app-card-title">Whisparr</h3>
|
||||
</div>
|
||||
<div class="app-card-content">
|
||||
<p><strong>Purpose:</strong> Manage and automate adult content downloads.</p>
|
||||
<p><strong>Features:</strong> Scene tracking, automatic searching, quality profiles, and more.</p>
|
||||
</div>
|
||||
<div class="app-card-footer">
|
||||
<a href="whisparr.html">View Whisparr Documentation →</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2>Adding (i) Links to Your Huntarr.io UI</h2>
|
||||
|
||||
<p>The information icon (<span class="info-link">i</span>) in the Huntarr.io user interface can be used to link directly to these documentation pages. When implementing the (i) links in your app's HTML, use the following format:</p>
|
||||
|
||||
<pre><code><a href="https://plexguide.github.io/Huntarr.io/apps/sonarr.html" class="info-link" target="_blank">i</a></code></pre>
|
||||
|
||||
<div class="section-nav">
|
||||
<a href="../index.html">← Back to Home</a>
|
||||
<a href="../settings/settings.html">Settings Documentation →</a>
|
||||
@@ -154,7 +161,34 @@
|
||||
<footer>
|
||||
Huntarr.io <span class="version-badge">v6.5.18</span> | Applications Documentation | Thanks 4 Using Huntarr - Admin9705
|
||||
</footer>
|
||||
|
||||
<a href="#page-title" class="back-to-top" id="back-to-top" title="Back to Top">
|
||||
<i class="fas fa-arrow-up"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
// Show/hide back-to-top button based on scroll position
|
||||
window.addEventListener('scroll', function() {
|
||||
var backToTopButton = document.getElementById('back-to-top');
|
||||
if (window.pageYOffset > 300) {
|
||||
backToTopButton.classList.add('visible');
|
||||
} else {
|
||||
backToTopButton.classList.remove('visible');
|
||||
}
|
||||
});
|
||||
|
||||
// Add smooth scrolling for back-to-top button
|
||||
document.getElementById('back-to-top').addEventListener('click', function(e) {
|
||||
e.preventDefault();
|
||||
var targetId = this.getAttribute('href');
|
||||
var targetElement = document.querySelector(targetId);
|
||||
window.scrollTo({
|
||||
top: targetElement.offsetTop - 20,
|
||||
behavior: 'smooth'
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -708,15 +708,23 @@ footer {
|
||||
}
|
||||
|
||||
/* Card style for app blocks */
|
||||
/* App Cards Grid Container */
|
||||
.apps-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
|
||||
gap: 15px;
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
.app-card {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
border-radius: 8px;
|
||||
background-color: rgba(20, 25, 35, 0.6);
|
||||
margin: 20px 0;
|
||||
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
||||
transition: transform 0.3s, box-shadow 0.3s;
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.app-card:hover {
|
||||
@@ -725,9 +733,10 @@ footer {
|
||||
}
|
||||
|
||||
.app-card-header {
|
||||
padding: 15px;
|
||||
padding: 12px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
.app-card-icon {
|
||||
@@ -778,14 +787,16 @@ footer {
|
||||
}
|
||||
|
||||
.app-card-content {
|
||||
padding: 15px;
|
||||
padding: 12px;
|
||||
flex: 1;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
.app-card-footer {
|
||||
padding: 10px 15px;
|
||||
padding: 8px 12px;
|
||||
background-color: rgba(10, 15, 25, 0.3);
|
||||
text-align: right;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
/* Card styled for sonarr */
|
||||
|
||||
Reference in New Issue
Block a user