navidrome/cmd
Rob Emery 9c3b456165
feat(build): MSI installer improvements (#3376)
* feat(build): add a make target to build a msi installer locally

* Testing wrapping the executable in cmd

* build(ci): build msis in parallel

* feat(server): add LogFile config option

* Revert "Testing wrapping the executable in cmd"

This reverts commit be29592254.

* Adding --log-file for service executable

* feat(ini): wip

* feat(ini): parse nested ini section

* fix(conf): fix fatal error messages

* Now navidrome supports INI, we can use the built-in msi ini system
and not require the VBScript to convert it into toml

* File needs to be called .ini to be parsed as an INI and correct filename
needs to be passed to the service

* fix(msi): build msi locally

* fix(msi): pipeline

* fix(msi): pipeline

* fix(msi): pipeline

* fix(msi): pipeline

* fix(msi): pipeline

* fix(msi): Makefile

* fix(msi): more clean up

* fix(log): convert LF to CRLF on Windows

* fix(msi): config filename should be case-insensitive

* fix(msi): make it a little more idiomatic

* Including the latest windows release of ffmpeg into the msi
as built by https://www.gyan.dev/ffmpeg/builds/ (linked
to on the official ffmpeg source)

* This should version independent

* Need bash expansion for the * to work

* This will run twice, once for x86 and once for x64, I'll make it cache
the executable for now as it'll be quicker

* Silencing wget

* Add ffmpeg path to the config so Navidrome knows where to find it

* refactor: download ffmpeg from our repository

* When going back from the "Are you ready to install?" it should go back to the
Settings dialogue that you just came from

* fix: comments

---------

Co-authored-by: Deluan <deluan@navidrome.org>
2024-10-22 19:32:56 -04:00
..
backup.go feat(server): provide native backup/restore mechanism (#3194) 2024-10-01 19:58:54 -04:00
inspect.go Add "inspect" command to CLI 2023-12-27 12:41:28 -05:00
pls.go Don't refresh smart playlists when generating covers 2023-01-01 20:28:03 -05:00
root.go feat(build): MSI installer improvements (#3376) 2024-10-22 19:32:56 -04:00
scan.go Remove unused DevPreCacheAlbumArtwork config option 2022-12-28 15:31:56 -05:00
signaller_nounix.go Fix typo 2024-05-01 23:09:11 -04:00
signaller_unix.go Fix typo 2024-05-01 23:09:11 -04:00
svc.go feat(build): MSI installer improvements (#3376) 2024-10-22 19:32:56 -04:00
wire_gen.go Optimize SQLite3 access. Mainly separate read access from write access. 2024-05-21 17:19:41 -04:00
wire_injectors.go Make dependency injection more consistent 2024-05-08 22:21:38 -04:00