txt/yaml/json as a playlist source
tom42
Simple text file(or yml/json), one item per line
example
-file start
-end file
or
-file start
631a474a9f0171f1999c6e4f
63e3eedd166819851638a316
5d7768244de0ee001fcc7ff0
-end file
Chaz Larson
Merged in a post:
Generic List Builder (File/API)
CBRHerms
Enable users to create collections/overlays from local (or github stored) files (CSV, YAML, JSON) or API endpoints (JSON). This builder should support movies, shows, individual episodes.
With people moving away from Trakt, this can help fill a gap that a lot of alternative providers do not fill, and allow third party scripts and services to integrate with kometa easier.
Could have it so that when configuring you state mapping of fields, source type, list type, etc.
This could potentially then allow ingestion of multiple different api's with just tweaking mappings etc.
Chaz Larson
Merged in a post:
custom_list
Insert Disc (Insert Disc)
Similar to reciperr being a simple Json endpoint; the ability to point to a standardized Json structured endpoint of shows or movies as a custom_list. P.O.C. already works with mimicking a reciperr movie list locally if the structure is the same.
tom42
If you remove "reciperr_list" from movie_only_builders in builder.py you can hijack reciperr_list using a simple json file like
[
{
"imdb_id":"tt0114530"
},
{
"imdb_id":"tt0708943"
},
{
"imdb_id":"tt0708996"
}
]
But for some reason IMDB does not have IDs for all two parters (combined into one ID), using TVDB IDs would fix the issues but reciperr_list only uses IMDB IDs
Metabot
Discord Discussion Can be found Here