Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-16 | check partial name matches; don't check DL args | (quasar) nebula | |
not thoroughly tested yet! lol | |||
2021-03-15 | Merge branch 'master' into socket-mtui | (quasar) nebula | |
2020-09-15 | better hiding track numbering in queue | (quasar) nebula | |
2020-07-11 | support queue controls over socket clients | Florrie | |
2020-07-09 | simple findTrackObject opimizations | Florrie | |
2020-07-08 | add function for finding track object by ref data | Florrie | |
This is the start of a project to let two (or more) instances of mtui link together and host a party where tracks are accessed on each user's own machine. Backends will be linked so that any actions taken in one will be reflected in another. This function is a key part of implementing this, since mtui depends on all instances of a track be referred to by the same JS object, and the new function allows the (approximate) identity of a track to be serialized and transferred over the internet (or any static format) and restored later, on another device, and/or even in a differently structured music library. | |||
2019-10-28 | Don't show text files adjacent to playables | Florrie | |
2019-10-27 | Tweak track-number regex to include any whitespace | Florrie | |
So tracks like '05 - Artist - Apple Banana.mp3' will just show as 'Artist - Apple Banana.mp3'. (Before, it showed cut off before the first dash.) | |||
2019-10-23 | Add text/notes editor, using tui-text-editor | Florrie | |
:D! | |||
2019-10-17 | Don't include non-tracks in total track count | Florrie | |
2019-08-08 | Don't crash when calling countTotalItems on tracks | Florrie | |
2019-07-22 | "Reverse all" / "Reverse order of groups" options | Florrie | |
2019-07-16 | Separate jump-to-item/search logic from UI code | Florrie | |
2019-05-08 | Make track number regex do what it's supposed to | Florrie | |
2019-05-01 | Hide track number in queue listing! | Florrie | |
2018-12-19 | Try a slightly different shuffle-groups process | Florrie | |
This should be more intuitive and useful...most of the time. :) | |||
2018-12-19 | Revive the old shuffle-groups feature! | Florrie | |
Cool! This was one of my favorite tiny features of http-music. | |||
2018-12-15 | Label showing # of items / total items in menu | Florrie | |
2018-07-06 | cloneGrouplike | Florrie | |
2018-07-06 | Paste | Florrie | |
2018-05-30 | Interactivity | Florrie | |