- namidaco/namida@d55f63e core: basic linux support
- up to 10x faster indexing speed for desktop (using cpu threads)
- prevent settings writing on first start
- add
.ogxsupport
- namidaco/namida@c6094c2 chore: improve after indexing message
- if library empty, prompts to add folders
- if library empty, shows button in tracks page to add folders
- prevent prompting to refresh on first start
- namidaco/namida@7357ee2 chore: show duration difference for each synced lyrics in lrc dialog
- namidaco/namida@98b7f9a chore: ignore "group artworks by album" for the empty/unknown album
- namidaco/namida@dfd7925 chore: improve year display in info dialogs
- namidaco/namida@9a393f5 chore: minor tweaks
- namidaco/namida@0b78f25 fix: low res artworks not scaling up
- namidaco/namida@7ff646e fix: alac/etc waveform extraction for android
- namidaco/namida@5ef3f0b fix: opening file with external launchers by improving real path extraction mechanism
- namidaco/namida@64e61c4 fix: home widget reversed fav status
- namidaco/namida@24db665 fix: minor fixes
- out of memory in rare case while indexing
- remove borders in some expansion tiles in settings
- ensure portrait is reapplied after exiting fullscreen
- create backup button not being active the first time
- generating random tracks for queue when set to unlimited count
windows/linux
- namidaco/namida@0ec4ef4 chore(windows): button to open backup & download location folders
- namidaco/namida@0b84631 fix(windows): waveform extraction
- namidaco/namida@7854efa fix(windows): reindexing with artwork not overriding old artwork
⚠️ before using linux version, make sure mpv is installed
sudo apt install mpv # debian/ubuntu/etc (.deb-based)
sudo dnf install mpv # fedora/etc (.rpm-based)
sudo pacman -S mpv # arch/manjaro/etc