Skip to content

Releases: rikobalakit/music-sorter

Release 0.4: Visible scrub bar/timing, and scrub hotkeys

04 Jul 15:13

Choose a tag to compare

Hey all, there's now a scrub bar and timing display, as well as a way to scrub +/- 30sec per keystroke while in Full Play mode. The scrub time interval and key bindings are configurable too in the config file.
image

Release 0.3: Undo mode & all keys configurable

30 Jun 14:28

Choose a tag to compare

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

28 Jun 16:02

Choose a tag to compare

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

27 Jun 18:12

Choose a tag to compare

Added stats! Code is a bit cleaner.

Release 0.0

27 Jun 15:17

Choose a tag to compare

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)