advplyr
ff4f8324e7
Update:Syncing playback time when media item is open in player
2023-06-19 12:37:44 -05:00
advplyr
a7443d0992
Fix:Persist Total Track setting in audio player #663
2023-06-18 14:53:01 -05:00
advplyr
455af239a1
Update:Increasing touch size for seek bar cursor #713
2023-06-11 14:20:33 -05:00
advplyr
e6aaccfc74
Update:Android support storing downloads to internal app storage #635
2023-06-03 17:24:32 -05:00
advplyr
c093548b71
Update:Scale chapter times with playback rate #726
2023-06-01 17:36:52 -05:00
advplyr
922d9f22ce
Fix chapters button clickable when no chapters
2023-05-20 16:31:51 -05:00
advplyr
928f33005a
Update:Add play button to collections and playlist table #666
2023-05-20 14:22:53 -05:00
advplyr
d48d1fdde3
Update:Audio player play method color for visibility #706
2023-05-17 17:59:47 -05:00
advplyr
e711ada0b3
Fix:Center play button when locking ui #624
2023-03-10 15:37:42 -06:00
advplyr
1ea984b915
Update iOS disable touch callout and user select
2023-03-04 17:15:48 -06:00
advplyr
f28405081a
Update:Audio player controls max width
2023-03-04 16:42:06 -06:00
advplyr
317f00e1b8
Update:Audio player drag cursor to seek #457
2023-03-04 16:26:37 -06:00
advplyr
3931020c83
Update:Audio player cover rounded corners and rounded track
2023-03-04 13:59:37 -06:00
advplyr
8bdb6b0b66
Update:Fullscreen audio player track padding
2023-03-04 13:49:58 -06:00
advplyr
2f34da4e99
Fix:Android playback rate set on initial load #532
2023-03-01 17:47:07 -06:00
advplyr
5a9e30b08c
Update:Show raw cover image in audio player #614
2023-02-27 16:30:18 -06:00
advplyr
018a988124
Merge branch 'master' into jramer/master
2023-02-18 10:20:01 -06:00
advplyr
08ee08c698
Update:Show loading indicator when first connecting to server
2023-02-17 17:47:46 -06:00
advplyr
d899fd4d89
Android & iOS only open most recent session on first load
2023-02-17 17:14:49 -06:00
advplyr
6cd04e7098
Remove Gentium Book Basic font
2023-02-12 12:16:38 -06:00
Lars Kiesow
ec704bf501
Easy way to play current audiobook
...
This patch implements a generic way of re-opening the player for the
book you last listened to. This is especially handy when first opening
the app and you can restart playback with a single click.
The player is opened only if no other book is already open in the
player. It will not overwrite or replace playbacks or player already in
progress.
The player is opened paused. No automatic playback since that could be
really annoying.
This closes #494
2023-02-11 23:14:41 +01:00
Joakim Ramer
cbd74d08e1
fix: seek pauses playback
2023-02-09 02:38:56 +01:00
advplyr
405cd21c32
Emit playback speed change event when Android Auto changes speed
2023-02-06 17:20:39 -06:00
advplyr
5e98a4ff2f
Update:Android cancelling sleep timer when it was auto-enabled will also disable the auto sleep timer setting with alert #545
2023-02-04 16:57:55 -06:00
advplyr
99d60eaf9a
Update:Adjust current playback time with playback speed #549
2023-02-04 13:50:54 -06:00
advplyr
62a5a2d069
Update:Increase height of minimized audio player to accomadate iOS safe area #531
2023-01-31 15:30:13 -06:00
advplyr
ebd65b4fa7
Fix:Back button closing modals and fullscreen player #535
2023-01-31 14:50:26 -06:00
advplyr
ea847a62ff
Update components/app/AudioPlayer.vue
2023-01-31 14:17:45 -06:00
Lars Kiesow
3fc89377b4
Player Progress Bar Position
...
This patch moves the progress bar slightly up for a better separation
between playback controls and seeking.
The reasoning behind this is that I (and probably others as well) often
interact with this interface in a clumsy, half-asleep state. Due to the
closeness of the progress bar and the play/pause button, I have managed
it several times to accidentally seek instead of pause. That is really
annoying since you then have to manually find the previous playback
position again.
Long term, I would love to see more of the available space being used.
In particular in the player interface. There should be enough free space
available. Especially if you have just one of the progress bars active.
But for now, this is just a quick-fix to improve the current situation.
2023-01-31 15:31:06 +01:00
advplyr
18e15ff056
Remove left & right padding of audio player timestamps on iOS
2023-01-29 14:12:14 -06:00
advplyr
925e8fd17e
Update item page bg gradient
2023-01-26 17:14:06 -06:00
advplyr
7b857f04d4
Fix appbar z-index
2023-01-26 17:02:06 -06:00
advplyr
ccd206e95d
Fix cover height overflow on fullscreen audio player
2023-01-24 17:52:28 -06:00
Lars Kiesow
d89c97ba1a
Chapter and Total Track in Player
...
This patch allows user to not only add a chapter track but also remove
the total track. This means that you can have only the total track or
only the chapter track.
This patch does not allow user to have no track at all. Disabling one
track will automatically enable the other one, if that one is already
disabled.
The reasoning behind this is that for long-ish audio books, users will
not very often look at the overall progress. In fact, I find the
progress bar mostly useful only for quickly seeking to a position when
jumping back a few seconds is not sufficient.
In the seldom occasion that I want the overall progress, I can easily
get it from the book details page.
2023-01-17 00:54:17 +01:00
Lars Kiesow
699976dcd8
Make Player Menu Items Look Alike
...
Instead of handling some items of the player menu as special cases,
adding icons and colors, this patch allows menu items to have icons in
general, allowing for the removal of the special cases.
This also makes it easy to actually use a homogeneous style for all of
the player menu items, letting them all have an icon and aligning them
visually.
2023-01-16 23:54:23 +01:00
advplyr
acf85f4f09
Implement start time override
2023-01-15 16:33:51 -06:00
advplyr
8f6dd72df2
Local media sync events
2023-01-15 14:58:26 -06:00
advplyr
dbbb5faa78
Fix button opacity
2023-01-12 17:12:14 -06:00
advplyr
5482b30324
Update:Play button color and increase cover size on item page
2023-01-12 17:04:47 -06:00
advplyr
5bae5411c8
Update:Library item page use bg gradient of primary cover image color
2023-01-11 18:00:05 -06:00
advplyr
7de0304a3d
Update:Audio player UI use primary cover image color as background gradient
2023-01-11 17:02:18 -06:00
advplyr
d59f3ae0b6
Add:Haptic feedback device setting off/light/medium/heavy #472
2023-01-08 15:32:15 -06:00
advplyr
aac77949b4
Update:Audio player fullscreen move track above play button #408 #418
2023-01-08 14:31:37 -06:00
advplyr
34b3910ff8
Fix:Cover image for 1:1.6 covers in collapsed audio player #474
2023-01-08 13:50:18 -06:00
advplyr
83fdf4fd65
Update:Increase cover size on fullscreen audio player #491
2023-01-08 13:27:09 -06:00
advplyr
0890a44c0b
Update:Remove call to server for settings filter/sort/playback rate
2022-12-17 14:48:56 -06:00
advplyr
bec2796771
Update cast icon position in app bar
2022-12-11 12:18:10 -06:00
advplyr
feec7f7399
Add:Sync local media progress button on local media page
2022-12-11 12:01:54 -06:00
advplyr
067c2f84dd
Fix:Bookmarks for downloaded books linked to server #163
2022-12-11 11:09:50 -06:00
advplyr
69996a4346
Fix:Changing orientation update audio player progress bar
2022-12-11 10:49:05 -06:00
advplyr
dd0ff04155
Fix:Android Auto downloaded item cover image #141 , Update:Lockscreen display title/subtitle #431
2022-12-10 18:09:27 -06:00
benonymity
acc5bde33a
fix: use native haptic plugin and remove semicolons
2022-12-08 19:09:46 -05:00
benonymity
1aa6a441f3
feat: add haptic feedback to all action buttons
2022-12-08 00:28:28 -05:00
advplyr
c7879c2bc0
Update:Audio player UI updates #418 #408
2022-12-04 09:19:50 -06:00
advplyr
6d9e902fe7
Update:Abs icon font and navbar to use icons
2022-12-03 12:06:24 -06:00
advplyr
a852114e9c
Update:Use cover aspect ratio from library setting
2022-10-22 08:59:10 -05:00
advplyr
4735b51dc0
Update:New library icons
2022-10-19 10:56:31 -05:00
ronaldheft
e6d27a1487
fix: onReady called multiple times
2022-09-18 14:38:32 -04:00
advplyr
a5aae3fce8
Fix:Audio player more menu close playback
2022-08-25 18:04:14 -05:00
advplyr
8bd0e863ae
Fix:iOS audio player in landscape mode
2022-08-22 17:18:46 -05:00
advplyr
4f85827585
Add:Lock/unlock player ui setting #313 , Update:Player track ui thinner with cursor
2022-08-22 16:50:20 -05:00
advplyr
a32bd9d74c
Update:Audio player menu to modal instead of dropdown
2022-08-22 16:02:35 -05:00
benonymity
befe62f8a0
feat: downloads page for iOS
2022-08-21 15:02:22 -04:00
ronaldheft
93cb27d324
Fix player session restoration events
2022-08-19 16:36:56 -04:00
advplyr
95e070a897
Add:Podcast item page play button to play next unfinished episode #139
2022-08-11 17:36:27 -05:00
advplyr
be6c675ded
Show user stats nav only when connected to server, remove tooltip, remove icons on stats
2022-08-04 17:22:56 -05:00
benonymity
014588180e
feat: add stats page to mobile
2022-08-03 22:17:11 -04:00
advplyr
5f6a1ef7e9
Update:Show error icon on player cover when local media progress fails to sync & remove sync failure toast
2022-07-19 18:50:14 -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
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