2024-03-13 19:53 | Handle mplay exit correctly | Louis Burda | 1 | +7 | -4 |
2024-03-13 19:44 | Handle exit from seeking | Louis Burda | 1 | +3 | -0 |
2024-03-13 18:33 | Add initial rudimentary grapheme support | Louis Burda | 9 | +160 | -42 |
2024-03-10 13:34 | Update to new mplay status line format | Louis Burda | 1 | +11 | -5 |
2024-03-10 01:56 | Update to new mplay api | Louis Burda | 4 | +58 | -27 |
2023-11-12 18:45 | Update liblist api and remote | Louis Burda | 11 | +199 | -192 |
2023-08-17 10:25 | Update submodule url | Louis Burda | 1 | +1 | -1 |
2023-08-14 00:47 | Sort tracks and tags case-insensitively | Louis Burda | 1 | +2 | -2 |
2023-03-16 18:21 | Allow saving reordered tracks in tag | Louis Burda | 4 | +96 | -90 |
2023-03-16 12:32 | Update liblist and add keybind to sort tracks and tags | Louis Burda | 3 | +46 | -2 |
2023-03-14 00:35 | Remove old README | Louis Burda | 1 | +0 | -9 |
2023-03-14 00:34 | Add MIT license | Louis Burda | 1 | +21 | -0 |
2023-03-07 11:01 | Remember playing track when reindexing tags | Louis Burda | 1 | +30 | -19 |
2023-02-19 13:35 | Fix mplay +EXIT messages displayed as status | Louis Burda | 1 | +8 | -1 |
2023-02-17 22:16 | Allow unqueuing last track | Louis Burda | 1 | +15 | -1 |
2023-02-17 22:13 | Show tag on global track completion | Louis Burda | 1 | +33 | -17 |
2023-02-17 21:58 | Use SIGINT to stop player and update player status less frequently | Louis Burda | 4 | +50 | -19 |
2023-02-17 00:09 | fixup! Remove files if a copy is already in trash | Louis Burda | 2 | +4 | -2 |
2023-02-16 20:16 | Reindex selected tag on Ctrl+R & function renaming | Louis Burda | 1 | +69 | -42 |
2023-02-16 17:13 | Fix submodule url | Louis Burda | 1 | +1 | -1 |
2023-02-16 17:09 | Remove files if a copy is already in trash | Louis Burda | 1 | +5 | -2 |
2023-02-04 15:06 | Add popup for deletion of tags | Louis Burda | 1 | +44 | -11 |
2023-02-04 14:46 | Continue after playing track fails on mplay_run | Louis Burda | 1 | +1 | -2 |
2023-02-04 14:37 | Improve player status display | Louis Burda | 7 | +116 | -156 |
2023-02-04 14:07 | Fix tag_rename selection | Louis Burda | 2 | +6 | -3 |
2023-01-29 17:02 | Add keybind to refresh screen contents | Louis Burda | 2 | +8 | -0 |
2023-01-28 14:51 | If trash tag exists, move tracks there on delete | Louis Burda | 4 | +99 | -70 |
2023-01-22 15:48 | Fix index_dirty not set on reindex and track_rm | Louis Burda | 2 | +4 | -1 |
2023-01-12 21:56 | fixup! Only write to index files on data_save where necessary | Louis Burda | 1 | +2 | -0 |
2023-01-12 14:50 | Refactor error handling | Louis Burda | 16 | +203 | -121 |
2023-01-11 23:01 | Only write to index files on data_save where necessary | Louis Burda | 4 | +45 | -38 |
2023-01-11 22:44 | Check aprintf allocation internally and add astrdup for less OOM_CHECK | Louis Burda | 13 | +55 | -75 |
2022-12-21 01:06 | Start mplay in command line interface mode | Louis Burda | 1 | +1 | -1 |
2022-12-20 17:09 | Clear mplay player status on update | Louis Burda | 1 | +2 | -0 |
2022-12-18 01:45 | Fix autoplay for mplay backend | Louis Burda | 3 | +32 | -13 |
2022-12-18 01:05 | player: move add_history to clear_track | Louis Burda | 2 | +13 | -20 |
2022-12-18 00:12 | Implement player backend for mplay | Louis Burda | 6 | +376 | -23 |
2022-11-09 11:43 | Use PREFIX properly in Makefile | Louis Burda | 1 | +6 | -4 |
2022-09-21 16:14 | Fix liblist submodule url | Louis Burda | 1 | +2 | -2 |
2022-05-12 10:08 | Remove volume patch for upstream volume resetting bug | Louis Burda | 1 | +5 | -8 |
2022-05-03 22:57 | Implement fix for volume resetting in pipewire | Louis Burda | 1 | +10 | -4 |
2022-04-20 16:37 | Add rename shortcuts for tags and tracks | Louis Burda | 2 | +111 | -41 |
2022-03-31 18:41 | Call cleanup on SIGKILL and SIGTERM | Louis Burda | 1 | +2 | -0 |
2022-03-31 18:33 | Added missing prototypes | Louis Burda | 6 | +9 | -6 |
2022-03-31 18:28 | Replaced shuffle track selection and refactored player | Louis Burda | 3 | +171 | -215 |
2022-03-28 15:31 | Fix track next selection not lru | Louis Burda | 5 | +19 | -19 |
2022-03-05 16:16 | Simplify listnav, change pane on playing track seek | Louis Burda | 2 | +22 | -9 |
2022-03-05 15:20 | Include tag name in track pane title for visibility | Louis Burda | 1 | +22 | -13 |
2022-03-05 15:12 | Alert track moves to same tag | Louis Burda | 1 | +6 | -0 |
2022-03-05 15:03 | Check destination path in copy and move | Louis Burda | 2 | +20 | -3 |
2022-03-04 16:22 | Added rename command | Louis Burda | 4 | +98 | -3 |
2022-03-04 15:49 | Semantics + Fix track selection | Louis Burda | 1 | +21 | -30 |
2022-03-01 20:01 | Fixed minor bugs | Louis Burda | 3 | +8 | -3 |
2022-03-01 14:02 | Added lock for data directory | Louis Burda | 2 | +74 | -0 |
2022-03-01 13:31 | Separate all from visible tracks search | Louis Burda | 1 | +48 | -9 |
2022-03-01 12:47 | Add display timer to cmd status | Louis Burda | 2 | +25 | -7 |
2022-03-01 02:26 | Small improvements | Louis Burda | 3 | +56 | -9 |
2022-02-28 11:23 | Display loaded player track name if player.track not known | Louis Burda | 3 | +18 | -4 |
2022-02-28 11:17 | Fixed sorting of tracks and name completion | Louis Burda | 2 | +82 | -17 |
2022-02-28 10:42 | Try to preserving playing track when reindexing / moving | Louis Burda | 2 | +68 | -14 |
2022-02-28 10:11 | Fix tag some keybinds no fallthru | Louis Burda | 1 | +25 | -21 |
2022-02-27 12:59 | Switch from mostly ref based tracking to multi-link architecture | Louis Burda | 16 | +745 | -690 |
2022-02-26 12:34 | Update player playlist on changes to tag tracks | Louis Burda | 5 | +31 | -23 |
2022-02-26 02:21 | Keybind for seek to playing, keybind for delete | Louis Burda | 5 | +65 | -5 |
2022-02-25 23:41 | Migrate away from wchar_t, default to utf8 | Louis Burda | 21 | +626 | -379 |
2022-02-25 00:31 | Refactor player interface, improve history navigation and playlist shuffle | Louis Burda | 11 | +597 | -507 |
2022-02-21 17:11 | Added rerun command | Louis Burda | 4 | +91 | -32 |
2022-02-21 16:17 | Bug fixes, added select track shortcut and reindex command | Louis Burda | 9 | +181 | -89 |
2022-02-20 19:31 | Added keybinds for seeking to front or back of tracks / tags | Louis Burda | 1 | +12 | -0 |
2022-02-20 19:31 | Added MPRIS pause and play event handling | Louis Burda | 1 | +4 | -0 |
2022-02-14 13:48 | Use case insensitive search | Louis Burda | 4 | +24 | -6 |
2022-02-14 11:46 | Improve error handling, history bug fix | Louis Burda | 11 | +64 | -45 |
2022-02-13 23:28 | Refactored main.c into many files | Louis Burda | 19 | +1597 | -1468 |
2022-02-13 16:02 | Added liblist | Louis Burda | 10 | +22 | -217 |
2022-02-13 15:43 | Added command status and move and copy cmds | Louis Burda | 4 | +223 | -22 |
2022-01-29 00:01 | Fix inputln uninitialized, missing counter | Louis Burda | 2 | +6 | -6 |
2022-01-27 02:29 | New list interface for fast tail access | Louis Burda | 13 | +143 | -134 |
2022-01-26 16:52 | Make track_show_playlist keybind switch panes automatically | Louis Burda | 1 | +7 | -1 |
2022-01-26 16:39 | Prioritize ITEM_SEL style to ITEM_PREV | Louis Burda | 1 | +12 | -12 |
2022-01-26 16:34 | Added index files, fixed cmd input bugs | Louis Burda | 8 | +134 | -38 |
2022-01-24 16:53 | Added keybind to force window refresh | Louis Burda | 1 | +3 | -0 |
2022-01-24 16:50 | Added tag search mode to select quickly | Louis Burda | 6 | +131 | -34 |
2022-01-23 20:46 | Dont rely on d_type for loading tracks | Louis Burda | 3 | +22 | -9 |
2022-01-08 16:20 | Allow switch between playlist and tracks in hovered tag | Louis Burda | 3 | +55 | -18 |
2022-01-08 14:04 | Closed memory leaks | Louis Burda | 7 | +99 | -73 |
2022-01-07 16:45 | Added MPRIS control | Louis Burda | 9 | +296 | -46 |
2021-12-29 00:46 | More refactoring, moved track manipulation into player | Louis Burda | 12 | +259 | -150 |
2021-12-28 21:56 | Refactor for readability, use static line buffer for statusline etc | Louis Burda | 4 | +307 | -204 |
2021-12-28 19:34 | In working condition, but with shitty implementation for selecting next track | Louis Burda | 4 | +135 | -120 |
2021-12-28 15:41 | Added panic and simplified makefile | Louis Burda | 4 | +38 | -13 |
2021-12-27 16:53 | refactored autoplay and prev/next functionality | Louis Burda | 8 | +146 | -75 |
2021-12-20 15:25 | Restructured repository and added automatic make dependency generation | Louis Burda | 22 | +87 | -66 |
2021-12-20 14:24 | Made main.c symbols static, added autoplay | Louis Burda | 3 | +149 | -69 |
2021-12-18 12:11 | Add player queuing | Louis Burda | 4 | +49 | -8 |
2021-12-16 17:32 | Completion search into both directions, added delay to prevent pops when seeking, small refactor for readability | Louis Burda | 4 | +125 | -62 |
2021-12-16 16:11 | Switched most buffers to wide chars, added general ref class, now clear mpd errors, added track and command completion | Louis Burda | 17 | +477 | -310 |
2021-12-16 12:48 | Implemented list navigation and other fixes | Louis Burda | 7 | +156 | -61 |
2021-12-12 22:06 | Added playback via libmpdclient | Louis Burda | 10 | +361 | -158 |
2021-12-04 12:48 | Added more gui interaction | Louis Burda | 14 | +759 | -93 |
2021-11-30 23:31 | Replace readline with own implementation for integration | Louis Burda | 10 | +495 | -188 |
2021-11-30 18:46 | Added readline and ncurses basic setup | Louis Burda | 4 | +533 | -0 |