Skip to content

Commit

Permalink
Merge pull request #4 from raphaelquast/dev
Browse files Browse the repository at this point in the history
merge for a first release
  • Loading branch information
raphaelquast authored Jun 10, 2020
2 parents b30b7c4 + d5a9248 commit 27f68e1
Show file tree
Hide file tree
Showing 17 changed files with 37 additions and 5 deletions.
30 changes: 30 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,33 @@ configuration/foo_freedb2.dll.cfg
configuration/foo_input_std.dll.cfg
configuration/foo_rgscan.dll.cfg
configuration/foo_ui_std.dll.cfg

user-components/foo_httpcontrol
configuration/foo_beefweb.dll.cfg
foo_httpcontrol_data
readme controller.txt

user-components/foo_beefweb
configuration/foo_httpcontrol.dll.cfg

user-components/foo_out_asio
configuration/foo_out_asio.dll.cfg

user-components/foo_out_wasapi
configuration/foo_out_wasapi.dll.cfg


user-components/foo_onewaysync
configuration/foo_onewaysync.dll.cfg

component-updates


user-components/foo_jesus
configuration/foo_jesus.dll.cfg
autobackup


user-components/foo_run
configuration/foo_run.dll.cfg

2 changes: 2 additions & 0 deletions FileOps-Presets.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ operation=move
targetDirectory=E:\Musik\_Musik_Downloads
fileNamePattern=$if(%album%,$if($strcmp(%album artist%,VA),_Compilations,%album artist%)\%album% ['['%date%']'] \[CD $num(%discnumber%,1) - ]$num(%track%,2)[ - %track artist%] - %title%,$if($strcmp(%album artist%,VA),_Compilations,%album artist%)\%artist% - %title%[ '['%date%']'])
moveOtherFiles=yes
removeEmpty=yes

removeEmpty=yes
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@ nice gadgets that help with some recurring tasks like
### Mini-mode
![minimode](_images/minimode.png?raw=true "Minimode")
### Midi-mode
![midimode](_images/midimode.png?raw=true "Midimode")
![midimode](_images/midimode.jpg?raw=true "Midimode")
### Maxi-mode
![midimode](_images/maximode.jpg?raw=true "Maximode")


# Installation (quick and easy)

## Portable:
1) Install [Foobar2000](https://www.foobar2000.org/) (portable) [tested with v1.5.2]
2) Clone the git-repo into the installation folder (replace existing files)
1) Install [Foobar2000](https://www.foobar2000.org/) (portable) [tested with v1.5.2] (don't start it yet!)
2) Copy all files into the installation folder (replace existing files)
3) Start foobar2000, open preferences (Strg + p) and set your music-directory under the "Media Library" tab
4) Enjoy

## Standalone:
1) Install [Foobar2000](https://www.foobar2000.org/) (standard) [tested with v1.5.2]
2) Clone the git-repo into your foobar2000 `configuration`-folder (replace existing files)
1) Install [Foobar2000](https://www.foobar2000.org/) (standard) [tested with v1.5.2] (don't start it yet!)
2) Copy all files into your foobar2000 `configuration`-folder (replace existing files)
- it is located at `"%appdata%\foobar2000"`
(if it does not yet exist, start foobar and close it again)
3) Start foobar2000, open preferences (Strg + p) and set your music-directory under the "Media Library" tab
Expand Down
Binary file added _images/midimode.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed _images/midimode.png
Binary file not shown.
Binary file modified configuration/Core.cfg
Binary file not shown.
Binary file modified configuration/foo_plorg.dll.cfg
Binary file not shown.
Binary file modified configuration/foo_quicksearch.dll.cfg
Binary file not shown.
Binary file modified configuration/foo_tagbox.dll.cfg
Binary file not shown.
Binary file modified configuration/foo_ui_columns.dll.cfg
Binary file not shown.
Binary file modified configuration/foo_ui_hacks.dll.cfg
Binary file not shown.
Binary file modified configuration/foo_uie_albumlist.dll.cfg
Binary file not shown.
Binary file modified configuration/foo_uie_esplaylist.dll.cfg
Binary file not shown.
Binary file modified configuration/foo_uie_panel_splitter.dll.cfg
Binary file not shown.
Binary file added playlists-v1.4/index.dat
Binary file not shown.
Binary file modified user-components/foo_ui_columns/foo_ui_columns.dll
Binary file not shown.
Binary file modified user-components/foo_wave_minibar_mod/foo_wave_minibar_mod.dll
Binary file not shown.

0 comments on commit 27f68e1

Please sign in to comment.