-
-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jellyfin audiobook download #1208
base: develop
Are you sure you want to change the base?
Jellyfin audiobook download #1208
Commits on Oct 25, 2024
-
basic boilerplate for a jellyfin connection UI
Lysann Tranvouez committedOct 25, 2024 Configuration menu - View commit details
-
Copy full SHA for e158a08 - Browse repository at this point
Copy the full SHA e158a08View commit details -
can use ClearableTextField for URl input
Lysann Tranvouez committedOct 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 33934f9 - Browse repository at this point
Copy the full SHA 33934f9View commit details -
labels for connect UI + connect button (does nothing for now)
Lysann Tranvouez committedOct 25, 2024 Configuration menu - View commit details
-
Copy full SHA for c8a4ae8 - Browse repository at this point
Copy the full SHA c8a4ae8View commit details
Commits on Oct 26, 2024
-
add jellyfin-sdk-swift package
Lysann Tranvouez committedOct 26, 2024 Configuration menu - View commit details
-
Copy full SHA for d7c98f4 - Browse repository at this point
Copy the full SHA d7c98f4View commit details -
untested code for doing an initial connection
Lysann Tranvouez committedOct 26, 2024 Configuration menu - View commit details
-
Copy full SHA for fe5299a - Browse repository at this point
Copy the full SHA fe5299aView commit details -
add view variant for initial server connection
Lysann Tranvouez committedOct 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 9334983 - Browse repository at this point
Copy the full SHA 9334983View commit details -
adjust username/password fields and the top right button
Lysann Tranvouez committedOct 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 22007dc - Browse repository at this point
Copy the full SHA 22007dcView commit details -
perform login & prevent other actions while waiting for the API
Lysann Tranvouez committedOct 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 94a687c - Browse repository at this point
Copy the full SHA 94a687cView commit details -
Lysann Tranvouez committed
Oct 26, 2024 Configuration menu - View commit details
-
Copy full SHA for aaed8af - Browse repository at this point
Copy the full SHA aaed8afView commit details -
add stubs for jellyfin library screen
Lysann Tranvouez committedOct 26, 2024 Configuration menu - View commit details
-
Copy full SHA for d6b1222 - Browse repository at this point
Copy the full SHA d6b1222View commit details -
move to coordinator + flow approach
Lysann Tranvouez committedOct 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 320c7aa - Browse repository at this point
Copy the full SHA 320c7aaView commit details -
coordinator owns client after login
Lysann Tranvouez committedOct 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 9f0742e - Browse repository at this point
Copy the full SHA 9f0742eView commit details -
go to library screen if already logged in
Lysann Tranvouez committedOct 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 2eff3bd - Browse repository at this point
Copy the full SHA 2eff3bdView commit details -
pass coordinator to view models
Lysann Tranvouez committedOct 26, 2024 Configuration menu - View commit details
-
Copy full SHA for ed8042e - Browse repository at this point
Copy the full SHA ed8042eView commit details -
Configuration menu - View commit details
-
Copy full SHA for df46559 - Browse repository at this point
Copy the full SHA df46559View commit details -
view model takes care of loading the items on selection + lazy loading
Lysann Tranvouez committedOct 26, 2024 Configuration menu - View commit details
-
Copy full SHA for bdd31d6 - Browse repository at this point
Copy the full SHA bdd31d6View commit details -
make previews work again by adding mock view model that doesn't need …
…an api client
Lysann Tranvouez committedOct 26, 2024 Configuration menu - View commit details
-
Copy full SHA for df268f3 - Browse repository at this point
Copy the full SHA df268f3View commit details -
Lysann Tranvouez committed
Oct 26, 2024 Configuration menu - View commit details
-
Copy full SHA for d0c8453 - Browse repository at this point
Copy the full SHA d0c8453View commit details -
if there's only one user view, select it automatically
Lysann Tranvouez committedOct 26, 2024 Configuration menu - View commit details
-
Copy full SHA for fbe1501 - Browse repository at this point
Copy the full SHA fbe1501View commit details
Commits on Oct 27, 2024
-
Lysann Tranvouez committed
Oct 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 45648ac - Browse repository at this point
Copy the full SHA 45648acView commit details -
Lysann Tranvouez committed
Oct 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 7ec8bda - Browse repository at this point
Copy the full SHA 7ec8bdaView commit details -
Lysann Tranvouez committed
Oct 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 7b614ba - Browse repository at this point
Copy the full SHA 7b614baView commit details -
Lysann Tranvouez committed
Oct 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 8e0d812 - Browse repository at this point
Copy the full SHA 8e0d812View commit details
Commits on Oct 28, 2024
-
replace confusingly named userview by library item
Lysann Tranvouez committedOct 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 27b0a30 - Browse repository at this point
Copy the full SHA 27b0a30View commit details -
Lysann Tranvouez committed
Oct 28, 2024 Configuration menu - View commit details
-
Copy full SHA for f2c5e8a - Browse repository at this point
Copy the full SHA f2c5e8aView commit details -
move API calls to view model, for consistency
Lysann Tranvouez committedOct 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 0f78bd3 - Browse repository at this point
Copy the full SHA 0f78bd3View commit details -
cancel fetch when view disappears
Lysann Tranvouez committedOct 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 1c88f7e - Browse repository at this point
Copy the full SHA 1c88f7eView commit details -
Lysann Tranvouez committed
Oct 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 527d895 - Browse repository at this point
Copy the full SHA 527d895View commit details -
extract item view and image to separate structs
Lysann Tranvouez committedOct 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 5842645 - Browse repository at this point
Copy the full SHA 5842645View commit details -
use shared item view for userviews as well
Lysann Tranvouez committedOct 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 91a0bdb - Browse repository at this point
Copy the full SHA 91a0bdbView commit details -
fix images not working for userviews
seems like we need to pass the userID to the /UserViews request, else we get item IDs for them, that cannot be used to retrieve their images
Lysann Tranvouez committedOct 28, 2024 Configuration menu - View commit details
-
Copy full SHA for a001f4e - Browse repository at this point
Copy the full SHA a001f4eView commit details -
show placeholder when there is no image
Lysann Tranvouez committedOct 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 2930034 - Browse repository at this point
Copy the full SHA 2930034View commit details -
Lysann Tranvouez committed
Oct 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 5050cd0 - Browse repository at this point
Copy the full SHA 5050cd0View commit details -
extract common initializer code
Lysann Tranvouez committedOct 28, 2024 Configuration menu - View commit details
-
Copy full SHA for efa6150 - Browse repository at this point
Copy the full SHA efa6150View commit details -
load artwork with correct size
Lysann Tranvouez committedOct 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 0d0f074 - Browse repository at this point
Copy the full SHA 0d0f074View commit details -
Lysann Tranvouez committed
Oct 28, 2024 Configuration menu - View commit details
-
Copy full SHA for bbce51c - Browse repository at this point
Copy the full SHA bbce51cView commit details -
remove blue button tint from navigation links
Lysann Tranvouez committedOct 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 57b49c0 - Browse repository at this point
Copy the full SHA 57b49c0View commit details -
Lysann Tranvouez committed
Oct 28, 2024 Configuration menu - View commit details
-
Copy full SHA for a7c962e - Browse repository at this point
Copy the full SHA a7c962eView commit details -
Lysann Tranvouez committed
Oct 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 95981d3 - Browse repository at this point
Copy the full SHA 95981d3View commit details -
ensure that the badge's frame is always square
Lysann Tranvouez committedOct 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 75bc449 - Browse repository at this point
Copy the full SHA 75bc449View commit details
Commits on Oct 29, 2024
-
first simple version of jellyfin file download
Lysann Tranvouez committedOct 29, 2024 Configuration menu - View commit details
-
Copy full SHA for a6f9162 - Browse repository at this point
Copy the full SHA a6f9162View commit details -
Lysann Tranvouez committed
Oct 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 219756d - Browse repository at this point
Copy the full SHA 219756dView commit details -
extract code related to sungle file download (from URL) into separate…
… service
Lysann Tranvouez committedOct 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 2acc98b - Browse repository at this point
Copy the full SHA 2acc98bView commit details -
perform jellyfin download using the SingleFileDownloadService
Lysann Tranvouez committedOct 29, 2024 Configuration menu - View commit details
-
Copy full SHA for e3efd59 - Browse repository at this point
Copy the full SHA e3efd59View commit details -
hide jellyfin UI when starting download
so that progress is visible
Lysann Tranvouez committedOct 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 0c0dfd8 - Browse repository at this point
Copy the full SHA 0c0dfd8View commit details