« get me outta code hell

http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2018-04-14Man page and aliases for --add-status-line HEAD masterFlorrie
2018-04-14Status line switcherFlorrie
2018-04-10Add man page info for title lineFlorrie
2018-04-10Add --title-line option, for fancy tmux windowsFlorrie
Also, "title" and "name" and "trackTitle" and "trackName" are all aliases for the same thing now.
2018-04-08--status-line + man for custom status linesFlorrie
2018-04-08Add %esc% and %name%Florrie
%esc% is for fancy ANSI formatting (e.g. %esc%[2m%timeLeft%). %name% is just an alias for %trackName%.
2018-04-08Add %trackName% template replacementFlorrie
2018-04-08Add %timeLeft% template replacementFlorrie
2018-04-08Update duration graph screenshotFlorrie
2018-04-08Fix referencing groupTrackIndex when it doesn't existFlorrie
2018-04-08Internal support for custom status linesFlorrie
2018-04-08Improve duration accuracy in SoX playerFlorrie
2018-04-08Fix skip not working with sox playerFlorrie
2018-03-19Clean up things, de-break everythingFlorrie
2018-03-19Move redundant things into processSmartPlaylistFlorrie
2018-03-19Make duration graph use common CLI stuffFlorrie
2018-03-19Separate common CLI options into their own fileFlorrie
2018-01-17Merge branch 'master' of https://github.com/towerofnix/http-musicFlorrie
2018-03-14(play) Add -S as alias --sort-modeFlorrie
2018-03-14Add alphabetic sortFlorrie
This automatically flattens the playlist, so you don't need to pass --flatten-tracks if you also pass --sort a-z. Unfortunately this means there's no particularly convenient way to sort groups alphabetically.
2018-03-14(duration-graph) Add --first and -f as aliases to --only-firstFlorrie
2018-03-07Make (t) key only show information about one trackFlorrie
The showTrackInfo keybinding command can now take a number of next/ previous tracks to show.
2018-03-03Add track count metric to duration-graphFlorrie
2018-03-03Be more specific about loop-play errorsFlorrie
2018-03-03Output sane extnames in local downloaderFlorrie
2018-03-03Add MOD files to crawl-localFlorrie
2018-02-26Add todoFlorrie
2018-02-26ReadmemeFlorrie
2018-02-26Add fancy duration graph utilityFlorrie
2018-02-23Don't count intentionally .kill()ing a process as it crashingFlorrie
2018-02-23Handle player process crashing gracefullyFlorrie
E.g. try pulseaudio -k, then run http-music.
2018-02-22Add comment explaining what hasOpenedPlaylist doesFlorrie
I can totally see myself forgetting what on earth the variable exists for without this documentation.
2018-02-22Only open default playlist when neededFlorrie
That is, only when no playlist has already been loaded, and the action requires a playilst. Also a todo.txt note.
2018-02-18Make completely new filter systemFlorrie
See the man page for how it works now.
2018-02-18Let 'source' property simply open a fileFlorrie
2018-02-18Move downloadPlaylistFromOptionValue into general-utilFlorrie
2018-02-16Make --track-display-file show SOURCE path to trackFlorrie
This also means we're keeping track of the source item of items, which is sure to be useful more later.
2018-02-12Add --track-display-file option for meme OBS livestreamsFlorrie
2018-02-12Make it reasonable to have crawl-http save to a file while verbosely loggingFlorrie
2018-01-27Make crawl-http go through one directory at a timeFlorrie
Hopefully this makes the tool, like, less of an unintentional denial-of-service.
2018-01-27Various improvements to crawl-httpFlorrie
Names are now trimmed. You shouldn't see " Vim!" anymore - just "Vim!". .MOD files are considered to be music. The crawler will try to avoid going out of whatever directory was passed to it.
2018-01-24Revert "Add paused indicator for mpv player"Florrie
This reverts commit a22688a0f04920c73a06a7c1be09037c4de8f0ce. I still have to think through this feature a fair bit more - currently if you skip to the next track while paused, or pause before MPV actually starts playing, the paused indicator shows while MPV isn't actually paused.
2018-01-24Add paused indicator for mpv playerFlorrie
2018-01-24Let ?abc match tracks as well as groupsFlorrie
If you want a *track* whose name is abc but also have a *group* that is named abc, just specify the name of the group containing abc: --keep ?theGroupName/abc instead of --keep ?abc.
2018-01-24Add --playlist-string alias, update man pageFlorrie
2018-01-24Mark case-insensitive keybindings as doneFlorrie
2018-01-24MAKE DEFAULT KEYBINDINGS WORK WITH CAPS LOCKFlorrie
2018-01-24Todo noteFlorrie
2018-01-17Add cp converterFlorrie
2018-01-05WIP(?) metadata processing toolFlorrie