aboutsummaryrefslogtreecommitdiff
path: root/src/connection.rs
AgeCommit message (Collapse)Author
2024-05-16syntactical sugerkrolxon
2024-05-14handle if mpd server is not runningkrolxon
2024-05-13make dmenu optional, dont crashkrolxon
2024-05-12fix dmenu_play adding song even when exit without selecitonkrolxon
2024-05-12fix highlight delay when song deleted from queuekrolxon
2024-05-10add stats to Connection structkrolxon
2024-05-09remove cli mod, dependent methodskrolxon
2024-05-01abide by the lord clippykrolxon
2024-04-29remove redundant functions and add commentskrolxon
2024-04-29add metadata in directory treekrolxon
2024-04-29fix queue deletion to perfectionkrolxon
2024-04-28fix queue deletion & make get_full_path return an optionkrolxon
2024-04-28use mpd's load() to load playlistskrolxon
2024-04-28minor changeskrolxon
2024-04-28highlight current playing songs in listskrolxon
2024-04-26add to playlist featurekrolxon
2024-04-26alot of edge cases removed, ui improvmentskrolxon
2024-04-25add keymaps to readme.md and minor changeskrolxon
2024-04-25better event handling with tick, searchkrolxon
2024-04-24use filenames in queue instead of titlekrolxon
2024-04-24use tabs instead of layoutskrolxon
2024-04-24handle seek forwards/backwordskrolxon
2024-04-24Fix wrong songs playing when queue is not emptykrolxon
if we are playing a song which is in the middle of somewhere in queue. it will play the wrong song, since the index points to wrong song
2024-04-24hmm stuffkrolxon
2024-04-23add documentationkrolxon
2024-04-23damnkrolxon
2024-04-23get basic tui working with Ratatuikrolxon
2024-04-22use subcommands instead of optionskrolxon
2024-04-22remove this absolute brainfuck of a function, what the fuckkrolxon
2024-04-22song insertion state checkkrolxon
2024-04-22add dmenu selectorkrolxon
2024-04-22get basic stuff workingkrolxon