Add metadata management for shows: implement metadata retrieval, application, and updates in the API and UI. Enhance Show and ShowDto models to include metadata fields, and update the database schema accordingly. Introduce new endpoints for metadata operations and integrate metadata display in the ShowDetail component.
This commit is contained in:
@@ -41,6 +41,20 @@
|
||||
"FontFileSerif": "/usr/share/fonts/truetype/dejavu/DejaVuSerif-Bold.ttf",
|
||||
"TemplateVersion": 1
|
||||
},
|
||||
"Metadata": {
|
||||
"Language": "ru-RU",
|
||||
"Tmdb": {
|
||||
"ApiKey": "",
|
||||
"BaseUrl": "https://api.themoviedb.org/3",
|
||||
"ImageBaseUrl": "https://image.tmdb.org/t/p",
|
||||
"PosterSize": "w500",
|
||||
"StillSize": "w300"
|
||||
},
|
||||
"Omdb": {
|
||||
"ApiKey": "",
|
||||
"BaseUrl": "https://www.omdbapi.com"
|
||||
}
|
||||
},
|
||||
"Serilog": {
|
||||
"Using": [ "Serilog.Sinks.Console" ],
|
||||
"MinimumLevel": {
|
||||
|
||||
Reference in New Issue
Block a user