Skivling
- Aotearoa New Zealand
- https://skivling.codeberg.page
-
Follow me on Mastodon. Timezone: Aotearoa, UTC +13.
-
Joined on
2024年01月05日
aa42ee8b1d
main_menu.py: add recent listens
f0b6869737
release_card.py: minor
e21f12c9fd
tracker.py: listens list with rids
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
d135df4f4a
main.py: reload 1001 after RT
5b1da120de
release.py: use Track
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
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
f837ed47f3
release.py: improve tracknumber/format logic
cb2a6cbf63
tracker.py: cache _rel_art
48289b1666
release_detail_scr.py: improve repeats detail
a78a2cfe29
fix typos
18a5528be7
suggestions.py: use @work(thread=True); separate out functions
e226e07f38
suggestions.py: move loading releases into on_mount()
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
02306933bc
fix crash
ceac0741db
add 1001 album rating display string
50079884b2
minor fixes
8e1725f8b4
release_card.py: show 1001album rating
4d24bef643
thousand_site.py: get metadata from rid
7d8f8108d5
main.py: minor ux, hide 1001albums if disabled
41d27b5a00
config.py for 1001albums
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
157ff34a79
fix typo
323a681616
0 is falsy, explicitely check for None
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
b524b6eaf1
minor code fixes