deneb deneb · they/them
  • Joined on 2024-01-12
143 contributions in the last 12 months
AprMayJunJulAugSepOctNovDecJanFebMarMonWedFri
Less
More
deneb pushed to main at oha/laas 2025-03-03 16:11:29 +01:00
0085fbc999 fix crash if music directory is created in between existence check and mkdir call
deneb pushed to main at oha/laas 2025-03-03 08:26:09 +01:00
e63652b0f7 wow asyncio (fix shit)
deneb pushed to main at oha/laas 2025-02-28 20:44:21 +01:00
ec60817409 add /api/play with filename passed in request body
deneb pushed to main at oha/laas 2025-02-27 22:33:11 +01:00
272d781e7a allow playing urls
deneb pushed to main at oha/laas 2025-02-26 22:45:15 +01:00
2b6ee976fe don't loop actually
deneb pushed to main at oha/laas 2025-02-26 22:43:38 +01:00
76d1004b2f fix volume control
deneb pushed to main at oha/laas 2025-02-26 22:36:49 +01:00
72e8f94143 change mpv arg order; add loop
2a028c0c04 return proper status for nonexistent file
1293a6f7d0 make volume route always available (fixed)
Compare 3 commits »
deneb pushed to main at oha/laas 2025-02-26 22:16:35 +01:00
2418657122 Revert "make volume route always available"
deneb pushed to main at oha/laas 2025-02-26 22:09:44 +01:00
8e7eb965ac only try to play files that exist
deneb pushed to main at oha/laas 2025-02-26 21:57:02 +01:00
0fdd84f7eb make volume route always available
deneb pushed to main at oha/laas 2025-02-26 21:17:40 +01:00
4b3b048ac9 add /api/volume
deneb pushed to main at oha/laas 2025-02-26 21:02:41 +01:00
6c0380666e generic 'play file' API route
deneb pushed to main at oha/laas 2025-02-26 21:00:41 +01:00
cd95aefcbf generic 'play file' API route
deneb pushed to main at oha/laas 2025-02-26 20:48:12 +01:00
f870c5107c they're taking the hobbits to isengard
deneb pushed to main at oha/laas 2025-02-26 18:10:09 +01:00
501cb64518 close mpv ipc socket
deneb pushed to main at oha/laas 2025-02-25 23:09:16 +01:00
54640510db rename playback-time to position in /api/nowplaying
deneb pushed to main at oha/laas 2025-02-25 22:30:44 +01:00
a019473647 add status to now-playing
deneb pushed to main at oha/laas 2025-02-25 22:26:24 +01:00
66fca07ed2 listen on all addresses (incl. IPv6)
deneb pushed to main at oha/laas 2025-02-25 22:15:55 +01:00
bc83fa7848 make all responses from /api json
deneb pushed to main at oha/laas 2025-02-25 22:08:02 +01:00
4ac9e049a7 add now-playing API