Commit graph

147 commits

Author SHA1 Message Date
Shiny Nematoda
7cb1566495 fmt 2024-01-01 12:10:56 +00:00
Shiny Nematoda
e87f55dffc changes:
- closes #154
- add uptime for piped instances
- update readme
2024-01-01 12:07:39 +00:00
Shiny Nematoda
129f14c64f changes:
- added shuffle/save/clear to queue
- custom piped api (1/2 #154)
- track numbers for songs in album/playlist (see #147)
- use dash if managed mse is available
- store artist name for local playlist
2023-12-12 09:31:31 +00:00
Shiny Nematoda
9bff19e0c7 changes:
- removed mux.js (see https://github.com/shaka-project/shaka-player/issues/5912#issuecomment-1819153525)
- bump shaka to 4.6.1
- display MediaError code
2023-11-25 07:12:50 +00:00
Járedy Alves
348bef5562
style: Improve responsiveness of Genre buttons grid
- Adjusted the grid template columns in the .btn-grid class for better responsiveness.
- Removed the max-width and grid-auto-rows properties to allow flexible sizing.
- Removed the media query for screens with a maximum width of 600px.
2023-11-24 16:17:27 +00:00
Shiny Nematoda
19caacf805 Update src/components/Player.vue 2023-11-18 14:13:08 +00:00
Shiny Nematoda
c07b3703f6 bump shaka to 4.6.0 2023-11-18 10:25:39 +00:00
Shiny Nematoda
cdded78de8 Changes:
- closes #146
- minor cleanup and cosmetic changes
2023-11-12 14:10:20 +00:00
Shiny Nematoda
4585baabad Merge pull request 'feat: option to restore settings via url' (#144) from Bnyro/Hyperpipe:settings-export into main
Reviewed-on: https://codeberg.org/Hyperpipe/Hyperpipe/pulls/144
2023-10-19 14:06:29 +00:00
Bnyro
1b678b032c feat: option to restore settings via url 2023-10-19 16:04:50 +02:00
Bnyro
ee961c7c4f feat: add blur variants for all themes 2023-10-18 20:55:45 +02:00
Bnyro
a3bd213a56 feat: add a pure black theme 2023-10-17 11:04:54 +02:00
Shiny Nematoda
98fb69e7d5 remove for offline content
- added translateion for logout
- destroy offline strorage with player
2023-10-08 06:52:25 +00:00
Shiny Nematoda
b807cf1907 fmt fixes 2023-09-22 12:39:40 +00:00
Shiny Nematoda
b023b67e04 Changes:
- Added a few basic keybindings
- Closes #142
2023-09-22 12:33:08 +00:00
Shiny Nematoda
c7add3708e Cleanup:
- smaller json structure for xml conv
- fix minor typos and bugs in scripts/
- parallel fetching upto 2 concurrent segments
2023-09-02 11:21:25 +00:00
Shiny Nematoda
4e46118afe Minor fix 2023-08-30 11:24:50 +00:00
Shiny Nematoda
452f66a19c changes:
+ closes #136
+ display player errors in ui
2023-08-30 09:03:20 +00:00
Shiny Nematoda
8ff07531d2 Closes #140 2023-08-13 15:04:07 +00:00
Shiny Nematoda
d4eee69077 added MPRE* support
+ a few strings from #139
+ minor cleanup
2023-08-12 07:59:25 +00:00
Shiny Nematoda
1468e3743f changes:
step 1 of #138
minor layout fixes
2023-07-30 10:07:04 +00:00
Shiny Nematoda
d1292aea7c closes #136 2023-07-29 11:17:23 +00:00
Shiny Nematoda
acdadc6c89 closes #137, improve a11y 2023-07-29 10:59:04 +00:00
Shiny Nematoda
313097c427 fix like
broken in d0245c273e

Signed-off-by: Shiny Nematoda <snematoda@noreply.codeberg.org>
2023-07-28 10:58:13 +00:00
Shiny Nematoda
635591a073 closes #131 2023-07-25 12:08:37 +00:00
Shiny Nematoda
27126b64be closes #136 2023-07-23 15:11:53 +00:00
vrifox
ee673b1b20 improve country translation & sort them afterwards 2023-07-20 11:40:27 +00:00
vrifox
51b819f77f add missing aria-label translations 2023-07-20 11:15:46 +00:00
vrifox
ae16193601 add t/strings for statusbar>add to playlist 2023-07-20 11:15:29 +00:00
vrifox
7ed32cf9fc add t/strings for statusbar>lyrics 2023-07-20 11:15:02 +00:00
vrifox
4efb38a1e0 add t/strings for copy to clipboard 2023-07-20 11:13:22 +00:00
vrifox
23ea92f124 add t/strings for username and password 2023-07-20 11:06:03 +00:00
vrifox
615a70e13c add t/string for loop 2023-07-20 11:05:48 +00:00
vrifox
a01d14cbbc add t/string for playlist saving 2023-07-20 11:04:59 +00:00
vrifox
2e3ab42908 add translatable strings for default instances 2023-07-20 11:04:30 +00:00
vrifox
a50892c49d add strings for charts country selection 2023-07-20 11:04:03 +00:00
vrifox
311f3a698e add translatable string for artist>subscribers 2023-07-20 11:00:48 +00:00
Vri
3e725e004f Add translatable string action.register_on 2023-07-20 10:55:11 +00:00
Vri
ba236ae216 Add translatable string prefs.language 2023-07-20 10:54:12 +00:00
vrifox
c1f8da9782 fix subsribers/subs on artist page 2023-07-20 10:46:35 +00:00
vrifox
54e8f2b245 use subs to prevent wrap in most cases 2023-07-20 10:26:28 +00:00
Shiny Nematoda
d0245c273e Created AddToPlaylist Modal 2023-07-16 10:48:52 +00:00
Shiny Nematoda
4353cacead Initial support for offline playback 2023-06-20 15:55:16 +00:00
Shiny Nematoda
faef667189 Changes:
- closes #129
- closes #130
- minor cleanup
2023-06-13 12:26:48 +00:00
Shiny Nematoda
77209facb8
Toggle title on pause ( closes #126) 2023-05-22 10:45:56 +00:00
Shiny Nematoda
1e59c18acd Changes:
- Scroll To Top for Albums and Artists ( closes #123 )
- Opt-in for Prefers Reduced Motion ( closes #124 )
- Thumbnails for local playlists
- Better SW caching
2023-05-20 15:37:16 +00:00
Shiny Nematoda
e905bb0d9a Fix Typo 2023-05-15 15:56:23 +00:00
ppsn
3d733dafc3 fixed overlaying elements 2023-04-17 17:01:48 +03:00
Shiny Nematoda
fb121317ee
Delete remote playlists
+ minor ui changes
2023-04-16 10:05:54 +00:00
Shiny Nematoda
580c1b7b46
Minor fixes
- Avoid queue when fetching lyrics id
- Better error handling for logout
2023-04-07 16:24:11 +00:00