From 33cc9c6105157f8d5131430d9be700bd75823394 Mon Sep 17 00:00:00 2001 From: json Date: Thu, 18 Jun 2026 05:07:52 +0000 Subject: [PATCH] setting up gitea actions --- .cache | 2 +- .gitea/workflows/spotizarr_deploy.yaml | 20 + data/history/download_history.db | Bin 524288 -> 536576 bytes logs/spotizerr.log | 1793 +++++++++++++++++ .../5727018d-ce6a-43bc-a09a-66cf40c0ccb4.log | 1 + .../8dd96f83-585e-4578-95ad-78d45f2e9c7c.log | 102 + .../f327c876-718b-4e50-868d-e86620a2dffb.log | 1 + 7 files changed, 1918 insertions(+), 1 deletion(-) create mode 100644 .gitea/workflows/spotizarr_deploy.yaml create mode 100644 logs/tasks/5727018d-ce6a-43bc-a09a-66cf40c0ccb4.log create mode 100644 logs/tasks/8dd96f83-585e-4578-95ad-78d45f2e9c7c.log create mode 100644 logs/tasks/f327c876-718b-4e50-868d-e86620a2dffb.log diff --git a/.cache b/.cache index 93946cb..94ca9b2 100644 --- a/.cache +++ b/.cache @@ -1 +1 @@ -{"access_token": "BQCYuoK3guV17fxFWjqaTUp_ebRJxd_6WfhHK108Z_ErKi8o62wgGxZHEf9yVeMpzUqfcXheikMwEQcuQZ1KU9VsS4J3MWnMrIZ_xHm7LumHwiAScZ5mIxJNgm-7QpjVRaUU08uV17w", "token_type": "Bearer", "expires_in": 3600, "expires_at": 1781043406} \ No newline at end of file +{"access_token": "BQBSGfXZlM9bRxeeWUT11tQG1sfXHs4vLRNsHE12SeNF6E-GMAMnHZT2BOo4dFYqTAxEkKehh2kc2dy-am_k8mPqYoRxdvh3ZKN6SO987-uXQODEWwoIf-5H9QYYzKDv1jdvJSlf2bVj", "token_type": "Bearer", "expires_in": 3600, "expires_at": 1781733710} \ No newline at end of file diff --git a/.gitea/workflows/spotizarr_deploy.yaml b/.gitea/workflows/spotizarr_deploy.yaml new file mode 100644 index 0000000..ee85708 --- /dev/null +++ b/.gitea/workflows/spotizarr_deploy.yaml @@ -0,0 +1,20 @@ +name: Remote Server Deploy +on: [push] + +jobs: + run-remote-command: + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v4 + + - name: Setup SSH + run: | + mkdir -p ~/.ssh + echo "${{ secrets.DEPLOY_SSH_KEY }}" > ~/.ssh/id_ed25519 + chmod 600 ~/.ssh/id_ed25519 + ssh-keyscan -H ${{ secrets.REMOTE_HOST }} >> ~/.ssh/known_hosts + + - name: Execute Remote Command + run: | + ssh ${{ secrets.REMOTE_USER }}@${{ secrets.REMOTE_HOST }} "cd /containers/servarr/spotizarr && git pull && docker compose up -d" diff --git a/data/history/download_history.db b/data/history/download_history.db index ad24b10f43ffd197ac8d8da4dd78562ed8cf2e5d..ac7fdbb93b27a34bffb3f58fcf4cdef5352f40c3 100644 GIT binary patch delta 1687 zcmds1U2NM_7`5X%w}jZ&O}C^~r6n^6QPFh%t!*UKWfJQq=>FO$RjYNov7IK=NxLQs zs-|`gMJf}MC^FjR1u>>gdz%V*2s|K!*wZwzJ{F{D?F&K_#?S^6d%_tTRUx2Fd&AQ4 z!|`{|y*}T$-`remZZ)>p(Q<_#hkNdI0`KbcIeE;@vA{l$4Y`QH9e2NCIf8ALl;x7Le^WCdK%QY{40PBq{6dbfkdCMO&_ zHjpco&*RL(?&*dhBh+bk9N!w&<6S8svHkw=Nc6ZFxYEuX?mBV;SP z`G9zhCZnW+D{Hh8Qcj5*m)M?}LiMLmr)WM-ruB&bMB>xP2K8W;#S{)my# zv<(+-1G&v;T%q8Ws4t3d+y#*?S>7e)kMEWG(t|_VzSQ)dS48Lad_9TBC+`PQG;~c+ z1Vc4c_m|TeUXBC0P?(&Dh2iK)lo*6k@ P%oWBQn;Pr*`|S7w>vjhs delta 256 zcmZp8pwQ5uFhN@I7y|=C0}#W2!bBZo#$y{3mhg+Q^WO!DHt_%E|Hl83{|*0h{zv?G zw+kw89OK{oKwe%zQGg35&%>X>!2g;58UIcGGyMDcH}Nm!pTXbFU&mj_pR!p|z=eNu ziv0o!9)3Os{<-`e{Kfon{GR+KK;v%kAK~ZQEaz~CZ?b`a*yLY+!jl#KA9L{Vi7@az z1)1Fr+mgw1>j54eEB1(V-pu{S4Yw app: routes.utils.celery_tasks:0x7f5766568210 +2026-06-14 17:21:16 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-06-14 17:21:16 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-06-14 17:21:16 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 1 (prefork) +2026-06-14 17:21:16 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-06-14 17:21:16 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-06-14 17:21:16 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2026-06-14 17:21:16 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2026-06-14 17:21:16 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2026-06-14 17:21:16 [INFO] Celery[UW-STDOUT]: +2026-06-14 17:21:16 [INFO] Celery[UW-STDOUT]: [tasks] +2026-06-14 17:21:16 [INFO] Celery[UW-STDOUT]: . cleanup_stale_errors +2026-06-14 17:21:16 [INFO] Celery[UW-STDOUT]: . delayed_delete_task_data +2026-06-14 17:21:16 [INFO] Celery[UW-STDOUT]: . download_album +2026-06-14 17:21:16 [INFO] Celery[UW-STDOUT]: . download_playlist +2026-06-14 17:21:16 [INFO] Celery[UW-STDOUT]: . download_track +2026-06-14 17:21:16 [INFO] Celery[UW-STDOUT]: . trigger_sse_update_task +2026-06-14 17:21:16 [INFO] Celery[UW-STDOUT]: +2026-06-14 17:21:16 [INFO] Celery[DW-STDOUT]: +2026-06-14 17:21:16 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@25a74395df0e v5.5.3 (immunity) +2026-06-14 17:21:16 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-06-14 17:21:16 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-181-generic-x86_64-with-glibc2.36 2026-06-14 17:21:16 +2026-06-14 17:21:16 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2026-06-14 17:21:16 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2026-06-14 17:21:16 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7ffb53e144d0 +2026-06-14 17:21:16 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-06-14 17:21:16 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-06-14 17:21:16 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2026-06-14 17:21:16 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-06-14 17:21:16 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-06-14 17:21:16 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2026-06-14 17:21:16 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2026-06-14 17:21:16 [INFO] Celery[DW-STDOUT]: +2026-06-14 17:21:16 [INFO] Celery[DW-STDOUT]: +2026-06-14 17:21:16 [INFO] Celery[DW-STDOUT]: [tasks] +2026-06-14 17:21:16 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2026-06-14 17:21:16 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2026-06-14 17:21:16 [INFO] Celery[DW-STDOUT]: . download_album +2026-06-14 17:21:16 [INFO] Celery[DW-STDOUT]: . download_playlist +2026-06-14 17:21:16 [INFO] Celery[DW-STDOUT]: . download_track +2026-06-14 17:21:16 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2026-06-14 17:21:16 [INFO] Celery[DW-STDOUT]: +2026-06-14 17:21:46 [INFO] Search requested: query='wir', type=artist, limit=50, main_account_name=None +2026-06-14 17:21:46 [INFO] Spotify client initialized/reinitialized for search +2026-06-14 17:21:47 [INFO] Search completed successfully for query: 'wir' +2026-06-14 17:21:48 [INFO] Search requested: query='weird', type=artist, limit=50, main_account_name=None +2026-06-14 17:21:49 [INFO] Search completed successfully for query: 'weird' +2026-06-14 18:21:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-14 19:21:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-14 20:21:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-14 21:21:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-14 22:21:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-14 23:21:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-15 00:21:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-15 01:21:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-15 02:21:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-15 03:21:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-15 04:21:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-15 05:21:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-15 06:21:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-15 07:21:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-15 08:21:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-15 09:21:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-15 10:21:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-15 12:44:17 [INFO] Logging system initialized +2026-06-15 12:44:17 [INFO] Logging system fully initialized (lifespan startup). Effective log level: INFO +2026-06-15 12:44:17 [INFO] Configuration version 3.3.1 detected. Proceeding. +2026-06-15 12:44:17 [INFO] Migration validation completed (3.3.0 gate) +2026-06-15 12:44:17 [INFO] Database migrations executed (if needed) early in startup. +2026-06-15 12:44:17 [INFO] Spotify device info backfill complete: created=0 updated=0 skipped=2 +2026-06-15 12:44:17 [INFO] Testing Redis connection to redis:6379... +2026-06-15 12:44:17 [INFO] Redis connection successful +2026-06-15 12:44:17 [INFO] CeleryManager initialized. Download concurrency set to: 3 | Utility concurrency: 1 +2026-06-15 12:44:17 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2026-06-15 12:44:17 [INFO] Celery Download Worker (PID: 12) started with concurrency 3. +2026-06-15 12:44:17 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q utility_tasks,default -c 1 --hostname=worker_utw@%h --pool=prefork +2026-06-15 12:44:17 [INFO] Celery Utility Worker (PID: 15) started with concurrency 1. +2026-06-15 12:44:17 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2026-06-15 12:44:17 [INFO] CeleryManager: Config monitor thread started. +2026-06-15 12:44:17 [INFO] Celery workers started successfully +2026-06-15 12:44:17 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2026-06-15 12:44:17 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2026-06-15 12:44:17 [INFO] Successfully updated all existing tables schema in playlists database +2026-06-15 12:44:17 [INFO] Watch Manager: Successfully updated all existing tables schema +2026-06-15 12:44:17 [INFO] Watch Scheduler: Thread started. +2026-06-15 12:44:17 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2026-06-15 12:44:17 [INFO] Watch Manager initialized and registered for shutdown. +2026-06-15 12:44:17 [INFO] Application startup complete. +2026-06-15 12:44:17 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-15 12:44:17 [INFO] Uvicorn running on http://0.0.0.0:7171 (Press CTRL+C to quit) +2026-06-15 12:44:19 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-06-15 12:44:19 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2026-06-15 12:44:19 [INFO] Celery[UW-STDERR]: +2026-06-15 12:44:19 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-06-15 12:44:19 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-06-15 12:44:19 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2026-06-15 12:44:19 [INFO] Celery[UW-STDERR]: +2026-06-15 12:44:19 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2026-06-15 12:44:19 [INFO] Celery[UW-STDERR]: +2026-06-15 12:44:19 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-06-15 12:44:19 [INFO] Celery[UW-STDERR]: +2026-06-15 12:44:19 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-06-15 12:44:19 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-06-15 12:44:19 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2026-06-15 12:44:19 [INFO] Celery[DW-STDERR]: +2026-06-15 12:44:19 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-06-15 12:44:19 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-06-15 12:44:19 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2026-06-15 12:44:19 [INFO] Celery[DW-STDERR]: +2026-06-15 12:44:19 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2026-06-15 12:44:19 [INFO] Celery[DW-STDERR]: +2026-06-15 12:44:19 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-06-15 12:44:19 [INFO] Celery[DW-STDERR]: +2026-06-15 12:44:19 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-06-15 12:44:20 [INFO] Celery[DW-STDOUT]: +2026-06-15 12:44:20 [INFO] Celery[UW-STDOUT]: +2026-06-15 12:44:20 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@25a74395df0e v5.5.3 (immunity) +2026-06-15 12:44:20 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@25a74395df0e v5.5.3 (immunity) +2026-06-15 12:44:20 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-06-15 12:44:20 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-06-15 12:44:20 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-181-generic-x86_64-with-glibc2.36 2026-06-15 12:44:20 +2026-06-15 12:44:20 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-181-generic-x86_64-with-glibc2.36 2026-06-15 12:44:20 +2026-06-15 12:44:20 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2026-06-15 12:44:20 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2026-06-15 12:44:20 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f41cad4c190 +2026-06-15 12:44:20 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-06-15 12:44:20 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-06-15 12:44:20 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 1 (prefork) +2026-06-15 12:44:20 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-06-15 12:44:20 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-06-15 12:44:20 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2026-06-15 12:44:20 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2026-06-15 12:44:20 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2026-06-15 12:44:20 [INFO] Celery[UW-STDOUT]: +2026-06-15 12:44:20 [INFO] Celery[UW-STDOUT]: [tasks] +2026-06-15 12:44:20 [INFO] Celery[UW-STDOUT]: . cleanup_stale_errors +2026-06-15 12:44:20 [INFO] Celery[UW-STDOUT]: . delayed_delete_task_data +2026-06-15 12:44:20 [INFO] Celery[UW-STDOUT]: . download_album +2026-06-15 12:44:20 [INFO] Celery[UW-STDOUT]: . download_playlist +2026-06-15 12:44:20 [INFO] Celery[UW-STDOUT]: . download_track +2026-06-15 12:44:20 [INFO] Celery[UW-STDOUT]: . trigger_sse_update_task +2026-06-15 12:44:20 [INFO] Celery[UW-STDOUT]: +2026-06-15 12:44:20 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2026-06-15 12:44:20 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2026-06-15 12:44:20 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f71e6f00510 +2026-06-15 12:44:20 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-06-15 12:44:20 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-06-15 12:44:20 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2026-06-15 12:44:20 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-06-15 12:44:20 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-06-15 12:44:20 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2026-06-15 12:44:20 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2026-06-15 12:44:20 [INFO] Celery[DW-STDOUT]: +2026-06-15 12:44:20 [INFO] Celery[DW-STDOUT]: +2026-06-15 12:44:20 [INFO] Celery[DW-STDOUT]: [tasks] +2026-06-15 12:44:20 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2026-06-15 12:44:20 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2026-06-15 12:44:20 [INFO] Celery[DW-STDOUT]: . download_album +2026-06-15 12:44:20 [INFO] Celery[DW-STDOUT]: . download_playlist +2026-06-15 12:44:20 [INFO] Celery[DW-STDOUT]: . download_track +2026-06-15 12:44:20 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2026-06-15 12:44:20 [INFO] Celery[DW-STDOUT]: +2026-06-15 12:58:07 [INFO] Shutting down +2026-06-15 12:58:07 [INFO] Waiting for application shutdown. +2026-06-15 12:58:07 [INFO] Watch Manager: Stopping background scheduler... +2026-06-15 12:58:07 [INFO] Watch Scheduler: Thread stopped. +2026-06-15 12:58:07 [INFO] Watch Manager: Background scheduler stopped. +2026-06-15 12:58:07 [INFO] Watch Manager stopped +2026-06-15 12:58:07 [INFO] CeleryManager: Stopping Celery workers... +2026-06-15 12:58:07 [INFO] CeleryManager: Config monitor thread stopped. +2026-06-15 12:58:07 [INFO] Terminating Celery Download Worker (PID: 12)... +2026-06-15 12:58:07 [INFO] Celery[DW-STDOUT]: +2026-06-15 12:58:07 [INFO] Celery[DW-STDOUT]: worker: Warm shutdown (MainProcess) +2026-06-15 12:58:09 [INFO] Celery[DW-STDOUT] stream reader thread finished. +2026-06-15 12:58:09 [INFO] Celery[DW-STDERR] stream reader thread finished. +2026-06-15 12:58:10 [INFO] Celery Download Worker (PID: 12) terminated. +2026-06-15 12:58:10 [INFO] Terminating Celery Utility Worker (PID: 15)... +2026-06-15 12:58:10 [INFO] Celery[UW-STDOUT]: +2026-06-15 12:58:10 [INFO] Celery[UW-STDOUT]: worker: Warm shutdown (MainProcess) +2026-06-15 12:58:11 [INFO] Celery[UW-STDERR] stream reader thread finished. +2026-06-15 12:58:11 [INFO] Celery[UW-STDOUT] stream reader thread finished. +2026-06-15 12:58:11 [INFO] Celery Utility Worker (PID: 15) terminated. +2026-06-15 12:58:11 [INFO] Joining log threads... +2026-06-15 12:58:11 [INFO] CeleryManager: All workers and threads signaled to stop and joined. +2026-06-15 12:58:11 [INFO] Celery workers stopped +2026-06-15 12:58:11 [INFO] Application shutdown complete. +2026-06-15 12:58:11 [INFO] Finished server process [1] +2026-06-15 12:58:19 [INFO] Logging system initialized +2026-06-15 12:58:19 [INFO] Logging system fully initialized (lifespan startup). Effective log level: INFO +2026-06-15 12:58:19 [INFO] Configuration version 3.3.1 detected. Proceeding. +2026-06-15 12:58:19 [INFO] Migration validation completed (3.3.0 gate) +2026-06-15 12:58:19 [INFO] Database migrations executed (if needed) early in startup. +2026-06-15 12:58:19 [INFO] Spotify device info backfill complete: created=0 updated=0 skipped=2 +2026-06-15 12:58:19 [INFO] Testing Redis connection to redis:6379... +2026-06-15 12:58:19 [INFO] Redis connection successful +2026-06-15 12:58:19 [INFO] CeleryManager initialized. Download concurrency set to: 3 | Utility concurrency: 1 +2026-06-15 12:58:19 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2026-06-15 12:58:19 [INFO] Celery Download Worker (PID: 12) started with concurrency 3. +2026-06-15 12:58:19 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q utility_tasks,default -c 1 --hostname=worker_utw@%h --pool=prefork +2026-06-15 12:58:19 [INFO] Celery Utility Worker (PID: 15) started with concurrency 1. +2026-06-15 12:58:19 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2026-06-15 12:58:19 [INFO] CeleryManager: Config monitor thread started. +2026-06-15 12:58:19 [INFO] Celery workers started successfully +2026-06-15 12:58:19 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2026-06-15 12:58:19 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2026-06-15 12:58:19 [INFO] Successfully updated all existing tables schema in playlists database +2026-06-15 12:58:19 [INFO] Watch Manager: Successfully updated all existing tables schema +2026-06-15 12:58:19 [INFO] Watch Scheduler: Thread started. +2026-06-15 12:58:19 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2026-06-15 12:58:19 [INFO] Watch Manager initialized and registered for shutdown. +2026-06-15 12:58:19 [INFO] Application startup complete. +2026-06-15 12:58:19 [INFO] Uvicorn running on http://0.0.0.0:7171 (Press CTRL+C to quit) +2026-06-15 12:58:19 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-15 12:58:20 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-06-15 12:58:20 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2026-06-15 12:58:20 [INFO] Celery[UW-STDERR]: +2026-06-15 12:58:20 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-06-15 12:58:20 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-06-15 12:58:20 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2026-06-15 12:58:20 [INFO] Celery[UW-STDERR]: +2026-06-15 12:58:20 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2026-06-15 12:58:20 [INFO] Celery[UW-STDERR]: +2026-06-15 12:58:20 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-06-15 12:58:20 [INFO] Celery[UW-STDERR]: +2026-06-15 12:58:20 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-06-15 12:58:20 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-06-15 12:58:20 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2026-06-15 12:58:20 [INFO] Celery[DW-STDERR]: +2026-06-15 12:58:20 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-06-15 12:58:20 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-06-15 12:58:20 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2026-06-15 12:58:20 [INFO] Celery[DW-STDERR]: +2026-06-15 12:58:20 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2026-06-15 12:58:20 [INFO] Celery[DW-STDERR]: +2026-06-15 12:58:20 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-06-15 12:58:20 [INFO] Celery[DW-STDERR]: +2026-06-15 12:58:20 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-06-15 12:58:20 [INFO] Celery[UW-STDOUT]: +2026-06-15 12:58:20 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@f2d431c98d26 v5.5.3 (immunity) +2026-06-15 12:58:20 [INFO] Celery[DW-STDOUT]: +2026-06-15 12:58:20 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@f2d431c98d26 v5.5.3 (immunity) +2026-06-15 12:58:20 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-06-15 12:58:20 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-06-15 12:58:20 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-181-generic-x86_64-with-glibc2.36 2026-06-15 12:58:20 +2026-06-15 12:58:20 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-181-generic-x86_64-with-glibc2.36 2026-06-15 12:58:20 +2026-06-15 12:58:20 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2026-06-15 12:58:20 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2026-06-15 12:58:20 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2026-06-15 12:58:20 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2026-06-15 12:58:20 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f7ca1914550 +2026-06-15 12:58:20 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f0eee45c4d0 +2026-06-15 12:58:20 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-06-15 12:58:20 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-06-15 12:58:20 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2026-06-15 12:58:20 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-06-15 12:58:20 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-06-15 12:58:20 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2026-06-15 12:58:20 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2026-06-15 12:58:20 [INFO] Celery[DW-STDOUT]: +2026-06-15 12:58:20 [INFO] Celery[DW-STDOUT]: +2026-06-15 12:58:20 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-06-15 12:58:20 [INFO] Celery[DW-STDOUT]: [tasks] +2026-06-15 12:58:20 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2026-06-15 12:58:20 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-06-15 12:58:20 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2026-06-15 12:58:20 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 1 (prefork) +2026-06-15 12:58:20 [INFO] Celery[DW-STDOUT]: . download_album +2026-06-15 12:58:20 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-06-15 12:58:20 [INFO] Celery[DW-STDOUT]: . download_playlist +2026-06-15 12:58:20 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-06-15 12:58:20 [INFO] Celery[DW-STDOUT]: . download_track +2026-06-15 12:58:20 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2026-06-15 12:58:20 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2026-06-15 12:58:20 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2026-06-15 12:58:20 [INFO] Celery[DW-STDOUT]: +2026-06-15 12:58:20 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2026-06-15 12:58:20 [INFO] Celery[UW-STDOUT]: +2026-06-15 12:58:20 [INFO] Celery[UW-STDOUT]: [tasks] +2026-06-15 12:58:20 [INFO] Celery[UW-STDOUT]: . cleanup_stale_errors +2026-06-15 12:58:20 [INFO] Celery[UW-STDOUT]: . delayed_delete_task_data +2026-06-15 12:58:20 [INFO] Celery[UW-STDOUT]: . download_album +2026-06-15 12:58:20 [INFO] Celery[UW-STDOUT]: . download_playlist +2026-06-15 12:58:20 [INFO] Celery[UW-STDOUT]: . download_track +2026-06-15 12:58:20 [INFO] Celery[UW-STDOUT]: . trigger_sse_update_task +2026-06-15 12:58:20 [INFO] Celery[UW-STDOUT]: +2026-06-15 13:58:19 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-15 14:58:19 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-15 15:58:19 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-15 16:58:19 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-15 17:58:19 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-15 18:58:19 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-15 19:58:19 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-15 20:58:19 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-15 21:58:19 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-15 22:58:19 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-15 23:58:19 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-16 00:58:19 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-16 01:58:19 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-16 02:58:19 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-16 03:58:19 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-16 04:58:19 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-16 05:58:19 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-16 06:58:19 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-16 07:58:19 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-16 08:58:19 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-16 09:58:19 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-16 10:58:19 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-16 11:58:19 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-16 12:58:19 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-16 13:58:19 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-16 14:58:19 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-16 15:58:19 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-16 16:58:19 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-16 17:58:19 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-16 18:58:19 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-16 19:14:27 [INFO] Using Spotify device info for 'jsonjordan': name=Living Room Speaker type=4 id=440d2b26c80f193bc594659454592e6936ecb15e locale=us +2026-06-16 19:14:28 [INFO] Created new session! device_id: 440d2b26c80f193bc594659454592e6936ecb15e, ap: ap-gew1.spotify.com:443 +2026-06-16 19:14:29 [INFO] Connection successfully! +2026-06-16 19:14:29 [INFO] Session.Receiver started +2026-06-16 19:14:29 [INFO] Skipping 02 +2026-06-16 19:14:29 [INFO] Received license_version: 0 +2026-06-16 19:14:29 [INFO] Received country_code: US +2026-06-16 19:14:29 [INFO] Skipping 1f +2026-06-16 19:14:29 [INFO] Skipping 69 +2026-06-16 19:14:29 [INFO] Login5 authentication successful, got access token +2026-06-16 19:14:29 [INFO] Authenticated as jsonjordan! +2026-06-16 19:14:29 [INFO] Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2026-06-16 19:14:33 [INFO] Checking watch status for playlist 2MG6o9Vl3B0uZvj60k8ijN. +2026-06-16 19:14:33 [INFO] Checking watch status for playlist 2MG6o9Vl3B0uZvj60k8ijN. +2026-06-16 19:15:14 [INFO] Checking watch status for playlist 37i9dQZEVXdcQ6IOCaAjO2. +2026-06-16 19:15:14 [INFO] Checking watch status for playlist 37i9dQZEVXdcQ6IOCaAjO2. +2026-06-16 19:15:20 [INFO] Added playlist download task 5727018d-ce6a-43bc-a09a-66cf40c0ccb4 to Celery queue. +2026-06-16 19:15:21 [INFO] Celery[DW-STDOUT]: DEBUG: playlist.py - Service determined from URL: spotify +2026-06-16 19:15:21 [INFO] Celery[DW-STDOUT]: DEBUG: playlist.py - Credentials provided: main_account_name='jsonjordan', fallback_account_name='None' +2026-06-16 19:15:21 [INFO] Celery[DW-STDOUT]: DEBUG: playlist.py - Spotify URL, no fallback. Direct download with Spotify account (for blob): jsonjordan +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: Failed to download playlist: [Errno 13] Permission denied: './downloads/playlists' +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: Traceback (most recent call last): +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: File "/python/deezspot/spotloader/__init__.py", line 357, in download_playlist +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: playlist = DW_PLAYLIST(preferences).dw() +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: File "/python/deezspot/spotloader/__download__.py", line 1265, in dw +2026-06-16 19:16:26 [INFO] Celery[DW-STDOUT]: ERROR: Playlist download failed with exception: [Errno 13] Permission denied: './downloads/playlists' +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: m3u_path = create_m3u_file(self.__output_dir, playlist_name) +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: File "/python/deezspot/libutils/write_m3u.py", line 16, in create_m3u_file +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: os.makedirs(playlist_m3u_dir, exist_ok=True) +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: File "", line 225, in makedirs +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: PermissionError: [Errno 13] Permission denied: './downloads/playlists' +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: Traceback (most recent call last): +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: File "/app/routes/utils/playlist.py", line 265, in download_playlist +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: spo.download_playlist( +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: File "/python/deezspot/spotloader/__init__.py", line 366, in download_playlist +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: raise e +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: File "/python/deezspot/spotloader/__init__.py", line 357, in download_playlist +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: playlist = DW_PLAYLIST(preferences).dw() +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: File "/python/deezspot/spotloader/__download__.py", line 1265, in dw +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: m3u_path = create_m3u_file(self.__output_dir, playlist_name) +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: File "/python/deezspot/libutils/write_m3u.py", line 16, in create_m3u_file +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: os.makedirs(playlist_m3u_dir, exist_ok=True) +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: File "", line 225, in makedirs +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: PermissionError: [Errno 13] Permission denied: './downloads/playlists' +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: Error in download_playlist task: [Errno 13] Permission denied: './downloads/playlists' +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: Traceback (most recent call last): +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: File "/app/routes/utils/celery_tasks.py", line 1870, in download_playlist +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: download_playlist_func( +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: File "/app/routes/utils/playlist.py", line 265, in download_playlist +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: spo.download_playlist( +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: File "/python/deezspot/spotloader/__init__.py", line 366, in download_playlist +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: raise e +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: File "/python/deezspot/spotloader/__init__.py", line 357, in download_playlist +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: playlist = DW_PLAYLIST(preferences).dw() +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: File "/python/deezspot/spotloader/__download__.py", line 1265, in dw +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: m3u_path = create_m3u_file(self.__output_dir, playlist_name) +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: File "/python/deezspot/libutils/write_m3u.py", line 16, in create_m3u_file +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: os.makedirs(playlist_m3u_dir, exist_ok=True) +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: File "", line 225, in makedirs +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: PermissionError: [Errno 13] Permission denied: './downloads/playlists' +2026-06-16 19:16:26 [INFO] Celery[DW-STDERR]: Task 5727018d-ce6a-43bc-a09a-66cf40c0ccb4 failed: [Errno 13] Permission denied: './downloads/playlists' +2026-06-16 19:17:22 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2026-06-16 19:20:14 [INFO] Shutting down +2026-06-16 19:20:14 [INFO] Waiting for connections to close. (CTRL+C to force quit) +2026-06-16 19:20:44 [INFO] Logging system initialized +2026-06-16 19:20:44 [INFO] Logging system fully initialized (lifespan startup). Effective log level: INFO +2026-06-16 19:20:44 [INFO] Configuration version 3.3.1 detected. Proceeding. +2026-06-16 19:20:44 [INFO] Migration validation completed (3.3.0 gate) +2026-06-16 19:20:44 [INFO] Database migrations executed (if needed) early in startup. +2026-06-16 19:20:44 [INFO] Spotify device info backfill complete: created=0 updated=0 skipped=2 +2026-06-16 19:20:44 [INFO] Testing Redis connection to redis:6379... +2026-06-16 19:20:44 [INFO] Redis connection successful +2026-06-16 19:20:44 [INFO] CeleryManager initialized. Download concurrency set to: 3 | Utility concurrency: 1 +2026-06-16 19:20:44 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2026-06-16 19:20:44 [INFO] Celery Download Worker (PID: 12) started with concurrency 3. +2026-06-16 19:20:44 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q utility_tasks,default -c 1 --hostname=worker_utw@%h --pool=prefork +2026-06-16 19:20:44 [INFO] Celery Utility Worker (PID: 15) started with concurrency 1. +2026-06-16 19:20:44 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2026-06-16 19:20:44 [INFO] CeleryManager: Config monitor thread started. +2026-06-16 19:20:44 [INFO] Celery workers started successfully +2026-06-16 19:20:44 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2026-06-16 19:20:44 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2026-06-16 19:20:44 [INFO] Successfully updated all existing tables schema in playlists database +2026-06-16 19:20:44 [INFO] Watch Manager: Successfully updated all existing tables schema +2026-06-16 19:20:44 [INFO] Watch Scheduler: Thread started. +2026-06-16 19:20:44 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2026-06-16 19:20:44 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-16 19:20:44 [INFO] Watch Manager initialized and registered for shutdown. +2026-06-16 19:20:44 [INFO] Application startup complete. +2026-06-16 19:20:44 [INFO] Uvicorn running on http://0.0.0.0:7171 (Press CTRL+C to quit) +2026-06-16 19:20:45 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-06-16 19:20:45 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2026-06-16 19:20:45 [INFO] Celery[DW-STDERR]: +2026-06-16 19:20:45 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-06-16 19:20:45 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-06-16 19:20:45 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2026-06-16 19:20:45 [INFO] Celery[DW-STDERR]: +2026-06-16 19:20:45 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2026-06-16 19:20:45 [INFO] Celery[DW-STDERR]: +2026-06-16 19:20:45 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-06-16 19:20:45 [INFO] Celery[DW-STDERR]: +2026-06-16 19:20:45 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-06-16 19:20:45 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-06-16 19:20:45 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2026-06-16 19:20:45 [INFO] Celery[UW-STDERR]: +2026-06-16 19:20:45 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-06-16 19:20:45 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-06-16 19:20:45 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2026-06-16 19:20:45 [INFO] Celery[UW-STDERR]: +2026-06-16 19:20:45 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2026-06-16 19:20:45 [INFO] Celery[UW-STDERR]: +2026-06-16 19:20:45 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-06-16 19:20:45 [INFO] Celery[UW-STDERR]: +2026-06-16 19:20:45 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-06-16 19:20:45 [INFO] Celery[DW-STDOUT]: +2026-06-16 19:20:45 [INFO] Celery[UW-STDOUT]: +2026-06-16 19:20:45 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@b744cdc38ee7 v5.5.3 (immunity) +2026-06-16 19:20:45 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@b744cdc38ee7 v5.5.3 (immunity) +2026-06-16 19:20:45 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-06-16 19:20:45 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-181-generic-x86_64-with-glibc2.36 2026-06-16 19:20:45 +2026-06-16 19:20:45 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2026-06-16 19:20:45 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2026-06-16 19:20:45 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f477af2c510 +2026-06-16 19:20:45 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-06-16 19:20:45 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-06-16 19:20:45 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 1 (prefork) +2026-06-16 19:20:45 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-06-16 19:20:45 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-06-16 19:20:45 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2026-06-16 19:20:45 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2026-06-16 19:20:45 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2026-06-16 19:20:45 [INFO] Celery[UW-STDOUT]: +2026-06-16 19:20:45 [INFO] Celery[UW-STDOUT]: [tasks] +2026-06-16 19:20:45 [INFO] Celery[UW-STDOUT]: . cleanup_stale_errors +2026-06-16 19:20:45 [INFO] Celery[UW-STDOUT]: . delayed_delete_task_data +2026-06-16 19:20:45 [INFO] Celery[UW-STDOUT]: . download_album +2026-06-16 19:20:45 [INFO] Celery[UW-STDOUT]: . download_playlist +2026-06-16 19:20:45 [INFO] Celery[UW-STDOUT]: . download_track +2026-06-16 19:20:45 [INFO] Celery[UW-STDOUT]: . trigger_sse_update_task +2026-06-16 19:20:45 [INFO] Celery[UW-STDOUT]: +2026-06-16 19:20:45 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-06-16 19:20:45 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-181-generic-x86_64-with-glibc2.36 2026-06-16 19:20:45 +2026-06-16 19:20:45 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2026-06-16 19:20:45 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2026-06-16 19:20:45 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f4006f94790 +2026-06-16 19:20:45 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-06-16 19:20:45 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-06-16 19:20:45 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2026-06-16 19:20:45 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-06-16 19:20:45 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-06-16 19:20:45 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2026-06-16 19:20:45 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2026-06-16 19:20:45 [INFO] Celery[DW-STDOUT]: +2026-06-16 19:20:45 [INFO] Celery[DW-STDOUT]: +2026-06-16 19:20:45 [INFO] Celery[DW-STDOUT]: [tasks] +2026-06-16 19:20:45 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2026-06-16 19:20:45 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2026-06-16 19:20:45 [INFO] Celery[DW-STDOUT]: . download_album +2026-06-16 19:20:45 [INFO] Celery[DW-STDOUT]: . download_playlist +2026-06-16 19:20:45 [INFO] Celery[DW-STDOUT]: . download_track +2026-06-16 19:20:45 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2026-06-16 19:20:45 [INFO] Celery[DW-STDOUT]: +2026-06-16 19:20:46 [INFO] Using Spotify device info for 'jsonjordan': name=Living Room Speaker type=4 id=440d2b26c80f193bc594659454592e6936ecb15e locale=us +2026-06-16 19:20:47 [INFO] Created new session! device_id: 440d2b26c80f193bc594659454592e6936ecb15e, ap: ap-gue1.spotify.com:443 +2026-06-16 19:20:48 [INFO] Connection successfully! +2026-06-16 19:20:48 [INFO] Session.Receiver started +2026-06-16 19:20:48 [INFO] Skipping 02 +2026-06-16 19:20:48 [INFO] Received license_version: 0 +2026-06-16 19:20:48 [INFO] Received country_code: US +2026-06-16 19:20:48 [INFO] Skipping 1f +2026-06-16 19:20:48 [INFO] Skipping 69 +2026-06-16 19:20:48 [INFO] Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2026-06-16 19:20:48 [INFO] Login5 authentication successful, got access token +2026-06-16 19:20:48 [INFO] Authenticated as jsonjordan! +2026-06-16 19:21:35 [INFO] Checking watch status for playlist 37i9dQZEVXdcQ6IOCaAjO2. +2026-06-16 19:21:35 [INFO] Checking watch status for playlist 37i9dQZEVXdcQ6IOCaAjO2. +2026-06-16 19:21:47 [INFO] Added playlist download task f327c876-718b-4e50-868d-e86620a2dffb to Celery queue. +2026-06-16 19:21:47 [INFO] Celery[DW-STDOUT]: DEBUG: playlist.py - Service determined from URL: spotify +2026-06-16 19:21:47 [INFO] Celery[DW-STDOUT]: DEBUG: playlist.py - Credentials provided: main_account_name='jsonjordan', fallback_account_name='None' +2026-06-16 19:21:47 [INFO] Celery[DW-STDOUT]: DEBUG: playlist.py - Spotify URL, no fallback. Direct download with Spotify account (for blob): jsonjordan +2026-06-16 19:24:35 [INFO] Search requested: query='fla', type=track, limit=50, main_account_name=None +2026-06-16 19:24:35 [INFO] Spotify client initialized/reinitialized for search +2026-06-16 19:24:36 [INFO] Search completed successfully for query: 'fla' +2026-06-16 19:24:36 [INFO] Search requested: query='flag', type=track, limit=50, main_account_name=None +2026-06-16 19:24:37 [INFO] Search completed successfully for query: 'flag' +2026-06-16 19:24:37 [INFO] Search requested: query='flagpole', type=track, limit=50, main_account_name=None +2026-06-16 19:24:38 [INFO] Search completed successfully for query: 'flagpole' +2026-06-16 19:24:42 [INFO] Added track download task 8dd96f83-585e-4578-95ad-78d45f2e9c7c to Celery queue. +2026-06-16 19:24:43 [INFO] Celery[DW-STDOUT]: DEBUG: track.py - Service determined from URL: spotify +2026-06-16 19:24:43 [INFO] Celery[DW-STDOUT]: DEBUG: track.py - Credentials provided: main_account_name='jsonjordan', fallback_account_name='None' +2026-06-16 19:24:43 [INFO] Celery[DW-STDOUT]: DEBUG: track.py - Spotify URL, no fallback. Direct download with Spotify account (for blob): jsonjordan +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: Failed to download playlist: [Errno 13] Permission denied: './downloads/playlists/Your Top Songs 2025.m3u' +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: Traceback (most recent call last): +2026-06-16 19:26:09 [INFO] Celery[DW-STDOUT]: ERROR: Playlist download failed with exception: [Errno 13] Permission denied: './downloads/playlists/Your Top Songs 2025.m3u' +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: File "/python/deezspot/spotloader/__init__.py", line 357, in download_playlist +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: playlist = DW_PLAYLIST(preferences).dw() +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: File "/python/deezspot/spotloader/__download__.py", line 1265, in dw +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: m3u_path = create_m3u_file(self.__output_dir, playlist_name) +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: File "/python/deezspot/libutils/write_m3u.py", line 21, in create_m3u_file +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: with open(m3u_path, "w", encoding="utf-8") as m3u_file: +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: PermissionError: [Errno 13] Permission denied: './downloads/playlists/Your Top Songs 2025.m3u' +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: Traceback (most recent call last): +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: File "/app/routes/utils/playlist.py", line 265, in download_playlist +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: spo.download_playlist( +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: File "/python/deezspot/spotloader/__init__.py", line 366, in download_playlist +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: raise e +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: File "/python/deezspot/spotloader/__init__.py", line 357, in download_playlist +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: playlist = DW_PLAYLIST(preferences).dw() +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: File "/python/deezspot/spotloader/__download__.py", line 1265, in dw +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: m3u_path = create_m3u_file(self.__output_dir, playlist_name) +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: File "/python/deezspot/libutils/write_m3u.py", line 21, in create_m3u_file +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: with open(m3u_path, "w", encoding="utf-8") as m3u_file: +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: PermissionError: [Errno 13] Permission denied: './downloads/playlists/Your Top Songs 2025.m3u' +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: Error in download_playlist task: [Errno 13] Permission denied: './downloads/playlists/Your Top Songs 2025.m3u' +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: Traceback (most recent call last): +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: File "/app/routes/utils/celery_tasks.py", line 1870, in download_playlist +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: download_playlist_func( +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: File "/app/routes/utils/playlist.py", line 265, in download_playlist +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: spo.download_playlist( +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: File "/python/deezspot/spotloader/__init__.py", line 366, in download_playlist +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: raise e +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: File "/python/deezspot/spotloader/__init__.py", line 357, in download_playlist +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: playlist = DW_PLAYLIST(preferences).dw() +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: File "/python/deezspot/spotloader/__download__.py", line 1265, in dw +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: m3u_path = create_m3u_file(self.__output_dir, playlist_name) +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: File "/python/deezspot/libutils/write_m3u.py", line 21, in create_m3u_file +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: with open(m3u_path, "w", encoding="utf-8") as m3u_file: +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: PermissionError: [Errno 13] Permission denied: './downloads/playlists/Your Top Songs 2025.m3u' +2026-06-16 19:26:09 [INFO] Celery[DW-STDERR]: Task f327c876-718b-4e50-868d-e86620a2dffb failed: [Errno 13] Permission denied: './downloads/playlists/Your Top Songs 2025.m3u' +2026-06-16 19:28:37 [INFO] Celery[DW-STDOUT]: DEBUG: track.py - Direct Spotify download (account: jsonjordan for blob) successful. +2026-06-16 19:34:44 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2026-06-16 19:34:48 [CRITICAL] Failed reading packet! [Errno 104] Connection reset by peer +2026-06-16 19:34:49 [INFO] Connection successfully! +2026-06-16 19:34:49 [INFO] Session.Receiver started +2026-06-16 19:34:49 [INFO] Skipping 02 +2026-06-16 19:34:49 [INFO] Received license_version: 0 +2026-06-16 19:34:49 [INFO] Received country_code: US +2026-06-16 19:34:49 [INFO] Re-authenticated as jsonjordan! +2026-06-16 19:34:49 [INFO] Skipping 1f +2026-06-16 19:34:49 [INFO] Skipping 69 +2026-06-16 19:34:49 [INFO] Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2026-06-16 19:43:48 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2026-06-16 19:46:45 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2026-06-16 19:46:45 [INFO] Celery[DW-STDERR]: Exception in thread session-packet-receiver: +2026-06-16 19:46:45 [INFO] Celery[DW-STDERR]: Traceback (most recent call last): +2026-06-16 19:46:45 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1935, in run +2026-06-16 19:46:45 [INFO] Celery[DW-STDERR]: packet = self.__session.cipher_pair.receive_encoded( +2026-06-16 19:46:45 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-06-16 19:46:45 [INFO] Celery[DW-STDERR]: File "/python/librespot/crypto.py", line 59, in receive_encoded +2026-06-16 19:46:45 [INFO] Celery[DW-STDERR]: connection.read_exact(3)) +2026-06-16 19:46:45 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^ +2026-06-16 19:46:45 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1827, in read_exact +2026-06-16 19:46:45 [INFO] Celery[DW-STDERR]: chunk = self.__socket.recv(remaining) +2026-06-16 19:46:45 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-06-16 19:46:45 [INFO] Celery[DW-STDERR]: ConnectionResetError: [Errno 104] Connection reset by peer +2026-06-16 19:46:45 [INFO] Celery[DW-STDERR]: +2026-06-16 19:46:45 [INFO] Celery[DW-STDERR]: During handling of the above exception, another exception occurred: +2026-06-16 19:46:45 [INFO] Celery[DW-STDERR]: +2026-06-16 19:46:45 [INFO] Celery[DW-STDERR]: Traceback (most recent call last): +2026-06-16 19:46:45 [INFO] Celery[DW-STDERR]: File "/usr/lib/python3.11/threading.py", line 1038, in _bootstrap_inner +2026-06-16 19:46:45 [INFO] Celery[DW-STDERR]: self.run() +2026-06-16 19:46:45 [INFO] Celery[DW-STDERR]: File "/usr/lib/python3.11/threading.py", line 975, in run +2026-06-16 19:46:45 [INFO] Celery[DW-STDERR]: self._target(*self._args, **self._kwargs) +2026-06-16 19:46:45 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1949, in run +2026-06-16 19:46:45 [INFO] Celery[DW-STDERR]: self.__session.reconnect() +2026-06-16 19:46:45 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1150, in reconnect +2026-06-16 19:46:45 [INFO] Celery[DW-STDERR]: self.connection = Session.ConnectionHolder.create( +2026-06-16 19:46:45 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-06-16 19:46:45 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1795, in create +2026-06-16 19:46:45 [INFO] Celery[DW-STDERR]: sock.connect((ap_address, ap_port)) +2026-06-16 19:46:45 [INFO] Celery[DW-STDERR]: ConnectionRefusedError: [Errno 111] Connection refused +2026-06-16 19:50:49 [CRITICAL] Failed reading packet! [Errno 104] Connection reset by peer +2026-06-16 19:50:50 [INFO] Connection successfully! +2026-06-16 19:50:50 [INFO] Session.Receiver started +2026-06-16 19:50:50 [INFO] Skipping 02 +2026-06-16 19:50:50 [INFO] Received license_version: 0 +2026-06-16 19:50:50 [INFO] Received country_code: US +2026-06-16 19:50:50 [INFO] Re-authenticated as jsonjordan! +2026-06-16 19:50:50 [INFO] Skipping 1f +2026-06-16 19:50:50 [INFO] Skipping 69 +2026-06-16 19:50:50 [INFO] Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2026-06-16 19:56:50 [CRITICAL] Failed reading packet! [Errno 104] Connection reset by peer +2026-06-16 19:56:51 [INFO] Connection successfully! +2026-06-16 19:56:51 [INFO] Session.Receiver started +2026-06-16 19:56:51 [INFO] Skipping 02 +2026-06-16 19:56:51 [INFO] Received license_version: 0 +2026-06-16 19:56:51 [INFO] Received country_code: US +2026-06-16 19:56:51 [INFO] Re-authenticated as jsonjordan! +2026-06-16 19:56:51 [INFO] Skipping 1f +2026-06-16 19:56:51 [INFO] Skipping 69 +2026-06-16 19:56:51 [INFO] Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2026-06-16 19:57:50 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2026-06-16 20:07:51 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2026-06-16 20:20:44 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-16 20:20:51 [CRITICAL] Failed reading packet! [Errno 104] Connection reset by peer +2026-06-16 20:20:52 [INFO] Connection successfully! +2026-06-16 20:20:52 [INFO] Session.Receiver started +2026-06-16 20:20:52 [INFO] Skipping 02 +2026-06-16 20:20:52 [INFO] Received license_version: 0 +2026-06-16 20:20:52 [INFO] Received country_code: US +2026-06-16 20:20:52 [INFO] Re-authenticated as jsonjordan! +2026-06-16 20:20:52 [INFO] Skipping 1f +2026-06-16 20:20:52 [INFO] Skipping 69 +2026-06-16 20:20:53 [INFO] Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2026-06-16 20:41:53 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2026-06-16 20:45:54 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2026-06-16 20:57:56 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2026-06-16 20:57:56 [INFO] Celery[DW-STDERR]: Exception in thread session-packet-receiver: +2026-06-16 20:57:56 [INFO] Celery[DW-STDERR]: Traceback (most recent call last): +2026-06-16 20:57:56 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1935, in run +2026-06-16 20:57:56 [INFO] Celery[DW-STDERR]: packet = self.__session.cipher_pair.receive_encoded( +2026-06-16 20:57:56 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-06-16 20:57:56 [INFO] Celery[DW-STDERR]: File "/python/librespot/crypto.py", line 59, in receive_encoded +2026-06-16 20:57:56 [INFO] Celery[DW-STDERR]: connection.read_exact(3)) +2026-06-16 20:57:56 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^ +2026-06-16 20:57:56 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1827, in read_exact +2026-06-16 20:57:56 [INFO] Celery[DW-STDERR]: chunk = self.__socket.recv(remaining) +2026-06-16 20:57:56 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-06-16 20:57:56 [INFO] Celery[DW-STDERR]: ConnectionResetError: [Errno 104] Connection reset by peer +2026-06-16 20:57:56 [INFO] Celery[DW-STDERR]: +2026-06-16 20:57:56 [INFO] Celery[DW-STDERR]: During handling of the above exception, another exception occurred: +2026-06-16 20:57:56 [INFO] Celery[DW-STDERR]: +2026-06-16 20:57:56 [INFO] Celery[DW-STDERR]: Traceback (most recent call last): +2026-06-16 20:57:56 [INFO] Celery[DW-STDERR]: File "/usr/lib/python3.11/threading.py", line 1038, in _bootstrap_inner +2026-06-16 20:57:56 [INFO] Celery[DW-STDERR]: self.run() +2026-06-16 20:57:56 [INFO] Celery[DW-STDERR]: File "/usr/lib/python3.11/threading.py", line 975, in run +2026-06-16 20:57:56 [INFO] Celery[DW-STDERR]: self._target(*self._args, **self._kwargs) +2026-06-16 20:57:56 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1949, in run +2026-06-16 20:57:56 [INFO] Celery[DW-STDERR]: self.__session.reconnect() +2026-06-16 20:57:56 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1150, in reconnect +2026-06-16 20:57:56 [INFO] Celery[DW-STDERR]: self.connection = Session.ConnectionHolder.create( +2026-06-16 20:57:56 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-06-16 20:57:56 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1795, in create +2026-06-16 20:57:56 [INFO] Celery[DW-STDERR]: sock.connect((ap_address, ap_port)) +2026-06-16 20:57:56 [INFO] Celery[DW-STDERR]: ConnectionRefusedError: [Errno 111] Connection refused +2026-06-16 21:02:53 [CRITICAL] Failed reading packet! [Errno 104] Connection reset by peer +2026-06-16 21:02:54 [INFO] Connection successfully! +2026-06-16 21:02:54 [INFO] Session.Receiver started +2026-06-16 21:02:54 [INFO] Skipping 02 +2026-06-16 21:02:54 [INFO] Received license_version: 0 +2026-06-16 21:02:54 [INFO] Received country_code: US +2026-06-16 21:02:54 [INFO] Re-authenticated as jsonjordan! +2026-06-16 21:02:54 [INFO] Skipping 1f +2026-06-16 21:02:54 [INFO] Skipping 69 +2026-06-16 21:02:55 [INFO] Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2026-06-16 21:20:44 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-16 21:24:54 [CRITICAL] Failed reading packet! [Errno 104] Connection reset by peer +2026-06-16 21:24:56 [INFO] Connection successfully! +2026-06-16 21:24:56 [INFO] Session.Receiver started +2026-06-16 21:24:56 [INFO] Skipping 02 +2026-06-16 21:24:56 [INFO] Re-authenticated as jsonjordan! +2026-06-16 21:24:56 [INFO] Received license_version: 0 +2026-06-16 21:24:56 [INFO] Received country_code: US +2026-06-16 21:24:56 [INFO] Skipping 1f +2026-06-16 21:24:56 [INFO] Skipping 69 +2026-06-16 21:24:56 [INFO] Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2026-06-16 21:26:56 [CRITICAL] Failed reading packet! [Errno 104] Connection reset by peer +2026-06-16 21:26:57 [INFO] Connection successfully! +2026-06-16 21:26:57 [INFO] Session.Receiver started +2026-06-16 21:26:57 [INFO] Skipping 02 +2026-06-16 21:26:57 [INFO] Received license_version: 0 +2026-06-16 21:26:57 [INFO] Re-authenticated as jsonjordan! +2026-06-16 21:26:57 [INFO] Received country_code: US +2026-06-16 21:26:57 [INFO] Skipping 1f +2026-06-16 21:26:57 [INFO] Skipping 69 +2026-06-16 21:26:57 [INFO] Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2026-06-16 21:38:57 [CRITICAL] Failed reading packet! [Errno 104] Connection reset by peer +2026-06-16 21:38:59 [INFO] Connection successfully! +2026-06-16 21:38:59 [INFO] Session.Receiver started +2026-06-16 21:38:59 [INFO] Skipping 02 +2026-06-16 21:38:59 [INFO] Received license_version: 0 +2026-06-16 21:38:59 [INFO] Re-authenticated as jsonjordan! +2026-06-16 21:38:59 [INFO] Received country_code: US +2026-06-16 21:38:59 [INFO] Skipping 1f +2026-06-16 21:38:59 [INFO] Skipping 69 +2026-06-16 21:38:59 [INFO] Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2026-06-16 22:08:59 [CRITICAL] Failed reading packet! [Errno 104] Connection reset by peer +2026-06-16 22:09:00 [INFO] Connection successfully! +2026-06-16 22:09:00 [INFO] Session.Receiver started +2026-06-16 22:09:00 [INFO] Skipping 02 +2026-06-16 22:09:00 [INFO] Received license_version: 0 +2026-06-16 22:09:00 [INFO] Re-authenticated as jsonjordan! +2026-06-16 22:09:00 [INFO] Received country_code: US +2026-06-16 22:09:00 [INFO] Skipping 1f +2026-06-16 22:09:00 [INFO] Skipping 69 +2026-06-16 22:09:00 [INFO] Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2026-06-16 22:20:44 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-16 22:25:00 [CRITICAL] Failed reading packet! [Errno 104] Connection reset by peer +2026-06-16 22:25:01 [INFO] Connection successfully! +2026-06-16 22:25:01 [INFO] Session.Receiver started +2026-06-16 22:25:01 [INFO] Skipping 02 +2026-06-16 22:25:01 [INFO] Received license_version: 0 +2026-06-16 22:25:01 [INFO] Re-authenticated as jsonjordan! +2026-06-16 22:25:01 [INFO] Received country_code: US +2026-06-16 22:25:01 [INFO] Skipping 1f +2026-06-16 22:25:01 [INFO] Skipping 69 +2026-06-16 22:25:02 [INFO] Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2026-06-16 22:41:01 [CRITICAL] Failed reading packet! [Errno 104] Connection reset by peer +2026-06-16 22:41:03 [INFO] Connection successfully! +2026-06-16 22:41:03 [INFO] Session.Receiver started +2026-06-16 22:41:03 [INFO] Skipping 02 +2026-06-16 22:41:03 [INFO] Received license_version: 0 +2026-06-16 22:41:03 [INFO] Received country_code: US +2026-06-16 22:41:03 [INFO] Re-authenticated as jsonjordan! +2026-06-16 22:41:03 [INFO] Skipping 1f +2026-06-16 22:41:03 [INFO] Skipping 69 +2026-06-16 22:41:03 [INFO] Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2026-06-16 22:43:03 [CRITICAL] Failed reading packet! [Errno 104] Connection reset by peer +2026-06-16 22:43:04 [INFO] Connection successfully! +2026-06-16 22:43:04 [INFO] Session.Receiver started +2026-06-16 22:43:04 [INFO] Skipping 02 +2026-06-16 22:43:04 [INFO] Received license_version: 0 +2026-06-16 22:43:04 [INFO] Re-authenticated as jsonjordan! +2026-06-16 22:43:04 [INFO] Received country_code: US +2026-06-16 22:43:04 [INFO] Skipping 1f +2026-06-16 22:43:04 [INFO] Skipping 69 +2026-06-16 22:43:04 [INFO] Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2026-06-16 22:51:04 [CRITICAL] Failed reading packet! [Errno 104] Connection reset by peer +2026-06-16 22:51:05 [INFO] Connection successfully! +2026-06-16 22:51:05 [INFO] Session.Receiver started +2026-06-16 22:51:05 [INFO] Skipping 02 +2026-06-16 22:51:05 [INFO] Received license_version: 0 +2026-06-16 22:51:05 [INFO] Re-authenticated as jsonjordan! +2026-06-16 22:51:05 [INFO] Received country_code: US +2026-06-16 22:51:05 [INFO] Skipping 1f +2026-06-16 22:51:05 [INFO] Skipping 69 +2026-06-16 22:51:05 [INFO] Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2026-06-16 22:55:05 [CRITICAL] Failed reading packet! [Errno 104] Connection reset by peer +2026-06-16 22:55:07 [INFO] Connection successfully! +2026-06-16 22:55:07 [INFO] Session.Receiver started +2026-06-16 22:55:07 [INFO] Skipping 02 +2026-06-16 22:55:07 [INFO] Received license_version: 0 +2026-06-16 22:55:07 [INFO] Received country_code: US +2026-06-16 22:55:07 [INFO] Re-authenticated as jsonjordan! +2026-06-16 22:55:07 [INFO] Skipping 1f +2026-06-16 22:55:07 [INFO] Skipping 69 +2026-06-16 22:55:07 [INFO] Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2026-06-16 23:19:07 [CRITICAL] Failed reading packet! [Errno 104] Connection reset by peer +2026-06-16 23:19:08 [INFO] Connection successfully! +2026-06-16 23:19:08 [INFO] Session.Receiver started +2026-06-16 23:19:08 [INFO] Skipping 02 +2026-06-16 23:19:08 [INFO] Received license_version: 0 +2026-06-16 23:19:08 [INFO] Re-authenticated as jsonjordan! +2026-06-16 23:19:08 [INFO] Received country_code: US +2026-06-16 23:19:08 [INFO] Skipping 1f +2026-06-16 23:19:08 [INFO] Skipping 69 +2026-06-16 23:19:08 [INFO] Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2026-06-16 23:20:44 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-16 23:21:08 [CRITICAL] Failed reading packet! [Errno 104] Connection reset by peer +2026-06-16 23:21:09 [INFO] Connection successfully! +2026-06-16 23:21:09 [INFO] Session.Receiver started +2026-06-16 23:21:09 [INFO] Skipping 02 +2026-06-16 23:21:09 [INFO] Received license_version: 0 +2026-06-16 23:21:09 [INFO] Received country_code: US +2026-06-16 23:21:09 [INFO] Re-authenticated as jsonjordan! +2026-06-16 23:21:09 [INFO] Skipping 1f +2026-06-16 23:21:09 [INFO] Skipping 69 +2026-06-16 23:21:10 [INFO] Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2026-06-17 00:20:44 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-17 01:20:44 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-17 01:23:09 [CRITICAL] Failed reading packet! [Errno 104] Connection reset by peer +2026-06-17 01:44:19 [INFO] Logging system initialized +2026-06-17 01:44:19 [INFO] Logging system fully initialized (lifespan startup). Effective log level: INFO +2026-06-17 01:44:19 [INFO] Configuration version 3.3.1 detected. Proceeding. +2026-06-17 01:44:19 [INFO] Migration validation completed (3.3.0 gate) +2026-06-17 01:44:19 [INFO] Database migrations executed (if needed) early in startup. +2026-06-17 01:44:19 [INFO] Spotify device info backfill complete: created=0 updated=0 skipped=2 +2026-06-17 01:44:19 [INFO] Testing Redis connection to redis:6379... +2026-06-17 01:44:19 [INFO] Redis connection successful +2026-06-17 01:44:19 [INFO] CeleryManager initialized. Download concurrency set to: 3 | Utility concurrency: 1 +2026-06-17 01:44:19 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2026-06-17 01:44:19 [INFO] Celery Download Worker (PID: 12) started with concurrency 3. +2026-06-17 01:44:19 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q utility_tasks,default -c 1 --hostname=worker_utw@%h --pool=prefork +2026-06-17 01:44:19 [INFO] Celery Utility Worker (PID: 15) started with concurrency 1. +2026-06-17 01:44:19 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2026-06-17 01:44:19 [INFO] CeleryManager: Config monitor thread started. +2026-06-17 01:44:19 [INFO] Celery workers started successfully +2026-06-17 01:44:19 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2026-06-17 01:44:19 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2026-06-17 01:44:19 [INFO] Successfully updated all existing tables schema in playlists database +2026-06-17 01:44:19 [INFO] Watch Manager: Successfully updated all existing tables schema +2026-06-17 01:44:19 [INFO] Watch Scheduler: Thread started. +2026-06-17 01:44:19 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2026-06-17 01:44:19 [INFO] Watch Manager initialized and registered for shutdown. +2026-06-17 01:44:19 [INFO] Application startup complete. +2026-06-17 01:44:19 [INFO] Uvicorn running on http://0.0.0.0:7171 (Press CTRL+C to quit) +2026-06-17 01:44:19 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-17 01:44:21 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-06-17 01:44:21 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2026-06-17 01:44:21 [INFO] Celery[DW-STDERR]: +2026-06-17 01:44:21 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-06-17 01:44:21 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-06-17 01:44:21 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2026-06-17 01:44:21 [INFO] Celery[DW-STDERR]: +2026-06-17 01:44:21 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2026-06-17 01:44:21 [INFO] Celery[DW-STDERR]: +2026-06-17 01:44:21 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-06-17 01:44:21 [INFO] Celery[DW-STDERR]: +2026-06-17 01:44:21 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-06-17 01:44:21 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-06-17 01:44:21 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2026-06-17 01:44:21 [INFO] Celery[UW-STDERR]: +2026-06-17 01:44:21 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-06-17 01:44:21 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-06-17 01:44:21 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2026-06-17 01:44:21 [INFO] Celery[UW-STDERR]: +2026-06-17 01:44:21 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2026-06-17 01:44:21 [INFO] Celery[UW-STDERR]: +2026-06-17 01:44:21 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-06-17 01:44:21 [INFO] Celery[UW-STDERR]: +2026-06-17 01:44:21 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-06-17 01:44:21 [INFO] Celery[DW-STDOUT]: +2026-06-17 01:44:21 [INFO] Celery[UW-STDOUT]: +2026-06-17 01:44:21 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@b744cdc38ee7 v5.5.3 (immunity) +2026-06-17 01:44:21 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@b744cdc38ee7 v5.5.3 (immunity) +2026-06-17 01:44:21 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-06-17 01:44:21 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-06-17 01:44:21 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-181-generic-x86_64-with-glibc2.36 2026-06-17 01:44:21 +2026-06-17 01:44:21 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-181-generic-x86_64-with-glibc2.36 2026-06-17 01:44:21 +2026-06-17 01:44:21 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2026-06-17 01:44:21 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2026-06-17 01:44:21 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2026-06-17 01:44:21 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2026-06-17 01:44:21 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f119d764610 +2026-06-17 01:44:21 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-06-17 01:44:21 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-06-17 01:44:21 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2026-06-17 01:44:21 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-06-17 01:44:21 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-06-17 01:44:21 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2026-06-17 01:44:21 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2026-06-17 01:44:21 [INFO] Celery[DW-STDOUT]: +2026-06-17 01:44:21 [INFO] Celery[DW-STDOUT]: +2026-06-17 01:44:21 [INFO] Celery[DW-STDOUT]: [tasks] +2026-06-17 01:44:21 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2026-06-17 01:44:21 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2026-06-17 01:44:21 [INFO] Celery[DW-STDOUT]: . download_album +2026-06-17 01:44:21 [INFO] Celery[DW-STDOUT]: . download_playlist +2026-06-17 01:44:21 [INFO] Celery[DW-STDOUT]: . download_track +2026-06-17 01:44:21 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2026-06-17 01:44:21 [INFO] Celery[DW-STDOUT]: +2026-06-17 01:44:21 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f249c388110 +2026-06-17 01:44:21 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-06-17 01:44:21 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-06-17 01:44:21 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 1 (prefork) +2026-06-17 01:44:21 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-06-17 01:44:21 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-06-17 01:44:21 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2026-06-17 01:44:21 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2026-06-17 01:44:21 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2026-06-17 01:44:21 [INFO] Celery[UW-STDOUT]: +2026-06-17 01:44:21 [INFO] Celery[UW-STDOUT]: [tasks] +2026-06-17 01:44:21 [INFO] Celery[UW-STDOUT]: . cleanup_stale_errors +2026-06-17 01:44:21 [INFO] Celery[UW-STDOUT]: . delayed_delete_task_data +2026-06-17 01:44:21 [INFO] Celery[UW-STDOUT]: . download_album +2026-06-17 01:44:21 [INFO] Celery[UW-STDOUT]: . download_playlist +2026-06-17 01:44:21 [INFO] Celery[UW-STDOUT]: . download_track +2026-06-17 01:44:21 [INFO] Celery[UW-STDOUT]: . trigger_sse_update_task +2026-06-17 01:44:21 [INFO] Celery[UW-STDOUT]: +2026-06-17 02:44:19 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-17 03:44:19 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-17 04:44:19 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-17 05:44:19 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-17 06:44:19 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-17 07:44:19 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-17 08:44:19 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-17 09:44:19 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-17 10:44:19 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-17 11:26:15 [INFO] Shutting down +2026-06-17 11:26:15 [INFO] Celery[UW-STDOUT]: +2026-06-17 11:26:15 [INFO] Celery[UW-STDOUT]: worker: Warm shutdown (MainProcess) +2026-06-17 11:26:15 [INFO] Celery[DW-STDOUT]: +2026-06-17 11:26:15 [INFO] Celery[DW-STDOUT]: worker: Warm shutdown (MainProcess) +2026-06-17 11:26:15 [ERROR] SSE Redis Subscriber: Fatal error: Connection closed by server. +Traceback (most recent call last): + File "/app/routes/system/progress.py", line 179, in redis_subscriber_thread + for message in pubsub.listen(): + File "/python/redis/client.py", line 998, in listen + response = self.handle_message(self.parse_response(block=True)) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 837, in parse_response + response = self._execute(conn, try_read) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 813, in _execute + return conn.retry.call_with_retry( + ^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/retry.py", line 49, in call_with_retry + fail(error) + File "/python/redis/client.py", line 815, in + lambda error: self._disconnect_raise_connect(conn, error), + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 802, in _disconnect_raise_connect + raise error + File "/python/redis/retry.py", line 46, in call_with_retry + return do() + ^^^^ + File "/python/redis/client.py", line 814, in + lambda: command(*args, **kwargs), + ^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 835, in try_read + return conn.read_response(disconnect_on_error=False, push_request=True) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/connection.py", line 512, in read_response + response = self._parser.read_response(disable_decoding=disable_decoding) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/resp2.py", line 15, in read_response + result = self._read_response(disable_decoding=disable_decoding) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/resp2.py", line 25, in _read_response + raw = self._buffer.readline() + ^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/socket.py", line 115, in readline + self._read_from_socket() + File "/python/redis/_parsers/socket.py", line 68, in _read_from_socket + raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR) +redis.exceptions.ConnectionError: Connection closed by server. +2026-06-17 11:26:15 [INFO] Waiting for application shutdown. +2026-06-17 11:26:15 [INFO] Watch Manager: Stopping background scheduler... +2026-06-17 11:26:15 [INFO] Watch Scheduler: Thread stopped. +2026-06-17 11:26:15 [INFO] Watch Manager: Background scheduler stopped. +2026-06-17 11:26:15 [INFO] Watch Manager stopped +2026-06-17 11:26:15 [INFO] CeleryManager: Stopping Celery workers... +2026-06-17 11:26:15 [INFO] CeleryManager: Config monitor thread stopped. +2026-06-17 11:26:15 [INFO] Terminating Celery Download Worker (PID: 12)... +2026-06-17 11:26:15 [INFO] Celery[DW-STDOUT]: +2026-06-17 11:26:15 [INFO] Celery[DW-STDOUT]: worker: Warm shutdown (MainProcess) +2026-06-17 11:26:15 [INFO] Celery[UW-STDOUT] stream reader thread finished. +2026-06-17 11:26:15 [INFO] Celery[UW-STDERR] stream reader thread finished. +2026-06-17 11:26:15 [INFO] Celery[DW-STDOUT] stream reader thread finished. +2026-06-17 11:26:15 [INFO] Celery[DW-STDERR] stream reader thread finished. +2026-06-17 11:26:15 [INFO] Celery Download Worker (PID: 12) terminated. +2026-06-17 11:26:15 [INFO] Joining log threads... +2026-06-17 11:26:15 [INFO] CeleryManager: All workers and threads signaled to stop and joined. +2026-06-17 11:26:15 [INFO] Celery workers stopped +2026-06-17 11:26:15 [INFO] Application shutdown complete. +2026-06-17 11:26:15 [INFO] Finished server process [1] +2026-06-17 11:33:25 [INFO] Logging system initialized +2026-06-17 11:33:25 [INFO] Logging system fully initialized (lifespan startup). Effective log level: INFO +2026-06-17 11:33:25 [INFO] Configuration version 3.3.1 detected. Proceeding. +2026-06-17 11:33:25 [INFO] Migration validation completed (3.3.0 gate) +2026-06-17 11:33:25 [INFO] Database migrations executed (if needed) early in startup. +2026-06-17 11:33:25 [INFO] Spotify device info backfill complete: created=0 updated=0 skipped=2 +2026-06-17 11:33:25 [INFO] Testing Redis connection to redis:6379... +2026-06-17 11:33:25 [INFO] Redis connection successful +2026-06-17 11:33:25 [INFO] CeleryManager initialized. Download concurrency set to: 3 | Utility concurrency: 1 +2026-06-17 11:33:25 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2026-06-17 11:33:25 [INFO] Celery Download Worker (PID: 12) started with concurrency 3. +2026-06-17 11:33:25 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q utility_tasks,default -c 1 --hostname=worker_utw@%h --pool=prefork +2026-06-17 11:33:25 [INFO] Celery Utility Worker (PID: 15) started with concurrency 1. +2026-06-17 11:33:25 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2026-06-17 11:33:25 [INFO] CeleryManager: Config monitor thread started. +2026-06-17 11:33:25 [INFO] Celery workers started successfully +2026-06-17 11:33:25 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2026-06-17 11:33:25 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2026-06-17 11:33:25 [INFO] Successfully updated all existing tables schema in playlists database +2026-06-17 11:33:25 [INFO] Watch Manager: Successfully updated all existing tables schema +2026-06-17 11:33:25 [INFO] Watch Scheduler: Thread started. +2026-06-17 11:33:25 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2026-06-17 11:33:25 [INFO] Watch Manager initialized and registered for shutdown. +2026-06-17 11:33:25 [INFO] Application startup complete. +2026-06-17 11:33:25 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-17 11:33:25 [INFO] Uvicorn running on http://0.0.0.0:7171 (Press CTRL+C to quit) +2026-06-17 11:33:27 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-06-17 11:33:27 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2026-06-17 11:33:27 [INFO] Celery[UW-STDERR]: +2026-06-17 11:33:27 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-06-17 11:33:27 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-06-17 11:33:27 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2026-06-17 11:33:27 [INFO] Celery[UW-STDERR]: +2026-06-17 11:33:27 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2026-06-17 11:33:27 [INFO] Celery[UW-STDERR]: +2026-06-17 11:33:27 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-06-17 11:33:27 [INFO] Celery[UW-STDERR]: +2026-06-17 11:33:27 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-06-17 11:33:27 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-06-17 11:33:27 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2026-06-17 11:33:27 [INFO] Celery[DW-STDERR]: +2026-06-17 11:33:27 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-06-17 11:33:27 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-06-17 11:33:27 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2026-06-17 11:33:27 [INFO] Celery[DW-STDERR]: +2026-06-17 11:33:27 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2026-06-17 11:33:27 [INFO] Celery[DW-STDERR]: +2026-06-17 11:33:27 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-06-17 11:33:27 [INFO] Celery[DW-STDERR]: +2026-06-17 11:33:27 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-06-17 11:33:27 [INFO] Celery[UW-STDOUT]: +2026-06-17 11:33:27 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@b744cdc38ee7 v5.5.3 (immunity) +2026-06-17 11:33:27 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-06-17 11:33:27 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-181-generic-x86_64-with-glibc2.36 2026-06-17 11:33:27 +2026-06-17 11:33:27 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2026-06-17 11:33:27 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2026-06-17 11:33:27 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f96ee6bc510 +2026-06-17 11:33:27 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-06-17 11:33:27 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-06-17 11:33:27 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 1 (prefork) +2026-06-17 11:33:27 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-06-17 11:33:27 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-06-17 11:33:27 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2026-06-17 11:33:27 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2026-06-17 11:33:27 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2026-06-17 11:33:27 [INFO] Celery[UW-STDOUT]: +2026-06-17 11:33:27 [INFO] Celery[UW-STDOUT]: [tasks] +2026-06-17 11:33:27 [INFO] Celery[UW-STDOUT]: . cleanup_stale_errors +2026-06-17 11:33:27 [INFO] Celery[UW-STDOUT]: . delayed_delete_task_data +2026-06-17 11:33:27 [INFO] Celery[UW-STDOUT]: . download_album +2026-06-17 11:33:27 [INFO] Celery[UW-STDOUT]: . download_playlist +2026-06-17 11:33:27 [INFO] Celery[UW-STDOUT]: . download_track +2026-06-17 11:33:27 [INFO] Celery[UW-STDOUT]: . trigger_sse_update_task +2026-06-17 11:33:27 [INFO] Celery[UW-STDOUT]: +2026-06-17 11:33:27 [INFO] Celery[DW-STDOUT]: +2026-06-17 11:33:27 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@b744cdc38ee7 v5.5.3 (immunity) +2026-06-17 11:33:27 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-06-17 11:33:27 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-181-generic-x86_64-with-glibc2.36 2026-06-17 11:33:27 +2026-06-17 11:33:27 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2026-06-17 11:33:27 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2026-06-17 11:33:27 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f72bbc68510 +2026-06-17 11:33:27 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-06-17 11:33:27 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-06-17 11:33:27 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2026-06-17 11:33:27 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-06-17 11:33:27 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-06-17 11:33:27 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2026-06-17 11:33:27 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2026-06-17 11:33:27 [INFO] Celery[DW-STDOUT]: +2026-06-17 11:33:27 [INFO] Celery[DW-STDOUT]: +2026-06-17 11:33:27 [INFO] Celery[DW-STDOUT]: [tasks] +2026-06-17 11:33:27 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2026-06-17 11:33:27 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2026-06-17 11:33:27 [INFO] Celery[DW-STDOUT]: . download_album +2026-06-17 11:33:27 [INFO] Celery[DW-STDOUT]: . download_playlist +2026-06-17 11:33:27 [INFO] Celery[DW-STDOUT]: . download_track +2026-06-17 11:33:27 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2026-06-17 11:33:27 [INFO] Celery[DW-STDOUT]: +2026-06-17 12:33:18 [INFO] Shutting down +2026-06-17 12:33:19 [INFO] Waiting for application shutdown. +2026-06-17 12:33:19 [INFO] Watch Manager: Stopping background scheduler... +2026-06-17 12:33:19 [INFO] Watch Scheduler: Thread stopped. +2026-06-17 12:33:19 [INFO] Watch Manager: Background scheduler stopped. +2026-06-17 12:33:19 [INFO] Watch Manager stopped +2026-06-17 12:33:19 [INFO] CeleryManager: Stopping Celery workers... +2026-06-17 12:33:19 [INFO] Terminating Celery Download Worker (PID: 12)... +2026-06-17 12:33:19 [INFO] CeleryManager: Config monitor thread stopped. +2026-06-17 12:33:19 [INFO] Celery[DW-STDOUT]: +2026-06-17 12:33:19 [INFO] Celery[DW-STDOUT]: worker: Warm shutdown (MainProcess) +2026-06-17 12:33:21 [INFO] Celery[DW-STDERR] stream reader thread finished. +2026-06-17 12:33:21 [INFO] Celery[DW-STDOUT] stream reader thread finished. +2026-06-17 12:33:21 [INFO] Celery Download Worker (PID: 12) terminated. +2026-06-17 12:33:21 [INFO] Terminating Celery Utility Worker (PID: 15)... +2026-06-17 12:33:21 [INFO] Celery[UW-STDOUT]: +2026-06-17 12:33:21 [INFO] Celery[UW-STDOUT]: worker: Warm shutdown (MainProcess) +2026-06-17 12:33:23 [INFO] Celery[UW-STDERR] stream reader thread finished. +2026-06-17 12:33:23 [INFO] Celery[UW-STDOUT] stream reader thread finished. +2026-06-17 12:33:23 [INFO] Celery Utility Worker (PID: 15) terminated. +2026-06-17 12:33:23 [INFO] Joining log threads... +2026-06-17 12:33:23 [INFO] CeleryManager: All workers and threads signaled to stop and joined. +2026-06-17 12:33:23 [INFO] Celery workers stopped +2026-06-17 12:33:23 [INFO] Application shutdown complete. +2026-06-17 12:33:23 [INFO] Finished server process [1] +2026-06-17 12:33:34 [INFO] Logging system initialized +2026-06-17 12:33:34 [INFO] Logging system fully initialized (lifespan startup). Effective log level: INFO +2026-06-17 12:33:34 [INFO] Configuration version 3.3.1 detected. Proceeding. +2026-06-17 12:33:34 [INFO] Migration validation completed (3.3.0 gate) +2026-06-17 12:33:34 [INFO] Database migrations executed (if needed) early in startup. +2026-06-17 12:33:34 [INFO] Spotify device info backfill complete: created=0 updated=0 skipped=2 +2026-06-17 12:33:34 [INFO] Testing Redis connection to redis:6379... +2026-06-17 12:33:34 [INFO] Redis connection successful +2026-06-17 12:33:34 [INFO] CeleryManager initialized. Download concurrency set to: 3 | Utility concurrency: 1 +2026-06-17 12:33:34 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2026-06-17 12:33:34 [INFO] Celery Download Worker (PID: 12) started with concurrency 3. +2026-06-17 12:33:34 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q utility_tasks,default -c 1 --hostname=worker_utw@%h --pool=prefork +2026-06-17 12:33:34 [INFO] Celery Utility Worker (PID: 15) started with concurrency 1. +2026-06-17 12:33:34 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2026-06-17 12:33:34 [INFO] CeleryManager: Config monitor thread started. +2026-06-17 12:33:34 [INFO] Celery workers started successfully +2026-06-17 12:33:34 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2026-06-17 12:33:34 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2026-06-17 12:33:34 [INFO] Successfully updated all existing tables schema in playlists database +2026-06-17 12:33:34 [INFO] Watch Manager: Successfully updated all existing tables schema +2026-06-17 12:33:34 [INFO] Watch Scheduler: Thread started. +2026-06-17 12:33:34 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2026-06-17 12:33:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-17 12:33:34 [INFO] Watch Manager initialized and registered for shutdown. +2026-06-17 12:33:34 [INFO] Application startup complete. +2026-06-17 12:33:34 [INFO] Uvicorn running on http://0.0.0.0:7171 (Press CTRL+C to quit) +2026-06-17 12:33:35 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-06-17 12:33:35 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2026-06-17 12:33:35 [INFO] Celery[UW-STDERR]: +2026-06-17 12:33:35 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-06-17 12:33:35 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-06-17 12:33:35 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2026-06-17 12:33:35 [INFO] Celery[UW-STDERR]: +2026-06-17 12:33:35 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2026-06-17 12:33:35 [INFO] Celery[UW-STDERR]: +2026-06-17 12:33:35 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-06-17 12:33:35 [INFO] Celery[UW-STDERR]: +2026-06-17 12:33:35 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-06-17 12:33:35 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-06-17 12:33:35 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2026-06-17 12:33:35 [INFO] Celery[DW-STDERR]: +2026-06-17 12:33:35 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-06-17 12:33:35 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-06-17 12:33:35 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2026-06-17 12:33:35 [INFO] Celery[DW-STDERR]: +2026-06-17 12:33:35 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2026-06-17 12:33:35 [INFO] Celery[DW-STDERR]: +2026-06-17 12:33:35 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-06-17 12:33:35 [INFO] Celery[DW-STDERR]: +2026-06-17 12:33:35 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-06-17 12:33:35 [INFO] Celery[DW-STDOUT]: +2026-06-17 12:33:35 [INFO] Celery[UW-STDOUT]: +2026-06-17 12:33:35 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@b2e24adf9bf4 v5.5.3 (immunity) +2026-06-17 12:33:35 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@b2e24adf9bf4 v5.5.3 (immunity) +2026-06-17 12:33:35 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-06-17 12:33:35 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-06-17 12:33:35 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-181-generic-x86_64-with-glibc2.36 2026-06-17 12:33:35 +2026-06-17 12:33:35 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2026-06-17 12:33:35 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-181-generic-x86_64-with-glibc2.36 2026-06-17 12:33:35 +2026-06-17 12:33:35 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2026-06-17 12:33:35 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7fb12dcd0550 +2026-06-17 12:33:35 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2026-06-17 12:33:35 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-06-17 12:33:35 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2026-06-17 12:33:35 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-06-17 12:33:35 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f4eda558210 +2026-06-17 12:33:35 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2026-06-17 12:33:35 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-06-17 12:33:35 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-06-17 12:33:35 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-06-17 12:33:35 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-06-17 12:33:35 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 1 (prefork) +2026-06-17 12:33:35 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-06-17 12:33:35 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-06-17 12:33:35 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2026-06-17 12:33:35 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2026-06-17 12:33:35 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2026-06-17 12:33:35 [INFO] Celery[UW-STDOUT]: +2026-06-17 12:33:35 [INFO] Celery[UW-STDOUT]: [tasks] +2026-06-17 12:33:35 [INFO] Celery[UW-STDOUT]: . cleanup_stale_errors +2026-06-17 12:33:35 [INFO] Celery[UW-STDOUT]: . delayed_delete_task_data +2026-06-17 12:33:35 [INFO] Celery[UW-STDOUT]: . download_album +2026-06-17 12:33:35 [INFO] Celery[UW-STDOUT]: . download_playlist +2026-06-17 12:33:35 [INFO] Celery[UW-STDOUT]: . download_track +2026-06-17 12:33:35 [INFO] Celery[UW-STDOUT]: . trigger_sse_update_task +2026-06-17 12:33:35 [INFO] Celery[UW-STDOUT]: +2026-06-17 12:33:35 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2026-06-17 12:33:35 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2026-06-17 12:33:35 [INFO] Celery[DW-STDOUT]: +2026-06-17 12:33:35 [INFO] Celery[DW-STDOUT]: +2026-06-17 12:33:35 [INFO] Celery[DW-STDOUT]: [tasks] +2026-06-17 12:33:35 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2026-06-17 12:33:35 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2026-06-17 12:33:35 [INFO] Celery[DW-STDOUT]: . download_album +2026-06-17 12:33:35 [INFO] Celery[DW-STDOUT]: . download_playlist +2026-06-17 12:33:35 [INFO] Celery[DW-STDOUT]: . download_track +2026-06-17 12:33:35 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2026-06-17 12:33:35 [INFO] Celery[DW-STDOUT]: +2026-06-17 12:49:38 [INFO] Search requested: query='flag', type=track, limit=50, main_account_name=None +2026-06-17 12:49:38 [INFO] Spotify client initialized/reinitialized for search +2026-06-17 12:49:39 [INFO] Search completed successfully for query: 'flag' +2026-06-17 13:08:26 [INFO] Search requested: query='flag', type=track, limit=50, main_account_name=None +2026-06-17 13:08:26 [INFO] Search completed successfully for query: 'flag' +2026-06-17 13:33:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-17 14:33:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-17 15:33:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-17 16:33:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-17 17:33:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-17 18:33:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-17 19:33:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-17 20:33:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-17 21:01:50 [INFO] Search requested: query='flag', type=track, limit=50, main_account_name=None +2026-06-17 21:01:50 [INFO] Spotify client initialized/reinitialized for search +2026-06-17 21:01:51 [INFO] Search completed successfully for query: 'flag' +2026-06-17 21:33:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-17 22:33:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-17 23:33:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-18 00:33:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-18 01:33:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-18 02:33:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-18 03:33:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-18 04:33:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. diff --git a/logs/tasks/5727018d-ce6a-43bc-a09a-66cf40c0ccb4.log b/logs/tasks/5727018d-ce6a-43bc-a09a-66cf40c0ccb4.log new file mode 100644 index 0000000..a38426a --- /dev/null +++ b/logs/tasks/5727018d-ce6a-43bc-a09a-66cf40c0ccb4.log @@ -0,0 +1 @@ +{"playlist": {"type": "playlist", "title": "Your Top Songs 2025", "owner": {"name": "spotify", "type": "user", "ids": {}}, "tracks": [{"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "5lgOUdoMBB3eZuSmc5HL4r"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "5HQGvCeyUbpRm0gQdP61pP"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "7GnCfb6wYzg3KyhbJCvOCv"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "6i8gUFwd6cFuC20Wz4wDPq"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "1EotcFbWTbMCXeKFVEtX6Y"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "0o5le8kH8IqxQG7wy2ifqU"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "6yJl0W1IVV1DsTr0vfDY2e"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "4jYt1pQqg2mIZmY4FWCZEM"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "2QKLrgXNQtK2c8QbLRO3XC"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "4tgeQrPu5xkrnwErym2JsJ"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "4cktbXiXOapiLBMprHFErI"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "3ZjnFYlal0fXN6t61wdxhl"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "1oSoBjO9hnKWQVUZ80wsAL"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "4SQLQfcR0vhyIN4uPBlc0d"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "3xXBsjrbG1xQIm1xv1cKOt"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "1VViTGNqiNV8zwe3b3tE09"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "6TclVCUxDQm9s3Bey6Ao8H"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "1fZhHANKVFNZ9W8iSh76gF"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "6Qyc6fS4DsZjB2mRW9DsQs"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "64yrDBpcdwEdNY9loyEGbX"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "2sVcBaVtBPM9vIFk1Jnbw8"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "6ORqU0bHbVCRjXm9AjyHyZ"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "0kMMibKZeDcABgOWqY3LUm"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "1oTo3ijRbaDAtrjJrGAPSw"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "70wYA8oYHoMzhRRkARoMhU"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "3Burs1JDgHMNXZ7wAMwe8u"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "35qwJUKVy1OIt0wQ3xEXi0"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "1zB4vmk8tFRmM9UULNzbLB"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "5wQnmLuC1W7ATsArWACrgW"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "5tOjRq5shlEdm15nmJBq7Z"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "6sYp7Ku0Znw6jfHERbFvDP"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "4rnyUV17cSZGsz18xJNdjL"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "1UDhFEt0NlOFKwWRQJTgHe"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "7IsEXPk6qqt30FfQv4SZMa"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "0nnwn7LWHCAu09jfuH1xTA"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "1FMHNVeJ9s1x1l1WlaRs2I"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "6q5U75yeUt3qR5X1A4LJAD"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "4wsQGsdf8D0Bj26cGdvreB"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "1fJFuvU2ldmeAm5nFIHcPP"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "26AYR77170U49cMcXB7aRV"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "1A5V1sxyCLpKJezp75tUXn"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "4cKGldbhGJniI8BrB3K6tb"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "0BRHnOFm6sjxN1i9LJrUDu"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "3LDNcikQd7Zui9gJCISTtR"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "4LJhJ6DQS7NwE7UKtvcM52"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "7N2PNxzZXxCdAHiAfsklhT"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "45CFyww2OsnABfrBg6FzRY"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "12yHvSYFXI7PGzNecUvIDu"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "3AJwUDP919kvQ9QcozQPxg"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "1VBRdl1sT4DGckQaTzKEB9"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "2g2a5kDeZexbUTD8abcvm6"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "3V2EhdxJEgWDopLLxbs0p0"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "39wDpFv3xirqysFxI9AyAn"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "4GiVcDqNQI0fc0yYuRGH9m"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "0WHOPmOuQKuu05k4g3UTvk"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "6yBegwISxrlnmweAaRXyWS"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "2TfSHkHiFO4gRztVIkggkE"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "21jEuMn2lf37715rwjow2M"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "42et6fnHCw1HIPSrdPprMl"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "25FTMokYEbEWHEdss5JLZS"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "0ZuIstS2vy1OxfHfEnsXv3"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "5oQcOu1omDykbIPSdSQQNJ"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "5wjQihzWIKgBc1hzf5work"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "6nTiIhLmQ3FWhvrGafw2zj"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "2m1hi0nfMR9vdGC8UcrnwU"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "5WhtlIoxoZrMmuaWWEQhwV"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "38xWaVFKaxZlMFvzNff2aW"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "2toY6JyyfKy9TwNk3Ou2XG"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "2hiB8QxWic092OablwpoVC"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "2MLHyLy5z5l5YRp7momlgw"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "1G8jae4jD8mwkXdodqHsBM"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "6JGQ98So2ik5GVI9ydQ2Yh"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "6xpDh0dXrkVp0Po1qrHUd8"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "6L89mwZXSOwYl76YXfX13s"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "1Dr1fXbc2IxaK1Mu8P8Khz"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "1Jx69b09LKTuBQxkEiFfVX"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "2GujK1FWxxOZ118PaWNgbZ"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "1gHvJW02LvPeywVfS6Els8"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "2skZSmKuBgg37tMT2JnZUn"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "6Bm6qUCSatPAqkQllFL7oA"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "3HSBCz4Tj3l1gtjvXal9ey"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "4Tjtydj98uNQ9MwKtEybnT"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "6BdD561PmmMhpUYI7Qhaut"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "00U1MDChdOTxWwtKoOoBXE"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "1RC5Mb0VhnlhnMlFDnrvE0"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "6GG73Jik4jUlQCkKg9JuGO"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "7aQMDWPJC3Zas5OR3Ih0Y0"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "44B9xspO3RycWjEJ3D8cKl"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "1Cwsd5xI8CajJz795oy4XF"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "3BOQOd4qPpdiwvqMQyh2Yg"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "6NvRxjfYkkT2SpirAlmsjH"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "3PYdxIDuBIuJSDGwfptFx4"}, "disc_number": 1, "track_number": 1, "explicit": false}], "images": [], "ids": {"spotify": "37i9dQZEVXdcQ6IOCaAjO2"}}, "status_info": {"ids": {"spotify": "37i9dQZEVXdcQ6IOCaAjO2"}, "status": "initializing"}, "timestamp": 1781637386.3456755} diff --git a/logs/tasks/8dd96f83-585e-4578-95ad-78d45f2e9c7c.log b/logs/tasks/8dd96f83-585e-4578-95ad-78d45f2e9c7c.log new file mode 100644 index 0000000..960d34b --- /dev/null +++ b/logs/tasks/8dd96f83-585e-4578-95ad-78d45f2e9c7c.log @@ -0,0 +1,102 @@ +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "initializing"}, "timestamp": 1781637885.3059554} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "timestamp": 1781637885.6606815} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 2141, "progress": 1}, "timestamp": 1781637887.8021052} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 4385, "progress": 2}, "timestamp": 1781637890.0463395} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 6633, "progress": 3}, "timestamp": 1781637892.2945886} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 8881, "progress": 4}, "timestamp": 1781637894.542773} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 11129, "progress": 5}, "timestamp": 1781637896.7903798} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 13377, "progress": 6}, "timestamp": 1781637899.0390935} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 15518, "progress": 7}, "timestamp": 1781637901.1800213} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 17767, "progress": 8}, "timestamp": 1781637903.428197} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 20015, "progress": 9}, "timestamp": 1781637905.6763985} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 22263, "progress": 10}, "timestamp": 1781637907.9245372} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 24511, "progress": 11}, "timestamp": 1781637910.1728067} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 26759, "progress": 12}, "timestamp": 1781637912.4209108} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 28900, "progress": 13}, "timestamp": 1781637914.5619607} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 31148, "progress": 14}, "timestamp": 1781637916.8099704} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 33397, "progress": 15}, "timestamp": 1781637919.058323} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 35645, "progress": 16}, "timestamp": 1781637921.3064942} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 37893, "progress": 17}, "timestamp": 1781637923.554537} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 40034, "progress": 18}, "timestamp": 1781637925.6953394} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 42282, "progress": 19}, "timestamp": 1781637927.94384} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 44651, "progress": 20}, "timestamp": 1781637930.3124774} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 46779, "progress": 21}, "timestamp": 1781637932.4403172} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 49027, "progress": 22}, "timestamp": 1781637934.68838} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 51275, "progress": 23}, "timestamp": 1781637936.9365108} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 53416, "progress": 24}, "timestamp": 1781637939.0774574} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 55664, "progress": 25}, "timestamp": 1781637941.3257825} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 57912, "progress": 26}, "timestamp": 1781637943.573889} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 60160, "progress": 27}, "timestamp": 1781637945.822047} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 62409, "progress": 28}, "timestamp": 1781637948.0703096} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 64657, "progress": 29}, "timestamp": 1781637950.318243} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 66798, "progress": 30}, "timestamp": 1781637952.459501} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 69046, "progress": 31}, "timestamp": 1781637954.707558} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 71294, "progress": 32}, "timestamp": 1781637956.955823} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 73542, "progress": 33}, "timestamp": 1781637959.2038145} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 75790, "progress": 34}, "timestamp": 1781637961.4520683} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 78039, "progress": 35}, "timestamp": 1781637963.6998453} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 80180, "progress": 36}, "timestamp": 1781637965.8413339} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 82428, "progress": 37}, "timestamp": 1781637968.0886695} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 84676, "progress": 38}, "timestamp": 1781637970.3376908} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 86924, "progress": 39}, "timestamp": 1781637972.585825} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 89173, "progress": 40}, "timestamp": 1781637974.834173} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 91421, "progress": 41}, "timestamp": 1781637977.0821705} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 93562, "progress": 42}, "timestamp": 1781637979.2232652} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 95810, "progress": 43}, "timestamp": 1781637981.4714146} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 98058, "progress": 44}, "timestamp": 1781637983.719733} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 100306, "progress": 45}, "timestamp": 1781637985.9677827} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 102554, "progress": 46}, "timestamp": 1781637988.2159483} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 104802, "progress": 47}, "timestamp": 1781637990.464041} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 106944, "progress": 48}, "timestamp": 1781637992.6053004} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 109192, "progress": 49}, "timestamp": 1781637994.8534408} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 111440, "progress": 50}, "timestamp": 1781637997.1016316} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 113688, "progress": 51}, "timestamp": 1781637999.349647} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 115936, "progress": 52}, "timestamp": 1781638001.597806} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 118184, "progress": 53}, "timestamp": 1781638003.8459268} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 120326, "progress": 54}, "timestamp": 1781638005.9870036} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 122574, "progress": 55}, "timestamp": 1781638008.2352269} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 124822, "progress": 56}, "timestamp": 1781638010.4835305} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 127070, "progress": 57}, "timestamp": 1781638012.7316558} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 129318, "progress": 58}, "timestamp": 1781638014.9794228} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 131566, "progress": 59}, "timestamp": 1781638017.2279084} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 133786, "progress": 60}, "timestamp": 1781638019.4471695} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 135956, "progress": 61}, "timestamp": 1781638021.6172438} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 138204, "progress": 62}, "timestamp": 1781638023.865387} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 140557, "progress": 63}, "timestamp": 1781638026.2178016} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 142700, "progress": 64}, "timestamp": 1781638028.3616192} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 144948, "progress": 65}, "timestamp": 1781638030.609895} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 147089, "progress": 66}, "timestamp": 1781638032.75099} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 149337, "progress": 67}, "timestamp": 1781638034.9990687} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 151586, "progress": 68}, "timestamp": 1781638037.2471998} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 153834, "progress": 69}, "timestamp": 1781638039.4953535} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 156082, "progress": 70}, "timestamp": 1781638041.743424} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 158223, "progress": 71}, "timestamp": 1781638043.8848433} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 160471, "progress": 72}, "timestamp": 1781638046.132825} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 162719, "progress": 73}, "timestamp": 1781638048.381033} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 164968, "progress": 74}, "timestamp": 1781638050.6291919} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 167216, "progress": 75}, "timestamp": 1781638052.8773384} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 169464, "progress": 76}, "timestamp": 1781638055.1255102} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 171605, "progress": 77}, "timestamp": 1781638057.2665586} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 173853, "progress": 78}, "timestamp": 1781638059.5147798} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 176101, "progress": 79}, "timestamp": 1781638061.76286} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 178349, "progress": 80}, "timestamp": 1781638064.0110056} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 180598, "progress": 81}, "timestamp": 1781638066.2592602} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 182846, "progress": 82}, "timestamp": 1781638068.5074224} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 185037, "progress": 83}, "timestamp": 1781638070.6986217} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 187235, "progress": 84}, "timestamp": 1781638072.8967361} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 189483, "progress": 85}, "timestamp": 1781638075.1448863} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 191731, "progress": 86}, "timestamp": 1781638077.3928943} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 193979, "progress": 87}, "timestamp": 1781638079.6409934} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 196228, "progress": 88}, "timestamp": 1781638081.8893533} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 198369, "progress": 89}, "timestamp": 1781638084.0302663} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 200617, "progress": 90}, "timestamp": 1781638086.278492} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 202865, "progress": 91}, "timestamp": 1781638088.5267684} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 205113, "progress": 92}, "timestamp": 1781638090.7749007} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 207361, "progress": 93}, "timestamp": 1781638093.0229332} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 209609, "progress": 94}, "timestamp": 1781638095.2710695} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 211751, "progress": 95}, "timestamp": 1781638097.4122226} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 213999, "progress": 96}, "timestamp": 1781638099.660549} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 216247, "progress": 97}, "timestamp": 1781638101.9083505} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 218495, "progress": 98}, "timestamp": 1781638104.1566515} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 220743, "progress": 99}, "timestamp": 1781638106.404975} +{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "done", "summary": {"successful_tracks": [{"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}], "skipped_tracks": [], "failed_tracks": [], "total_successful": 1, "total_skipped": 0, "total_failed": 0, "service": "spotify", "final_path": "./downloads/The All-American Rejects/Flagpole Sitta/1. Flagpole Sitta.ogg", "download_quality": "OGG_320", "quality": "ogg", "bitrate": "320k"}, "final_path": "./downloads/The All-American Rejects/Flagpole Sitta/1. Flagpole Sitta.ogg", "download_quality": "OGG_320"}, "timestamp": 1781638109.561101} diff --git a/logs/tasks/f327c876-718b-4e50-868d-e86620a2dffb.log b/logs/tasks/f327c876-718b-4e50-868d-e86620a2dffb.log new file mode 100644 index 0000000..806f8fe --- /dev/null +++ b/logs/tasks/f327c876-718b-4e50-868d-e86620a2dffb.log @@ -0,0 +1 @@ +{"playlist": {"type": "playlist", "title": "Your Top Songs 2025", "owner": {"name": "spotify", "type": "user", "ids": {}}, "tracks": [{"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "5lgOUdoMBB3eZuSmc5HL4r"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "5HQGvCeyUbpRm0gQdP61pP"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "7GnCfb6wYzg3KyhbJCvOCv"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "6i8gUFwd6cFuC20Wz4wDPq"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "1EotcFbWTbMCXeKFVEtX6Y"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "0o5le8kH8IqxQG7wy2ifqU"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "6yJl0W1IVV1DsTr0vfDY2e"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "4jYt1pQqg2mIZmY4FWCZEM"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "2QKLrgXNQtK2c8QbLRO3XC"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "4tgeQrPu5xkrnwErym2JsJ"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "4cktbXiXOapiLBMprHFErI"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "3ZjnFYlal0fXN6t61wdxhl"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "1oSoBjO9hnKWQVUZ80wsAL"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "4SQLQfcR0vhyIN4uPBlc0d"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "3xXBsjrbG1xQIm1xv1cKOt"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "1VViTGNqiNV8zwe3b3tE09"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "6TclVCUxDQm9s3Bey6Ao8H"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "1fZhHANKVFNZ9W8iSh76gF"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "6Qyc6fS4DsZjB2mRW9DsQs"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "64yrDBpcdwEdNY9loyEGbX"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "2sVcBaVtBPM9vIFk1Jnbw8"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "6ORqU0bHbVCRjXm9AjyHyZ"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "0kMMibKZeDcABgOWqY3LUm"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "1oTo3ijRbaDAtrjJrGAPSw"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "70wYA8oYHoMzhRRkARoMhU"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "3Burs1JDgHMNXZ7wAMwe8u"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "35qwJUKVy1OIt0wQ3xEXi0"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "1zB4vmk8tFRmM9UULNzbLB"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "5wQnmLuC1W7ATsArWACrgW"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "5tOjRq5shlEdm15nmJBq7Z"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "6sYp7Ku0Znw6jfHERbFvDP"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "4rnyUV17cSZGsz18xJNdjL"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "1UDhFEt0NlOFKwWRQJTgHe"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "7IsEXPk6qqt30FfQv4SZMa"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "0nnwn7LWHCAu09jfuH1xTA"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "1FMHNVeJ9s1x1l1WlaRs2I"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "6q5U75yeUt3qR5X1A4LJAD"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "4wsQGsdf8D0Bj26cGdvreB"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "1fJFuvU2ldmeAm5nFIHcPP"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "26AYR77170U49cMcXB7aRV"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "1A5V1sxyCLpKJezp75tUXn"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "4cKGldbhGJniI8BrB3K6tb"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "0BRHnOFm6sjxN1i9LJrUDu"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "3LDNcikQd7Zui9gJCISTtR"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "4LJhJ6DQS7NwE7UKtvcM52"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "7N2PNxzZXxCdAHiAfsklhT"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "45CFyww2OsnABfrBg6FzRY"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "12yHvSYFXI7PGzNecUvIDu"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "3AJwUDP919kvQ9QcozQPxg"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "1VBRdl1sT4DGckQaTzKEB9"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "2g2a5kDeZexbUTD8abcvm6"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "3V2EhdxJEgWDopLLxbs0p0"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "39wDpFv3xirqysFxI9AyAn"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "4GiVcDqNQI0fc0yYuRGH9m"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "0WHOPmOuQKuu05k4g3UTvk"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "6yBegwISxrlnmweAaRXyWS"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "2TfSHkHiFO4gRztVIkggkE"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "21jEuMn2lf37715rwjow2M"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "42et6fnHCw1HIPSrdPprMl"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "25FTMokYEbEWHEdss5JLZS"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "0ZuIstS2vy1OxfHfEnsXv3"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "5oQcOu1omDykbIPSdSQQNJ"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "5wjQihzWIKgBc1hzf5work"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "6nTiIhLmQ3FWhvrGafw2zj"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "2m1hi0nfMR9vdGC8UcrnwU"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "5WhtlIoxoZrMmuaWWEQhwV"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "38xWaVFKaxZlMFvzNff2aW"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "2toY6JyyfKy9TwNk3Ou2XG"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "2hiB8QxWic092OablwpoVC"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "2MLHyLy5z5l5YRp7momlgw"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "1G8jae4jD8mwkXdodqHsBM"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "6JGQ98So2ik5GVI9ydQ2Yh"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "6xpDh0dXrkVp0Po1qrHUd8"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "6L89mwZXSOwYl76YXfX13s"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "1Dr1fXbc2IxaK1Mu8P8Khz"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "1Jx69b09LKTuBQxkEiFfVX"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "2GujK1FWxxOZ118PaWNgbZ"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "1gHvJW02LvPeywVfS6Els8"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "2skZSmKuBgg37tMT2JnZUn"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "6Bm6qUCSatPAqkQllFL7oA"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "3HSBCz4Tj3l1gtjvXal9ey"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "4Tjtydj98uNQ9MwKtEybnT"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "6BdD561PmmMhpUYI7Qhaut"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "00U1MDChdOTxWwtKoOoBXE"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "1RC5Mb0VhnlhnMlFDnrvE0"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "6GG73Jik4jUlQCkKg9JuGO"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "7aQMDWPJC3Zas5OR3Ih0Y0"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "44B9xspO3RycWjEJ3D8cKl"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "1Cwsd5xI8CajJz795oy4XF"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "3BOQOd4qPpdiwvqMQyh2Yg"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "6NvRxjfYkkT2SpirAlmsjH"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "", "position": 0, "duration_ms": 0, "artists": [], "album": {"type": "albumTrackPlaylist", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "images": [], "ids": {}, "artists": []}, "ids": {"spotify": "3PYdxIDuBIuJSDGwfptFx4"}, "disc_number": 1, "track_number": 1, "explicit": false}], "images": [], "ids": {"spotify": "37i9dQZEVXdcQ6IOCaAjO2"}}, "status_info": {"ids": {"spotify": "37i9dQZEVXdcQ6IOCaAjO2"}, "status": "initializing"}, "timestamp": 1781637969.6019638}