Skip to content

TagBot-0.4.0

Latest
Compare
Choose a tag to compare
@Syco54645 Syco54645 released this 30 Dec 18:54
· 4 commits to master since this release

New features

  • Reworked tagging to speed up performance. Time went from ~8s to ~200ms
    • Using TagLibSharp for tagging
  • Parallel saving. Time went from ~200ms to < 100ms
    • This is found in the preference screen on the settings tab
    • This could cause issues so use with caution
  • Disable confirmation screen.
    • You can check a box on the confirmation screen before clicking save
    • This can be changed in the preferences screen on the settings tab
  • Slowcheetah build configs
    • Debug is appended to the version number when compiling the debug profile
  • Added rudamentary player
    • Play a track
    • Stop a track
    • Seek forward 30 seconds
      • If too close to the end of the file it will stop
    • Seek backward 30 seconds

Bug Fixes

  • Clicking rapid after clicking autofill caused the autofill tags to be lost at save time
  • Tags in the file view were not updated after saving
  • Double clicking a tag in the file list caused tags to be dropped in odd places
  • Editing common tags before clicking match caused a crash