Releases: rikobalakit/music-sorter
Release 0.4: Visible scrub bar/timing, and scrub hotkeys
Release 0.3: Undo mode & all keys configurable
Hey all, the main improvements included in this release includes an initial iteration of an "Undo" button, which takes the last moved track and places it back into the "source" folder. All keys, including the Stats, Controls, and Playback Mode Toggle, are now remappable to in the config.json file.
Release 0.2: Customizable folders, playback mode options
New Features:
- Ability to define your own folders (relative and absolute path) and key mappings
- Instead of only "Preview" playback mode, you can toggle a mode to just entirely play the whole song ("Full Playback Mode")
- During Preview playback mode, you can hold spacebar (remappable) to continue playing the current section of the song.
- All song move operations are now logged, so you have a history of moves
The key mappings are based on Unity's keycode enumerations. For reference:
https://docs.unity3d.com/ScriptReference/KeyCode.html
Release 0.1
Added stats! Code is a bit cleaner.
Release 0.0
First release!!!
Controls:
Left/Right to reject/accept songs
Up to open the file in your default player (and stop playback)
Down to skip song
F1 to show instructions
Slider to adjust seconds to play each section of the song
Features:
Can set a default Source Directory, and choose to skip the "Open Folder" dialog at the beginning
Enable/Disable random order (instead of filename order)
Can set an override Accept directory (such as right into iTunes or Plex automatic ingestion folder)
