Abdulmohsen

Results 62 comments of Abdulmohsen

> @ArabCoders How do you do that with puppeteer by visiting the site that is gated by cf then extracting the token and passing that to the php app to...

> Finally I solved this error rewriting `alignment.py` like this: > > ```diff > - inputs = processor(waveform_segment.squeeze(), sampling_rate=processor.sampling_rate, return_tensors="pt").to(device) > + inputs = processor(waveform_segment.squeeze(), sampling_rate=processor.feature_extractor.sampling_rate, return_tensors="pt").to(device) > ``` Thanks,...

@alfahadgm @melanie-rosenberg, i am unsure why but this fix intended for v3.1.2, which it seems has been removed from the repo for some reason. Maybe @m-bain can shed some light...

@luigi311 my PR to jellyfin to support updating userData via apikey has been merged https://github.com/jellyfin/jellyfin/pull/10573 It will be available in 10.9.x version you should be able to target it i...

No worries, be aware that jellyfin `PlaybackPositionTicks` Uses higher precision value then plex milliseconds, so from jellyfin to plex it's (`jellyfin.PlaybackPositionTicks/ 10_000`) from plex to jellyfin (`plex.offset * 10_000`) roughly

zend_mm_heap corrupted still happens with the new release of PHP 7.3

@alexat thanks for the update, i dont really know how to build them for windows and linux so i hope project maintainer or @remicollet test them out xD

No problem, should i take this to upstream jellyfin team to include it in the original event?

I noticed this plugin does not provide jellyfin with unique episode id for anidb, other providing sources like tvdb/imdb/tvmaze etc provide the ids, is there a reason why anidb plugin...

@Nalsai Thank you for your fast response. When can we expect the changes to be publicly avaliable i.e. release channel