🎧☁️ Your Personal Streaming Service https://www.navidrome.org
Find a file
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
.devcontainer Update dev container to use Go 1.23 and customizations object (#3228) 2024-09-01 22:22:32 -04:00
.github feat(build): MSI installer improvements (#3376) 2024-10-22 19:32:56 -04:00
cmd feat(build): MSI installer improvements (#3376) 2024-10-22 19:32:56 -04:00
conf feat(build): MSI installer improvements (#3376) 2024-10-22 19:32:56 -04:00
consts Optimize SQLite3 access. Mainly separate read access from write access. 2024-05-21 17:19:41 -04:00
contrib Fix typo in comment (#2974) 2024-04-26 17:59:39 -04:00
core fix(server): allow extra spaces in transcoding commands 2024-10-20 19:35:16 -04:00
db perf(server): add index for sort tags. 2024-10-19 20:46:54 -04:00
git Remove tools.go 2023-11-27 14:06:00 -05:00
log feat(build): MSI installer improvements (#3376) 2024-10-22 19:32:56 -04:00
model fix(scanner): improve M3U playlist import times (#2706) 2024-09-18 20:12:12 -04:00
persistence feat(subsonic): support OS clearing play queue (#3399) 2024-10-16 10:59:22 -04:00
release feat(build): MSI installer improvements (#3376) 2024-10-22 19:32:56 -04:00
resources fix(ui): update translations from POEditor (#3349) 2024-10-17 20:29:54 -04:00
scanner build: new pipeline, new way to cross-compile and build docker images locally. (#3388) 2024-10-15 16:46:01 -04:00
scheduler Simplify Singleton usage by leveraging Go 1.18's generics 2022-07-27 12:15:05 -04:00
server feat(subsonic): getOpenSubsonicExtensions is now public 2024-10-21 17:21:18 -04:00
tests refactor(server): remove ffmpeg unused code 2024-10-20 19:35:16 -04:00
ui build: fix build on FreeBSD (#3403) 2024-10-17 19:26:53 -04:00
utils refactor(server): replace RangeByChunks with Go 1.23 iterators (#3292) 2024-09-22 11:47:10 -04:00
.dockerignore feat(build): MSI installer improvements (#3376) 2024-10-22 19:32:56 -04:00
.git-blame-ignore-revs Move project to Navidrome GitHub organization 2021-02-06 21:47:19 -05:00
.gitignore build: new pipeline, new way to cross-compile and build docker images locally. (#3388) 2024-10-15 16:46:01 -04:00
.golangci.yml Remove potential integer overflow conversion uint64 -> int64 2024-08-22 19:28:22 -04:00
.nvmrc Upgrade to Go 1.22 and Node v20 (#2861) 2024-02-16 20:29:16 -05:00
CODE_OF_CONDUCT.md Use Contributor Covenant v2.0 2020-07-21 14:40:21 -04:00
CONTRIBUTING.md build(ci): change GitHub release notes (#3300) 2024-09-21 17:00:13 -04:00
Dockerfile fix: use target platform to build final image (#3397) 2024-10-15 22:47:05 -04:00
go.mod chore(deps): bump Go dependencies 2024-10-15 19:24:22 -04:00
go.sum chore(deps): go mod tidy 2024-10-15 19:29:13 -04:00
LICENSE Change license to GPLv3 2020-01-22 14:48:38 -05:00
main.go Fix lint 2023-03-15 13:10:14 -04:00
Makefile feat(build): MSI installer improvements (#3376) 2024-10-22 19:32:56 -04:00
Procfile.dev Remove some tools from dependencies, reducing the modules dependencies 2023-03-30 15:33:47 -04:00
README.md chore: add poeditor logo to readme (#3329) 2024-09-30 13:25:03 -04:00
reflex.conf Fix migration package name mismatch 2024-05-08 19:54:48 -04:00

Navidrome logo

Navidrome Music Server  Tweet

Last Release Build Downloads Docker Pulls Dev Chat Subreddit Contributor Covenant

Navidrome is an open source web-based music collection server and streamer. It gives you freedom to listen to your music collection from any browser or mobile device. It's like your personal Spotify!

Note: The master branch may be in an unstable or even broken state during development. Please use releases instead of the master branch in order to get a stable set of binaries.

Check out our Live Demo!

Any feedback is welcome! If you need/want a new feature, find a bug or think of any way to improve Navidrome, please file a GitHub issue or join the discussion in our Subreddit. If you want to contribute to the project in any other way (ui/backend dev, translations, themes), please join the chat in our Discord server.

Installation

See instructions on the project's website

Cloud Hosting

PikaPods has partnered with us to offer you an officially supported, cloud-hosted solution. A share of the revenue helps fund the development of Navidrome at no additional cost for you.

PikaPods

Features

  • Handles very large music collections
  • Streams virtually any audio format available
  • Reads and uses all your beautifully curated metadata
  • Great support for compilations (Various Artists albums) and box sets (multi-disc albums)
  • Multi-user, each user has their own play counts, playlists, favourites, etc...
  • Very low resource usage
  • Multi-platform, runs on macOS, Linux and Windows. Docker images are also provided
  • Ready to use binaries for all major platforms, including Raspberry Pi
  • Automatically monitors your library for changes, importing new files and reloading new metadata
  • Themeable, modern and responsive Web interface based on Material UI
  • Compatible with all Subsonic/Madsonic/Airsonic clients
  • Transcoding on the fly. Can be set per user/player. Opus encoding is supported
  • Translated to various languages

Translations

Navidrome uses POEditor for translations, and we are always looking for more contributors

Documentation

All documentation can be found in the project's website: https://www.navidrome.org/docs. Here are some useful direct links:

Screenshots