|
|
159395e35d
|
fix: a few bugs, support .view urls hopefully
|
2023-11-28 04:02:38 +02:00 |
|
|
|
1778ce53cb
|
chore: refresh entities
|
2023-11-28 04:02:28 +02:00 |
|
|
|
a89ab1e690
|
feat: allow json usage
ci/woodpecker/push/woodpecker Pipeline was successful
|
2023-11-28 03:44:24 +02:00 |
|
|
|
b6e7a36511
|
feat: when scanning, skip known paths
ci/woodpecker/push/woodpecker Pipeline was successful
In the future we'll have to check for updated time,
but this is a basic countermeasure to having to clear the db
and rescan the whole collection.
|
2023-11-27 03:03:13 +02:00 |
|
|
|
c2d1110e4a
|
chore: upgrade url to 2.5
ci/woodpecker/push/woodpecker Pipeline was successful
|
2023-11-27 01:47:45 +02:00 |
|
|
|
6ee525c845
|
fix: adjust workflow for new symtax
|
2023-11-27 01:44:42 +02:00 |
|
|
|
6a3dbf3e45
|
chore: cargo update
ci/woodpecker/push/woodpecker Pipeline failed
|
2023-11-27 01:40:26 +02:00 |
|
|
|
2f8d2a1b3c
|
fix: a small bug with child formatting
|
2023-11-27 01:15:48 +02:00 |
|
|
|
afd0ba6e86
|
chore: upgrade some deps
ci/woodpecker/push/woodpecker Pipeline was successful
|
2023-11-10 18:04:00 +02:00 |
|
|
|
7bdd1db290
|
fix: adjust example to have the right image name
ci/woodpecker/push/woodpecker Pipeline was successful
|
2023-10-19 22:13:58 +03:00 |
|
|
|
88b14dd761
|
fix: exit early when we have no artists
ci/woodpecker/manual/woodpecker Pipeline failed
|
2023-10-18 23:06:58 +03:00 |
|
|
|
7b78375402
|
feat: improvements and bug fixes (sarcasm)
- `rest/getArtists` and `rest/getArtist`
- Improved artist formatting algorithm
- Other dispersed improvements
|
2023-10-18 23:05:09 +03:00 |
|
|
|
d3c1db04c2
|
fix: dockerfile had the wrong strings
|
2023-10-18 21:44:37 +03:00 |
|
|
|
05b2c3b662
|
fix: add volumes to example yml
|
2023-10-15 18:13:12 +03:00 |
|
|
|
e7cf5063af
|
fix: forgot an unused dependency
|
2023-10-14 22:13:29 +03:00 |
|
|
|
e297328f54
|
fix: remove graceful shutdown (didn't work well)
|
2023-10-14 22:13:17 +03:00 |
|
|
|
a1c8ddff22
|
feat: example docker-compose
|
2023-10-14 22:13:09 +03:00 |
|
|
|
96ad17e43b
|
fix: actually let it build
|
2023-10-14 22:07:52 +03:00 |
|
|
|
78a1b8fad7
|
feat: adjusted Dockerfile
|
2023-10-14 22:05:59 +03:00 |
|
|
|
fac22a2806
|
feat: fuck NULLs.
|
2023-10-14 22:01:06 +03:00 |
|
|
|
ace6ec1683
|
feat: improvements and ui stuff
also fixed some errors (and added `Unknown Album`s)
|
2023-10-14 21:21:21 +03:00 |
|
|
|
4a746a3371
|
feat: basic UI stuff I think
I gotta do a lot more, but just pushing to
ctrl+s my code.
|
2023-10-14 19:03:20 +03:00 |
|
|
|
dc5fdf4b90
|
feat: support cover art + resizing
|
2023-10-14 16:43:37 +03:00 |
|
|
|
07197a6703
|
feat: implement searching
|
2023-10-14 16:06:40 +03:00 |
|
|
|
a27194816c
|
feat: start work on implementing search3
Cue comes Soon. I want basic features for a client
first.
|
2023-10-12 19:41:52 +03:00 |
|
|
|
7a659ced4d
|
feat: everything works again. now to break it again
|
2023-10-12 19:18:36 +03:00 |
|
|
|
1dfd27f6ae
|
feat: improve the Justfile/mount-tool a bit.
|
2023-10-10 22:31:44 +03:00 |
|
|
|
56bc015b7a
|
feat: scanning somewhat cromulent
now to make sure it can play again ;3
|
2023-10-10 22:26:42 +03:00 |
|
|
|
71b7eca0b9
|
feat: more kejiggering, added Sentry support
and tracing spans.
(personally I use glitchtip :3)
|
2023-10-10 22:06:32 +03:00 |
|
|
|
7e1f504368
|
feat: fiddling with the bits
:3
|
2023-10-10 21:25:02 +03:00 |
|
|
|
4d826ed2a4
|
feat: prepare for scanning
|
2023-10-09 23:20:23 +03:00 |
|
|
|
b18d0dd747
|
refactor: app -> rave; and some other poking
|
2023-10-09 22:24:32 +03:00 |
|
|
|
7198eda4ee
|
refactor: sqlx -> sea-orm; let's get a bit fancier.
|
2023-10-09 21:49:57 +03:00 |
|
|
|
d575c317c3
|
refactor: move some files around
|
2023-10-09 16:39:15 +03:00 |
|
|
|
2b014ad915
|
refactor: migrate to postgres
|
2023-10-09 16:38:30 +03:00 |
|
|
|
d4e68ccbd8
|
refactor: make ids able to be strings, use prefixes
|
2023-10-09 15:54:42 +03:00 |
|
|
|
453a496377
|
feat: we can now do things
The most crappy basic implementation, but:
- It can list albums
- It can list a single album's tracks
- It can play a song
Closes #1
|
2023-10-09 15:49:33 +03:00 |
|
|
|
67244e63b3
|
feat: basic authentication.
Gotta improve it, but right now this can ping.
Theoretically any client should be able to connect.
|
2023-10-08 23:11:59 +03:00 |
|
|
|
667fcca4e9
|
feat: we can now log in.
|
2023-10-08 22:53:42 +03:00 |
|
|
|
281e98c2c8
|
feat: parse query parameters
|
2023-10-08 21:38:36 +03:00 |
|
|
|
a7cad8493a
|
feat: initial commit
|
2023-10-08 20:33:30 +03:00 |
|