Max Rumpf

Results 46 issues of Max Rumpf

Marked as TODO in `MediaService.kt`. _Originally posted by @nielsvanvelzen in https://github.com/jellyfin/jellyfin-android/pull/232#discussion_r523817048_

enhancement

It would be cool to be able to run the httptoolkit server directly on device inside Termux. Right now, `npm install` fails with the following trace: ``` 1458 verbose stack...

Examples use `resolveA` and `resolveAAAA`, but in the source they're named `resolve4` and `resolve6`.

Well, this is awkward. The second for-loop for the advanced rules ended up overwriting the template fields for the simple rules, nullifying the main reason for merging the simple rule...

### Problem Currently, only the import process (via `chroma.acoustid_match` writes to the item's `acoustid_id` field. When using `beet fingerprint` or `beet submit` for tracks already in the library, only the...

needinfo

Consider the following code example: ```kt typealias P = () -> Unit typealias A = P ``` This causes ProGuard >=7.3.0 to crash with the following stack trace: Stack trace...

I saw that for 5.0, a new compose version of the indicator was added. Unfortunately, adding the dependencies for JetPack compose noticeably increases project size for non-Compose projects. Thus, I'd...

I'd love to be able to separately highlight different collections. I currently use the plugin to highlight all the albums in my physical collection, but it would be useful to...

feature
mb_COLLECTION-HIGHLIGHTER

Currently, RegEx patterns to validate parameters in the API are repeatedly created at callsite. This could possibly optimized, as I suggested in [this discussion](https://github.com/jellyfin/jellyfin-sdk-kotlin/pull/841#discussion_r1412819658_).

enhancement
openapi-generator