ejurgensen
7f6387ff59
Revert "[gh-actions] Remove build of sqlite from MacOS workflow"
...
This reverts commit d159a8d5aa
.
2023-08-24 22:04:21 +02:00
ejurgensen
0f33a896de
[gh-actions] Update macos.yml, add brew update step
...
Use the latest version of brew + formulae
2023-08-23 16:15:21 +02:00
ejurgensen
d159a8d5aa
[gh-actions] Remove build of sqlite from MacOS workflow
...
Homebrew's sqlite now comes with sqlite3_unlock_notify (Homebrew issue #55077 ),
so a custom build is no longer required.
2023-08-21 22:12:01 +02:00
ejurgensen
941fab9023
[xcode] Circumvent ffmpeg 6 ALAC encoding problem
...
The default ffmpeg ALAC encoder, "alac", requires fixed frames of size 4096,
but the Airplay 2 implementation feeds it with frames of size 352. Before
ffmpeg 6 this worked, but not any more. Seems a frame size check has been
added.
This commit doesn't fix this, but circumvents the ffmpeg error by modifying the
frame size that ffmpeg checks.
Fixes issue #1640
2023-08-17 23:12:26 +02:00
ejurgensen
7f2e05284b
[scan] Read m3u8 playlists like m3u
...
Fixes #1639
2023-08-15 19:33:50 +02:00
Marek Skrobacki
469fcf6707
[mpd] Sanitize newline characters in ID3 tag values ( #1615 )
...
Fixes https://github.com/owntone/owntone-server/issues/1613
2023-08-12 23:57:28 +02:00
Alain Nussbaumer
2ad680a96b
[web] Generate web interface with the latest source
2023-08-06 17:11:41 +02:00
Alain Nussbaumer
dcbdee6598
[web] Fix settings page not displaying properly when the language is not found
...
When the user is using a language that is not available in OwnTone, the fallback language is set to English.
2023-08-06 10:59:20 +02:00
ejurgensen
f934aadb67
[config] Replace network.target with network-online.target in owntone.service
...
Spotify won't work on boot without dns, and it seems network-online at least
increases the chance of dns being ready.
2023-08-05 23:51:27 +02:00
Alain Nussbaumer
60015e1da2
[web] Provide similar style between podcast, audiobook, and album pages
...
The podcast page is now similar to the audiobook or album pages. Thus, making the UI a bit more coherent.
2023-07-26 16:12:21 +02:00
Alain Nussbaumer
c20c80b757
[web] Format source code
2023-07-26 16:04:12 +02:00
Alain Nussbaumer
d84b7dc80f
[web] Fix alignment of labels with their switch button
2023-07-26 12:59:16 +02:00
Alain Nussbaumer
6b37de78ba
[web] Remove unused functions
2023-07-26 10:34:16 +02:00
Alain Nussbaumer
9964018f0e
[web] Fix for list of tracks not playing from the correct position
2023-07-26 08:07:51 +02:00
Alain Nussbaumer
c513e0044e
[web] Use "router link" for the list of index buttons
2023-07-26 08:05:13 +02:00
Alain Nussbaumer
6ae8c4c6bd
[web] Fix for issue preventing the page of composer albums from being displayed
2023-07-26 08:03:44 +02:00
Alain Nussbaumer
a3942aad81
[web] Avoid the loading progress bar being shown when navigating on the same page
2023-07-26 06:45:46 +02:00
Alain Nussbaumer
7f38c4fa87
[web] Fix the missing bottom margin on pages with tabs
2023-07-26 06:37:33 +02:00
Alain Nussbaumer
a484f89e0a
[web] Fix an issue preventing the index button list to work in the genre pages
2023-07-25 19:12:12 +02:00
Alain Nussbaumer
294e640ac1
[web] Fix positioning of scrolling when pages don't have tabs
2023-07-25 18:41:51 +02:00
Alain Nussbaumer
dd5b4dcb32
[web] Remove dependency to "vue-scrollto" library
...
The UI has now one dependency less to a third party library.
2023-07-25 16:39:16 +02:00
Alain Nussbaumer
d733a17871
[web] Fix lint errors
2023-07-25 14:41:34 +02:00
Alain Nussbaumer
d38236fb37
[web] Simplify CSS
2023-07-25 14:40:18 +02:00
Alain Nussbaumer
a264efe2bb
[web] Fix genre not being displayed correctly depending on the media kind
...
The genre is not displayed depending on the media kind and not only for the "music" kind.
2023-07-24 19:51:00 +02:00
Alain Nussbaumer
ca30b82e9a
[web] Remove unused method
2023-07-24 19:22:24 +02:00
Alain Nussbaumer
c9a35c7346
[web] Lint code for better maintainability
...
For this pass, mainly the import order has been changed.
2023-07-18 15:48:56 +02:00
Alain Nussbaumer
9d62c94d86
[web] Fix modal dialogs not closing when opening artist or album page and renaming of views
...
Whenever an artist or album page is opened from a modal dialog, the latter is properly closed. Moreover, the views have been renamed for better maintainability.
2023-07-18 15:19:24 +02:00
Alain Nussbaumer
34ea8115a8
[web] Fix playlist page displaying one ghost entry when no playlist are present
...
When there are no playlists or all of them are filtered out, the list of playlists is now completely empty.
2023-07-18 14:08:52 +02:00
Alain Nussbaumer
19cdd895f0
[web] Use named route for playlists
...
Switching to named routes in order to reduce future maintenance.
2023-07-15 22:04:01 +02:00
Alain Nussbaumer
d4c3d27688
[web] Use named route for audiobook pages
...
Switching to named routes in order to reduce future maintenance.
2023-07-15 21:56:44 +02:00
Alain Nussbaumer
fee215a25c
[web] Use named route for genre pages.
...
Switching to named routes in order to reduce future maintenance.
2023-07-12 23:13:13 +02:00
Alain Nussbaumer
b821fdf01f
[web] Use named route for composer pages
...
Switching to named routes in order to reduce future maintenance.
2023-07-12 23:02:02 +02:00
Alain Nussbaumer
6f1f53007d
[web] Use named route for search pages
...
Switching to named routes in order to reduce future maintenance.
2023-07-12 22:39:21 +02:00
Alain Nussbaumer
845f111c29
[web] Use named route for Spotify pages
...
Switching to named routes in order to reduce future maintenance.
2023-07-12 21:30:52 +02:00
Alain Nussbaumer
2bec9e1886
[web] Use named route for the browse page
...
Switching to named routes in order to reduce future maintenance.
2023-07-12 17:47:16 +02:00
Alain Nussbaumer
19c315a43a
[web] Use named route for the music page
...
Switching to named routes in order to reduce future maintenance.
2023-07-12 17:25:47 +02:00
Alain Nussbaumer
493621a28b
[web] Use named route for settings
...
Switching to named routes in order to reduce future maintenance.
2023-07-11 09:51:17 +02:00
Alain Nussbaumer
59aa462b05
[web] Use named route for genres
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 20:54:52 +02:00
Alain Nussbaumer
d0fbd68523
[web] Use named route for music albums
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 20:43:10 +02:00
Alain Nussbaumer
60374c2f47
[web] Use named route for music artists
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 20:33:07 +02:00
Alain Nussbaumer
d4a484f20e
[web] Use named route for audiobook albums and artists
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 20:08:35 +02:00
Alain Nussbaumer
63586db7b6
[web] Use named route for radio page
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 19:25:17 +02:00
Alain Nussbaumer
c8488f999b
[web] Use named route for Spotify playlists
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 15:46:49 +02:00
Alain Nussbaumer
4b62e85c95
[web] Use named route for playlist pages
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 15:37:40 +02:00
Alain Nussbaumer
05486ac7a2
[web] Use named route for the Spotify search page
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 13:58:26 +02:00
Alain Nussbaumer
c6a57a38f9
[web] Use named route for the files page
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 13:24:42 +02:00
Alain Nussbaumer
44d488467e
[web] Use named route for the podcasts page
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 13:09:27 +02:00
Alain Nussbaumer
f09647d754
[web] Use named route for the "now playing" page
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 12:19:34 +02:00
Alain Nussbaumer
87ccdf7723
[web] Use named route for the library search page
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 12:10:39 +02:00
Alain Nussbaumer
ed654381b8
[web] Use named route for the page queue
...
Switching to named routes in order to reduce future maintenance.
2023-07-10 11:57:29 +02:00