64 lines
2.8 KiB
HTML
64 lines
2.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.2.0/superhero/bootstrap.min.css" integrity="sha512-pCTSMcZZ+tTaq3FXSWGhMmO/OZ+52FqEdhlExLz8PTBQKMyqxAdav13kofJWiyI5zeieBo8tZ++SMZ2ZgueRBA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/simple-datatables@6.0.3/dist/style.css" integrity="sha256-402MmqzPksqYutg5VrSQeobxcgKkv9k001JWBTAQ0Dc=" crossorigin="anonymous">
|
|
<link rel="stylesheet" href="https://decicus-cdn.b-cdn.net/fontawesome/v5.15.4/css/all.min.css" integrity="sha384-rqn26AG5Pj86AF4SO72RK5fyefcQ/x32DNQfChxWvbXIyXFePlEktwD18fEz+kQU" crossorigin="anonymous">
|
|
<title>Cactflix [Main] — Plex — Existing Media</title>
|
|
<style type="text/css">
|
|
/**
|
|
* Override datatable styling to match dark background
|
|
*/
|
|
.dataTable-pagination a {
|
|
color: #dbdbdb;
|
|
}
|
|
|
|
.dataTable-pagination a:hover,
|
|
.dataTable-pagination .active a,
|
|
.dataTable-pagination .active a:focus,
|
|
.dataTable-pagination .active a:hover {
|
|
background-color: #1a242f;
|
|
}
|
|
|
|
.dataTable-sorter::before {
|
|
border-top: 4px solid #dbdbdb;
|
|
}
|
|
|
|
.dataTable-sorter::after {
|
|
border-bottom: 4px solid #dbdbdb;
|
|
}
|
|
|
|
.hidden {
|
|
display: none;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="container-fluid">
|
|
<h1 class="mt-4">Cactflix [Main] — Plex — Existing Media</h1>
|
|
<p>Existing media tracked in the different Sonarr & Radarr instances.</p>
|
|
<p><a href="./">Click here</a> for the homepage</p>
|
|
|
|
<p id="status-message">Loading... Please wait 🙂</p>
|
|
<div id="errors"></div>
|
|
|
|
<p class="hidden" id="total-filesize"></p>
|
|
|
|
<div class="update-status">
|
|
<p id="last-updated"></p>
|
|
<button type="button" class="btn btn-primary" id="refresh-button"><i class="fas fa-circle-notch"></i> Refresh table</button>
|
|
</div>
|
|
|
|
<table id="media-table" class="table table-striped table-hover mt-4">
|
|
</table>
|
|
</div>
|
|
</body>
|
|
<script src="https://cdn.jsdelivr.net/npm/simple-datatables@6.0.3/dist/umd/simple-datatables.js" integrity="sha256-lFa2JqMhBajGYOmnSpjWyNDEbaH70Wtpkw1Gm755yow=" crossorigin="anonymous"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/lz-string/1.4.4/lz-string.min.js" integrity="sha512-qoCTmFwBtCPvFhA+WAqatSOrghwpDhFHxwAGh+cppWonXbHA09nG1z5zi4/NGnp8dUhXiVrzA6EnKgJA+fyrpw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
|
<script src="existing.js"></script>
|
|
</html> |