-
It appears that Kodi 19 mounts .ISO files automatically and the scarper traverses inside .ISO files and finds a bunch of .VOB files that it tries to look up at TMDB. This is very slow and it never has…
-
![image](https://user-images.githubusercontent.com/8509342/110203654-51fce380-7eaa-11eb-8300-10f8f5aec250.png)
Hi there, got error building the project. How to solve it?
-
I'd like the frontend to allow users to start typing a movie name, then return an autocompleted dropdown list of movies from IMDB based on what they are typing. The list of movies would presumably com…
-
**Describe the bug**
Scanner is not detecting episodes that are present
**To Reproduce**
Steps to reproduce the behavior:
Manual full sync
**Expected behavior**
Show shows as either availabl…
-
The genre_ids field is sometimes returned as {} for empty instead of [].
This can't be deserialized by TMDb lib.
For example:
https://api.themoviedb.org/3/tv/76534?api_key=%APIKEY%&language=…
-
I found one great option in tmdb helper. Manage artwork! With this option, any artwork can be changed. @elgatito With this option you would solve the problem with frequent questions I want this artwor…
-
#### Description
Is your feature request related to a problem? If so, please provide a clear and concise description of the problem. E.g., "I'm always frustrated when [...]."
#### Desired Behavi…
-
**Logs**
I am currently unable to update the log, but as soon as I can I will. Apologies.
**Describe the bug**
When I go into genre a select the genre I want it comes up with Seren Errors
…
-
I'm using `QueryMap` like this:
``` java
interface ProjectApi {
@GET("projects/")
Observable getProjects(@QueryMap(encoded = true) Map params);
}
```
``` java
final ProjectApi api = ...;
fin…
-
So about the folder watching and automatic trailer downloading...
> I do plan to add a file system watcher and have it as a setting where it would automatically download the trailers for new movies…