Commit graph

92 commits

Author SHA1 Message Date
advplyr
721f812df0 Update:Library widget UI 2022-07-13 17:10:47 -05:00
advplyr
cb2aaede67 Fix:Socket reconnection on disconnect, Add:Connection indicator icon showing socket/cellular 2022-07-07 17:24:26 -05:00
advplyr
e07e7f70d6 Fix:Buffered progress bar for chapter track #250 2022-07-04 18:42:43 -05:00
advplyr
b4bb6bf81b Fix:Back button to close modal #267 and back button to minimize fullscreen player #267 2022-07-04 15:42:59 -05:00
advplyr
b5c6acc2bc Add:iOS device settings for jump forward/backward 2022-07-02 18:29:41 -05:00
advplyr
b16a7342aa Update:Tapping title/author in fullscreen player redirects to library item page #246 2022-07-02 15:40:37 -05:00
advplyr
3056c55d2f Fix:Update total track width on open fullscreen 2022-07-02 15:03:21 -05:00
advplyr
3c1120ea48 Add settings page with adjustable jump forward/backward settings 2022-07-01 20:05:11 -05:00
advplyr
0ca8de5916 Fix:Audio player fullscreen in landscape mode #234 2022-06-23 19:27:41 -05:00
advplyr
a69054fefa Fix crash when server requests fail 2022-06-19 11:57:19 -05:00
jmt-gh
c457c8eaf7
Update components/app/SideDrawer.vue
Co-authored-by: advplyr <67830747+advplyr@users.noreply.github.com>
2022-06-09 15:28:49 -07:00
jmt-gh
a391db5dc2 Change what is being called for version
If I tried to grab version directly in the computed section, it would
throw a null error on reload in browser (didn't see any issue on an
actual device). Doing it this way fixes that
2022-06-09 12:08:04 -07:00
jmt-gh
2180e2f649 Add server version to drawer
This commit adds the server version next to the URL. It also adds a new
style to ensure that the text wraps properly if the URL is too long.
Trying text-wrap didn't work.
2022-06-09 11:57:44 -07:00
advplyr
870774b408 Fix:Remove last saved library id when changing servers so home page shelves load on init 2022-06-05 16:32:28 -05:00
advplyr
480df58ce4 Fix:Check with server after pause of 1 minute or longer for updated media progress & show toast on client if progress sync is failing 2022-06-03 18:58:07 -05:00
advplyr
58bd0e0cee Add:Click and drag player progress track #110 2022-05-29 18:13:25 -05:00
advplyr
236fd09c94 Fix:Hide download button if user does not have download permission #189 2022-05-22 15:49:42 -05:00
advplyr
5d2da97dc5 Update:Android auto to show libraries and browseable podcasts, Fix:Download podcast set episodes and cover art correctly 2022-05-22 13:40:01 -05:00
advplyr
ad5edf3aee Fix:iOS audio player cutting off timestamps #173 2022-05-13 09:28:43 -05:00
advplyr
73d5b19d2b Update:Casting when playing local item if connected to server linked to local item #170, Update:Play button color when playing local item verse server item, Add:Show play method at the top of audio player (Direct, Local, Transcode) 2022-05-04 19:31:56 -05:00
advplyr
8411428241 Fix:Auto rewind and jump forward/jump backward on multi-tracks #143 2022-04-28 17:19:02 -05:00
advplyr
be885009ad Change:persist last search term #142 2022-04-26 17:05:49 -05:00
advplyr
d64dd63ea4 Fix:Close playback when logging out 2022-04-26 16:46:29 -05:00
advplyr
0b4c999018 Android persist playback rate #138 2022-04-23 15:06:51 -05:00
advplyr
32df099e8a Fix bookmarks and hide for local items #137 2022-04-23 14:19:56 -05:00
advplyr
9d6a467517 Fix local audio playback issue, update ffmpeg-kit to min version 2022-04-21 18:50:01 -05:00
advplyr
f65f7b01c3 Fixing gradle dependency issues on android, minor warning fixes 2022-04-19 19:25:16 -05:00
Rasmus Krämer
2f8e30accb
Fixed closePlayback 2022-04-18 12:11:29 +02:00
advplyr
13665af0ed Update cast button on fullscreen player 2022-04-17 18:14:45 -05:00
advplyr
c4c6377925 Minor UI fixes, hide cast button when not connected to server, update sort options 2022-04-17 17:54:13 -05:00
advplyr
493d7aecc9 Add chromecast support for android, update package versions 2022-04-17 16:59:49 -05:00
advplyr
760d05cf1b Add android graceful fallback to transcode & onPlaybackFailed event 2022-04-16 13:36:30 -05:00
advplyr
ae195e7b58 Merge 2022-04-15 20:48:39 -05:00
advplyr
331a3b4a1a Add new library icons 2022-04-12 19:19:46 -05:00
advplyr
6e8d84496b Updates to audio player plugin to method naming and using seconds for time values. Adding web audio player to run in browser. 2022-04-11 18:38:01 -05:00
advplyr
c94e57f55e Add podcast pages, android download podcast, scan podcast folders 2022-04-10 20:31:47 -05:00
advplyr
ef65b4c278 Android cleaning up chromecast player and more failed attempts 2022-04-10 16:46:09 -05:00
advplyr
d9e4469089 Add keep local media progress and playback sessions, update data models to support syncing local progress and support for podcast episodes 2022-04-09 12:03:37 -05:00
advplyr
9ad351f0d7 Persist bookshelf list view setting, fix collections for new data model, add authors cards, update filters 2022-04-08 19:05:32 -05:00
advplyr
f309e1fcf2 Updates to downloader, audio track ordering, hard deleting from file system, UI updates and fixes 2022-04-08 18:07:31 -05:00
advplyr
119bfd6c98 Add download UI indicator, download progress, update bookshelf item to show local items and items matches with local item, remove item before downloading if already exists in file system 2022-04-07 18:46:58 -05:00
advplyr
12de187b7a Update folder scanner and db to store LocalLibraryItem objects instead of LocalMediaItem objects, some ui fixes and audio player service binding fix 2022-04-05 19:44:14 -05:00
advplyr
77ef0c119b Refactor capacitor plugins, clean up and organize android plugin classes 2022-04-04 19:08:27 -05:00
advplyr
9fd3dc6978 Add local library items to bookshelf and landing page 2022-04-03 17:07:26 -05:00
advplyr
0b9b0341b5 Cleanup old unused and missing vars 2022-04-03 14:37:44 -05:00
advplyr
f57f0e4e0d Add new connection page to support multiple server connection configs 2022-04-03 14:24:17 -05:00
advplyr
7a091dd428 New downloader for downloading multiple tracks, android media player support for using multiple tracks 2022-04-02 19:43:43 -05:00
advplyr
f70f707100 Rebuilding audio player and handling playback sessions in android. Moving all logic natively 2022-04-02 12:12:00 -05:00
advplyr
a259883979 Add start of new local media page for adding folders and scanning local media items 2022-03-31 20:23:38 -05:00
advplyr
4fc70cd3dd New data model classes, ffmpeg-kit, jackson json deserializer, add permission 2022-03-28 19:53:53 -05:00