bnkai

Results 102 comments of bnkai

> @bnkai The settings were exactly as shown above in the screenshot, 1 parallel task only. The task ran over 7 corrupt video files. > > Unfortunately I am on...

Code looks ok. I have no way of testing it though. Should it be merged so that ios users can test it?

>I noticed that after I re-assigned a file to a file-less scene, the previously file-less scene remained unplayable: Same thing happens if you merge a `normal` scene (source) to a...

I have been using the build from this PR for some time now. Imho it is safe enough to merge so that we can have more feedback/use cases and then...

There seems to be an issue when scraping a performer's alias (the existing aliases are not displayed) Example Performer has aliases ![2022-11-10_20-26](https://user-images.githubusercontent.com/48220860/201181848-8e6877d6-42ed-46f8-a1fd-d506feca166a.png) When scraping no existing aliases are listed ![2022-11-10_20-25](https://user-images.githubusercontent.com/48220860/201181977-7b1f1179-6131-46e1-97f2-4834d651f221.png)

- Adding brotli should have more effect the more times you serve the static content. In our case wont it be loaded once and then get cached? - From the...

From a quick look it seems that they library we use for xpath parsing may have an issue with the string function. For your specific case though I would recommend...

@JackDawson94 a small diff to add the html parsing pp mentioned in discord ```diff diff --git a/pkg/scraper/mapped.go b/pkg/scraper/mapped.go index 2886adcf..a1ea0cd2 100644 --- a/pkg/scraper/mapped.go +++ b/pkg/scraper/mapped.go @@ -14,6 +14,9 @@ import...

Are you sure it is not an issue with the specific scraper? A random scene i used identify with worked fine. Can you go to the scene you tried to...