James Harvey
James Harvey
Those look about right, also the just_audio issue makes it look like it'll actually be possible to add casting now so I may look into it while I have access...
Ah yeah I just mentioned Chromecast as a separate thing, I'm pretty sure DLNA should be handled from the server
Yeah that's a good idea. For implementing DLNA, these are probably the relevant files: * `services/jellyfin_api.dart` - This actually handles sending HTTP requests to and from Jellyfin. It's pretty much...
Oh, also `models/jellyfin_models.dart`, which contains all the classes that Jellyfin returns. For DLNA, you shouldn't have to mess about with Hive (used for offline storage), so it should be pretty...
It's technically possible with the current system, but I wouldn't trust it to reliably succeed
@axelsimon Transcoded downloads has its own issue (#215), I'll write about my progress there
https://pub.dev/packages/background_downloader may have beat me to it (putting this off for a year has its benefits)
There's an interesting issue at flutter_downloader which ticks basically all of the boxes that I wanted - https://github.com/fluttercommunity/flutter_downloader/issues/823
I'll let you know if I run into anything! I read through the documentation and it looked like the perfect package. Stuff like getting the path relatively will help me...
I've started work on a document that details why I'm doing this rewrite, and the impacts that it will have. I'll send another message here once I've filled out the...