Ethan Pippin

Results 219 comments of Ethan Pippin
trafficstars

Option 1 is best since not everything should necessarily be lowercased since proper nouns, like Jellyfin, should be capitalized. Like you've noted, for places where we would still need title...

I'll have to think about this because the trailers are just Youtube links, and the player currently doesn't support "just a link" and expects a lot more for normal usage....

This is not a negligible change and something I'll have to think about. I will probably initially have this in a separate branch for "32 bit support" until I think...

Apologies, but I don't think I want the loading indicator. At least with its design, it doesn't have precedent anywhere else and is more Material than native iOS. I think...

I don't think that has enough contrast with itself. I think we will have to have a "divider" outside of the badge. - https://github.com/JPKribs/Swiftfin/compare/activeSessionsIndicator...LePips:SwiftFin:activitySessionsIndicator ![Screenshot 2024-10-23 at 4 56 25 ...

Honestly probably not, but I will go through some designs.

You would have to create a separate `DataCache` to some directory that won't be cleaned up automatically by the system, like `documentDirectory`. For "never gets cleaned up", you can probably...

Thank you for your response and idea about using `format`! I do see that performing some pre-processing to add or change the `format` modifier to achieve the ultimate goal is...

I went ahead and used the `format` modification as part of [patching the schema](https://github.com/jellyfin/jellyfin-sdk-swift/blob/0878c236b5f15fea6b4034f88b698c2746349c9c/Plugins/CreateAPI/GeneratePlugin.swift#L120) prior to generation in my package. This proves that it is definitely possible to do so...