diff options
Diffstat (limited to 'live/blog/a')
-rw-r--r-- | live/blog/a/jellyfin_server_with_sonarr_radarr.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/live/blog/a/jellyfin_server_with_sonarr_radarr.html b/live/blog/a/jellyfin_server_with_sonarr_radarr.html index ea24fbb..52b668d 100644 --- a/live/blog/a/jellyfin_server_with_sonarr_radarr.html +++ b/live/blog/a/jellyfin_server_with_sonarr_radarr.html @@ -6,8 +6,8 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" href="https://static.luevano.xyz/images/icons/favicon.ico"> -<title>Set up a media server with Jellyfin with Sonarr and Radarr -- Luévano's Blog</title> - <meta name="description" content="How to set up a media server with Jellyfin with Sonarr and Radarr, on Arch. With Bazarr, too."/> +<title>Set up a media server with Jellyfin, Sonarr and Radarr -- Luévano's Blog</title> + <meta name="description" content="How to set up a media server with Jellyfin, Sonarr and Radarr, on Arch. With Bazarr, too."/> <link rel="alternate" type="application/rss+xml" href="https://blog.luevano.xyz/rss.xml" title="Luévano's Blog RSS"> <!-- general style --> <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/css/style.css"> @@ -32,11 +32,11 @@ <!-- og meta --> - <meta property="og:title" content="Set up a media server with Jellyfin with Sonarr and Radarr -- Luévano's Blog"/> + <meta property="og:title" content="Set up a media server with Jellyfin, Sonarr and Radarr -- Luévano's Blog"/> <meta property="og:type" content="article"/> <meta property="og:url" content="https://blog.luevano.xyz/a/jellyfin_server_with_sonarr_radarr.md"/> <meta property="og:image" content="https://static.luevano.xyz/images/b/default.png"/> - <meta property="og:description" content="How to set up a media server with Jellyfin with Sonarr and Radarr, on Arch. With Bazarr, too."/> + <meta property="og:description" content="How to set up a media server with Jellyfin, Sonarr and Radarr, on Arch. With Bazarr, too."/> <meta property="og:locale" content="en"/> <meta property="og:site_name" content="Luévano's Blog"/> </head> @@ -85,7 +85,7 @@ <i class="fas fa-arrow-up" alt="Return to top"></i> </button> </div> - <h1>Set up a media server with Jellyfin with Sonarr and Radarr</h1> + <h1>Set up a media server with Jellyfin, Sonarr and Radarr</h1> <p>Second part of my self hosted media server. This is a direct continuation of <a href="https://blog.luevano.xyz/a/torrenting_with_qbittorrent.html">Set up qBitTorrent with Jackett for use with Starr apps</a>, which will be mentioned as “first part” going forward. Sonarr, Radarr, Bazarr (Starr apps) and Jellyfin setups will be described in this part. Same introduction applies to this entry, regarding the use of documentation and configuration.</p> <p>Everything here is performed in <mark>arch btw</mark> and all commands should be run as root unless stated otherwise.</p> @@ -639,6 +639,7 @@ base_url = /radarr <div class="article-info"> <p>By David Luévano</p> <p>Created: Mon, Jul 24, 2023 @ 04:30 UTC</p> + <p>Modified: Mon, Jul 24, 2023 @ 04:32 UTC</p> <div class="article-tags"> <p>Tags: <a href="https://blog.luevano.xyz/tag/@code.html">code</a>, <a href="https://blog.luevano.xyz/tag/@english.html">english</a>, <a href="https://blog.luevano.xyz/tag/@server.html">server</a>, <a href="https://blog.luevano.xyz/tag/@tools.html">tools</a>, <a href="https://blog.luevano.xyz/tag/@tutorial.html">tutorial</a> </p> |