-
**Describe the bug**
I'm using NestJS to hopefully host a FTS using oramasearch. I am able to create the database, but throws me an error when trying to insert multiple documents into it.
**To Rep…
-
hi.
i xp version 7.12.2 windows.
i create sandbox and start it successfully.
i create demo app with this command:
`enonic project create -r app-moviedb
`
from tutorial.
it create successfully.
…
-
I'm just getting into typescript, and attempting to implement the latest moviedb-promise in my project. Where I'm stuck is in how to specify the type when including appendToResponse in my movieInfo ca…
-
Out of curiosity, why does this library only send requests sequentially with [a queue system](https://github.com/grantholle/moviedb-promise/blob/main/src/moviedb.ts#L59-L80)? Why not support parallel …
-
instead of
`docker exec -it postgres psql -U postgres -d moviedb`
it should be like this:
`docker exec -it postgres psql -U postgres -d orderdb`
it is kinda confusing for the first time
-
Ran into an issue in configuring my server where I would receive the following error if I set any key at all on the context object while using DataSources:
`Please use the dataSources config option…
-
Using Libreelec 10.95.1 , kernel 6.1.11 , Windows system X11 , Kodi 20.0-Nexus
Diamond Info_Mod 7.54
The MovieBd Helper 5.1.2
Track is not working , I try delete addon data from this 2 addons a…
-
In the users dashboard or site settings, add a toggle switch to enable `adult=true` in the movieDB queries. When this flag is toggled, it should flip the 'adult' field in the MovieDB requests to true…
-
**Describe the bug**
When I install Jellyfin video plugin to Kodi and sync my library, Movies are empty. Other libraries like TV Shows are properly synchornized. Looks like video plugin "owns" Movies…
-
Given a specific movieDB id, return an array of shows related to that title. These will be displayed on the show detail screen, and possibly other places.