Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Reverier-Xu committed Sep 19, 2024
2 parents ecac08c + e9881cb commit 8ceffae
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ aur/src/
aur/BitWave/
aur/pkg/
aur/
.cache/
.cache/
.DS_Store
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ yay -S bitwave-git
- [x] Library and playlist management
- [ ] Various fine-tuning and control of the player

## Additional (Maybe)

- [ ] MacOS / Windows build
- [ ] Fetch data from musicbrainz / discogs whatsoever.
- [ ] cdparanoia cdrip

## Preview

![Music Player](arts/preview-home.png)
Expand Down
1 change: 1 addition & 0 deletions src/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

#include "codec/codec.h"
#include "parser/parser.h"
#include <clocale>
#include <QApplication>
#include <QCommandLineParser>
#include <QFont>
Expand Down
1 change: 1 addition & 0 deletions src/ui/ui.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

#include <QApplication>
#include <QQmlContext>
#include <clocale>

#include "library/library.h"
#include "lyrics/lyrics.h"
Expand Down

0 comments on commit 8ceffae

Please sign in to comment.