Commit graph

2084 commits

Author SHA1 Message Date
jeffvli
3f7a402ce8 add commit notes to beta deploy 2025-10-11 20:05:26 -07:00
jeffvli
20c585aa1c remove unneeded tag deletion 2025-10-11 19:43:08 -07:00
jeffvli
0248997a75 delete old tags in addition to release 2025-10-11 19:41:19 -07:00
jeffvli
aaaeea1fa5 split workflow into separate jobs, fix release rename step 2025-10-11 19:39:52 -07:00
jeffvli
22504e9e84 simplify prerelease deletion 2025-10-11 19:28:16 -07:00
jeffvli
5fb2ae839f fix previous release parser 2025-10-11 19:23:05 -07:00
jeffvli
15b00910f3 rework nightly deploy again
- rename to beta
- autodelete previous beta releases
- rename release title to Beta
2025-10-11 19:09:56 -07:00
jeffvli
6cce72a22a rework nightly deploy
- rename to development
- only manual push
- allow input for semantic version number
- set release to github prerelease instead of draft
2025-10-11 19:02:45 -07:00
jeffvli
d48fe81d7f re-add build in nightly 2025-10-11 17:14:04 -07:00
jeffvli
f0d0f826fb remove duplicate build in nightly 2025-10-11 15:06:52 -07:00
jeffvli
4d12a4d6cb add release channel setting and implementation 2025-10-11 15:05:29 -07:00
jeffvli
f14d1f3c5c convert version bump to use pwsh 2025-10-11 14:15:03 -07:00
jeffvli
cc466cb0f4 remove exemption for enhancements for stale issues 2025-10-11 13:26:43 -07:00
jeffvli
20941c0405 add initial nightly release workflow 2025-10-11 13:06:51 -07:00
Kendall Garner
d52c067dc7
allow customizing windows install 2025-10-11 12:40:27 -07:00
Kendall Garner
fccbf83c12
bugfix: handle playlist with no tracks 2025-10-11 12:39:59 -07:00
Kendall Garner
7817059a9e
update serve image docs 2025-10-11 08:07:40 -07:00
Luis Canada
d3a986e93c
Add PWA to web app (#1175)
* add PWA to web app

* Fix sw.js not registering and lint

* Change sw and manifest to live at root

* Revert "Change sw and manifest to live at root"

This reverts commit 4c27d924672772f2c6b0a0be30524bb478f7b1dd.
2025-10-11 14:12:25 +00:00
Kendall Garner
6733047942
improve jellyfin participants 2025-10-10 19:32:11 -07:00
Kendall Garner
452803fc72
support artist art as artist background 2025-10-10 18:26:28 -07:00
jeffvli
4e4a0464d6 pin pnpm/action-setup to v4.1.0 2025-10-10 12:36:08 -07:00
Kendall Garner
4ff317eac9
fix nonexistent filter 2025-10-05 21:25:19 -07:00
Kendall Garner
306167fee3
playlist sort and refactoring 2025-10-05 19:13:35 -07:00
Kendall Garner
1cbb3e56bc
add recently released to home page, refactor home route 2025-10-05 07:51:36 -07:00
Kendall Garner
7c24f7cba4
use margin bottom for notifications component to not disable center controls 2025-10-04 07:34:48 -07:00
Evelyn Gravett
1b278cb33a
Feature: Add song and artist links to discord RPC (#1160)
* Add song and artist links to discord RPC

* use first artist name for artist link, full artist name for song link

* use first album artist for song link

* add discord rpc links setting

* simplify discord link settings

* fix setting description

* add musicbrainz links

* fix callback missing dependency

* use encodeURIComponent for lastfm links

Co-authored-by: Kendall Garner <17521368+kgarner7@users.noreply.github.com>

* split musicbrainz ids

* combine link settings

---------

Co-authored-by: Kendall Garner <17521368+kgarner7@users.noreply.github.com>
2025-10-04 03:27:59 +00:00
Kendall Garner
f1a75d8e81
allow zero warnings on lint 2025-09-30 07:58:57 -07:00
Kendall Garner
4a48598260
add multiple genre support for nd albums/tracks 2025-09-28 19:59:20 -07:00
Kendall Garner
6df270ba34
server add/edit refactor, allow jellyfin prefer instant mix 2025-09-28 19:19:24 -07:00
Kendall Garner
eb0ccec0bc
Remove cached queries on editing server 2025-09-28 19:10:47 -07:00
Kendall Garner
8caf898172
have default background for artist top songs 2025-09-28 17:12:34 -07:00
Kendall Garner
508013958f
ND >= 0.56.0: search songs by artist | album artist id 2025-09-27 20:00:34 -07:00
Kendall Garner
c448352ec8
fix linter error 2025-09-26 17:30:20 -07:00
Henry
e344adfeed
Add autodiscovery for Jellyfin servers (#1146)
* Add autodiscovery for Jellyfin servers

* Remove debugging aids

you didn't see anything

* Fix linter errors

* Send a discovery packet to localhost too
2025-09-26 22:53:19 +00:00
Jeff
bca4a14f2e
adjust web playback error handler (#1150) 2025-09-24 18:09:30 -07:00
Kendall Garner
f4be797f16
Add comment describing jellyfin image tag invalidation 2025-09-24 08:12:00 -07:00
Kendall Garner
2feef206fb
add Navidrome/Jellyfin image cache invalidation 2025-09-24 08:05:22 -07:00
dependabot[bot]
eea36f720a
Bump axios in the npm_and_yarn group across 1 directory (#1145)
Bumps the npm_and_yarn group with 1 update in the / directory: [axios](https://github.com/axios/axios).


Updates `axios` from 1.9.0 to 1.12.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.9.0...v1.12.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.12.0
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-23 13:25:52 -07:00
dependabot[bot]
76350ed5af
Bump vite in the npm_and_yarn group across 1 directory (#1115)
Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 6.3.5 to 6.3.6
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.3.6/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.3.6/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 6.3.6
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-23 12:51:06 -07:00
Gabriele Mancini
4f38e16857
Feature: added playlist duration badge (#1130) 2025-09-23 12:45:08 -07:00
Malachi Soord
8a3edb71df
feat: add semantic selectors for now-playing media (#1138)
* feat: add semantic selectors for now-playing media

This change adds unique class names to the elements that display the currently playing media information. This makes it easier for extension developers to parse the DOM and understand what media is playing.

The following classes have been added:
- `media-player`: The main player container.
- `player-cover-art`: The cover art of the playing track.
- `song-title`: The title of the playing track.
- `song-artist`: The artist of the playing track.
- `song-album`: The album of the playing track.
- `player-state-playing`/`player-state-paused`: The state of the player.
- `elapsed-time`: The elapsed time of the playing track.
- `total-duration`: The total duration of the playing track.

---------

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
2025-09-23 12:44:22 -07:00
jeffvli
55e35e9b24 set default body background to #000 2025-09-22 18:24:04 -07:00
Gabriele Mancini
6abdbd2f3e
Feature: added silent song notification setting (#1129)
* feat: added silent song notification
2025-09-17 21:06:59 -07:00
Kendall Garner
1d46cd5ff9
client-side only sort for all playlists (#1125)
* initial client-side only sort for all playlists

* allow reordering jellyfin (assume it works properly) and navidrome

* on playlist page, add to queue by sort order
2025-09-17 21:06:30 -07:00
Kendall Garner
d68165dab5
move title to default layout 2025-09-15 20:10:56 -07:00
Kendall Garner
dad80adb8b
raise window on mpris raise 2025-09-15 19:31:10 -07:00
jeffvli
4134af0340 update to v0.20.1 2025-09-10 21:28:13 -07:00
Hosted Weblate
29a43ca185
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 100.0% (699 of 699 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: 無情天 <kofzhanganguo@126.com>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/zh_Hans/
Translation: feishin/Translation
2025-09-11 05:49:32 +02:00
Hosted Weblate
e452f86170
Translated using Weblate (Slovak)
Currently translated at 100.0% (699 of 699 strings)

Translated using Weblate (Slovak)

Currently translated at 81.2% (568 of 699 strings)

Translated using Weblate (Slovak)

Currently translated at 78.3% (548 of 699 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: peter cerny <posli.to.semka@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/sk/
Translation: feishin/Translation
2025-09-11 05:49:32 +02:00
Hosted Weblate
ec765dca6a
Translated using Weblate (French)
Currently translated at 100.0% (699 of 699 strings)

Translated using Weblate (French)

Currently translated at 100.0% (699 of 699 strings)

Co-authored-by: Dylan MONTIGAUD <dylanmontigaud17@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/fr/
Translation: feishin/Translation
2025-09-11 05:49:31 +02:00