Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install NodeJS
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22

- name: Install pnpm
uses: pnpm/action-setup@v4
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Install NodeJS
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22

- name: Install pnpm
uses: pnpm/action-setup@v4
Expand Down Expand Up @@ -176,10 +176,10 @@ jobs:
cargo install cargo-bundle --version 0.6.1 --locked
fi

- name: Install NodeJS 18
- name: Install NodeJS 22
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22

- name: Install pnpm 8
uses: pnpm/action-setup@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

Temporary Beatport fix build May 2026
Cross-platform music tagger.
It can fetch metadata from Beatport, Traxsource, Juno Download, Discogs, Musicbrainz and Spotify.
It can fetch metadata from Beatport, Traxsource, Discogs, Musicbrainz and Spotify.
It is also able to fetch Spotify's Audio Features based on ISRC & exact match.
There is a manual tag editor and quick tag editor which lets you use keyboard shortcuts. Written in Rust, Vue.js and Quasar.

Expand Down
Loading
Loading