-

Huntarr.io Applications

+

Huntarr.io Applications

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.

Supported Applications

-
-
-
- Sonarr Logo +
+
+
+
+ Sonarr Logo +
+

Sonarr

+
+
+

Manage and automate TV show downloads.

+
+ -

Sonarr

-
-

Purpose: Manage and automate TV show downloads.

-

Features: Calendar view, automatic searching, series management, quality profiles, and more.

+ +
+
+
+ Radarr Logo +
+

Radarr

+
+
+

Manage and automate movie downloads.

+
+
- -
-
-
- Radarr Logo -
-

Radarr

-
-
-

Purpose: Manage and automate movie downloads.

-

Features: Automatic searching, movie management, quality profiles, and more.

-
- -
- -
-
-
- Lidarr Logo -
-

Lidarr

-
-
-

Purpose: Manage and automate music downloads.

-

Features: Artist management, album tracking, quality profiles, and more.

-
- -
- -
-
-
- Readarr Logo -
-

Readarr

-
-
-

Purpose: Manage and automate ebook and audiobook downloads.

-

Features: Author management, book tracking, quality profiles, and more.

-
- -
- -
-
-
- Whisparr Logo -
-

Whisparr

-
-
-

Purpose: Manage and automate adult content downloads.

-

Features: Scene tracking, automatic searching, quality profiles, and more.

-
- -
- -

Adding (i) Links to Your Huntarr.io UI

- -

The information icon (i) 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:

- -
<a href="https://plexguide.github.io/Huntarr.io/apps/sonarr.html" class="info-link" target="_blank">i</a>
-
← Back to Home Settings Documentation → @@ -154,7 +161,34 @@
Huntarr.io v6.5.18 | Applications Documentation | Thanks 4 Using Huntarr - Admin9705
+ + + +
+ + \ No newline at end of file diff --git a/docs/css/main.css b/docs/css/main.css index de29ae8f..93323635 100644 --- a/docs/css/main.css +++ b/docs/css/main.css @@ -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 */