advplyr
dc9526beb3
Fix:Edit server config showing duplicate config already exists
2022-07-19 17:32:49 -05:00
advplyr
7188089f63
Fix:Set server settings after user logs in
2022-07-19 16:40:50 -05:00
advplyr
9847ed9fcb
Fix network connection indicator
2022-07-13 17:13:15 -05:00
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
6a8d901ce1
Update:Collections table row UI updates and include book duration #240
2022-07-04 14:59:56 -05:00
advplyr
ddf8e66a08
Fix:Remove server connection configs and prevent duplicate configs
2022-07-04 12:15:08 -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
6b416e6fc1
Fix:Podcast author on item page and use html description for podcast episodes
2022-07-02 14:33:53 -05:00
advplyr
e4c6093a82
Update:Notification player closed when closing in-app player and stop button on notification player #255 , Add:Setting for disabling auto rewind
2022-07-02 14:18:21 -05:00
advplyr
3c1120ea48
Add settings page with adjustable jump forward/backward settings
2022-07-01 20:05:11 -05:00
advplyr
a41e26e4c6
Fix:Fetch more library items per request to fill screen size #265
2022-07-01 17:01:40 -05:00
advplyr
317dc366e3
Add custom headers modal and model
2022-07-01 16:33:39 -05:00
advplyr
cd4c280950
Add:Tap cover to show fullscreen cover image #224
2022-06-24 17:20:13 -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
advplyr
c77d0f1944
Merge pull request #233 from jmt-gh/add_server_version
...
Show server version in drawer
2022-06-09 17:36:56 -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
815529129a
Fix:Save playback speed when using custom value #226
2022-06-06 17:19:02 -05: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
1f1b2fe85a
Add:Filter for podcast episodes
2022-06-03 19:46:43 -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
2decf532b2
Add:Not Finished progress filter
2022-06-02 18:20:52 -05:00
advplyr
1c78af37fa
Update:Item page redesign with more details like narrator and chapters, decreasing cover size
2022-06-02 17:57:37 -05:00
advplyr
99bf960b8a
Add:Filter and sort for podcast episodes table, Update:Sync local media progress when media progress is updated on the server
2022-06-01 19:38:26 -05:00
advplyr
58bd0e0cee
Add:Click and drag player progress track #110
2022-05-29 18:13:25 -05:00
advplyr
62c5042ecc
Fix:Cover image stretch to fill
2022-05-22 17:49:10 -05:00
advplyr
573768e2b2
Fix:Select podcast folder when none is set yet
2022-05-22 15:56:32 -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
eb916a3ab0
Add:Duration sort
2022-05-22 14:47:07 -05:00
advplyr
61b8ca1510
Add:Persist scroll position for bookshelves #196 , Fix:Hide clear filter button for series and collections
2022-05-22 14:19:13 -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
1794484bed
Fix:Realtime updates for book cards when series sequence changes
2022-05-13 16:27:05 -05:00
advplyr
1ee544b842
Fix:LazyBookshelf default to square cover before server settings are loaded
2022-05-13 13:42:38 -05:00
advplyr
ad5edf3aee
Fix:iOS audio player cutting off timestamps #173
2022-05-13 09:28:43 -05:00
advplyr
d5fafd8cab
Fix:Bookshelf list view wrong entity height #179
2022-05-12 18:24:36 -05:00
advplyr
92256f2fed
Fix:Create bookmark was requiring a socket connection still
2022-05-11 18:59:24 -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
benonymity
7549385404
Return null if not podcast
2022-05-01 18:27:02 -04:00
benonymity
3f2d0ed8b1
Display number of podcast episodes in list view
2022-05-01 18:03:37 -04:00
benonymity
e4a5927e07
Tweaks for bookshelf list view
2022-05-01 16:49:56 -04:00
advplyr
bec3f5841e
Fix:Setting local library item as finished when local media progress does not exist
2022-04-30 15:35:20 -05:00
advplyr
068762912f
Merge pull request #134 from benonymity/MarkAsRead
...
Add mark as read button
2022-04-30 14:58:45 -05:00
benonymity
7fd51ebcc1
Fix button padding, final tests
2022-04-28 20:05:25 -04:00