From 7110c393d48c0f831def1e8109f5d91bd34c032f Mon Sep 17 00:00:00 2001 From: stan44 Date: Fri, 11 Apr 2025 22:38:55 -0500 Subject: [PATCH 1/2] updated readme to include the ifireflylib --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9d25ab1..13f09e3 100644 --- a/readme.md +++ b/readme.md @@ -21,6 +21,7 @@ A powerful file browser application with special focus on audio file handling, M - Mutagen (audio metadata extraction) - py7zr and rarfile (archive handling) - SoundFont (.sf2) files for MIDI playback +- ifireflylib (Database System) ## Installation @@ -32,7 +33,7 @@ cd fbroswer ### 2. Install dependencies ```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 From 9f3b06853a61312941f8e970ba488a2810e8216f Mon Sep 17 00:00:00 2001 From: stan44 Date: Fri, 11 Apr 2025 22:40:03 -0500 Subject: [PATCH 2/2] updated to include ifireflylib --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ce2d5d7..28af9a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,5 @@ mido numpy pyFluidSynth mutagen -sounddevice \ No newline at end of file +sounddevice +ifireflylib \ No newline at end of file