wvffle
97e7049333
Rewrite player logic
...
This commit will bring:
- Gapless play! (Fix #739 )
- Chunked queue shuffling - we play first track after first 50 queue items are shuffled, then we shuffle chunks of 50 queue items with each new animation frame.
- We can now restore original queue order after shuffling! (Part of #1506 )
- Preloading whole tracks into LRU cache (Should fix #1812 )
- Preloading multiple tracks at once
2022-09-06 09:26:36 +00:00
wvffle
a7f4df68ea
Fix dropdowns
2022-09-06 09:26:36 +00:00
wvffle
bbdb3dcb9d
Fix auto-fixable linter issues
2022-09-06 09:26:36 +00:00
wvffle
405eed0c0f
Add semantic ui types
2022-09-06 09:26:36 +00:00
wvffle
0251789f82
Fix a bunch of typescript errors
2022-09-06 09:26:36 +00:00
wvffle
77594351ae
Remove PlayOptions and Report mixins
2022-09-06 09:26:36 +00:00
Kasper Seweryn
d6a46f5aab
Remove required=false and disabled=false attributes
2022-09-06 09:26:36 +00:00
Kasper Seweryn
51435d0742
Fix currentRoute
2022-09-06 09:26:36 +00:00
Kasper Seweryn
f61fafec2a
Remove '@/'
2022-09-06 09:26:36 +00:00
Ciaran Ainsworth
08d6772392
Fix broken imports
2022-02-21 17:27:00 +01:00
Georg Krause
20c4e7ac31
Don't show go to track page link on track page
2021-12-11 19:55:54 +00:00
Georg Krause
cefa3ec9d2
Fix post lint issues
2021-12-08 18:48:06 +00:00
Georg Krause
8ee9a536e1
Lint the frontend code
2021-12-06 11:35:20 +01:00
Ciarán Ainsworth
44394275ec
Update track table
2021-10-21 17:26:18 +00:00
heyarne
f1f9f935cf
Make playing tracks in their playlist the default
2021-04-28 08:47:12 +02:00
Petitminion
cb9a5cdf81
Changing Start Radio to Play Radio. #1400
2021-04-11 00:05:16 +02:00
Agate
1cc5ed8871
Resolve "Ensure all buttons in the application are operable using only the keyboard"
2020-08-04 13:22:31 +02:00
Agate
7e5231c334
Fixed aria label on play button
2020-08-04 11:27:06 +02:00
Ciarán Ainsworth
33ba92a0d6
Contrast and labelling fixes
2020-08-01 11:11:51 +02:00
Agate
4162ed65d9
Fix #1083 : Play button now replace current queue instead of appending to it
2020-07-18 16:50:40 +02:00
Agate
820b53c3b4
Fixed unplayable album card
2020-07-09 13:03:08 +02:00
Agate
e44a9c4363
Fix #1080 : broken artist and album pages
2020-07-07 19:18:05 +02:00
Agate
cd422832dd
New theming system
2020-05-15 14:12:36 +02:00
Eliot Berriot
102c90d499
See #170 : admin UI for channels, reporting channels
2020-03-31 10:45:41 +02:00
Eliot Berriot
27801ce541
See #170 : revamped track detail page
2020-03-26 16:18:37 +01:00
Eliot Berriot
b166182762
Resolve "Support browsing a specific library content"
2020-03-04 22:18:28 +01:00
Eliot Berriot
e59cc33378
First round of improvements to channel management:
...
- use modals
- less proeminent button
- field styling/labels
2020-02-23 15:31:03 +01:00
Eliot Berriot
04769b81c0
FIx unwanted redirection to album/playlist/artist when clicking on play button
2020-01-09 10:55:52 +01:00
Ciarán Ainsworth
d251d31c57
Resolve "Adding album mixes up tracks if multiple discs present"
2020-01-06 10:11:26 +01:00
Eliot Berriot
e15d806634
Resolve "Redesign the sidebar/navigation to simplify the UI"
2019-12-26 11:38:26 +01:00
Eliot Berriot
44ccf6ae6b
Ensure play button only include playable tracks in queue
2019-10-22 00:13:28 +02:00
Eliot Berriot
2cdc8fa63a
Resolve "i18n fixes for 0.20"
2019-10-01 15:19:55 +02:00
Eliot Berriot
fe8448e2a4
Use ellipsis instead of three dots in translations
2019-10-01 13:54:25 +02:00
Eliot Berriot
33d1f879cf
Report UI (end-user)
2019-09-09 11:10:25 +02:00
Ciarán Ainsworth
20b7dd71d3
Resolve "Wrong title for track ellipsis"
2019-09-02 18:17:23 +02:00
Ciarán Ainsworth
9771858729
Resolve "Add a "Replace current playlist" option"
2019-07-05 09:47:37 +02:00
jovuit
86534e7392
Common context for duplicates
...
Removes unnecessary `...` for more coherence
2019-03-18 10:07:58 +01:00
Eliot Berriot
72606388ff
Fixed broken extraction of contexts
2019-03-08 12:44:17 +01:00
jovuit
1d7ad6978a
Moved Modal t set instance url to a separate dedicated file
...
SetInstanceModal.vue
2019-02-25 14:03:53 +01:00
jovuit
8b4f83c3bc
Front enhancements
2019-02-18 10:01:57 +01:00
Eliot Berriot
bdf83bd8ff
Resolve "Hide an artist in the UI"
2019-02-14 10:49:06 +01:00
Jo Vuit
d2ddda3f1d
Replaced :v-context by :translate-context, as to follow the doc.
...
@eliotberriot: Is there a reason why you used :v-context instead of
:translate-context?
2019-02-11 16:18:44 +01:00
Eliot Berriot
2fe403ed9a
See #662 : documentation about i18n / contexts, and first contextualized strings
2019-02-05 17:59:22 +01:00
Eliot Berriot
5ce4cc8379
[Experimental] Added a new "Similar" radio based on users history (suggested by @gordon)
2019-01-30 16:54:35 +01:00
Jo Vuit
43e33294e5
Modified tooltip of PlayButton
2019-01-24 13:15:58 +01:00
Eliot Berriot
b58f3e1440
Fix #637 : greyed tracks in radio builder and detail page
2019-01-02 15:57:54 +01:00
Eliot Berriot
b757ca4616
See #272 : updated front-end for transcoding and new API results, improved error handling in player
2018-10-26 16:01:55 +02:00
Eliot Berriot
ae55e6483d
Fix #576 : Improved keyboard accessibility on player, queue and various controls
2018-10-21 15:41:31 +02:00
Arthur Saint-Genis
24e26ac032
Resolve "Wrong icon in play button dropdown"
2018-09-22 13:48:15 +00:00
Eliot Berriot
2ea21994ee
Resolve "Per-user libraries" (use !368 instead)
2018-09-06 18:35:02 +00:00