4d63844def
Make artist retrieval apart of main query
...
This feels bad or wrong somehow, but it do be working tho
2025-04-17 15:05:44 -04:00
2c4af0b378
Include artist column for albums
...
I'm convinced there's a better way of doing this, but this is all I can think of right now
2025-04-17 14:05:15 -04:00
27358fe217
Implement db searches using raw sql
2025-04-17 00:24:48 -04:00
29f8837f19
Use convenience functions for views
2025-03-28 16:11:41 -04:00
cf84b4afdd
Remove unnecessary db search for scrobbles
...
I forgot I made scrobbles owned by their respective songs/albums/artists, so I can just query that instead
2025-03-28 13:09:51 -04:00
3bc81e8c6f
Refactor
2025-03-28 10:29:36 -04:00
0522a023b5
Use find() instead of where() for song/albums views and add artists to song view
...
I think this makes things faster, but I may just be comparing to the scrobbles view which is terribly slow
2025-03-28 10:11:07 -04:00
05e9c05742
Only select necessary columns in artists/albums/songs views
...
Some guy on GitHub said this is better lol
2025-03-28 09:47:07 -04:00
a77e1dcaad
Add artists column to albums view
2025-03-26 21:38:34 -04:00
4adbd59e12
Add scrobble count to each artist/album/song view
2025-03-25 15:44:40 -04:00
8a70239170
Fix header on artists/albums pages
...
I'm realizing what I have is extremely fragile, so not ideal, but not a bad starting place I would say
2025-03-04 12:00:48 -05:00
a55f4e7bc0
Rename and begin implementing views
...
I get an error whenever CSS is loaded, not sure what to do about that yet. Doesn't seem to impact anything, but I should probably be using a different way of getting the id from an entity. Also need to think about deleting the functions I don't need.
2025-03-04 11:17:47 -05:00