Merge branch 'master' of https://gitea.innovativedevsolutions.org/stan44/Fbrowser
This commit is contained in:
commit
c900c5e5a4
@ -21,6 +21,7 @@ A powerful file browser application with special focus on audio file handling, M
|
|||||||
- Mutagen (audio metadata extraction)
|
- Mutagen (audio metadata extraction)
|
||||||
- py7zr and rarfile (archive handling)
|
- py7zr and rarfile (archive handling)
|
||||||
- SoundFont (.sf2) files for MIDI playback
|
- SoundFont (.sf2) files for MIDI playback
|
||||||
|
- ifireflylib (Database System)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@ -32,7 +33,7 @@ cd fbroswer
|
|||||||
|
|
||||||
### 2. Install dependencies
|
### 2. Install dependencies
|
||||||
```bash
|
```bash
|
||||||
pip install pyqt6 fluidsynth-midi mido mutagen py7zr rarfile numpy sounddevice
|
pip install pyqt6 fluidsynth-midi mido mutagen py7zr rarfile numpy sounddevice ifireflylib
|
||||||
```
|
```
|
||||||
|
|
||||||
### 3. Install FluidSynth
|
### 3. Install FluidSynth
|
||||||
|
|||||||
@ -6,4 +6,5 @@ mido
|
|||||||
numpy
|
numpy
|
||||||
pyFluidSynth
|
pyFluidSynth
|
||||||
mutagen
|
mutagen
|
||||||
sounddevice
|
sounddevice
|
||||||
|
ifireflylib
|
||||||
Loading…
x
Reference in New Issue
Block a user