Skivling pushed to main at Skivling/album-brnz 2026年07月12日 01:11:03 +02:00
aa42ee8b1d main_menu.py: add recent listens
f0b6869737 release_card.py: minor
e21f12c9fd tracker.py: listens list with rids
Compare 3 commits »
Skivling pushed to main at Skivling/album-brnz 2026年07月10日 23:45:18 +02:00
d12ed59696 main_menu.py: add 4 suggestions
d6a34a221b suggestions.py: hide singles
ef8ee3f5c5 release_card.py: toggle to hide detailed score
3966634d69 tracker.py: fix listens list generation
Compare 4 commits »
Skivling pushed to main at Skivling/album-brnz 2026年07月09日 21:31:32 +02:00
d135df4f4a main.py: reload 1001 after RT
5b1da120de release.py: use Track
Compare 2 commits »
Skivling pushed to main at Skivling/album-brnz 2026年07月08日 23:43:57 +02:00
d1ca900683 implement new Track dataclass
db0b83b247 NEW track_ghost.py: GhostTrack dataclass
24d86bcd97 NEW track.py: Track dataclass
6f5a3742dd terminal.py: undefined case
880f4b44a5 add note
Compare 6 commits »
Skivling pushed to main at Skivling/album-brnz 2026年07月08日 12:43:08 +02:00
e588fe02d5 add artist buttons; move funcs out
68a0e39a55 move funcs into app.py
b3df3be3ff tracker.py: get data by artist
11735617b3 NEW artist_screen.py
Compare 4 commits »
Skivling pushed to main at Skivling/album-brnz 2026年07月08日 06:29:16 +02:00
f837ed47f3 release.py: improve tracknumber/format logic
Skivling pushed to main at Skivling/album-brnz 2026年07月08日 03:50:14 +02:00
cb2a6cbf63 tracker.py: cache _rel_art
48289b1666 release_detail_scr.py: improve repeats detail
Compare 2 commits »
Skivling pushed to main at Skivling/album-brnz 2026年07月08日 02:23:19 +02:00
a78a2cfe29 fix typos
Skivling pushed to main at Skivling/album-brnz 2026年07月08日 02:17:54 +02:00
18a5528be7 suggestions.py: use @work(thread=True); separate out functions
Skivling pushed to main at Skivling/album-brnz 2026年07月08日 01:49:02 +02:00
e226e07f38 suggestions.py: move loading releases into on_mount()
Skivling pushed to main at Skivling/album-brnz 2026年07月08日 01:24:19 +02:00
9a8842b0e1 styles.tcss: 1001album genre-grid
7b9941ff4b suggestions.py: check for None to avoid crashes
8eb6db7288 release_detail_scr.py: show more 1001album data
cf44a1ee57 thousand_release.py: display current album in string
ddd82a0e19 tracker.py: add None check; reduce logging
Compare 6 commits »
Skivling commented on issue Skivling/album-brnz#1 2026年07月06日 10:18:24 +02:00
TODO

Completed Tasks

Skivling pushed to main at Skivling/album-brnz 2026年07月06日 05:42:14 +02:00
02306933bc fix crash
ceac0741db add 1001 album rating display string
Compare 2 commits »
Skivling pushed to main at Skivling/album-brnz 2026年07月06日 05:09:27 +02:00
50079884b2 minor fixes
8e1725f8b4 release_card.py: show 1001album rating
4d24bef643 thousand_site.py: get metadata from rid
Compare 3 commits »
Skivling pushed to main at Skivling/album-brnz 2026年07月06日 03:33:30 +02:00
7d8f8108d5 main.py: minor ux, hide 1001albums if disabled
41d27b5a00 config.py for 1001albums
Compare 2 commits »
Skivling pushed to main at Skivling/album-brnz 2026年07月06日 02:44:15 +02:00
e6f17d8dd0 suggestions.py: add tab for 1001albums
bbe4335cd6 pretty_display_data.py: show 1001albums data
546fee0920 release_card.py: add note for 1001albums
fffa74c014 terminal ui - display 1001albums
949f7e67d1 NEW: add integration with 1001albumsgenerator.com
Compare 6 commits »
Skivling pushed to main at Skivling/album-brnz 2026年07月04日 22:27:18 +02:00
157ff34a79 fix typo
Skivling pushed to main at Skivling/album-brnz 2026年07月04日 22:26:19 +02:00
323a681616 0 is falsy, explicitely check for None
Skivling pushed to main at Skivling/album-brnz 2026年07月04日 10:04:55 +02:00
d206e23310 suggestions.py: use new gets
c43b6b1425 pretty_display_data.py: use new gets
779cd7ae7d main.py: use new gets
add52963b0 tracker.py: new funcs to get releases; use new Scores dataclass.
306d08e190 terminal.py: use Scores dataclass; new get from RT funcs
Compare 9 commits »
Skivling pushed to main at Skivling/album-brnz 2026年07月04日 06:19:32 +02:00
b524b6eaf1 minor code fixes