Rasmus Krämer
Rasmus Krämer
Can a e-book exist without an audiobook?
Also putting this here for future reference: https://developer.apple.com/documentation/uikit/uidocumentinteractioncontroller
To give you some context why this takes so long: to use the document interaction controller and present a menu you have to specify the bounds and a view, but...
For now ebooks will be filtered, so they don't show up in your library. I check the `numAudioFiles` property for this, not ideal, but it should work until I find...
[This API](https://developer.apple.com/documentation/swiftui/view/fileexporter(ispresented:document:contenttype:defaultfilename:oncompletion:)-32vwk) should allow ShelfPlayer to export documents
The idea is pretty cool but this would depend on ABS providing transcriptions. I have looked into whisper and whisper.cpp to transcribe audio files, but I have not found the...
While it is possible to upload the audio file to a LLM provider like OpenAI and prompt it to generate a short summary it's really not ideal. I am pretty...
I think the actual features are easy enough to implement. Generating a transcript using whisper and then feeding it, together with a timestamp and a good prompt into an LLM...
Support for multiple servers is not planned. Using different IP-addresses for different networks might get added, but not in the near future
Some links for future reference: https://developer.apple.com/documentation/networkextension/nehotspotnetwork/3666511-fetchcurrent https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_developer_networking_wifi-info