Skip to content

Commit

Permalink
pre-commits run
Browse files Browse the repository at this point in the history
  • Loading branch information
bullmoose20 committed Jan 24, 2025
1 parent 5922e50 commit e0841ae
Show file tree
Hide file tree
Showing 50 changed files with 0 additions and 50 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,3 @@ logs/
012*-*.js
013*-*.js
014*-*.js
#
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ repos:
rev: v17.1.2
hooks:
- id: standard
#
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

FROM python:3-alpine

# Create app directory
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

### WIP, not fully functional

![image](./static/images/header.png)
Expand Down
1 change: 0 additions & 1 deletion json-schema/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

JSON schemas for Kometa YAML files

How to:
Expand Down
1 change: 0 additions & 1 deletion json-schema/config-schema.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

{
"$schema": "http://json-schema.org/draft-06/schema#",
"properties": {
Expand Down
1 change: 0 additions & 1 deletion json-schema/prototype_config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@


# yaml-language-server: $schema=./config-schema.json

libraries:
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Flask
Flask-Session
gunicorn
Expand Down
1 change: 0 additions & 1 deletion static/css/bootstrap.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion static/css/styles.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/* -------------------- */
/* GENERAL STYLES */
/* -------------------- */
Expand Down
1 change: 0 additions & 1 deletion static/js/bootstrap.bundle.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/*!
* Bootstrap v5.3.3 (https://getbootstrap.com/)
* Copyright 2011-2024 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
Expand Down
1 change: 0 additions & 1 deletion templates/000-base.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<!DOCTYPE html>
<html lang="en" data-bs-theme="dark">
<head>
Expand Down
1 change: 0 additions & 1 deletion templates/001-start.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

{% extends "000-base.html" %} {% block content %}
<form method="post" id="configForm" name="configForm">
<div id="{{page_info['title']}}Section">
Expand Down
1 change: 0 additions & 1 deletion templates/010-plex.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

{% extends "000-base.html" %} {% block content %}
<form method="post" id="configForm" name="configForm">
<div id="{{page_info['title']}}Section">
Expand Down
1 change: 0 additions & 1 deletion templates/020-tmdb.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

{% extends "000-base.html" %} {% block content %}
<form method="post" id="configForm" name="configForm">
<div id="{{page_info['title']}}Section">
Expand Down
1 change: 0 additions & 1 deletion templates/025-libraries.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

{% extends "000-base.html" %} {% block content %}
<form method="post" id="configForm" name="configForm">
<div id="{{page_info['title']}}Section">
Expand Down
1 change: 0 additions & 1 deletion templates/027-playlist_files.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

{% extends "000-base.html" %} {% block content %}
<form method="post" id="configForm" name="configForm">
<div id="{{page_info['title']}}Section">
Expand Down
1 change: 0 additions & 1 deletion templates/030-tautulli.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

{% extends "000-base.html" %} {% block content %}
<form method="post" id="configForm" name="configForm">
<div id="{{page_info['title']}}Section">
Expand Down
1 change: 0 additions & 1 deletion templates/040-github.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

{% extends "000-base.html" %} {% block content %}
<form method="post" id="configForm" name="configForm">
<div id="{{page_info['title']}}Section">
Expand Down
1 change: 0 additions & 1 deletion templates/050-omdb.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

{% extends "000-base.html" %} {% block content %}
<form method="post" id="configForm" name="configForm">
<div id="{{page_info['title']}}Section">
Expand Down
1 change: 0 additions & 1 deletion templates/060-mdblist.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

{% extends "000-base.html" %} {% block content %}
<form method="post" id="configForm" name="configForm">
<div id="{{page_info['title']}}Section">
Expand Down
1 change: 0 additions & 1 deletion templates/070-notifiarr.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

{% extends "000-base.html" %} {% block content %}
<form method="post" id="configForm" name="configForm">
<div id="{{page_info['title']}}Section">
Expand Down
1 change: 0 additions & 1 deletion templates/080-gotify.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

{% extends "000-base.html" %} {% block content %}
<form method="post" id="configForm" name="configForm">
<div id="{{page_info['title']}}Section">
Expand Down
1 change: 0 additions & 1 deletion templates/090-webhooks.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

{% extends "000-base.html" %} {% block content %}
<form method="post" id="configForm" name="configForm">
<div id="{{page_info['title']}}Section">
Expand Down
1 change: 0 additions & 1 deletion templates/100-anidb.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

{% extends "000-base.html" %} {% block content %}
<form method="post" id="configForm" name="configForm">
<div id="{{page_info['title']}}Section">
Expand Down
1 change: 0 additions & 1 deletion templates/110-radarr.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

{% extends "000-base.html" %} {% block content %}
<form method="post" id="configForm" name="configForm">
<div id="{{page_info['title']}}Section">
Expand Down
1 change: 0 additions & 1 deletion templates/120-sonarr.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

{% extends "000-base.html" %} {% block content %}
<form method="post" id="configForm" name="configForm">
<div id="{{page_info['title']}}Section">
Expand Down
1 change: 0 additions & 1 deletion templates/130-trakt.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

{% extends "000-base.html" %} {% block content %}
<form method="post" id="configForm" name="configForm">
<div id="{{page_info['title']}}Section">
Expand Down
1 change: 0 additions & 1 deletion templates/140-mal.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

{% extends "000-base.html" %} {% block content %}
<form method="post" id="configForm" name="configForm">
<div id="{{page_info['title']}}Section">
Expand Down
1 change: 0 additions & 1 deletion templates/150-settings.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

{% extends "000-base.html" %} {% block content %}
<form method="post" id="configForm" name="configForm" onsubmit="return validateForm()">
<div id="{{page_info['title']}}Section">
Expand Down
1 change: 0 additions & 1 deletion templates/900-final.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

{% extends "000-base.html" %} {% block content %}
<form method="post" id="final-form">
<div id="{{page_info['title']}}Section">
Expand Down
1 change: 0 additions & 1 deletion templates/modals/001-start.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<div class="alert alert-info" role="alert">
<a href="#" data-bs-toggle="modal" data-bs-target="#exampleModal">Click Here</a> if you need guidance.
</div>
Expand Down
1 change: 0 additions & 1 deletion templates/modals/010-plex.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<div class="alert alert-danger" role="alert">
<h6><b>This section is mandatory and must be completed</b></h6>
Enter your Plex URL/Token and press "Validate" to continue.
Expand Down
1 change: 0 additions & 1 deletion templates/modals/020-tmdb.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<div class="alert alert-danger" role="alert">
<h6><b>This section is mandatory and must be completed</b></h6>
Enter your TMDb API Key and press "Validate" to continue.
Expand Down
1 change: 0 additions & 1 deletion templates/modals/025-libraries.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<div class="alert alert-danger" role="alert">
<h6><b>This section is mandatory and must be completed</b></h6>
Select the libraries you would like to use Kometa on, and select which Defaults you would like to apply.
Expand Down
1 change: 0 additions & 1 deletion templates/modals/027-playlist_files.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<div class="alert alert-info" role="alert">
<h6><b>This section is optional</b></h6>
Select which libraries you would like to include content from to use with the Defaults Playlist files.
Expand Down
1 change: 0 additions & 1 deletion templates/modals/030-tautulli.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<div class="alert alert-info" role="alert">
<h6><b>This section is optional</b></h6>
Enter your Tautulli URL and API Key and press "Validate".
Expand Down
1 change: 0 additions & 1 deletion templates/modals/040-github.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<div class="alert alert-info" role="alert">
<h6><b>This section is optional</b></h6>
Enter your GitHub Personal Access Token and press "Validate".
Expand Down
1 change: 0 additions & 1 deletion templates/modals/050-omdb.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<div class="alert alert-info" role="alert">
<h6><b>This section is optional</b></h6>
Enter your OMDb API Key and press "Validate".
Expand Down
1 change: 0 additions & 1 deletion templates/modals/060-mdblist.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<div class="alert alert-info" role="alert">
<h6><b>This section is optional</b></h6>
Enter your MDBList API Key and press "Validate".
Expand Down
1 change: 0 additions & 1 deletion templates/modals/070-notifiarr.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<div class="alert alert-info" role="alert">
<h6><b>This section is optional</b></h6>
Enter your Notifiarr API Key and press "Validate".
Expand Down
1 change: 0 additions & 1 deletion templates/modals/080-gotify.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<div class="alert alert-info" role="alert">
<h6><b>This section is optional</b></h6>
Enter your Gotify URL/API Key and press "Validate".
Expand Down
1 change: 0 additions & 1 deletion templates/modals/090-webhooks.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<div class="alert alert-info" role="alert">
<h6><b>This section is optional</b></h6>
Enter your preferred client for each webhook.
Expand Down
1 change: 0 additions & 1 deletion templates/modals/100-anidb.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<div class="alert alert-info" role="alert">
<h6><b>This section is optional</b></h6>
Enter your AniDB Client/Username/Password and press "Validate".
Expand Down
1 change: 0 additions & 1 deletion templates/modals/110-radarr.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<div class="alert alert-info" role="alert">
<h6><b>This section is optional</b></h6>
Enter your Radarr URL/Token and press "Validate", then complete the rest of the form.
Expand Down
1 change: 0 additions & 1 deletion templates/modals/120-sonarr.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<div class="alert alert-info" role="alert">
<h6><b>This section is optional</b></h6>
Enter your Sonarr URL/Token and press "Validate", then complete the rest of the form.
Expand Down
1 change: 0 additions & 1 deletion templates/modals/130-trakt.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<div class="alert alert-info" role="alert">
<h6><b>This section is optional</b></h6>
Enter your Trakt Client ID/Client Secret and press "Retrieve PIN" which will take you to Trakt to complete authorization. Copy the PIN and paste it into the form, then press "Validate PIN".
Expand Down
1 change: 0 additions & 1 deletion templates/modals/140-mal.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<div class="alert alert-info" role="alert">
<h6><b>This section is optional</b></h6>
Enter your MyAnimeList Client ID/Client Secret and press "Authorize" which will take you to MyAnimeList to complete authorization. <b>you will be taken to a localhost page which does not load. Copy that URL</b> and paste it into the form and then press "Complete Authentication".
Expand Down
1 change: 0 additions & 1 deletion templates/modals/150-settings.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<div class="alert alert-danger" role="alert">
<h6><b>This section is mandatory</b></h6>
Go through each section and change any settings you need to.
Expand Down
1 change: 0 additions & 1 deletion templates/modals/900-final.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<div class="alert alert-info" role="alert">
Congratulations! You made it to the final step. Whats next?<br>
<a href="#" data-bs-toggle="modal" data-bs-target="#exampleModal">Click Here</a> for more information.
Expand Down

0 comments on commit e0841ae

Please sign in to comment.