Built with these tools and technologies:
Table of Contents
❯ When I found Kometa, I also found myself coding files more than actually watching the media I have on my server. Spend less time coding them yourself. Kometa_Files is my repository for premade, properly mapped, Kometa Files. The individual files make it possible to pick and choose the ones you'd like, or use them all.
❯ Prebuilt Kometa files that pull everything together for a well groomed media server. Pulling the respective files will create a collection and add custom matching (as much as possible) posters. With collections like MonsterVerse or Lord of The Rings there is a corisponding TV Shows collection as well and can all be viewed in one easy collection.
└── kometa_files/
├── .github
│ └── ISSUE_TEMPLATE
├── README.md
├── collections
│ ├── movies
│ └── tvshows
├── metadata
│ ├── movies
│ └── tvshows
└── playlists
Kometa
In your Kometa config file add:
Movies:
metadata_files:
- folder: /config/metadata/movies
collection_files:
- folder: /config/collections/movies
TV Shows:
metadata_files:
- folder: /config/metadata/tvshows
collection_files:
- folder: /config/collections/tvshows
playlist_files:
- folder: /config/playlists
Extract the files to their respective folders. Kometa will read the folder of files so you don't have to add each file indifidually. More on that here
Files can also be used by adding a Custom Repo. More on that here and here
Contributions are welcome! Here are several ways you can contribute:
- Report Issues: Submit bugs found or log feature requests for the
kometa_files
project. - Join the Discussions: Share your insights, provide feedback, or ask questions.
- Readme built with ReadMe.AI