Incremental Spotify ingest + --no-enrich
- spotify_raw: skip re-ingesting when the cache files are unchanged (signature in ingest_state), matching the iTunes/local incremental behaviour — so a re-run with no changes touches nothing. - fetch --no-enrich: skip MusicBrainz enrichment and rely on MBIDs already on tracks (e.g. local Picard tags). Verified on the real library: 1st run ~9s, unchanged re-run ~0.3s with all three sources skipping; with enrichment off, 1164 Spotify tracks still match locally by ISRC/MBID from tags. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
4
main.py
|
|
@ -19,7 +19,7 @@ def cmd_fetch(args):
|
||||||
_setup_logging()
|
_setup_logging()
|
||||||
from src.workflows import run_fetch
|
from src.workflows import run_fetch
|
||||||
|
|
||||||
run_fetch(enrich_limit=args.enrich_limit)
|
run_fetch(enrich_limit=args.enrich_limit, enrich=not args.no_enrich)
|
||||||
|
|
||||||
|
|
||||||
def cmd_display(args):
|
def cmd_display(args):
|
||||||
|
|
@ -54,6 +54,8 @@ def build_parser():
|
||||||
fetch = sub.add_parser("fetch", help="incrementally fetch + scan + enrich + match")
|
fetch = sub.add_parser("fetch", help="incrementally fetch + scan + enrich + match")
|
||||||
fetch.add_argument("--enrich-limit", type=int, default=None,
|
fetch.add_argument("--enrich-limit", type=int, default=None,
|
||||||
help="cap MBID lookups this run (default: resolve all)")
|
help="cap MBID lookups this run (default: resolve all)")
|
||||||
|
fetch.add_argument("--no-enrich", action="store_true",
|
||||||
|
help="skip MusicBrainz enrichment; use MBIDs already on tracks")
|
||||||
|
|
||||||
sub.add_parser("display", help="open the Streamlit GUI")
|
sub.add_parser("display", help="open the Streamlit GUI")
|
||||||
|
|
||||||
|
|
|
||||||
102806
old-work-dir/first-fetch/ItunesLibrary.json
Normal file
121340
old-work-dir/first-fetch/ItunesLibrary.xml
Executable file
14219
old-work-dir/first-fetch/link_pattern_fuzzy.json
Normal file
1694
old-work-dir/first-fetch/link_pattern_spotify.json
Normal file
4594
old-work-dir/first-fetch/link_pattern_tags.json
Normal file
7436
old-work-dir/first-fetch/local_library.json
Normal file
2683
old-work-dir/first-fetch/local_library_tmp.json
Normal file
111544
old-work-dir/first-fetch/playlistTracks.json
Normal file
BIN
old-work-dir/first-fetch/playlist_covers/2024 new year.jpg
Normal file
|
After Width: | Height: | Size: 61 KiB |
BIN
old-work-dir/first-fetch/playlist_covers/21.jpg
Normal file
|
After Width: | Height: | Size: 7.9 KiB |
BIN
old-work-dir/first-fetch/playlist_covers/3эоа.jpg
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
old-work-dir/first-fetch/playlist_covers/ALL CUTE IO.jpg
Normal file
|
After Width: | Height: | Size: 62 KiB |
|
After Width: | Height: | Size: 54 KiB |
|
After Width: | Height: | Size: 7.2 KiB |
|
After Width: | Height: | Size: 14 KiB |
BIN
old-work-dir/first-fetch/playlist_covers/Joji.jpg
Normal file
|
After Width: | Height: | Size: 45 KiB |
BIN
old-work-dir/first-fetch/playlist_covers/Kendrick.jpg
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
old-work-dir/first-fetch/playlist_covers/My playlist #34.jpg
Normal file
|
After Width: | Height: | Size: 9.5 KiB |
|
After Width: | Height: | Size: 62 KiB |
|
After Width: | Height: | Size: 18 KiB |
BIN
old-work-dir/first-fetch/playlist_covers/Shared I&U.jpg
Normal file
|
After Width: | Height: | Size: 70 KiB |
BIN
old-work-dir/first-fetch/playlist_covers/Shared IeGOR.jpg
Normal file
|
After Width: | Height: | Size: 83 KiB |
BIN
old-work-dir/first-fetch/playlist_covers/So Long Forever.jpg
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
old-work-dir/first-fetch/playlist_covers/TWENUA BANGERS.jpg
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
old-work-dir/first-fetch/playlist_covers/This Life Radio.jpg
Normal file
|
After Width: | Height: | Size: 41 KiB |
BIN
old-work-dir/first-fetch/playlist_covers/Trav Jr Radio.jpg
Normal file
|
After Width: | Height: | Size: 41 KiB |
BIN
old-work-dir/first-fetch/playlist_covers/XX.jpg
Normal file
|
After Width: | Height: | Size: 5.1 KiB |
BIN
old-work-dir/first-fetch/playlist_covers/XXI - Klavier.jpg
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
old-work-dir/first-fetch/playlist_covers/Your Top Songs 2023.jpg
Normal file
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 68 KiB |
BIN
old-work-dir/first-fetch/playlist_covers/best melodies.jpg
Normal file
|
After Width: | Height: | Size: 45 KiB |
|
After Width: | Height: | Size: 60 KiB |
BIN
old-work-dir/first-fetch/playlist_covers/blake.jpg
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
old-work-dir/first-fetch/playlist_covers/classic.jpg
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
old-work-dir/first-fetch/playlist_covers/cripping.jpg
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
old-work-dir/first-fetch/playlist_covers/curavorte.jpg
Normal file
|
After Width: | Height: | Size: 43 KiB |
|
After Width: | Height: | Size: 14 KiB |
BIN
old-work-dir/first-fetch/playlist_covers/denzel zoo.jpg
Normal file
|
After Width: | Height: | Size: 80 KiB |
BIN
old-work-dir/first-fetch/playlist_covers/dogs.jpg
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
old-work-dir/first-fetch/playlist_covers/dudes.jpg
Normal file
|
After Width: | Height: | Size: 43 KiB |
BIN
old-work-dir/first-fetch/playlist_covers/easy & bright.jpg
Normal file
|
After Width: | Height: | Size: 56 KiB |
BIN
old-work-dir/first-fetch/playlist_covers/far away.jpg
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
old-work-dir/first-fetch/playlist_covers/goodies IO.jpg
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
old-work-dir/first-fetch/playlist_covers/hedache.jpg
Normal file
|
After Width: | Height: | Size: 6.4 KiB |
BIN
old-work-dir/first-fetch/playlist_covers/hsdflkj la la la la.jpg
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
old-work-dir/first-fetch/playlist_covers/kanyua.jpg
Normal file
|
After Width: | Height: | Size: 28 KiB |
|
After Width: | Height: | Size: 53 KiB |
BIN
old-work-dir/first-fetch/playlist_covers/metro.jpg
Normal file
|
After Width: | Height: | Size: 6.1 KiB |
BIN
old-work-dir/first-fetch/playlist_covers/motorcycle song.jpg
Normal file
|
After Width: | Height: | Size: 7.4 KiB |
BIN
old-work-dir/first-fetch/playlist_covers/overdose legends.jpg
Normal file
|
After Width: | Height: | Size: 67 KiB |
BIN
old-work-dir/first-fetch/playlist_covers/own.jpg
Normal file
|
After Width: | Height: | Size: 77 KiB |
BIN
old-work-dir/first-fetch/playlist_covers/palace.jpg
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
old-work-dir/first-fetch/playlist_covers/posti.jpg
Normal file
|
After Width: | Height: | Size: 43 KiB |
BIN
old-work-dir/first-fetch/playlist_covers/rap.jpg
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
old-work-dir/first-fetch/playlist_covers/rummstein heavy.jpg
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
old-work-dir/first-fetch/playlist_covers/run30min.jpg
Normal file
|
After Width: | Height: | Size: 8.4 KiB |
BIN
old-work-dir/first-fetch/playlist_covers/spaceship.jpg
Normal file
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 53 KiB |
BIN
old-work-dir/first-fetch/playlist_covers/til further notice.jpg
Normal file
|
After Width: | Height: | Size: 79 KiB |
BIN
old-work-dir/first-fetch/playlist_covers/travis.jpg
Normal file
|
After Width: | Height: | Size: 50 KiB |
BIN
old-work-dir/first-fetch/playlist_covers/trip.jpg
Normal file
|
After Width: | Height: | Size: 81 KiB |
BIN
old-work-dir/first-fetch/playlist_covers/xxx.jpg
Normal file
|
After Width: | Height: | Size: 12 KiB |
1960
old-work-dir/first-fetch/playlists.json
Normal file
9098
old-work-dir/first-fetch/top_artists.json
Normal file
248339
old-work-dir/first-fetch/top_tracks.json
Normal file
83222
old-work-dir/first-fetch/tracks.json
Normal file
BIN
old-work-dir/first-fetch/user.jpg
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
26
old-work-dir/first-fetch/user_data.json
Normal file
|
|
@ -0,0 +1,26 @@
|
||||||
|
{
|
||||||
|
"display_name": "ilusha",
|
||||||
|
"external_urls": {
|
||||||
|
"spotify": "https://open.spotify.com/user/31uszk7zb6zdzrzst4q3rvkfrfz4"
|
||||||
|
},
|
||||||
|
"followers": {
|
||||||
|
"href": null,
|
||||||
|
"total": 8
|
||||||
|
},
|
||||||
|
"href": "https://api.spotify.com/v1/users/31uszk7zb6zdzrzst4q3rvkfrfz4",
|
||||||
|
"id": "31uszk7zb6zdzrzst4q3rvkfrfz4",
|
||||||
|
"images": [
|
||||||
|
{
|
||||||
|
"url": "https://i.scdn.co/image/ab6775700000ee85b4a21a7f0c35258b3fa4b79d",
|
||||||
|
"height": 300,
|
||||||
|
"width": 300
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "https://i.scdn.co/image/ab67757000003b82b4a21a7f0c35258b3fa4b79d",
|
||||||
|
"height": 64,
|
||||||
|
"width": 64
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "user",
|
||||||
|
"uri": "spotify:user:31uszk7zb6zdzrzst4q3rvkfrfz4"
|
||||||
|
}
|
||||||
33
old-work-dir/first-fetch/user_profile.json
Normal file
|
|
@ -0,0 +1,33 @@
|
||||||
|
{
|
||||||
|
"country": "NL",
|
||||||
|
"display_name": "ilusha",
|
||||||
|
"email": "ilusha.basic@gmail.com",
|
||||||
|
"explicit_content": {
|
||||||
|
"filter_enabled": false,
|
||||||
|
"filter_locked": false
|
||||||
|
},
|
||||||
|
"external_urls": {
|
||||||
|
"spotify": "https://open.spotify.com/user/31uszk7zb6zdzrzst4q3rvkfrfz4"
|
||||||
|
},
|
||||||
|
"followers": {
|
||||||
|
"href": null,
|
||||||
|
"total": 8
|
||||||
|
},
|
||||||
|
"href": "https://api.spotify.com/v1/users/31uszk7zb6zdzrzst4q3rvkfrfz4",
|
||||||
|
"id": "31uszk7zb6zdzrzst4q3rvkfrfz4",
|
||||||
|
"images": [
|
||||||
|
{
|
||||||
|
"height": 300,
|
||||||
|
"url": "https://i.scdn.co/image/ab6775700000ee85b4a21a7f0c35258b3fa4b79d",
|
||||||
|
"width": 300
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"height": 64,
|
||||||
|
"url": "https://i.scdn.co/image/ab67757000003b82b4a21a7f0c35258b3fa4b79d",
|
||||||
|
"width": 64
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"product": "free",
|
||||||
|
"type": "user",
|
||||||
|
"uri": "spotify:user:31uszk7zb6zdzrzst4q3rvkfrfz4"
|
||||||
|
}
|
||||||
102806
old-work-dir/latest-1/itunes/Library.json
Normal file
121340
old-work-dir/latest-1/itunes/Library.xml
Executable file
114689
old-work-dir/latest-1/itunes_library.json
Normal file
39993
old-work-dir/latest-1/local/local_library.json
Normal file
104971
old-work-dir/latest-1/local_library.json
Normal file
6120
old-work-dir/latest-1/local_to_spotify_id_map.json
Normal file
1017
old-work-dir/latest-1/remote_to_local_map.json
Normal file
232818
old-work-dir/latest-1/spotify/playlistTracks.json
Normal file
BIN
old-work-dir/latest-1/spotify/playlist_covers/ 2025 .jpg
Normal file
|
After Width: | Height: | Size: 46 KiB |
BIN
old-work-dir/latest-1/spotify/playlist_covers/2024 new year.jpg
Normal file
|
After Width: | Height: | Size: 61 KiB |
BIN
old-work-dir/latest-1/spotify/playlist_covers/21.jpg
Normal file
|
After Width: | Height: | Size: 7.9 KiB |
BIN
old-work-dir/latest-1/spotify/playlist_covers/3эоа.jpg
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
old-work-dir/latest-1/spotify/playlist_covers/ALL CUTE IO.jpg
Normal file
|
After Width: | Height: | Size: 62 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 7.2 KiB |
|
After Width: | Height: | Size: 14 KiB |
BIN
old-work-dir/latest-1/spotify/playlist_covers/Joji.jpg
Normal file
|
After Width: | Height: | Size: 45 KiB |
|
After Width: | Height: | Size: 4.8 KiB |
BIN
old-work-dir/latest-1/spotify/playlist_covers/Kendrick.jpg
Normal file
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 9.5 KiB |
|
After Width: | Height: | Size: 62 KiB |
BIN
old-work-dir/latest-1/spotify/playlist_covers/No Cap.jpg
Normal file
|
After Width: | Height: | Size: 23 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 16 KiB |
BIN
old-work-dir/latest-1/spotify/playlist_covers/RAP .jpg
Normal file
|
After Width: | Height: | Size: 50 KiB |
BIN
old-work-dir/latest-1/spotify/playlist_covers/Shared I&U.jpg
Normal file
|
After Width: | Height: | Size: 70 KiB |
BIN
old-work-dir/latest-1/spotify/playlist_covers/Shared IeGOR.jpg
Normal file
|
After Width: | Height: | Size: 83 KiB |
BIN
old-work-dir/latest-1/spotify/playlist_covers/TWENUA BANGERS.jpg
Normal file
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 4 KiB |
|
After Width: | Height: | Size: 55 KiB |