Claudio Ortolina
03cd01d500
Move actions in record grid
...
- Title doesn't get truncated
- Open record by clickin artwork only
- Show two records per row on mobile
2025-11-02 11:12:48 +00:00
Claudio Ortolina
f42edc92be
Fix Tailwind class names
2025-10-31 17:56:23 +00:00
Claudio Ortolina
fcd558066e
Can filter collection records by purchase year
2025-10-31 12:25:10 +00:00
Claudio Ortolina
9b15ef587a
Show "Today" for records released today
2025-10-31 07:54:25 +00:00
Claudio Ortolina
4566744253
Remove unnecessary pattern matches
2025-10-28 09:25:02 +00:00
Claudio Ortolina
33dfbd607c
Add artist information to record embeddings
2025-10-28 08:57:02 +00:00
Claudio Ortolina
59eb603b3f
Return more record information in the API
2025-10-25 11:52:50 +01:00
Claudio Ortolina
886f4815c8
Vacuum repo before returning backup file
2025-10-25 11:36:34 +01:00
Claudio Ortolina
af8ca54d3e
Run Repo vacuum via Oban scheduled job
...
This way if there's any resource contention to obtain a db connection,
Oban can manage retries.
2025-10-25 10:21:21 +01:00
Claudio Ortolina
f02564fa30
Add /api/collection/on_this_day endpoint
2025-10-24 20:06:23 +01:00
Claudio Ortolina
b2d7c724e4
Remove similar records from wishlist detail page
...
Doesn't provide anything useful as the wishlist pool is quite small - we
keep all data/domain functions as it doesn't hurt and there might be
other use cases.
2025-10-24 09:12:21 +01:00
Claudio Ortolina
466d01f826
Always render cover hash for top albums if available
2025-10-23 16:56:15 +01:00
Claudio Ortolina
a12963cb0a
Always render cover hash for scrobbles if available
2025-10-23 13:53:10 +01:00
Claudio Ortolina
9229805311
Don't scrobble media with zero duration
2025-10-23 10:28:19 +01:00
Claudio Ortolina
7b697827fd
Don't scrobble releases with zero duration
2025-10-23 10:27:08 +01:00
Claudio Ortolina
bc5a0b9df1
Don't use primary key for scrobbled tracks embeds
2025-10-22 16:51:55 +01:00
Claudio Ortolina
a30e1b32d7
Mount data analysis via Lotus packages
2025-10-22 16:33:07 +01:00
Claudio Ortolina
35aec967fe
Simplify tests using PhoenixTest
2025-10-22 10:52:22 +01:00
Claudio Ortolina
31e86e1b41
Fix offset animation on Last.fm refresh icon
2025-10-21 15:11:39 +01:00
Claudio Ortolina
135ed72b73
Consolidate batch operations on all records
...
- Only use async
- Include generation of embeddings
2025-10-19 21:52:33 +01:00
Claudio Ortolina
465c4d4a79
Remove unnecessary 'use' directive
2025-10-19 16:59:29 +01:00
Claudio Ortolina
2d95dc413d
Simplify flow of release component
...
Use AsyncResult and guard clauses to simplify control flow.
2025-10-19 16:40:08 +01:00
Claudio Ortolina
e5c7cbb800
Prevent release track number from wrapping
2025-10-19 15:20:44 +01:00
Claudio Ortolina
c43d623113
Amend copy for wishlisting a record from universal search
2025-10-18 12:57:03 +01:00
Claudio Ortolina
41b002b184
Align artist name in record details
2025-10-17 20:29:50 +01:00
Claudio Ortolina
3713bd699f
Move "Scrobble" to secondary menu
2025-10-17 20:25:59 +01:00
Claudio Ortolina
f4727bdcbd
Standardize all icon-based actions to buttons
...
Use a combination of ghost and soft, with button groups where
appropriate. Also remove unnecessary negative margins, and pad around
for ease of use on mobile.
2025-10-17 20:07:12 +01:00
Claudio Ortolina
74513301b1
Simplify record detail title + actions
2025-10-16 20:45:53 +01:00
Claudio Ortolina
31683af4f4
Return artists first in universal search
2025-10-16 20:02:58 +01:00
Claudio Ortolina
31ff457e3c
Can jump to wishlist add record from universal search
2025-10-16 09:25:48 +01:00
Claudio Ortolina
901a6b1c93
Update dependencies
...
credo 1.7.12 => 1.7.13
usage_rules 0.1.24 => 0.1.25
2025-10-15 09:57:13 +01:00
Claudio Ortolina
69e520bef6
For vinyl medias, use "Scrobble side" label
2025-10-14 08:03:32 +01:00
Claudio Ortolina
84eaeec581
Don't crash on empty add record query
2025-10-14 07:48:11 +01:00
Claudio Ortolina
7a1061a783
Update embeddings when populating genres
2025-10-12 22:45:12 +02:00
Claudio Ortolina
61ee5693ab
Remove unsupported option documentation
2025-10-12 21:58:34 +02:00
Claudio Ortolina
d38089d82d
Show similarity in % points
2025-10-12 20:46:01 +02:00
Claudio Ortolina
e17a445574
Add runtime tasks to regenerate embeddings
2025-10-12 13:47:28 +02:00
Claudio Ortolina
ee199272b1
Use sqlite vector
2025-10-12 13:36:42 +02:00
Claudio Ortolina
9cae972bc5
Add similar records
...
Initial stab by Claude
2025-10-11 21:39:59 +02:00
Claudio Ortolina
07218d16ca
Removes useless docs
2025-10-10 14:21:20 +02:00
Claudio Ortolina
d7cc300265
Fix ordering of top albums and top artists
2025-10-08 20:30:19 +02:00
Claudio Ortolina
61aeef4de1
Fix top artists and top album counts
...
Before, each track count would be multiplied by the number of collected
records. Not a problem when there's just one, but if I have more than
one then it would get weird quickly.
2025-10-07 15:56:17 +03:00
Claudio Ortolina
9542421229
Resolve date of today considering timezone
2025-10-07 01:27:40 +03:00
Claudio Ortolina
08b901cf12
Replace "more" menu with standard ellipsis
2025-10-06 23:09:41 +03:00
Claudio Ortolina
ac750d8a91
Refactor essential_fields via search index
2025-10-06 13:48:01 +03:00
Claudio Ortolina
620445a2e3
Ignore sentry requests in Metrics
2025-10-03 21:46:15 +03:00
Claudio Ortolina
26c5955fa5
Fix hover states for top artists and top albums
2025-10-03 21:40:15 +03:00
Claudio Ortolina
57dfd3d33d
Remove ErrorTracker
...
Doesn't work with recent LiveView releases, and seems to be maintained
very slowly despite incoming PRs to fix the issues.
2025-10-03 10:15:23 +03:00
Claudio Ortolina
30e80e6204
Fix position of json viewer elements
2025-10-02 17:28:55 +03:00
Claudio Ortolina
0509608452
Render external links with summary
2025-10-02 17:28:42 +03:00