Commit Graph

6574 Commits

Author SHA1 Message Date
Jun Ohtani
9869448e17
Update json-api.md
Fix the result types in "Search by search term"
2024-03-26 22:25:24 +09:00
Alain Nussbaumer
57207c1ff4 [web] Lint source code 2024-03-26 12:04:04 +01:00
Alain Nussbaumer
f2c3e8ff50 [web] Lint source code 2024-03-26 11:13:10 +01:00
Alain Nussbaumer
feaa14b76a [web] Streamline names of translation keys 2024-03-26 09:20:48 +01:00
Alain Nussbaumer
545b1d8dee [web] Add missing translation 2024-03-26 09:12:07 +01:00
Alain Nussbaumer
a1960233bf [web] Update to newer versions of libraries 2024-03-26 03:38:40 +01:00
Alain Nussbaumer
24da82f42b [web] Fix variable name 2024-03-26 03:35:22 +01:00
Alain Nussbaumer
2b54de424b [web] Use template strings 2024-03-26 03:34:50 +01:00
Alain Nussbaumer
6a0081cf71 [web] Streamline naming of elements 2024-03-26 03:13:17 +01:00
Alain Nussbaumer
b78bba94ef [web] Fix French spelling mistake 2024-03-26 01:34:06 +01:00
Alain Nussbaumer
0086dde94b [web] Streamline method names 2024-03-26 01:29:05 +01:00
Alain Nussbaumer
3ceb76b016 [web] Lint source code 2024-03-26 01:17:07 +01:00
Alain Nussbaumer
ed5f2028a1 [web] Streamline names of Spotify components to match their library counterpart 2024-03-26 00:59:15 +01:00
Alain Nussbaumer
6fd4db14fb [web] Streamline Spotify pages to match library pages 2024-03-25 21:54:01 +01:00
Alain Nussbaumer
8b1c4decf5 [web] Remove unused template 2024-03-25 18:12:14 +01:00
Alain Nussbaumer
dc3785888b [web] Remove redundancy in the displayed texts 2024-03-25 18:11:09 +01:00
Alain Nussbaumer
36842dfc04 [web] Refactor library search page 2024-03-25 18:03:52 +01:00
Alain Nussbaumer
17c6454afa [web] Align naming in search pages 2024-03-25 18:03:31 +01:00
Alain Nussbaumer
a6b2f93f41 [web] Refactor Spotify search page 2024-03-25 17:30:59 +01:00
Alain Nussbaumer
7adde0340e [web] Set default values for uri and position to play a track 2024-03-25 15:25:00 +01:00
Alain Nussbaumer
c312b2fdfe [web] Generalise search_next function to all types 2024-03-25 14:49:53 +01:00
Alain Nussbaumer
0f3f8d5a36 [web] Refactor the Spotify track item page 2024-03-25 14:00:42 +01:00
Alain Nussbaumer
aa5ae7993a [web] Lint source code 2024-03-24 21:44:30 +01:00
Alain Nussbaumer
581544207b [web] Lint source code 2024-03-24 21:41:58 +01:00
Alain Nussbaumer
0657535d04 [web] Refactor the Spotify artist item page 2024-03-24 20:41:21 +01:00
Alain Nussbaumer
e1b6f9eb2b [web] Lint source code 2024-03-24 20:36:19 +01:00
Alain Nussbaumer
ee48395f1b [web] Refactor the Spotify playlist item page 2024-03-24 20:26:18 +01:00
Alain Nussbaumer
cee1513966 [web] Fix artist name not being displayed 2024-03-24 19:56:38 +01:00
Alain Nussbaumer
fc192c5dfc [web] Refactor the Spotify album item page 2024-03-24 19:29:08 +01:00
Alain Nussbaumer
2b57f1124c [web] Refactor the Spotify album page 2024-03-24 18:39:15 +01:00
Alain Nussbaumer
9705c8cd57 [web] Refactor the Spotify album page 2024-03-24 18:05:29 +01:00
Alain Nussbaumer
c89449e8fd [web] Lint source code 2024-03-24 11:02:46 +01:00
Alain Nussbaumer
e244b82082 [web] Streamline name of component properties to prepare for refactoring 2024-03-24 11:02:11 +01:00
Alain Nussbaumer
439867b95b [web] Lint source code 2024-03-24 11:01:06 +01:00
Alain Nussbaumer
979f0c2a33 [web] Fix for composers not being displayed in the search results when switching from a Spotify to library search 2024-03-24 10:02:18 +01:00
Alain Nussbaumer
1d426f78a6 [web] Streamline name of component properties to prepare for refactoring 2024-03-23 23:58:07 +01:00
Alain Nussbaumer
30aee058bf [web] Streamline name of component properties to prepare for refactoring 2024-03-23 23:46:47 +01:00
Alain Nussbaumer
33d28b085f [web] Lint source code and rename some audio methods 2024-03-23 02:06:30 +01:00
Alain Nussbaumer
152891f6cd [web] Lint source code 2024-03-23 01:53:25 +01:00
ejurgensen
9b12618b93 [scan] Fix date_released being set to 0 on platforms with musl
%F for ISO date format is only glibc. May affect other date parsing.

Closes #1730
2024-03-21 21:04:21 +01:00
github-actions[bot]
b1a3941226 [web] Rebuild web interface 2024-03-21 20:03:58 +00:00
Alain Nussbaumer
604b1d3fdf [web] Lint the source code 2024-03-21 21:01:13 +01:00
Alain Nussbaumer
a34e14f483 [web] Fix the error when the library search only contains the keyword query:
The check for a valid query is not yet implemented though.
2024-03-21 20:57:46 +01:00
Alain Nussbaumer
db4e145080 [web] Remove unused component property 2024-03-21 20:08:31 +01:00
github-actions[bot]
c8f80a4d78 [web] Rebuild web interface 2024-03-20 21:02:02 +00:00
Alain Nussbaumer
5c8639aeef [web] Remove useless component parameter 2024-03-20 22:01:17 +01:00
github-actions[bot]
91b0c3a643 [web] Rebuild web interface 2024-03-20 20:40:31 +00:00
Alain Nussbaumer
c055952bcf [web] Update to newer version of libraries 2024-03-20 21:39:47 +01:00
Alain Nussbaumer
ec07729424 [web] Fix error when search queries contain banks or start with blanks. 2024-03-20 21:39:47 +01:00
ejurgensen
bf8e433a0e
[scan] Fix error in debug function 2024-03-20 09:27:30 +01:00