James Harvey

Results 401 comments of James Harvey

I'm considering switching to an MPV-based player sooner rather than later, so hopefully that'll help (see #177)

haha yeah I can imagine, might add an option to automatically skip as a temporary workaround

Feel free, although it may be way more awkward than expected because items are paginated, so we don't know the whole list upfront

What's weird is that Finamp already uses those permissions https://github.com/jmshrv/finamp/blob/0075794998baabc7bc44877e9d1de53d7d2240bc/android/app/src/main/AndroidManifest.xml#L5-L6 And we request that permission: https://github.com/jmshrv/finamp/blob/0075794998baabc7bc44877e9d1de53d7d2240bc/lib/services/downloads_helper.dart#L68

It looks like you initialise the asset with that flag set to true, something like this: ```objc NSDictionary* options = @{AVURLAssetPreferPreciseDurationAndTimingKey:@YES}; AVAsset* asset = [AVURLAsset URLAssetWithURL:inputVideoUrl options:options] ``` It'd probably...

It looks like seeking already has a tolerence of zero, and I'm not sure where AVAssets are loaded. Are they abstracted away somewhere?

Hmm yeah downloading loads of stuff at once can cause issues (afaik this is related to the app getting killed by the OS), it might be fixed when I get...

Yeah in that case it's probably iOS being awkward. If you can, keep Finamp open while downloading