Skip to content

Releases: VolfLife/Playlist-Generator

v4.27

12 Aug 23:21
bd1ab04

Choose a tag to compare

  • Minor fixes for the Generator and Editor

v4.26

09 Aug 20:00
70af8af

Choose a tag to compare

  • Bug fixes for the Editor

v4.25

08 Aug 22:14
b8052ed

Choose a tag to compare

  • Added the ability to add tracks to the table by dragging and dropping playlist files directly into the Editor window

v4.24

31 Jul 07:49
e1a1b39

Choose a tag to compare

  • Fixed bug with the Browse button not working in the Track Editor

v4.23

30 Jul 10:18
463019b

Choose a tag to compare

  • In the Track Editor, you can now change the path or name for multiple selected tracks in the table

v4.22

26 Jul 20:40
5e557b1

Choose a tag to compare

  • The Track Editor now allows you to edit and apply different paths to multiple tracks in the table

  • Minor improvements

v4.21

26 Jul 04:01
20cbb07

Choose a tag to compare

  • Interface improvements for the Generator and Editor

  • Fixed GUI rendering issue where main window could fail to display

  • The function of editing the names of several selected tracks has been implemented

    • This can be done in two ways:

      • Double-click on a track in the table to change its name

      • Select a track in the table and start changing its name in the input field

v4.20

20 Jul 22:45
d00ce82

Choose a tag to compare

  • Added total duration counter of tracks for selected folders in Generator

    • Automatically calculates and displays duration of tracks when selecting folders

    • Calculates combined duration for all selected folders

    • Displays duration in format YY:MM:WW:DD:HH:MM:SS

v4.19

18 Jul 19:39
fb23422

Choose a tag to compare

  • Minor improvements

v4.18

18 Jul 01:42
cbdfaf3

Choose a tag to compare

Shuffling algorithm update

  • The algorithm was divided into primary and secondary shuffling

    • The main shuffling of the tracks will always be performed according to the Fisher-Yeats method

    • Added configurable Extra swaps algorithm

      • Performs additional track permutations

      • Now optional (previously always applied)

  • Reverse Step improvements:

    • The mandatory use of a reverse step when using a shadow seed was removed

    • The restriction of the block size for reverse shuffling was removed

  • New Extra swaps & Reverse step value rules:

    • 0 or empty = disabled

    • 1 = auto-calculated swaps/auto-selected block size

    • N = exact number of swaps/block size