master
33 commits
fc57703
hovercats  ·  2026-09-02
master
add flag to add as next in queue
4128454
hovercats  ·  2026-09-02
use loadlist instead of loadfile. it doesnt seem to work properly for me for some reason
756c1aa
hovercats  ·  2026-09-01
exec mpv so script doesnt run in background for no reason
e14794c
hovercats  ·  2026-09-01
dont expand getfilepath function to multiple lines. its short enough to be on a single line
38551f5
hovercats  ·  2026-09-01
use $home instead of $HOME to make it more consistent
31364d2
hovercats  ·  2026-08-31
add flag to append file to queue
02c3d29
hovercats  ·  2026-08-31
dont use spaces between brackets
6d842e7
hovercats  ·  2026-08-31
revert using mktemp | use $tmpfile on -g flag aswell
2907eff
hovercats  ·  2026-08-31
fix json syntax for -p flag
27a7020
hovercats  ·  2026-08-31
merge njetcat function into tosocket, as theyre used simultaneously every time anyway
2164139
hovercats  ·  2026-08-31
create a function that covers the printfs to the socket
8016c66
hovercats  ·  2026-08-31
use mktemp to create temp file
207e4ab
hovercats  ·  2026-08-21
quit first when running with -g flag.
this will stop any running mpv instance on the socket, and avoid users now having two instances running on the same socket, unable to stop the previous one without manuall intervension.
b059459
hovercats  ·  2026-08-21
fix missed flag that I didnt set to a shorthand one earlier
32eb1af
hovercats  ·  2026-08-20
use shorthand flags instead
3d70ec3
hovercats  ·  2026-08-20
add flag to print out song metadata
c3b5d05
hovercats  ·  2026-08-20
nit. put curlybracket in a new line
2e24d1b
hovercats  ·  2026-08-19
add flag to delete actual songfile
4715742
hovercats  ·  2026-08-19
rename file variable to songfile to make it more distinct
ba5205e
hovercats  ·  2026-08-19
add flag to delete current song from default playlist | move reading the filename into a function
21669af
hovercats  ·  2026-08-19
add option to add the playing song to a default playlist
fd66618
hovercats  ·  2026-08-18
add flag to unshuffle too
0ad254c
hovercats  ·  2026-08-18
put nc command into a function aswell
3bb7d11
hovercats  ·  2026-08-17
print usage message on invalid argument
ee30214
hovercats  ·  2026-08-17
sort case statements
c003db2
hovercats  ·  2026-08-17
add flag to enable shuffle
d317e94
hovercats  ·  2026-08-17
play all music by default if no arguments are made with play flag
1e653eb
hovercats  ·  2026-08-17
create function mpv with flags used several times
0ac45e3
hovercats  ·  2026-08-17
write a more informative README
ea7d6b0
hovercats  ·  2026-08-17
rename $sockerpath to $socket
a513608
hovercats  ·  2026-08-17
properly quote args using =, so that we can use the variable as intentended
db41e8b
hovercats  ·  2026-08-09
add initial implementation of ampv
e57ae75
hovercats  ·  2026-08-09
init